/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*@tailwind base;*/
/*@tailwind components;*/
/*@tailwind utilities;*/
/* @import "~@angular/material/prebuilt-themes/indigo-pink.css"; */

/* Margin stylings */
.m-0{
    margin: 0;
}

.m-40 {
    margin: 40px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 15px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

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

.m-t-20 {
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

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

.m-b-20 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

/* Padding Styling */

.p-r-5 {
    margin-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 15px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 15px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 15px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 15px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.w-70{
    width: 70px;
}

.rows {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md {
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-flex: 1;
}

.text-white{
    color: #fff;
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

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

.pointer {
  cursor: pointer;
}


.select2-selection {
    width: 100%;
}

.popover-body {
  height: 110px;
  overflow-y: auto;
  white-space: pre-wrap;
  /* margin-top: 10px; */
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 4px;
  border: 1px solid rgba(255, 255, 255, .2);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .2);
}

/* ::-webkit-scrollbar-thumb:vertical{
  background: rgba(255, 255, 255, .2);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
}

::-webkit-scrollbar-thumb:horizontal {
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
} */

.custom-window-class,
.custom-window-class > .modal-dialog,
.custom-window-class > .modal-dialog > .modal-content {
  width: 1100px!important;
  max-width: 1100px!important;
  min-width: 1100px!important;
}

.spinner-inline {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height:100%;
    width:100%;
    display:flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  
  .spinner-inline .loading-inline {
    font-size: 16px;
    font-weight: bold;
    color:white;
  }
  
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/sass/paper-dashboard.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!

 =========================================================
 * Paper Dashboard Angular - V1.0.1
 =========================================================

 * Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
 * Copyright 2017 Creative Tim (https://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
@font-face {
  font-family: "proxima_nova_blblack";
  src: url('proximanova-black-webfont.eot');
  src: url('proximanova-black-webfont.eot?#iefix') format("embedded-opentype"), url('proximanova-black-webfont.woff2') format("woff2"), url('proximanova-black-webfont.woff') format("woff"), url('proximanova-black-webfont.ttf') format("truetype"), url('proximanova-black-webfont.svg#proxima_nova_blblack') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novabold";
  src: url('proximanova-bold-webfont.eot');
  src: url('proximanova-bold-webfont.eot?#iefix') format("embedded-opentype"), url('proximanova-bold-webfont.woff2') format("woff2"), url('proximanova-bold-webfont.woff') format("woff"), url('proximanova-bold-webfont.ttf') format("truetype"), url('proximanova-bold-webfont.svg#proxima_novabold') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_thextrabold";
  src: url('proximanova-extrabold-webfont.eot');
  src: url('proximanova-extrabold-webfont.eot?#iefix') format("embedded-opentype"), url('proximanova-extrabold-webfont.woff2') format("woff2"), url('proximanova-extrabold-webfont.woff') format("woff"), url('proximanova-extrabold-webfont.ttf') format("truetype"), url('proximanova-extrabold-webfont.svg#proxima_nova_thextrabold') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url('proximanova-regular-webfont.eot');
  src: url('proximanova-regular-webfont.eot?#iefix') format("embedded-opentype"), url('proximanova-regular-webfont.woff2') format("woff2"), url('proximanova-regular-webfont.woff') format("woff"), url('proximanova-regular-webfont.ttf') format("truetype"), url('proximanova-regular-webfont.svg#proxima_novaregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novasemibold";
  src: url('proximanova-semibold-webfont.eot');
  src: url('proximanova-semibold-webfont.eot?#iefix') format("embedded-opentype"), url('proximanova-semibold-webfont.woff2') format("woff2"), url('proximanova-semibold-webfont.woff') format("woff"), url('proximanova-semibold-webfont.ttf') format("truetype"), url('proximanova-semibold-webfont.svg#proxima_novasemibold') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novathin";
  src: url('proximanova-thin-webfont.eot');
  src: url('proximanova-thin-webfont.eot?#iefix') format("embedded-opentype"), url('proximanova-thin-webfont.woff2') format("woff2"), url('proximanova-thin-webfont.woff') format("woff"), url('proximanova-thin-webfont.ttf') format("truetype"), url('proximanova-thin-webfont.svg#proxima_novathin') format("svg");
  font-weight: normal;
  font-style: normal;
}
.vertical-align {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.inline-block, .ticketing-sidebar .notif_tab_menu li a .count, .ticketing-sidebar .notif_tab_menu li, .app_breadcrumb_item li, .escalation_list .dropdown_menu_item .count, .notification_widget .notif_tab_menu li a .count,
.options_side .notif_tab_menu li a .count, .notification_widget .notif_tab_menu li,
.options_side .notif_tab_menu li, .sr_heading_title .sr_heading_title_icon, .dropdown_menu_item .dropdown_menu_item_label, .dropdown_menu_item .dropdown_menu_item_icon, .panel_nav li a .panel_nav_icon, .panel_section.other_nav .panel_nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.display-table {
  height: 100%;
  display: table;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

.row:before, .row:after, .clearfix:before, .full-width:before, .clearfix:after, .full-width:after, .horz-list:after, .horz-list:before {
  content: "";
  display: table;
}

.row:after, .clearfix:after, .full-width:after, .horz-list:after {
  clear: both;
}

.row, .clearfix, .full-width, .horz-list {
  zoom: 1;
}

.clearfix, .full-width {
  zoom: 1;
}
.clearfix:before, .full-width:before, .clearfix:after, .full-width:after {
  content: "";
  display: table;
}
.clearfix:after, .full-width:after {
  clear: both;
}

::-webkit-input-placeholder {
  color: #606060;
}

::-moz-placeholder {
  color: #606060;
}

:-ms-input-placeholder {
  color: #606060;
}

:-moz-placeholder {
  color: #606060;
}

::-moz-placeholder {
  opacity: 1;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

img, a img {
  vertical-align: top;
  outline: none;
  border: none;
}

body {
  background: #F7F7FC;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

body, td, th, select, input, textarea {
  font-family: "proxima_novaregular", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #606060;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #FF4612;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.wrap {
  max-width: 1270px;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@keyframes infinite-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hide {
  display: none;
}

.full-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.login_screen {
  background: #fff;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_screen:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -385.5px;
  height: 771px;
  width: 1855px;
  background: url('login_pattern.png') no-repeat center right;
  background-size: cover;
}

.home_background {
  height: 100vh;
  width: 100%;
  background: url('login_pattern.png') no-repeat center right;
}

.reset_screen {
  background: #fff;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset_screen:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -385.5px;
  height: 771px;
  width: 1855px;
  background: url('login_pattern.png') no-repeat center right;
  background-size: cover;
}

.login_sheet {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 380px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.login_sheet .form_group {
  margin-bottom: 20px;
}
.login_sheet .form_group input[type=text],
.login_sheet .form_group input[type=email],
.login_sheet .form_group input[type=password],
.login_sheet .form_group input[type=tel] {
  border: #e6e6ff solid 2px;
  color: #9494ce;
}
.login_sheet .form_group input[type=text].with_email_icon,
.login_sheet .form_group input[type=email].with_email_icon,
.login_sheet .form_group input[type=password].with_email_icon,
.login_sheet .form_group input[type=tel].with_email_icon {
  padding-left: 45px;
  background: url('email_icon.svg') no-repeat 15px center;
}
.login_sheet .form_group input[type=text].with_lock_icon,
.login_sheet .form_group input[type=email].with_lock_icon,
.login_sheet .form_group input[type=password].with_lock_icon,
.login_sheet .form_group input[type=tel].with_lock_icon {
  padding-left: 45px;
  background: url('lock_icon.svg') no-repeat 20px center;
}
.login_sheet ::-webkit-input-placeholder {
  color: #9494ce;
}
.login_sheet ::-moz-placeholder {
  color: #9494ce;
}
.login_sheet :-ms-input-placeholder {
  color: #9494ce;
}
.login_sheet :-moz-placeholder {
  color: #9494ce;
}

.logo_login {
  max-width: 172px;
  margin-bottom: 30px;
}

.form_group {
  margin-bottom: 25px;
}
.form_group input[type=text],
.form_group input[type=email],
.form_group input[type=password],
.form_group input[type=tel] {
  border: #e6e6ff solid 1px;
  border-radius: 5px;
  opacity: 0.9;
  height: 45px;
  width: 100%;
  padding: 10px 20px;
}
.form_group input[type=submit] {
  border: none;
  background: #FF4612;
  color: #fff;
  padding: 2px 33px;
  height: 47px;
  cursor: pointer;
  font-size: 1.167em;
  transition: all 0.3s ease-in;
  border-radius: 25px;
  text-transform: uppercase;
}
.form_group input[type=submit]:hover {
  background: #4a4e53;
  border-radius: 5px;
}

.forgot_pass a {
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  font-style: italic;
  color: #606060;
  text-decoration: underline;
}
.forgot_pass a:hover {
  color: #FF4612;
}

.notification {
  position: relative;
  padding: 8px 15px;
  margin-bottom: 20px;
  font-size: 0.929em;
  color: #fff;
  border-radius: 3px;
  border: transparent solid 1px;
  text-align: left;
}
.notification.info {
  background-color: #17a2b8;
}
.notification.warning {
  background-color: #ffc107;
}
.notification.error {
  background-color: #fbeaea;
  border-color: #f4d1d1;
  color: #c02b2e;
}
.notification.success {
  background-color: #81bc01;
}

.flex_container {
  flex-wrap: wrap;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  margin: 0 -15px;
}

.flex_item {
  display: inline-block;
  margin: 0 15px 0px;
  width: 18em;
  height: 14em;
}

.sector_card {
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 2em;
  color: #606060;
  position: relative;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.sector_card img {
  margin-bottom: 0.9em;
  height: 4em;
}
.sector_card h4 {
  font-family: "proxima_novaregular", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
}
.sector_card .notice {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FF4612;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 15px;
  top: -16px;
}
.sector_card:hover {
  background: #ececf1;
  border-radius: 4px;
}

.powered_by.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: #fff;
  text-align: center;
}

.options_screen {
  height: calc(100vh - 71px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: 1fr;
  grid-template-areas: "Sidebar Modules";
}

.Sidebar {
  grid-area: Sidebar;
  align-self: start;
}

.Modules_area {
  grid-area: Modules;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-self: start;
  padding: 2.6em 0em 0em 1.6em;
}

.excerpt {
  max-width: 400px;
  margin-bottom: 40px;
}
.excerpt h2 {
  font-family: "proxima_novabold", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 26px;
}

.app_wrapper {
  display: flex;
  flex: 1 1 0%;
  min-height: 0;
  transition: left 0.2s ease-in-out;
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 600px) {
  .app_navigation {
    visibility: hidden;
    clear: both;
    display: none;
    flex-direction: column;
    flex-shrink: 0;
    width: 250px;
  }
}
.app_content {
  display: flex;
  flex-direction: column;
  flex: 2 0 0%;
  overflow: auto;
}

.switcher_toggle {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  padding: 0 16px;
  background: #e3e2df;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
}
.switcher_toggle .item_svg_icon {
  width: 14px;
  height: 14px;
  right: 20px;
  position: absolute;
  font-size: 14px;
  opacity: 0.4;
  transform: rotateZ(-90deg);
  transition: all 0.2s;
  color: #4d6575;
}
.switcher_toggle:hover .item_svg_icon {
  right: 15px;
}

.profile_switcher {
  background: #f7f7fc;
  padding: 8px;
}
.profile_switcher.is-open .profile_switcher__panel {
  opacity: 1;
  visibility: visible;
  left: 8px;
}
.profile_switcher.is-open .switcher_toggle .item_svg_icon {
  transform: rotateZ(0deg);
}

.sidebar_header {
  padding: 8px;
  display: flex;
  justify-content: center;
}
.sidebar_header .partner_switcher {
  display: flex;
}
.sidebar_header .partner_switcher.open .partner_list {
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  opacity: 1;
  z-index: 99999;
}
.sidebar_header .partner_switcher .partner_toggle {
  display: flex;
  align-items: center;
}
.sidebar_header .partner_switcher .partner_toggle:hover svg {
  margin-top: 5px;
  opacity: 0.7;
}
.sidebar_header .partner_switcher .partner_toggle svg {
  margin-left: 10px;
  width: 23px;
  height: 23px;
  opacity: 0.4;
}
.sidebar_header .partner_switcher .partner_list {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60px;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 15px 0;
  min-width: 330px;
  display: none;
  margin-top: -125%;
  max-height: 60vh;
  overflow-y: auto;
  opacity: 0;
  transition: margin-top 0.5s ease, opacity 0.5s ease;
}
.sidebar_header .partner_switcher .partner_list li {
  margin: 8px 14px 0;
  padding-bottom: 8px;
  border-bottom: #ddd solid 1px;
  display: flex;
  align-items: center;
}
.sidebar_header .partner_switcher .partner_list li.input {
  padding: 0 10px 10px;
  margin: 0;
  border-bottom: none;
}
.sidebar_header .partner_switcher .partner_list li.input:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 23px;
  height: 22px;
  background: url('search_icon.svg') no-repeat left center;
}
.sidebar_header .partner_switcher .partner_list li.input input {
  width: 100%;
  padding: 5px 10px 5px 44px;
  font-size: 0.9rem;
  border: #ddd solid 1px;
  border-radius: 5px;
}
.sidebar_header .partner_switcher .partner_list li span {
  display: inline-flex;
}
.sidebar_header .partner_switcher .partner_list li span.image {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.sidebar_header .partner_switcher .partner_list li span.text {
  margin-left: 16px;
  font-weight: 600;
}

.profile_switcher__panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 8px;
  background: #fff;
  left: 0;
  z-index: 1015;
  min-width: 400px;
  max-width: 600px;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 36px 4px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease, opacity 0.3s ease;
}

.item_svg_icon.cog_icon {
  left: 20px;
  width: 24px;
  height: 24px;
  color: #FF4612;
  fill: currentColor;
  opacity: 1;
}

.user_name {
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  color: #616161;
  padding-left: 44px;
}

.panel__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.panel__header .user_name {
  font-size: 24px;
  padding-left: 0;
  font-family: "proxima_novaregular", Helvetica, sans-serif;
}

.user_avatar {
  width: 68px;
  height: 68px;
  display: block;
  border: dashed #ddd 1px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin-right: 15px;
}
.user_avatar img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.close_profiler {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  opacity: 0.5;
  cursor: pointer;
}
.close_profiler:before, .close_profiler:after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  left: 11px;
  top: 0;
  height: 24px;
  background-color: #868582;
}
.close_profiler:before {
  transform: rotate(45deg);
}
.close_profiler:after {
  transform: rotate(-45deg);
}
.close_profiler:hover {
  opacity: 1;
}

.panel_section {
  margin: 15px 0;
  border-bottom: 1px solid #d4dde3;
}
.panel_section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.panel_section.other_nav .panel_nav li {
  margin: 0;
  padding-right: 30px;
  position: relative;
}
.panel_section.other_nav .panel_nav li a {
  font-family: "proxima_novaregular", Helvetica, sans-serif;
}
.panel_section.other_nav .panel_nav li:after {
  content: "•";
  position: absolute;
  right: 15px;
}
.panel_section.other_nav .panel_nav li:last-of-type:after {
  display: none;
}

.panel_nav {
  list-style-type: none;
}
.panel_nav li {
  display: block;
  margin: 15px 0;
}
.panel_nav li a {
  color: #606060;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
}
.panel_nav li a .panel_nav_icon {
  color: #FF4612;
  margin-right: 6px;
  margin-left: -3px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.panel_nav li a:hover {
  color: #FF4612;
}

.text_exclude strong {
  font-family: "proxima_novabold", Helvetica, sans-serif;
  font-weight: normal;
}

.app_primary_nav {
  height: 100%;
  overflow-y: auto;
  flex-grow: 2;
  color: #1c252c;
  background: #e3e2df;
  border-top-right-radius: 23px;
}
.app_primary_nav::-webkit-scrollbar {
  width: 6px;
  margin: 5px;
}
.app_primary_nav::-webkit-scrollbar-thumb {
  width: 6px;
  margin: 2px;
  border-radius: 10px;
  background-color: #c1c1c1;
}

.help_btn {
  background: #c1c1c1;
  color: #606060;
  padding: 8px 45px;
  border: #ddd solid 1px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: auto;
  margin-bottom: 20px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  transition: all 0.3s ease-in;
}
.help_btn img {
  width: 24px;
  margin-right: 10px;
}
.help_btn:hover {
  background: #fff;
}

.app_footer {
  border-top: #ccc solid 1px;
  text-align: center;
  padding: 16px 0;
  font-size: 13px;
  background: #e3e2df;
  transition: right 0.2s ease-in-out;
}

.powered_by {
  display: block;
  font-size: 13px;
}

.nav_menu {
  list-style: none;
  padding-top: 10px;
}
.nav_menu .menu_item {
  color: #4a4e53;
  font-weight: normal;
}
.nav_menu .menu_item_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
  padding: 12px 32px 12px 64px;
}
.nav_menu .menu_item_link:hover .menu_item_label,
.nav_menu .menu_item_link:hover .item_svg_icon {
  color: #FF4612;
}
.nav_menu .item_svg_icon {
  position: absolute;
  left: 24px;
  top: calc(50% - 14px);
  display: inline-block;
  color: #b2b2b2;
  width: 26px;
  height: 26px;
  fill: currentColor;
  transition: all 0.2s ease-in-out;
}
.nav_menu .menu_item_label {
  font-weight: normal;
  color: inherit;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.menu_item_expandable_content {
  overflow: hidden;
}

.menu_item_expandable.open .menu_item {
  margin-top: 0;
  opacity: 1;
  transition-delay: 0.3s;
}
.menu_item_expandable.open .menu_nested {
  margin-top: 0;
  opacity: 1;
}
.menu_item_expandable.open .menu_item_caret {
  transform: rotateZ(180deg);
}
.menu_item_expandable.open .menu_item_label {
  font-family: "proxima_novabold", Helvetica, sans-serif;
  color: #FF4612;
}
.menu_item_expandable.open .item_svg_icon {
  color: #FF4612;
}

.menu_nested {
  padding-bottom: 4px;
  margin-top: -425%;
  margin-bottom: 0;
  opacity: 0;
  transition: margin-top 0.5s ease, opacity 0.5s ease;
}
.menu_nested .menu_item {
  margin-top: 0;
  opacity: 1;
  transition-delay: 0.3s;
}
.menu_nested .menu_item_link {
  padding: 6px 0 6px 64px;
  font-size: 14px;
}
.menu_nested .menu_item_link:hover {
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  color: #4a4e53;
}

.menu_item_caret {
  width: 12px;
  height: 12px;
  top: calc(50% - 7.5px);
  position: absolute;
  right: 16px;
  color: #4d6575;
  transition: transform 0.5s;
}

.spinner_centered {
  position: relative;
  width: 100%;
  height: 100%;
}

.wv_spinner {
  border-style: solid;
  border-radius: 50%;
  border-color: #e3e2df;
  border-right-color: #4a4e53;
  border-top-color: #4a4e53;
  border-width: 5px;
  font-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  animation: spin-animation 0.7s linear infinite;
}
@keyframes spin-animation {
  to {
    transform: rotate(360deg);
  }
}
.svg_hidden {
  display: none;
}

.app_header {
  min-height: 90px;
  display: flex;
  align-items: center;
  align-content: center;
  z-index: 10;
  transition: all 0.2s;
  width: 100%;
  padding: 0 40px;
  border-bottom: #e3e2df solid 1px;
}

.app_header_content {
  width: 100%;
  min-height: 90px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

@media (max-width: 600px) {
  .app_header_content {
    width: 100%;
    min-height: 90px;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.dropdown-menu {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu li:last-of-type {
  border: none;
}
.dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  transition: all 0.3s ease-in;
  color: #606060;
}
.dropdown-menu li a:hover {
  background-color: #f0f4fa;
}

.app_header_left {
  position: relative;
  display: flex;
  align-items: center;
}
.app_header_left .module_switcher_panel {
  position: absolute;
  left: 0;
  top: 60px;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 15px 0;
  min-width: 330px;
  display: none;
  margin-top: -125%;
  max-height: 85vh;
  overflow-y: auto;
  opacity: 0;
  transition: margin-top 0.5s ease, opacity 0.5s ease;
}
.app_header_left .module_switcher_panel::-webkit-scrollbar {
  width: 6px;
  margin: 5px;
}
.app_header_left .module_switcher_panel::-webkit-scrollbar-thumb {
  width: 6px;
  margin: 2px;
  border-radius: 10px;
  background-color: #c1c1c1;
}
.app_header_left.open .module_switcher_panel {
  display: block;
  margin-top: 0;
  opacity: 1;
}
.app_header_left.open .sr_heading_title .sr_heading_title_icon {
  transform: rotateZ(180deg);
}

.dropdown_menu_item {
  padding: 14px 25px;
  display: block;
  font-weight: normal;
  color: #606060;
  display: flex;
  position: relative;
  align-items: center;
  height: 62px;
}
.dropdown_menu_item:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #FF4612;
  top: 0;
  right: 0;
  display: none;
}
.dropdown_menu_item .dropdown_menu_item_icon {
  width: 30px;
  margin-right: 15px;
}
.dropdown_menu_item .dropdown_menu_item_icon img {
  width: 100%;
}
.dropdown_menu_item:hover {
  background-color: #f7f7fc;
}
.dropdown_menu_item:hover:after {
  display: block;
}
.dropdown_menu_item.is-current {
  background-color: #f7f7fc;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
}
.dropdown_menu_item.is-current:after {
  display: block;
}

.app_header_right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.app_header_right .button_primary {
  margin-right: 1.2rem;
}
.app_header_right .dropdown-menu {
  min-width: 180px;
}

.sr_heading_title {
  cursor: pointer;
  margin-right: 40px;
}
.sr_heading_title .sr_heading_title_label {
  color: #FF4612;
  font-size: 36px;
}
.sr_heading_title .sr_heading_title_icon {
  color: #686868;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  bottom: 8px;
  width: 30px;
  height: 30px;
  fill: currentColor;
  opacity: 0.6;
  transform: rotateZ(0deg);
  transition: all 0.2s;
}

.notification_panel {
  position: relative;
}
.notification_panel .notification_toggle {
  padding: 10px 25px;
  line-height: 38px;
  font-size: 14px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  border: #b2b2b2 solid 2px;
  color: #606060;
  cursor: pointer;
  border-radius: 28px;
  display: flex;
  position: relative;
  align-items: center;
  height: 46px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.notification_panel .notification_toggle .has_count {
  position: absolute;
  right: 0;
  top: -10px;
  padding: 4px 6px;
  line-height: 12px;
  font-size: 13px;
  color: #fff;
  font-family: "proxima_novabold", Helvetica, sans-serif;
  border-radius: 11px;
  background: #FF4612;
}
.notification_panel .notification_toggle:hover {
  border-color: #FF4612;
  background: #FF4612;
  color: #fff;
}

.notification_widget,
.options_side {
  position: absolute;
  right: -340px;
  top: 0;
  opacity: 0;
  width: 500px;
  min-height: 40vh;
  max-height: 40vh;
  overflow-y: scroll;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 999;
  transition: right 0.3s ease, opacity 0.3s ease;
}
.notification_widget .notification_widget_header,
.options_side .notification_widget_header {
  border-bottom: #e3e2df solid 1px;
  padding: 14px 25px;
  position: relative;
  height: 50px;
}
.notification_widget .notif_tab_menu,
.options_side .notif_tab_menu {
  list-style-type: none;
  border-bottom: #e3e2df solid 1px;
  text-align: center;
  padding: 0 5px;
}
.notification_widget .notif_tab_menu li,
.options_side .notif_tab_menu li {
  padding: 0 8px;
}
.notification_widget .notif_tab_menu li a,
.options_side .notif_tab_menu li a {
  padding: 15px 10px;
  display: block;
  position: relative;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  color: #606060;
}
.notification_widget .notif_tab_menu li a:after,
.options_side .notif_tab_menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF4612;
  bottom: 0;
  right: 0;
  display: none;
}
.notification_widget .notif_tab_menu li a .count,
.options_side .notif_tab_menu li a .count {
  background: #ff4512;
  padding: 3px 5px;
  line-height: 10px;
  color: #fff;
  border-radius: 11px;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 3px;
}
.notification_widget .notif_tab_menu li.active a,
.options_side .notif_tab_menu li.active a {
  color: #FF4612;
}
.notification_widget .notif_tab_menu li.active a:after,
.options_side .notif_tab_menu li.active a:after {
  display: block;
}

.options_side {
  opacity: 1;
  width: 30em;
  left: 0px;
  position: relative;
  padding: 0 1em;
}
.options_side .logo_area {
  padding: 2em;
}
.options_side .notification_widget_header {
  border-bottom: #e3e2df solid 1px;
  padding: 14px 25px;
  position: relative;
  height: 50px;
}

.notif-open .notification_widget {
  right: 30px;
  top: 80px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.tab_pane {
  display: none;
  padding: 20px;
}

.tab-content {
  overflow-y: auto;
  transition: margin-top 0.5s ease, opacity 0.5s ease;
}
.tab-content::-webkit-scrollbar {
  width: 6px;
  margin: 5px;
}
.tab-content::-webkit-scrollbar-thumb {
  width: 6px;
  margin: 2px;
  border-radius: 10px;
  background-color: #c1c1c1;
}
.tab-content > .tab_pane {
  display: none;
}
.tab-content > .active {
  display: inline-block;
  width: 100%;
}

.single_news {
  border-bottom: #e3e2df solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.date_posted {
  font-size: 12px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
}

.news_title {
  font-family: "proxima_novabold", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 30px;
  background: url('arrow_right.svg') left center no-repeat;
}

.news_excerpt {
  font-size: 13px;
  margin-bottom: 10px;
}
.news_excerpt ul {
  margin: 0;
  list-style-type: none;
}
.news_excerpt ul li {
  margin-bottom: 5px;
}
.news_excerpt ul li:before {
  content: "—";
}
.news_excerpt .inline_img {
  float: left;
  width: 100%;
  max-width: 110px;
  margin-right: 10px;
}

.learn_more {
  font-size: 14px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  font-weight: normal;
  color: #3b88fd;
}
.learn_more .sr_heading_title_icon {
  color: #3e8afc;
  margin-left: 0px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  width: 20px;
  height: 20px;
  fill: currentColor;
  transform: rotateZ(-90deg);
  transition: all 0.2s;
}
.learn_more:hover {
  color: #FF4612;
}
.learn_more:hover .sr_heading_title_icon {
  margin-left: 3px;
  color: #FF4612;
}

.at_svg_icon {
  color: #4a4e53;
  margin-left: 0px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  width: 20px;
  height: 20px;
  fill: currentColor;
  transform: rotateZ(-90deg);
  transition: all 0.2s;
}

.subscribe_news {
  border: #ddd dashed 1px;
  text-align: center;
  margin-bottom: 23px;
  padding: 5px;
  background: #f7f7fc;
}
.subscribe_news h4 {
  font-size: 16px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.subscribe_news .check_form {
  font-size: 14px;
}

.section_title {
  color: #FF4612;
  font-size: 20px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}

.escalation_list {
  list-style-type: none;
  margin-bottom: 25px;
}
.escalation_list .dropdown_menu_item {
  height: 48px;
  border-bottom: #ddd solid 1px;
  padding: 5px 10px;
}
.escalation_list .dropdown_menu_item:after {
  display: none !important;
}
.escalation_list .dropdown_menu_item .count {
  background: #ff4512;
  padding: 2px 5px;
  line-height: 11px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  color: #fff;
  border-radius: 11px;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 3px;
}

.app_breadcrumb {
  padding: 10px 40px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  height: 45px;
  font-size: 14px;
  border-bottom: #ddd solid 1px;
}

.app_breadcrumb_item {
  list-style-type: none;
}
.app_breadcrumb_item li {
  color: #FF4612;
  position: relative;
  padding-right: 24px;
}
.app_breadcrumb_item li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 10px;
  color: #606060;
}
.app_breadcrumb_item li:last-of-type:after {
  display: none;
}
.app_breadcrumb_item li a {
  display: block;
  color: #606060;
}
.app_breadcrumb_item li a:hover {
  color: #FF4612;
}

.last_update_sticker_refresh .at_svg_icon {
  margin-left: 5px;
  opacity: 0.8;
}
.last_update_sticker_refresh:hover .at_svg_icon {
  color: #FF4612;
  opacity: 1;
}

.button_primary {
  background: #fff;
  border: #b2b2b2 solid 2px;
  color: #606060;
  cursor: pointer;
  font-size: 14px;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  padding: 14px 25px;
  border-radius: 28px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button_primary:hover {
  border-color: #FF4612;
  background: #FF4612;
  color: #fff;
}

.app_global_search {
  border: #e3e2df solid 1px;
  padding-left: 50px;
  border-radius: 28px;
  width: 490px;
  height: 42px;
  overflow: hidden;
  position: relative;
}
.app_global_search .search_input {
  width: 100%;
  padding: 0 100px 0 55px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  font-size: 0.88rem;
  opacity: 1;
  transform: translate(0, 11px);
}
.app_global_search .search_btn {
  width: 150px;
  height: 42px;
  margin: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  background: rgb(109, 112, 117);
  border: none;
  color: #fff;
}
.app_global_search .search_btn:hover {
  background: #FF4612;
}
.app_global_search:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 30px;
  height: 100%;
  background: url('search_icon.svg') no-repeat left center;
}

.app_table_select {
  border: #e3e2df solid 1px;
  padding-left: 50px;
  border-radius: 10px;
  margin-top: 20px;
  width: 160px;
  height: 42px;
  overflow: hidden;
  position: relative;
}
.app_table_select .select_input {
  width: 100%;
  padding: 0 10px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  font-size: 0.88rem;
  opacity: 1;
  transform: translate(0, 11px);
}
.app_table_select:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 30px;
  height: 100%;
}

.app_table_date {
  border: #e3e2df solid 1px;
  padding-left: 50px;
  border-radius: 10px;
  width: 160px;
  height: 42px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.app_table_date .date_input {
  width: 100%;
  padding: 0 10px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  font-size: 0.88rem;
  opacity: 1;
  transform: translate(0, 11px);
}

.app_table_datetime {
  border: #e3e2df solid 1px;
  padding-left: 50px;
  border-radius: 10px;
  width: 160px;
  height: 42px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.app_table_datetime .datetime_input {
  width: 100%;
  padding: 0 10px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  font-size: 0.88rem;
  opacity: 1;
  transform: translate(0, 11px);
}

.app_table_search {
  border: #e3e2df solid 1px;
  padding-left: 50px;
  border-radius: 10px;
  width: 200px;
  height: 42px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.app_table_search .search_input {
  width: 100%;
  padding: 0 10px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  font-size: 0.88rem;
  opacity: 1;
  transform: translate(0, 11px);
}
.app_table_search .search_btn {
  width: 150px;
  height: 42px;
  margin: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  background: rgb(109, 112, 117);
  border: none;
  color: #fff;
}
.app_table_search .search_btn:hover {
  background: #FF4612;
}
.app_table_search:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 30px;
  height: 100%;
}

.label_title {
  font-weight: bold;
}

.form_group_bulk {
  width: 129%;
  margin-bottom: 0;
}

.form_group_modal {
  width: 150%;
  margin-bottom: 0;
}

.form_group_modal input {
  border: #e6e6ff solid 1px;
  border-radius: 5px;
  opacity: 0.9;
  height: 45px;
  width: 90%;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.form_group_bulk input {
  border: #e6e6ff solid 1px;
  border-radius: 5px;
  opacity: 0.9;
  height: 45px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.form_group_modal select {
  font-size: 19px;
  border: none;
  background-color: transparent;
  border: #e6e6ff solid 1px;
  border-radius: 5px;
  opacity: 0.9;
  height: 45px;
  width: 90%;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.form_group_modal textarea {
  border: #e6e6ff solid 1px;
  border-radius: 5px;
  opacity: 0.9;
  height: 150px;
  width: 95%;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.button_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 28px;
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  margin: 0 20px 0 auto;
}

.button_secondary {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 28px;
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  margin: 0 20px 0 auto;
}

.button_secondary_grey {
  color: #fff;
  background-color: #c1c1c1;
  border-color: none;
  border-radius: 28px;
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  margin: 0 20px 0 auto;
}

.button_danger {
  color: #fff;
  background-color: #ff4512;
  border-color: none;
  border-radius: 28px;
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  margin: 0 20px 0 auto;
}

.app_table_layout {
  padding: 0 40px 40px;
  overflow-y: auto;
  flex-grow: 2;
  position: relative;
}
.app_table_layout::-webkit-scrollbar {
  width: 6px;
  margin: 5px;
}
.app_table_layout::-webkit-scrollbar-thumb {
  width: 6px;
  margin: 2px;
  border-radius: 10px;
  background-color: #c1c1c1;
}

.datagrid {
  transition: all 0.2s;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}
.datagrid table td,
.datagrid table th {
  padding: 14px 6px;
}
.datagrid table thead th,
.datagrid table tfoot th {
  color: #4a4e53;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  border-bottom: #ddd solid 2px;
}
.datagrid table thead th {
  cursor: pointer;
  position: relative;
}
.datagrid table thead th.sorting_desc {
  color: #7171A6;
}
.datagrid table tbody td {
  color: #4a4e53;
  font-size: 14px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.27);
  font-weight: normal;
}
.datagrid table tbody tr:hover {
  background: #fff;
}
.datagrid table tbody tr.active {
  background: #e3e2df;
}

.table_collapse .datagrid {
  margin-right: 330px;
}
.table_collapse .datagrid table thead th.sorting_desc:before,
.table_collapse .datagrid table thead th.sorting_asc:before {
  display: none !important;
}
.table_collapse .sidebar_details {
  right: 0;
  opacity: 1;
}
.table_collapse .table_overlay {
  display: block;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  display: none !important;
}

.clickable_td {
  color: #6f99cc;
  text-decoration: underline;
}
.clickable_td:hover {
  color: #FF4612;
}

.status {
  padding: 3px 10px;
  font-size: 12px;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
}
.status.active {
  background: #46a00d;
  color: #fff;
}
.status.dormant {
  background: #ffc112;
  color: #775800;
}
.status.suspended {
  background: #ff4512;
  color: #fff;
}
.status.dark {
  background: #606060;
  color: #fff;
}

.table_overlay {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 400px;
  height: calc(100vh - 135px);
  background: #e3e2df;
  border-left: #cac9c8 solid 1px;
}
.table_overlay .overlay_content {
  height: calc(100vh - 186px);
  overflow-y: auto;
}
.table_overlay .title {
  border-bottom: #cac9c8 solid 1px;
  padding: 12px 15px;
  display: flex;
}
.table_overlay .title a {
  color: #6F99CC;
  text-decoration: underline;
  font-size: 18px;
}
.table_overlay .title .button {
  margin-left: 15px;
}
.table_overlay .info {
  margin: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.table_overlay .info .row {
  display: flex;
  padding: 8px 15px;
  border-bottom: #ddd solid 1px;
}
.table_overlay .info .row span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}
.table_overlay .info .row span:not(:first-of-type) {
  padding-left: 8px;
}
.table_overlay .info .row span.red {
  color: #FF4612;
}
.table_overlay .info .row span.token {
  flex-direction: column;
  align-items: start;
  padding-left: 10px;
}
.table_overlay .info .row span.token h4 {
  color: #FF4612;
}
.table_overlay .info .row span.token p {
  font-size: 20px;
}
.table_overlay .info .row .image {
  width: 30px;
  height: 30px;
  padding: 5px;
  flex-grow: unset;
  align-items: unset;
}
.table_overlay .info .row .image img {
  width: 100%;
}
.table_overlay .products {
  padding: 15px;
}
.table_overlay .products .row {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 15px;
}
.table_overlay .products .row .image {
  width: 120px;
  height: 80px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.table_overlay .products .row .image img {
  width: 100%;
}
.table_overlay .products .row .type {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: center;
  padding: 15px;
  border-left: #ddd solid 1px;
}
.table_overlay .products .row .account {
  display: flex;
  flex-grow: 3;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border-left: #ddd solid 1px;
}

.close_icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  opacity: 0.5;
  cursor: pointer;
}
.close_icon:before, .close_icon:after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  left: 11px;
  top: 0;
  height: 24px;
  background-color: #868582;
}
.close_icon:before {
  transform: rotate(45deg);
}
.close_icon:after {
  transform: rotate(-45deg);
}
.close_icon:hover {
  opacity: 1;
}

.sidebar_details {
  position: fixed;
  right: -370px;
  top: 135px;
  opacity: 0;
  width: 370px;
  background: #e3e2df;
  border-left: #cac9c8 solid 1px;
  transition: right 0.3s ease, opacity 0.3s ease;
  height: calc(100vh - 135px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.sidebar_details::-webkit-scrollbar {
  width: 6px;
  margin: 5px;
}
.sidebar_details::-webkit-scrollbar-thumb {
  width: 6px;
  margin: 2px;
  border-radius: 10px;
  background-color: #c1c1c1;
}
.sidebar_details .overlay_content {
  height: calc(100vh - 186px);
  overflow-y: auto;
}
.sidebar_details .title {
  border-bottom: #cac9c8 solid 1px;
  padding: 12px 15px;
  display: flex;
}
.sidebar_details .title a {
  color: #6f99cc;
  text-decoration: underline;
  font-size: 18px;
}
.sidebar_details .title .button {
  margin-left: 15px;
}
.sidebar_details .info {
  margin: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.sidebar_details .info .row {
  display: flex;
  padding: 8px 15px;
  border-bottom: #ddd solid 1px;
}
.sidebar_details .info .row span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}
.sidebar_details .info .row span:not(:first-of-type) {
  padding-left: 8px;
}
.sidebar_details .info .row span.red {
  color: #FF4612;
}
.sidebar_details .info .row span.token {
  flex-direction: column;
  align-items: start;
  padding-left: 10px;
}
.sidebar_details .info .row span.token h4 {
  color: #FF4612;
}
.sidebar_details .info .row span.token p {
  font-size: 20px;
}
.sidebar_details .info .row .image {
  width: 30px;
  height: 30px;
  padding: 5px;
  flex-grow: unset;
  align-items: unset;
}
.sidebar_details .info .row .image img {
  width: 100%;
}
.sidebar_details .products {
  padding: 15px;
}
.sidebar_details .products .row {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 15px;
}
.sidebar_details .products .row .image {
  width: 120px;
  height: 80px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.sidebar_details .products .row .image img {
  width: 100%;
}
.sidebar_details .products .row .type {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: center;
  padding: 15px;
  border-left: #ddd solid 1px;
}
.sidebar_details .products .row .account {
  display: flex;
  flex-grow: 3;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border-left: #ddd solid 1px;
}

.app_customer_layout {
  padding: 30px 40px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.app_customer_layout .customer_overview {
  display: flex;
  min-height: 90px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  align-items: stretch;
  padding-right: 40px;
  margin-bottom: 30px;
  background-color: #fff;
}
.app_customer_layout .customer_overview .title {
  background-color: #e3e2df;
  word-wrap: break-word;
  width: 100%;
  align-items: center;
  text-align: center;
  padding: 10px 10px;
  width: 200px;
  font-weight: 600;
}
.app_customer_layout .customer_overview .title h3 {
  margin: 0 auto;
  font-size: 23px;
}
.app_customer_layout .customer_overview .details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 20px;
}
.app_customer_layout .customer_overview .details img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.app_customer_layout .customer_overview .details .location, .app_customer_layout .customer_overview .details .contact {
  display: flex;
}
.app_customer_layout .customer_overview .details .location span, .app_customer_layout .customer_overview .details .contact span {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.app_customer_layout .customer_overview .close_icon {
  top: calc(50% - 15px);
  right: 15px;
  height: 30px;
  width: 30px;
}
.app_customer_layout .customer_overview .close_icon:after, .app_customer_layout .customer_overview .close_icon:before {
  height: 30px;
}
.app_customer_layout .customer_products {
  height: auto;
}
.app_customer_layout .customer_products .product {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  border: #ddd solid 1px;
  margin: 0 0 20px 0;
  overflow-y: auto;
}
.app_customer_layout .customer_products .product.open .close_icon {
  display: flex;
}
.app_customer_layout .customer_products .product.open .title {
  height: unset;
}
.app_customer_layout .customer_products .product.open .title .image {
  width: 100%;
}
.app_customer_layout .customer_products .product.open .title .account {
  flex-direction: column;
  align-items: start;
}
.app_customer_layout .customer_products .product.open .title .account .type {
  margin-right: 0;
}
.app_customer_layout .customer_products .product.open .title .account .number h4 {
  font-weight: 400;
}
.app_customer_layout .customer_products .product.open .title .account .number p {
  font-weight: 400;
}
.app_customer_layout .customer_products .product.open .title .activity {
  flex-direction: column;
  width: max-content;
}
.app_customer_layout .customer_products .product.open .title .activity .token {
  flex-direction: row;
  justify-content: start;
  flex-basis: 50%;
  border-bottom: #ddd solid 1px;
  border-right: none;
  padding: 0 10px 0 10px;
}
.app_customer_layout .customer_products .product.open .title .activity .token h4 {
  font-weight: 400;
}
.app_customer_layout .customer_products .product.open .title .activity .token .resend.button {
  display: inline;
  background-color: #FF4612;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .title .activity .token .token_status {
  border-left: #ddd solid 1px;
  border-right: 0;
  margin-left: 7px;
  padding-left: 18px;
  justify-content: start;
}
.app_customer_layout .customer_products .product.open .title .activity .token .green.button {
  background-color: #46a00d;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .title .activity .token .dark-green.button {
  background-color: #3c763d;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .title .activity .token .red.button {
  background-color: #FF4612;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .title .activity .call .last_call, .app_customer_layout .customer_products .product.open .title .activity .call .reason {
  display: inline;
}
.app_customer_layout .customer_products .product.open .title .activity .call .token_status {
  border-right: 0;
  padding-left: 18px;
  justify-content: start;
}
.app_customer_layout .customer_products .product.open .title .activity .call .green.button {
  background-color: #46a00d;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .title .activity .call .dark-green.button {
  background-color: #3c763d;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .title .activity .call .red.button {
  background-color: #FF4612;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product.open .product_tabs {
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.app_customer_layout .customer_products .product .close_icon {
  display: none;
  top: 19px;
}
.app_customer_layout .customer_products .product .title {
  display: flex;
  height: 90px;
  width: 100%;
}
.app_customer_layout .customer_products .product .title .prod {
  border-right: #ddd solid 1px;
  width: 160px;
}
.app_customer_layout .customer_products .product .title .prod .image {
  height: 70%;
  padding: 3px 0;
}
.app_customer_layout .customer_products .product .title .prod .image img {
  margin: 0 auto;
  height: 80%;
  display: flex;
}
.app_customer_layout .customer_products .product .title .account {
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: #ddd solid 1px;
}
.app_customer_layout .customer_products .product .title .account .type {
  display: flex;
  flex-basis: 40%;
  margin-right: 20px;
}
.app_customer_layout .customer_products .product .title .account .type h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
}
.app_customer_layout .customer_products .product .title .account .number {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.app_customer_layout .customer_products .product .title .account .number h4 {
  color: #FF4612;
  font-weight: 600;
}
.app_customer_layout .customer_products .product .title .account .number p {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
.app_customer_layout .customer_products .product .title .activity {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.app_customer_layout .customer_products .product .title .activity .token {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-basis: 100%;
  align-items: center;
  border-right: #ddd solid 1px;
  border-bottom: none;
}
.app_customer_layout .customer_products .product .title .activity .token h4 {
  color: #FF4612;
  font-weight: 600;
}
.app_customer_layout .customer_products .product .title .activity .token p {
  font-size: 15px;
  line-height: 20px;
}
.app_customer_layout .customer_products .product .title .activity .token .resend.button {
  display: none;
  margin: 0 8px;
  background-color: #FF4612;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product .title .activity .token .token_status {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-right: #ddd solid 1px;
  padding: 0 15px;
}
.app_customer_layout .customer_products .product .title .activity .token .token_info {
  padding: 0 10px;
}
.app_customer_layout .customer_products .product .title .activity .token .green.button {
  background-color: #46a00d;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product .title .activity .token .dark-green.button {
  background-color: #3c763d;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product .title .activity .token .red.button {
  background-color: #FF4612;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: table;
  padding: 3px 15px;
}
.app_customer_layout .customer_products .product .title .activity .call {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  padding-left: 10px;
  padding: 0 15px;
}
.app_customer_layout .customer_products .product .title .activity .call h4 {
  color: #FF4612;
  font-weight: 400;
}
.app_customer_layout .customer_products .product .title .activity .call p {
  font-size: 20px;
  line-height: 20px;
}
.app_customer_layout .customer_products .product .title .activity .call .last_call {
  display: none;
  margin-right: 25px;
}
.app_customer_layout .customer_products .product .title .activity .call .reason {
  display: none;
  margin-right: 25px;
}
.app_customer_layout .customer_products .product .product_tabs {
  opacity: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  border-top: #ddd solid 1px;
  transition: right 0.3s ease, opacity 0.3s ease;
}
.app_customer_layout .customer_products .product .product_tabs .product_tabs_menu {
  list-style-type: none;
  border-bottom: #e3e2df solid 1px;
  text-align: center;
  padding: 0 5px;
  display: inherit;
}
.app_customer_layout .customer_products .product .product_tabs .product_tabs_menu li {
  padding: 0 8px;
}
.app_customer_layout .customer_products .product .product_tabs .product_tabs_menu li.active {
  font-weight: 600;
}
.app_customer_layout .customer_products .product .product_tabs .product_tabs_menu li.active a:after {
  display: block;
}
.app_customer_layout .customer_products .product .product_tabs .product_tabs_menu li a {
  padding: 15px 10px;
  display: block;
  position: relative;
  color: #606060;
}
.app_customer_layout .customer_products .product .product_tabs .product_tabs_menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF4612;
  bottom: 0;
  right: 0;
  display: none;
}
.app_customer_layout .customer_products .product .product_tabs .tab_pane {
  padding: 20px;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}
table td, table th {
  padding: 14px 6px;
}
table thead th, table tfoot th {
  color: #4A4E53;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  border-bottom: #ddd solid 2px;
}
table thead th {
  cursor: pointer;
  position: relative;
}
table thead th.sorting_desc {
  color: #7171A6;
}
table tbody td {
  color: #4A4E53;
  font-size: 14px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.27);
  font-weight: normal;
}
table tbody tr:hover {
  background: #fff;
}
table tbody tr.active {
  background: #e3e2df;
}

.app_setup_layout {
  padding: 30px 40px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  position: relative;
}
.app_setup_layout .setup_tab_menu {
  list-style-type: none;
  flex-direction: column;
  justify-content: space-between;
  min-height: 700px;
  flex-basis: 40%;
}
.app_setup_layout .setup_tab_menu .nav-item {
  background-color: #fff;
  margin-right: 20px;
  border-radius: 13px;
  border: #e3e2df solid 1px;
  margin-bottom: 20px;
}
.app_setup_layout .setup_tab_menu .nav-item.active {
  margin-right: 0;
  border-radius: 13px 0 0 13px;
  background-color: #e3e2df;
  border-color: #cac9c8;
  border-width: 1px 0 1px 1px;
}
.app_setup_layout .setup_tab_menu .nav-item.active .nav-link .item-icon {
  border: #FF4612 solid 3px;
}
.app_setup_layout .setup_tab_menu .nav-item.active .nav-link .item-icon svg {
  color: #FF4612;
}
.app_setup_layout .setup_tab_menu .nav-item .nav-link {
  flex-direction: row;
  display: flex;
  padding: 16px 30px;
}
.app_setup_layout .setup_tab_menu .nav-item .nav-link .item-icon {
  border: #4a4e53 solid 3px;
  border-radius: 300px;
  width: 70px;
  height: 70px;
}
.app_setup_layout .setup_tab_menu .nav-item .nav-link .item-icon svg {
  width: 100%;
  height: 100%;
  padding: 5px 8px 8px 16px;
  color: #4a4e53;
  fill: currentColor;
  opacity: 1;
}
.app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title {
  margin-left: 15px;
}
.app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title h4 {
  font-size: 26px;
  font-weight: 400;
}
.app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title p {
  color: #606060;
  font-size: 19px;
}
.app_setup_layout .tab-content {
  background-color: #e3e2df;
  position: relative;
  padding-bottom: 20px;
  flex-basis: 70%;
  border: #cac9c8 solid 1px;
}
.app_setup_layout .tab-content .tab_pane {
  padding: 0;
}
.app_setup_layout .tab-content .form_header {
  border-bottom: #cac9c8 solid 1px;
  padding: 15px 20px;
  font-size: 18px;
  color: #616161;
  font-weight: bold;
}
.app_setup_layout .tab-content .button_secondary {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 28px;
  display: flex;
  margin: 0 20px 0 auto;
}
.app_setup_layout .tab-content .form_group {
  display: flex;
  margin: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.app_setup_layout .tab-content .form_group.icon {
  width: calc(100% - 180px);
}
.app_setup_layout .tab-content .form_group.icon svg {
  position: absolute;
  right: -50px;
  width: 50px;
  height: 50px;
  color: #616161;
  fill: currentColor;
}
.app_setup_layout .tab-content .form_group.checkbox {
  background-color: transparent;
  flex-wrap: wrap;
}
.app_setup_layout .tab-content .form_group .input {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  padding: 4px 14px;
}
.app_setup_layout .tab-content .form_group .input:nth-of-type(2) {
  border-left: #cac9c8 solid 2px;
}
.app_setup_layout .tab-content .form_group .input:nth-of-type(3) {
  border-left: #cac9c8 solid 2px;
}
.app_setup_layout .tab-content .form_group .select-box {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  padding: 4px 14px;
}
.app_setup_layout .tab-content .form_group .select-box:nth-of-type(2) {
  border-left: #cac9c8 solid 2px;
}
.app_setup_layout .tab-content .form_group .checkbox {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 20px 10px 0;
  padding: 13px 20px;
}
.app_setup_layout .tab-content .form_group .checkbox img {
  height: 40px;
  width: 40px;
  margin: 0 16px;
}
.app_setup_layout .tab-content .form_group label {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  color: #FF4612;
}
.app_setup_layout .tab-content .form_group input, .app_setup_layout .tab-content .form_group textarea, .app_setup_layout .tab-content .form_group select {
  font-size: 19px;
  border: none;
  background-color: transparent;
}
.app_setup_layout .tab-content .form_group input::placeholder, .app_setup_layout .tab-content .form_group textarea::placeholder, .app_setup_layout .tab-content .form_group select::placeholder {
  color: #ccc;
}
.app_setup_layout .tab-content .form_group label.checkboxLabel {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  color: #FF4612;
}

@media (max-width: 800px) {
  .profile_switcher {
    background: #f7f7fc;
    padding: 8px;
  }
  .profile_switcher.is-open .profile_switcher__panel {
    opacity: 1;
    visibility: visible;
    left: 53px;
    top: 188px;
  }
  .profile_switcher.is-open .switcher_toggle .item_svg_icon {
    transform: rotateZ(0deg);
  }
  .profile_switcher__panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 8px;
    background: #fff;
    left: 0;
    z-index: 1015;
    min-width: 400px;
    max-width: 600px;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 36px 4px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease, opacity 0.3s ease;
  }
  .sidebar_header {
    padding: 8px;
    display: flex;
    justify-content: center;
  }
  .sidebar_header .partner_switcher {
    display: flex;
  }
  .sidebar_header .partner_switcher.open .partner_list {
    display: block;
    margin-top: 128px;
    margin-left: 58px;
    opacity: 1;
    z-index: 999;
  }
  .sidebar_header .partner_switcher .partner_toggle {
    display: flex;
    align-items: center;
  }
  .sidebar_header .partner_switcher .partner_toggle:hover svg {
    margin-top: 5px;
    opacity: 0.7;
  }
  .sidebar_header .partner_switcher .partner_toggle svg {
    margin-left: 10px;
    width: 23px;
    height: 23px;
    opacity: 0.4;
  }
  .sidebar_header .partner_switcher .partner_list {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding: 15px 0;
    min-width: 330px;
    display: none;
    margin-top: -125%;
    max-height: 60vh;
    overflow-y: auto;
    opacity: 0;
    transition: margin-top 0.5s ease, opacity 0.5s ease;
  }
  .sidebar_header .partner_switcher .partner_list li {
    margin: 8px 14px 0;
    padding-bottom: 8px;
    border-bottom: #ddd solid 1px;
    display: flex;
    align-items: center;
  }
  .sidebar_header .partner_switcher .partner_list li.input {
    padding: 0 10px 10px;
    margin: 0;
    border-bottom: none;
  }
  .sidebar_header .partner_switcher .partner_list li.input:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 23px;
    height: 22px;
    background: url('search_icon.svg') no-repeat left center;
  }
  .sidebar_header .partner_switcher .partner_list li.input input {
    width: 100%;
    padding: 5px 10px 5px 44px;
    font-size: 0.9rem;
    border: #ddd solid 1px;
    border-radius: 5px;
  }
  .sidebar_header .partner_switcher .partner_list li span {
    display: inline-flex;
  }
  .sidebar_header .partner_switcher .partner_list li span.image {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .sidebar_header .partner_switcher .partner_list li span.text {
    margin-left: 16px;
    font-weight: 600;
  }
  .app_setup_layout {
    padding: 30px 40px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    position: relative;
  }
  .app_setup_layout .setup_tab_menu {
    list-style-type: none;
    flex-direction: column;
    justify-content: space-between;
    min-height: 700px;
    flex-basis: 40%;
  }
  .app_setup_layout .setup_tab_menu .nav-item {
    background-color: #fff;
    margin-right: 10px;
    border-radius: 13px;
    border: #e3e2df solid 1px;
    margin-bottom: 10px;
  }
  .app_setup_layout .setup_tab_menu .nav-item.active {
    margin-right: 0;
    border-radius: 13px 0 0 13px;
    background-color: #e3e2df;
    border-color: #cac9c8;
    border-width: 1px 0 1px 1px;
  }
  .app_setup_layout .setup_tab_menu .nav-item.active .nav-link .item-icon {
    border: #FF4612 solid 3px;
  }
  .app_setup_layout .setup_tab_menu .nav-item.active .nav-link .item-icon svg {
    color: #FF4612;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link {
    flex-direction: row;
    display: flex;
    padding: 10px 10px;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-icon {
    border: #4a4e53 solid 3px;
    border-radius: 300px;
    width: 70px;
    height: 70px;
    display: none;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-icon svg {
    width: 100%;
    height: 100%;
    padding: 5px 8px 8px 16px;
    color: #4a4e53;
    fill: currentColor;
    opacity: 1;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title {
    margin-left: 15px;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title h4 {
    font-size: 20px;
    font-weight: 400;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title p {
    color: #606060;
    font-size: 15px;
  }
  .app_setup_layout .tab-content {
    background-color: #e3e2df;
    position: relative;
    padding-bottom: 20px;
    flex-basis: 70%;
    border: #cac9c8 solid 1px;
  }
  .app_setup_layout .tab-content .tab_pane {
    padding: 0;
  }
  .app_setup_layout .tab-content .form_header {
    border-bottom: #cac9c8 solid 1px;
    padding: 15px 20px;
    font-size: 18px;
    color: #616161;
    font-weight: bold;
  }
  .app_setup_layout .tab-content .button_secondary {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 28px;
    display: flex;
    margin: 0 20px 0 auto;
  }
  .app_setup_layout .tab-content .form_group {
    display: flex;
    margin: 12px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
  }
  .app_setup_layout .tab-content .form_group.icon {
    width: calc(100% - 180px);
  }
  .app_setup_layout .tab-content .form_group.icon svg {
    position: absolute;
    right: -50px;
    width: 50px;
    height: 50px;
    color: #616161;
    fill: currentColor;
  }
  .app_setup_layout .tab-content .form_group.checkbox {
    background-color: transparent;
    flex-wrap: wrap;
  }
  .app_setup_layout .tab-content .form_group .input {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 4px 14px;
  }
  .app_setup_layout .tab-content .form_group .select-box {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 4px 14px;
  }
  .app_setup_layout .tab-content .form_group .select-box:nth-of-type(2) {
    border-left: #cac9c8 solid 2px;
  }
  .app_setup_layout .tab-content .form_group .checkbox {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 20px 10px 0;
    padding: 13px 20px;
  }
  .app_setup_layout .tab-content .form_group .checkbox img {
    height: 40px;
    width: 40px;
    margin: 0 16px;
  }
  .app_setup_layout .tab-content .form_group label {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #FF4612;
  }
  .app_setup_layout .tab-content .form_group input, .app_setup_layout .tab-content .form_group textarea, .app_setup_layout .tab-content .form_group select {
    font-size: 15px;
    border: none;
    background-color: transparent;
  }
  .app_setup_layout .tab-content .form_group input::placeholder, .app_setup_layout .tab-content .form_group textarea::placeholder, .app_setup_layout .tab-content .form_group select::placeholder {
    color: #ccc;
  }
  .app_setup_layout .tab-content .form_group label.checkboxLabel {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #FF4612;
  }
}
@media (max-width: 576px) {
  .app_breadcrumb {
    padding: 10px 20px;
  }
  .profile_switcher {
    background: #f7f7fc;
    padding: 8px;
  }
  .profile_switcher.is-open .profile_switcher__panel {
    opacity: 1;
    visibility: visible;
    left: 32px;
    top: 71px;
  }
  .profile_switcher.is-open .switcher_toggle .item_svg_icon {
    transform: rotateZ(0deg);
  }
  .profile_switcher__panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 8px;
    background: #fff;
    left: 0;
    z-index: 1015;
    min-width: 360px;
    max-width: 600px;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 36px 4px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease, opacity 0.3s ease;
  }
  .sidebar_header {
    padding: 8px;
    display: flex;
    justify-content: center;
  }
  .sidebar_header .partner_switcher {
    display: flex;
  }
  .sidebar_header .partner_switcher.open .partner_list {
    display: block;
    margin-top: 6px;
    margin-left: 30px;
    opacity: 1;
    z-index: 999;
  }
  .sidebar_header .partner_switcher .partner_toggle {
    display: flex;
    align-items: center;
  }
  .sidebar_header .partner_switcher .partner_toggle:hover svg {
    margin-top: 5px;
    opacity: 0.7;
  }
  .sidebar_header .partner_switcher .partner_toggle svg {
    margin-left: 10px;
    width: 23px;
    height: 23px;
    opacity: 0.4;
  }
  .sidebar_header .partner_switcher .partner_list {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding: 15px 0;
    min-width: 330px;
    display: none;
    margin-top: -125%;
    max-height: 60vh;
    overflow-y: auto;
    opacity: 0;
    transition: margin-top 0.5s ease, opacity 0.5s ease;
  }
  .sidebar_header .partner_switcher .partner_list li {
    margin: 8px 14px 0;
    padding-bottom: 8px;
    border-bottom: #ddd solid 1px;
    display: flex;
    align-items: center;
  }
  .sidebar_header .partner_switcher .partner_list li.input {
    padding: 0 10px 10px;
    margin: 0;
    border-bottom: none;
  }
  .sidebar_header .partner_switcher .partner_list li.input:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 23px;
    height: 22px;
    background: url('search_icon.svg') no-repeat left center;
  }
  .sidebar_header .partner_switcher .partner_list li.input input {
    width: 100%;
    padding: 5px 10px 5px 44px;
    font-size: 0.9rem;
    border: #ddd solid 1px;
    border-radius: 5px;
  }
  .sidebar_header .partner_switcher .partner_list li span {
    display: inline-flex;
  }
  .sidebar_header .partner_switcher .partner_list li span.image {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .sidebar_header .partner_switcher .partner_list li span.text {
    margin-left: 16px;
    font-weight: 600;
  }
  .app_setup_layout {
    padding: 10px 10px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    position: relative;
  }
  .app_setup_layout .setup_tab_menu {
    list-style-type: none;
    flex-direction: column;
    justify-content: space-between;
    min-height: 700px;
    flex-basis: 100%;
  }
  .app_setup_layout .setup_tab_menu .nav-item {
    background-color: #fff;
    border-radius: 13px;
    border: #e3e2df solid 1px;
    margin-bottom: 10px;
  }
  .app_setup_layout .setup_tab_menu .nav-item.active {
    margin-right: 0;
    border-radius: 13px 13px 13px 13px;
    background-color: #e3e2df;
    border-color: #cac9c8;
    border-width: 1px 1px 1px 1px;
  }
  .app_setup_layout .setup_tab_menu .nav-item.active .nav-link .item-icon {
    border: #FF4612 solid 3px;
  }
  .app_setup_layout .setup_tab_menu .nav-item.active .nav-link .item-icon svg {
    color: #FF4612;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link {
    flex-direction: row;
    display: flex;
    padding: 10px 10px;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-icon {
    border: #4a4e53 solid 3px;
    border-radius: 300px;
    width: 70px;
    height: 70px;
    display: none;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-icon svg {
    width: 100%;
    height: 100%;
    padding: 5px 8px 8px 16px;
    color: #4a4e53;
    fill: currentColor;
    opacity: 1;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title {
    margin-left: 15px;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title h4 {
    font-size: 20px;
    font-weight: 400;
  }
  .app_setup_layout .setup_tab_menu .nav-item .nav-link .item-title p {
    color: #606060;
    font-size: 15px;
  }
  .app_setup_layout .tab-content {
    background-color: #e3e2df;
    position: relative;
    padding-bottom: 20px;
    flex-basis: 100%;
    border: #cac9c8 solid 1px;
  }
  .app_setup_layout .tab-content .tab_pane {
    padding: 0;
  }
  .app_setup_layout .tab-content .form_header {
    border-bottom: #cac9c8 solid 1px;
    padding: 15px 20px;
    font-size: 18px;
    color: #616161;
    font-weight: bold;
  }
  .app_setup_layout .tab-content .button_secondary {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 28px;
    display: flex;
    margin: 0 20px 0 auto;
  }
  .app_setup_layout .tab-content .form_group {
    display: flex;
    margin: 12px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
  }
  .app_setup_layout .tab-content .form_group.icon {
    width: calc(100% - 180px);
  }
  .app_setup_layout .tab-content .form_group.icon svg {
    position: absolute;
    right: -50px;
    width: 50px;
    height: 50px;
    color: #616161;
    fill: currentColor;
  }
  .app_setup_layout .tab-content .form_group.checkbox {
    background-color: transparent;
    flex-wrap: wrap;
  }
  .app_setup_layout .tab-content .form_group .input {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 4px 14px;
  }
  .app_setup_layout .tab-content .form_group .select-box {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 4px 14px;
  }
  .app_setup_layout .tab-content .form_group .select-box:nth-of-type(2) {
    border-left: #cac9c8 solid 2px;
  }
  .app_setup_layout .tab-content .form_group .checkbox {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 20px 10px 0;
    padding: 13px 20px;
  }
  .app_setup_layout .tab-content .form_group .checkbox img {
    height: 40px;
    width: 40px;
    margin: 0 16px;
  }
  .app_setup_layout .tab-content .form_group label {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #FF4612;
  }
  .app_setup_layout .tab-content .form_group input, .app_setup_layout .tab-content .form_group textarea, .app_setup_layout .tab-content .form_group select {
    font-size: 15px;
    border: none;
    background-color: transparent;
  }
  .app_setup_layout .tab-content .form_group input::placeholder, .app_setup_layout .tab-content .form_group textarea::placeholder, .app_setup_layout .tab-content .form_group select::placeholder {
    color: #ccc;
  }
  .app_setup_layout .tab-content .form_group label.checkboxLabel {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #FF4612;
  }
}
.flag {
  font-size: 22px;
  padding: 0 5px;
}

.ticketing-sidebar {
  left: 0px;
  top: 80px;
  padding-top: 10px;
  opacity: 1;
  height: 100vh;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 999;
  transition: right 0.3s ease, opacity 0.3s ease;
  padding-left: 5px;
  padding-right: 5px;
}
.ticketing-sidebar .ticketing-sidebar-menu-item {
  display: flex;
}
.ticketing-sidebar .ticketing-sidebar-menu {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.ticketing-sidebar .ticketing-sidebar-menu .ticketing-sidebar-submenu {
  color: black !important;
}
.ticketing-sidebar .ticketing-sidebar-menu:hover {
  background-color: rgba(255, 70, 30, 0.1);
  padding-left: 30px;
  padding-right: 30px;
  color: rgb(255, 70, 30);
}
.ticketing-sidebar .ease-in-out-200 {
  transition: all 0.2s ease-in-out;
}
.ticketing-sidebar .rotate-90 {
  transform: rotate(90deg);
}
.ticketing-sidebar .notification_widget_header {
  border-bottom: #e3e2df solid 1px;
  padding: 14px 25px;
  position: relative;
  height: 50px;
}
.ticketing-sidebar .notif_tab_menu {
  list-style-type: none;
  border-bottom: #e3e2df solid 1px;
  text-align: center;
  padding: 0 5px;
}
.ticketing-sidebar .notif_tab_menu li {
  padding: 0 8px;
}
.ticketing-sidebar .notif_tab_menu li a {
  padding: 15px 10px;
  display: block;
  position: relative;
  font-family: "proxima_novasemibold", Helvetica, sans-serif;
  color: #606060;
}
.ticketing-sidebar .notif_tab_menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF4612;
  bottom: 0;
  right: 0;
  display: none;
}
.ticketing-sidebar .notif_tab_menu li a .count {
  background: #ff4512;
  padding: 3px 5px;
  line-height: 10px;
  color: #fff;
  border-radius: 11px;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 3px;
}
.ticketing-sidebar .notif_tab_menu li.active a {
  color: #FF4612;
}
.ticketing-sidebar .notif_tab_menu li.active a:after {
  display: block;
}

.nav-dynamic-header-element {
  padding: 12px 32px 12px 12px !important;
}

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

.nav-separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0;
}

@media only screen and (max-width: 1280px) {
  .wrap {
    max-width: none;
    padding: 0 40px;
  }
  .wizard_menu li {
    padding: 26px 30px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 2.5fr;
    -ms-grid-rows: 1fr;
  }
  .Sidebar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .Modules {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.modal-right-overlay {
  position: fixed;
  right: 10px;
  background-color: white;
  width: 310px;
  padding: 20px;
  margin-right: 10px;
  border: 1px solid rgba(20, 21, 22, 0.2);
  border-radius: 0.3rem;
  height: 80%;
  overflow-y: auto;
}

.datatable-header {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  font-weight: 800;
  margin-top: 20px;
}

.datatable-body-cell {
  word-wrap: break-word;
}

datatable-body-row {
  border-bottom: 1px dashed #ddd;
  padding-left: 5px;
  padding-top: 10px;
}

datatable-body-row:hover {
  background-color: white;
}

.ngx-datatable .datatable-footer .datatable-pager {
  flex: 1 1 80%;
  text-align: right;
}

.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}

.datatable-pager .pager, .ngx-datatable .datatable-footer .datatable-pager .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}

.datatable-pager li {
  vertical-align: middle;
}

.datatable-pager .pager li.disabled a {
  cursor: not-allowed;
}

.datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}

.datatable-pager .pager li a {
  cursor: pointer;
  display: inline-block;
}

.ngx-datatable .datatable-footer .datatable-pager .pager li, .ngx-datatable .datatable-footer .datatable-pager .pager li a {
  outline: none;
}

.datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 21, 22, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #141516;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #46a00d;
  border-color: #46a00d;
}
.btn-success:hover {
  color: #fff;
  background-color: #377d0a;
  border-color: #317109;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #377d0a;
  border-color: #317109;
  box-shadow: 0 0 0 0.2rem rgba(98, 174, 49, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #46a00d;
  border-color: #46a00d;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #317109;
  border-color: #2c6508;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 174, 49, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #FF4612;
  border-color: #FF4612;
}
.btn-danger:hover {
  color: #fff;
  background-color: #eb3400;
  border-color: #de3100;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #eb3400;
  border-color: #de3100;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 54, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #FF4612;
  border-color: #FF4612;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #de3100;
  border-color: #d12e00;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 54, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #46a00d;
  border-color: #46a00d;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #46a00d;
  border-color: #46a00d;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 160, 13, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #46a00d;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #46a00d;
  border-color: #46a00d;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 160, 13, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #FF4612;
  border-color: #FF4612;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF4612;
  border-color: #FF4612;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 70, 18, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF4612;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF4612;
  border-color: #FF4612;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 70, 18, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #46a00d;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #317109;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 160, 13, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #FF4612;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #de3100;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 70, 18, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #141516;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #141516;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 21, 22, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(20, 21, 22, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(20, 21, 22, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(20, 21, 22, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(20, 21, 22, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #141516;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #141516;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #141516;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #141516;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #141516;
  border-radius: 0.25rem;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ng-pick-datetime-ex/assets/style/picker.min.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:0.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,0.288)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,0.87);width:100%;height:100%;outline:none}.owl-dt-container,.owl-dt-container *{box-sizing:border-box}.owl-dt-container{display:block;font-size:1rem;background:#ffffff;pointer-events:auto;z-index:1000}.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,0.12)}.owl-dt-container-row:last-child{border-bottom:none}.owl-dt-calendar{display:flex;flex-direction:column;width:100%}.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000000}.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,0.12)}.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}.owl-dt-calendar-view{display:block;flex:1 1 auto}.owl-dt-calendar-multi-year-view{display:flex;align-items:center}.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,0.4)}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,0.12)}.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,0.85);-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.4)}.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,0.85);background-color:#3f51b5}.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.85)}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,0.4)}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.2)}.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,0.04)}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,0.2)}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:none}.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,0.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}.owl-dt-timer-divider:before,.owl-dt-timer-divider:after{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}.owl-dt-timer-divider:before{top:35%}.owl-dt-timer-divider:after{bottom:35%}.owl-dt-control-button{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:none}.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color 100ms linear}.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,0.12)}.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform 200ms ease}.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,0.4);cursor:default}.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}@media all and (orientation: landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}@media all and (orientation: portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color 100ms linear}.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,0.1)}.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}.owl-dt-container-info .owl-dt-container-range{outline:none}.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,0.12)}.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:0.35;filter:Alpha(Opacity=35);background-image:none;cursor:default !important}.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background 200ms ease}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#ffffff}.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}.owl-dt-inline{display:inline-block}.owl-dt-control{outline:none;cursor:pointer}.owl-dt-control .owl-dt-control-content{outline:none}.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,0.12)}.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/flexmonster/flexmonster.min.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/** 
 * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
 * November 2024 (v. 2.9.91)
 * Copyright (c) 2024 Flexmonster. All rights reserved.
 *
 * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement: 
 * https://www.flexmonster.com/software-license-agreement/
 *
 * By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives, 
 * clients and/or end-users, as the case may be, to be bound by all the terms and conditions of 
 * Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/
 *
 * Pricing for Commercial License Models can be found on Flexmonster pricing page: 
 * https://www.flexmonster.com/pivot-table-editions-and-pricing/
 */
:root{--fm-version:"2.9.91"}#fm-pivot-view,#fm-toolbar-wrapper{line-height:1;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important;-webkit-text-size-adjust:none}#fm-pivot-view input[type=text],#fm-toolbar-wrapper input[type=text]{-webkit-appearance:none}#fm-pivot-view input[type=number]::-webkit-inner-spin-button,#fm-pivot-view input[type=number]::-webkit-outer-spin-button,#fm-toolbar-wrapper input[type=number]::-webkit-inner-spin-button,#fm-toolbar-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#fm-pivot-view input[type=number],#fm-toolbar-wrapper input[type=number]{-moz-appearance:textfield}#fm-pivot-view a,#fm-pivot-view abbr,#fm-pivot-view acronym,#fm-pivot-view address,#fm-pivot-view applet,#fm-pivot-view article,#fm-pivot-view aside,#fm-pivot-view audio,#fm-pivot-view b,#fm-pivot-view big,#fm-pivot-view blockquote,#fm-pivot-view button,#fm-pivot-view canvas,#fm-pivot-view caption,#fm-pivot-view center,#fm-pivot-view cite,#fm-pivot-view code,#fm-pivot-view dd,#fm-pivot-view del,#fm-pivot-view details,#fm-pivot-view dfn,#fm-pivot-view div,#fm-pivot-view dl,#fm-pivot-view dt,#fm-pivot-view em,#fm-pivot-view embed,#fm-pivot-view fieldset,#fm-pivot-view figcaption,#fm-pivot-view figure,#fm-pivot-view footer,#fm-pivot-view form,#fm-pivot-view h1,#fm-pivot-view h2,#fm-pivot-view h3,#fm-pivot-view h4,#fm-pivot-view h5,#fm-pivot-view h6,#fm-pivot-view header,#fm-pivot-view i,#fm-pivot-view iframe,#fm-pivot-view img,#fm-pivot-view ins,#fm-pivot-view kbd,#fm-pivot-view label,#fm-pivot-view legend,#fm-pivot-view li,#fm-pivot-view mark,#fm-pivot-view menu,#fm-pivot-view nav,#fm-pivot-view object,#fm-pivot-view ol,#fm-pivot-view output,#fm-pivot-view p,#fm-pivot-view pre,#fm-pivot-view q,#fm-pivot-view ruby,#fm-pivot-view s,#fm-pivot-view samp,#fm-pivot-view section,#fm-pivot-view small,#fm-pivot-view span,#fm-pivot-view strike,#fm-pivot-view strong,#fm-pivot-view sub,#fm-pivot-view summary,#fm-pivot-view sup,#fm-pivot-view table,#fm-pivot-view tbody,#fm-pivot-view td,#fm-pivot-view tfoot,#fm-pivot-view th,#fm-pivot-view thead,#fm-pivot-view time,#fm-pivot-view tr,#fm-pivot-view tt,#fm-pivot-view u,#fm-pivot-view ul,#fm-pivot-view var,#fm-pivot-view video,#fm-toolbar-wrapper a,#fm-toolbar-wrapper abbr,#fm-toolbar-wrapper acronym,#fm-toolbar-wrapper address,#fm-toolbar-wrapper applet,#fm-toolbar-wrapper article,#fm-toolbar-wrapper aside,#fm-toolbar-wrapper audio,#fm-toolbar-wrapper b,#fm-toolbar-wrapper big,#fm-toolbar-wrapper blockquote,#fm-toolbar-wrapper button,#fm-toolbar-wrapper canvas,#fm-toolbar-wrapper caption,#fm-toolbar-wrapper center,#fm-toolbar-wrapper cite,#fm-toolbar-wrapper code,#fm-toolbar-wrapper dd,#fm-toolbar-wrapper del,#fm-toolbar-wrapper details,#fm-toolbar-wrapper dfn,#fm-toolbar-wrapper div,#fm-toolbar-wrapper dl,#fm-toolbar-wrapper dt,#fm-toolbar-wrapper em,#fm-toolbar-wrapper embed,#fm-toolbar-wrapper fieldset,#fm-toolbar-wrapper figcaption,#fm-toolbar-wrapper figure,#fm-toolbar-wrapper footer,#fm-toolbar-wrapper form,#fm-toolbar-wrapper h1,#fm-toolbar-wrapper h2,#fm-toolbar-wrapper h3,#fm-toolbar-wrapper h4,#fm-toolbar-wrapper h5,#fm-toolbar-wrapper h6,#fm-toolbar-wrapper header,#fm-toolbar-wrapper i,#fm-toolbar-wrapper iframe,#fm-toolbar-wrapper img,#fm-toolbar-wrapper ins,#fm-toolbar-wrapper kbd,#fm-toolbar-wrapper label,#fm-toolbar-wrapper legend,#fm-toolbar-wrapper li,#fm-toolbar-wrapper mark,#fm-toolbar-wrapper menu,#fm-toolbar-wrapper nav,#fm-toolbar-wrapper object,#fm-toolbar-wrapper ol,#fm-toolbar-wrapper output,#fm-toolbar-wrapper p,#fm-toolbar-wrapper pre,#fm-toolbar-wrapper q,#fm-toolbar-wrapper ruby,#fm-toolbar-wrapper s,#fm-toolbar-wrapper samp,#fm-toolbar-wrapper section,#fm-toolbar-wrapper small,#fm-toolbar-wrapper span,#fm-toolbar-wrapper strike,#fm-toolbar-wrapper strong,#fm-toolbar-wrapper sub,#fm-toolbar-wrapper summary,#fm-toolbar-wrapper sup,#fm-toolbar-wrapper table,#fm-toolbar-wrapper tbody,#fm-toolbar-wrapper td,#fm-toolbar-wrapper tfoot,#fm-toolbar-wrapper th,#fm-toolbar-wrapper thead,#fm-toolbar-wrapper time,#fm-toolbar-wrapper tr,#fm-toolbar-wrapper tt,#fm-toolbar-wrapper u,#fm-toolbar-wrapper ul,#fm-toolbar-wrapper var,#fm-toolbar-wrapper video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;box-sizing:border-box;transition:none;border-collapse:collapse;border-spacing:0}#fm-pivot-view ol,#fm-pivot-view ul,#fm-toolbar-wrapper ol,#fm-toolbar-wrapper ul{list-style:none}#fm-pivot-view table,#fm-toolbar-wrapper table{border-collapse:collapse;border-spacing:0}#fm-pivot-view caption,#fm-pivot-view td,#fm-pivot-view th,#fm-toolbar-wrapper caption,#fm-toolbar-wrapper td,#fm-toolbar-wrapper th{text-align:left;font-weight:400;vertical-align:middle}#fm-pivot-view blockquote,#fm-pivot-view q,#fm-toolbar-wrapper blockquote,#fm-toolbar-wrapper q{quotes:none}#fm-pivot-view blockquote:after,#fm-pivot-view blockquote:before,#fm-pivot-view q:after,#fm-pivot-view q:before,#fm-toolbar-wrapper blockquote:after,#fm-toolbar-wrapper blockquote:before,#fm-toolbar-wrapper q:after,#fm-toolbar-wrapper q:before{content:"";content:none}#fm-pivot-view img,#fm-toolbar-wrapper img{max-width:100%;height:auto;height:initial;border:none}#fm-pivot-view a,#fm-toolbar-wrapper a{text-decoration:none}#fm-pivot-view article,#fm-pivot-view aside,#fm-pivot-view details,#fm-pivot-view figcaption,#fm-pivot-view figure,#fm-pivot-view footer,#fm-pivot-view header,#fm-pivot-view main,#fm-pivot-view menu,#fm-pivot-view nav,#fm-pivot-view section,#fm-pivot-view summary,#fm-toolbar-wrapper article,#fm-toolbar-wrapper aside,#fm-toolbar-wrapper details,#fm-toolbar-wrapper figcaption,#fm-toolbar-wrapper figure,#fm-toolbar-wrapper footer,#fm-toolbar-wrapper header,#fm-toolbar-wrapper main,#fm-toolbar-wrapper menu,#fm-toolbar-wrapper nav,#fm-toolbar-wrapper section,#fm-toolbar-wrapper summary{display:block;box-sizing:border-box}#fm-pivot-view :focus,#fm-toolbar-wrapper :focus{outline:0}#fm-pivot-view h1,#fm-pivot-view h2,#fm-pivot-view h3,#fm-pivot-view h4,#fm-pivot-view h5,#fm-pivot-view h6,#fm-toolbar-wrapper h1,#fm-toolbar-wrapper h2,#fm-toolbar-wrapper h3,#fm-toolbar-wrapper h4,#fm-toolbar-wrapper h5,#fm-toolbar-wrapper h6{font-weight:400}@font-face{font-family:flexmonster-icons;src:url('flexmonster-icons.woff?v2.8.19') format("woff"),url('flexmonster-icons.ttf?v2.8.19') format("truetype"),url('flexmonster-icons.svg#flexmonster-icons?v2.8.19') format("svg");font-weight:400;font-style:normal}.fm-csscheck{font-family:flexmonster}#fm-pivot-view .fm-ui,#fm-pivot-view .fm-ui a,#fm-pivot-view .fm-ui div,#fm-pivot-view .fm-ui input,#fm-pivot-view .fm-ui li,#fm-pivot-view .fm-ui p,#fm-pivot-view .fm-ui select,#fm-pivot-view .fm-ui span,#fm-pivot-view .fm-ui table,#fm-pivot-view .fm-ui table td,#fm-pivot-view .fm-ui table th,#fm-pivot-view .fm-ui table tr,#fm-pivot-view .fm-ui textarea,#fm-pivot-view .fm-ui ul,#fm-toolbar-wrapper .fm-toolbar-ui,#fm-toolbar-wrapper .fm-toolbar-ui a,#fm-toolbar-wrapper .fm-toolbar-ui div,#fm-toolbar-wrapper .fm-toolbar-ui input,#fm-toolbar-wrapper .fm-toolbar-ui li,#fm-toolbar-wrapper .fm-toolbar-ui p,#fm-toolbar-wrapper .fm-toolbar-ui select,#fm-toolbar-wrapper .fm-toolbar-ui span,#fm-toolbar-wrapper .fm-toolbar-ui table,#fm-toolbar-wrapper .fm-toolbar-ui table td,#fm-toolbar-wrapper .fm-toolbar-ui table th,#fm-toolbar-wrapper .fm-toolbar-ui table tr,#fm-toolbar-wrapper .fm-toolbar-ui textarea,#fm-toolbar-wrapper .fm-toolbar-ui ul{font-family:Arial,sans-serif;font-size:12px;text-align:left;color:#111;-webkit-font-smoothing:antialiased;margin:0;padding:0;border-radius:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;text-shadow:none;float:none;line-height:normal}#fm-pivot-view .fm-ui-mobile,#fm-pivot-view .fm-ui-mobile a,#fm-pivot-view .fm-ui-mobile div,#fm-pivot-view .fm-ui-mobile input,#fm-pivot-view .fm-ui-mobile li,#fm-pivot-view .fm-ui-mobile option,#fm-pivot-view .fm-ui-mobile p,#fm-pivot-view .fm-ui-mobile select,#fm-pivot-view .fm-ui-mobile span,#fm-pivot-view .fm-ui-mobile table,#fm-pivot-view .fm-ui-mobile td,#fm-pivot-view .fm-ui-mobile textarea,#fm-pivot-view .fm-ui-mobile th,#fm-pivot-view .fm-ui-mobile tr,#fm-pivot-view .fm-ui-mobile ul{font-size:14px;border-radius:0}#fm-pivot-view .fm-ui-mobile .fm-grid-layout div.fm-cell.fm-header{line-height:14px}#fm-pivot-view .fm-ui-mobile input[type=text]{height:28px;line-height:28px;border:1px solid #999;background-color:#fff}#fm-pivot-view .fm-ui-mobile select{background-color:#fff}#fm-pivot-view .fm-ui a{font-weight:400}#fm-pivot-view .fm-ui ul>li:before{width:0!important;height:0!important;margin:0;padding:0;border:0}#fm-pivot-view a.fm-ui{color:inherit;font-weight:400}#fm-pivot-view a.fm-ui:hover{color:inherit;font-weight:400;text-decoration:none}#fm-pivot-view input.fm-ui{font-size:12px;outline:0}#fm-pivot-view input.fm-ui-mobile{font-size:14px}#fm-pivot-view span.fm-ui{font-size:11px}#fm-pivot-view span.fm-ui-mobile{font-size:14px}#fm-pivot-view div.fm-ui-clear{clear:both}#fm-pivot-view .fm-pointer-events-none{pointer-events:none}#fm-pivot-view input[type=number].fm-ui-text-input,#fm-pivot-view input[type=text].fm-ui-text-input{box-shadow:none;width:100%;height:38px;box-sizing:border-box;padding-right:10px;padding-left:10px;text-align:left;color:#111;font-size:14px;background:#fff;border:1px solid #d5d5d5}#fm-pivot-view input[type=text].fm-ui-text-input.fm-ui-prompt{color:#cecece;font-style:italic}#fm-pivot-view .fm-ui textarea.fm-ui-text-area{resize:none;border:1px solid #999;padding:1px;box-shadow:none;margin:0;color:#111;background:#fff;font-size:14px}#fm-pivot-view .fm-ui textarea.fm-ui-text-area:focus{outline:0}#fm-pivot-view .fm-ui-icon:before,#fm-pivot-view [class*=" fm-ui-icon-"]:before,#fm-pivot-view [class^=fm-ui-icon-]:before{font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#fm-pivot-view .fm-icon-act_add:before{content:"\e900"}#fm-pivot-view .fm-icon-act_calc:before{content:"\e901"}#fm-pivot-view .fm-icon-act_check:before{content:"\e902"}#fm-pivot-view .fm-icon-act_close:before{content:"\e903"}#fm-pivot-view .fm-icon-act_close_small:before{content:"\e904"}#fm-pivot-view .fm-icon-act_filter:before{content:"\e905"}#fm-pivot-view .fm-icon-act_font:before{content:"\e906"}#fm-pivot-view .fm-icon-act_move:before{content:"\e907"}#fm-pivot-view .fm-icon-act_roll_down:before{content:"\e908"}#fm-pivot-view .fm-icon-act_roll_up:before{content:"\e909"}#fm-pivot-view .fm-icon-act_search:before{content:"\e90a"}#fm-pivot-view .fm-icon-act_sigma:before{content:"\e90b"}#fm-pivot-view .fm-icon-act_table_settings:before{content:"\e90c"}#fm-pivot-view .fm-icon-act_table_sort:before{content:"\e90d"}#fm-pivot-view .fm-icon-act_trash:before{content:"\e90e"}#fm-pivot-view .fm-icon-arrow_down:before{content:"\e90f"}#fm-pivot-view .fm-icon-arrow_left:before{content:"\e910"}#fm-pivot-view .fm-icon-arrow_right:before{content:"\e911"}#fm-pivot-view .fm-icon-arrow_up:before{content:"\e912"}#fm-pivot-view .fm-icon-calc_abs:before{content:"\e913"}#fm-pivot-view .fm-icon-calc_and:before{content:"\e914"}#fm-pivot-view .fm-icon-calc_assigne:before{content:"\e915"}#fm-pivot-view .fm-icon-calc_degree:before{content:"\e916"}#fm-pivot-view .fm-icon-calc_divide:before{content:"\e917"}#fm-pivot-view .fm-icon-calc_equal:before{content:"\e918"}#fm-pivot-view .fm-icon-calc_if:before{content:"\e919"}#fm-pivot-view .fm-icon-calc_less:before{content:"\e91a"}#fm-pivot-view .fm-icon-calc_less_equal:before{content:"\e91b"}#fm-pivot-view .fm-icon-calc_max:before{content:"\e91c"}#fm-pivot-view .fm-icon-calc_min:before{content:"\e91d"}#fm-pivot-view .fm-icon-calc_minus:before{content:"\e91e"}#fm-pivot-view .fm-icon-calc_more:before{content:"\e91f"}#fm-pivot-view .fm-icon-calc_more_equal:before{content:"\e920"}#fm-pivot-view .fm-icon-calc_multiply:before{content:"\e921"}#fm-pivot-view .fm-icon-calc_notequal:before{content:"\e922"}#fm-pivot-view .fm-icon-calc_or:before{content:"\e923"}#fm-pivot-view .fm-icon-calc_plus:before{content:"\e924"}#fm-pivot-view .fm-icon-chart_direction_xy:before{content:"\e925"}#fm-pivot-view .fm-icon-count_down:before{content:"\e926"}#fm-pivot-view .fm-icon-count_up:before{content:"\e927"}#fm-pivot-view .fm-icon-dd_connect_csv:before{content:"\e928"}#fm-pivot-view .fm-icon-dd_connect_json:before{content:"\e929"}#fm-pivot-view .fm-icon-dd_export_bar:before{content:"\e92a"}#fm-pivot-view .fm-icon-dd_export_bar_hor:before{content:"\e92b"}#fm-pivot-view .fm-icon-dd_export_bar_lane:before{content:"\e92c"}#fm-pivot-view .fm-icon-dd_export_bar_stack:before{content:"\e92d"}#fm-pivot-view .fm-icon-dd_export_line:before{content:"\e92e"}#fm-pivot-view .fm-icon-dd_export_pie:before{content:"\e92f"}#fm-pivot-view .fm-icon-dd_export_scatter:before{content:"\e930"}#fm-pivot-view .fm-icon-dd_format:before{content:"\e931"}#fm-pivot-view .fm-icon-dd_format_1:before{content:"\e932"}#fm-pivot-view .fm-icon-dd_open_local:before{content:"\e933"}#fm-pivot-view .fm-icon-dd_open_remote:before{content:"\e934"}#fm-pivot-view .fm-icon-dd_save_exel:before{content:"\e935"}#fm-pivot-view .fm-icon-dd_save_html:before{content:"\e936"}#fm-pivot-view .fm-icon-dd_save_image:before{content:"\e937"}#fm-pivot-view .fm-icon-dd_save_pdf:before{content:"\e938"}#fm-pivot-view .fm-icon-dd_save_print:before{content:"\e939"}#fm-pivot-view .fm-icon-direction_direction_y:before{content:"\e93a"}#fm-pivot-view .fm-icon-menu_charts:before{content:"\e93b"}#fm-pivot-view .fm-icon-menu_connect:before{content:"\e93c"}#fm-pivot-view .fm-icon-menu_export:before{content:"\e93d"}#fm-pivot-view .fm-icon-menu_fields:before{content:"\e93e"}#fm-pivot-view .fm-icon-menu_format:before{content:"\e93f"}#fm-pivot-view .fm-icon-menu_fullscreen_close:before{content:"\e940"}#fm-pivot-view .fm-icon-menu_fullscreen_open:before{content:"\e941"}#fm-pivot-view .fm-icon-menu_grid:before{content:"\e942"}#fm-pivot-view .fm-icon-menu_open:before{content:"\e943"}#fm-pivot-view .fm-icon-menu_options:before{content:"\e944"}#fm-pivot-view .fm-icon-menu_save:before{content:"\e945"}#fm-pivot-view .fm-icon-notif_arrow:before{content:"\e946"}#fm-pivot-view .fm-icon-notif_confirm:before{content:"\e947"}#fm-pivot-view .fm-icon-notif_info:before{content:"\e948"}#fm-pivot-view .fm-icon-notif_warning:before{content:"\e949"}.fm-ui-icon{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fm-ui-vam{top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.fm-ui-icon-vam{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.fm-ui-ham{left:50%;transform:translateX(-50%)}.fm-ui-icon-ham{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:50%;transform:translateX(-50%)}.fm-ui-icon-c{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%)}.fm-shadow{box-shadow:0 0 20px rgba(0,0,0,.1)}#fm-pivot-view span.fm-ui-label{color:#111;font-size:14px}#fm-pivot-view span.fm-ui-label *{font-size:14px}#fm-pivot-view span.fm-ui-label b{font-weight:700}#fm-pivot-view span.fm-ui-label-light{color:#999}#fm-pivot-view a.fm-ui-btn,#fm-pivot-view button.fm-ui-btn,#fm-toolbar-wrapper a.fm-ui-btn,#fm-toolbar-wrapper button.fm-ui-btn{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;text-transform:uppercase;position:relative;outline:0;border:none;border-radius:4px;cursor:pointer;text-align:center;display:inline-block;vertical-align:top;font-size:14px;font-weight:700;padding:10px 12px;letter-spacing:.5px;min-width:90px;color:#555;border:1px solid #555;background-color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#fm-pivot-view a.fm-ui-btn:hover,#fm-pivot-view button.fm-ui-btn:hover,#fm-toolbar-wrapper a.fm-ui-btn:hover,#fm-toolbar-wrapper button.fm-ui-btn:hover{font-weight:700;color:#3c3c3c;border-color:#3c3c3c;background-color:#f7f7f7}#fm-pivot-view a.fm-ui-btn:active,#fm-pivot-view a.fm-ui-btn:focus,#fm-pivot-view a.fm-ui-btn:hover,#fm-pivot-view button.fm-ui-btn:active,#fm-pivot-view button.fm-ui-btn:focus,#fm-pivot-view button.fm-ui-btn:hover,#fm-toolbar-wrapper a.fm-ui-btn:active,#fm-toolbar-wrapper a.fm-ui-btn:focus,#fm-toolbar-wrapper a.fm-ui-btn:hover,#fm-toolbar-wrapper button.fm-ui-btn:active,#fm-toolbar-wrapper button.fm-ui-btn:focus,#fm-toolbar-wrapper button.fm-ui-btn:hover{outline:0}#fm-pivot-view a.fm-ui-btn-dark,#fm-pivot-view button.fm-ui-btn-dark,#fm-toolbar-wrapper a.fm-ui-btn-dark,#fm-toolbar-wrapper button.fm-ui-btn-dark{color:#fff;background:#555}#fm-pivot-view a.fm-ui-btn-dark:hover,#fm-pivot-view button.fm-ui-btn-dark:hover,#fm-toolbar-wrapper a.fm-ui-btn-dark:hover,#fm-toolbar-wrapper button.fm-ui-btn-dark:hover{font-weight:700;color:#fff;background:#3c3c3c}#fm-pivot-view a.fm-ui-btn-dark:disabled,#fm-pivot-view button.fm-ui-btn-dark:disabled,#fm-toolbar-wrapper a.fm-ui-btn-dark:disabled,#fm-toolbar-wrapper button.fm-ui-btn-dark:disabled{opacity:1;pointer-events:none;cursor:default;color:#fff;background:#a2a2a2}#fm-pivot-view a.fm-ui-btn-light,#fm-pivot-view button.fm-ui-btn-light,#fm-toolbar-wrapper a.fm-ui-btn-light,#fm-toolbar-wrapper button.fm-ui-btn-light{background:#fbfbfb;border:1px solid #d5d5d5;color:#555;font-weight:400;text-transform:none;padding:11px 11px}#fm-pivot-view a.fm-ui-btn-light:hover,#fm-pivot-view button.fm-ui-btn-light:hover,#fm-toolbar-wrapper a.fm-ui-btn-light:hover,#fm-toolbar-wrapper button.fm-ui-btn-light:hover{background:#f7f7f7;border-color:#d5d5d5;color:#555;font-weight:400}#fm-pivot-view a.fm-ui-btn-superlight,#fm-pivot-view button.fm-ui-btn-superlight,#fm-toolbar-wrapper a.fm-ui-btn-superlight,#fm-toolbar-wrapper button.fm-ui-btn-superlight{background:#fff;border:1px solid #d5d5d5;color:#555;font-weight:400;text-transform:none;padding:11px 11px;padding-top:9px}#fm-pivot-view a.fm-ui-btn-superlight:hover,#fm-pivot-view button.fm-ui-btn-superlight:hover,#fm-toolbar-wrapper a.fm-ui-btn-superlight:hover,#fm-toolbar-wrapper button.fm-ui-btn-superlight:hover{background:#fbfbfb;border-color:#d5d5d5;color:#555;font-weight:400}#fm-pivot-view a.fm-ui-btn.fm-ui-btn-close,#fm-pivot-view button.fm-ui-btn.fm-ui-btn-close,#fm-toolbar-wrapper a.fm-ui-btn.fm-ui-btn-close,#fm-toolbar-wrapper button.fm-ui-btn.fm-ui-btn-close{font-size:0;border:none;background:0 0;min-width:auto;min-width:initial;width:30px;height:30px;padding:2px}#fm-pivot-view a.fm-ui-btn.fm-ui-btn-close:before,#fm-pivot-view button.fm-ui-btn.fm-ui-btn-close:before,#fm-toolbar-wrapper a.fm-ui-btn.fm-ui-btn-close:before,#fm-toolbar-wrapper button.fm-ui-btn.fm-ui-btn-close:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e903";font-size:26px;position:static}#fm-pivot-view .fm-ui-btns-row,#fm-toolbar-wrapper .fm-ui-btns-row{font-size:0}#fm-pivot-view .fm-ui-btns-row .fm-ui-btn,#fm-toolbar-wrapper .fm-ui-btns-row .fm-ui-btn{margin-right:20px;height:38px}#fm-pivot-view .fm-ui-btns-row .fm-ui-btn:last-child,#fm-toolbar-wrapper .fm-ui-btns-row .fm-ui-btn:last-child{margin-right:0}#fm-pivot-view a.fm-ui-toggle-btn,#fm-pivot-view button.fm-ui-toggle-btn{color:#999;font-size:14px;line-height:36px;display:inline-block;text-align:center;cursor:pointer;border:1px solid #d5d5d5;border-radius:4px;background:#fff}#fm-pivot-view a.fm-ui-toggle-btn.fm-selected,#fm-pivot-view button.fm-ui-toggle-btn.fm-selected{color:#111;background:#f7f7f7}#fm-pivot-view a.fm-ui-toggle-btn:hover,#fm-pivot-view button.fm-ui-toggle-btn:hover{color:#111;background:#f7f7f7}#fm-pivot-view a.fm-ui-toggle-btn-dark,#fm-pivot-view button.fm-ui-toggle-btn-dark{color:#111;background:#f7f7f7}#fm-pivot-view a.fm-ui-toggle-btn-dark.fm-selected,#fm-pivot-view button.fm-ui-toggle-btn-dark.fm-selected{color:#fff;background:#555;border-color:#555}#fm-pivot-view a.fm-ui-toggle-btn-dark.fm-selected:hover,#fm-pivot-view button.fm-ui-toggle-btn-dark.fm-selected:hover{background:#3c3c3c;border-color:#3c3c3c}#fm-pivot-view a.fm-ui-link-btn{background:0 0;font-size:12px;text-decoration:underline;line-height:1;width:auto;width:initial;height:auto;height:initial;border:none;padding:0;cursor:pointer}#fm-pivot-view a.fm-ui-link-btn:hover{background:0 0;text-decoration:none}#fm-pivot-view a.fm-ui-link-btn.fm-ui-pressed{background:0 0;text-decoration:underline}#fm-pivot-view a.fm-ui-checkbox{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;display:inline-block;vertical-align:middle}#fm-pivot-view a.fm-ui-checkbox .fm-ui-label{padding-left:30px;position:relative;line-height:1.2;color:#111;font-size:14px}#fm-pivot-view a.fm-ui-checkbox .fm-ui-label:before{content:'';display:inline-block;box-sizing:border-box;position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #d5d5d5;background:#fff}#fm-pivot-view a.fm-ui-checkbox .fm-ui-label:before:hover{border-color:#999}#fm-pivot-view a.fm-ui-checkbox .fm-ui-label:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);opacity:0;content:'\e947';color:#FFF;font-size:20px;left:-1px}#fm-pivot-view a.fm-ui-checkbox.fm-selected .fm-ui-label:after{opacity:1;font-weight:700;width:0}#fm-pivot-view a.fm-ui-checkbox.fm-selected .fm-ui-label:before{border:1px solid #555;background:#555}#fm-pivot-view a.fm-ui-checkbox.fm-ui-semi-selected .fm-ui-label:after{content:'';border:5px solid #555;background-color:#555;width:0;height:0;left:4px;top:9px;opacity:1}.fm-ui-arrow-up:after,.fm-ui-arrow-up:before{content:'';position:absolute;display:block;left:50%;transform:translateX(-50%)}.fm-ui-arrow-up:before{width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:transparent transparent #d5d5d5 transparent;top:-7px}.fm-ui-arrow-up:after{width:0;height:0;border-style:solid;border-width:0 4.5px 6px 4.5px;border-color:transparent transparent #fff transparent;top:-6px}#fm-pivot-view div.fm-ui-dropdown,#fm-toolbar-wrapper div.fm-ui-dropdown{text-align:left;display:inline-block;vertical-align:top;width:auto;width:initial;position:relative;box-sizing:border-box}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-btn,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-btn{display:block;position:relative;background-color:#fff;text-align:left;border:1px solid #d5d5d5;border-radius:0;padding:9px 25px 10px 10px;box-sizing:border-box;cursor:pointer;height:38px}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-btn .fm-ui-label,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-btn .fm-ui-label{color:#111;font-size:14px;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;width:100%;line-height:18px}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-btn:after,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-btn:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e908";right:8px;font-size:21px;color:#999;margin-top:-1px}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-btn.fm-selected:after,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-btn.fm-selected:after{content:"\e909"}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-btn.fm-selected+.fm-ui-dropdown-list,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-btn.fm-selected+.fm-ui-dropdown-list{margin-top:5px;visibility:visible;opacity:1}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list{box-shadow:0 0 20px rgba(0,0,0,.1);display:block;position:absolute;z-index:3;left:0;top:100%;border:1px solid #d5d5d5;margin-top:20px;visibility:hidden;min-width:100%;box-sizing:border-box;opacity:1;background:#fff}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list:after,#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list:before,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list:after,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list:before{content:'';position:absolute;display:block;left:50%;transform:translateX(-50%)}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list:before,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list:before{width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:transparent transparent #d5d5d5 transparent;top:-7px}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list:after,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list:after{width:0;height:0;border-style:solid;border-width:0 4.5px 6px 4.5px;border-color:transparent transparent #fff transparent;top:-6px}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul{overflow-y:auto;max-height:300px}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul li,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul li{display:block;border-bottom:1px solid #e9e9e9;padding:9px 9px;cursor:pointer;position:relative}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul li .fm-ui-label,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul li .fm-ui-label{color:#111;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;width:100%}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul li:last-child,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul li:last-child{border-bottom:none}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul li:hover,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul li:hover{background:#f7f7f7}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul li.fm-selected,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul li.fm-selected{background:#f7f7f7;padding-right:32px;position:relative}#fm-pivot-view div.fm-ui-dropdown .fm-ui-dropdown-list ul li.fm-selected:after,#fm-toolbar-wrapper div.fm-ui-dropdown .fm-ui-dropdown-list ul li.fm-selected:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:'\e902';color:#999;right:6px;font-size:22px;margin-top:-2px}#fm-pivot-view div.fm-ui-window{box-shadow:0 0 20px rgba(0,0,0,.1);max-width:100%;background:#fff;margin:0 auto 0;border:1px solid #d5d5d5;padding:24px 30px 30px;box-sizing:border-box;position:absolute;z-index:7}#fm-pivot-view div.fm-ui-window .fm-popup-header{min-height:40px;margin-bottom:10px}#fm-pivot-view div.fm-ui-window .fm-popup-header.fm-ph-simple{margin-bottom:24px}#fm-pivot-view div.fm-ui-window .fm-popup-header .fm-popup-icons-row{margin-bottom:25px;margin-top:7px}#fm-pivot-view div.fm-ui-window .fm-popup-header .fm-ui-btns-row{position:absolute;right:30px}#fm-pivot-view div.fm-ui-window .fm-popup-title{color:#111;font-size:24px;display:block;padding:5px 0}#fm-pivot-view div.fm-ui-window .fm-popup-subtitle{color:#999;font-size:14px;margin-top:5px;display:block}#fm-pivot-view div.fm-ui-popup{z-index:12}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile{padding:20px}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile .fm-popup-subtitle{display:none}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile .fm-ui-btns-row{right:20px}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile-small .fm-popup-header{margin-bottom:10px}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile-small .fm-popup-header .fm-ui-col{width:100%;margin-bottom:10px}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile-small .fm-popup-header .fm-ui-btns-row{position:relative;right:initial;right:auto;text-align:left}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile-small .fm-popup-header .fm-ui-btns-row .fm-ui-btn{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);margin-right:10px}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile-small .fm-popup-header .fm-ui-btns-row .fm-ui-btn:last-child{margin-right:0}#fm-pivot-view div.fm-ui-popup.fm-layout-mobile-small .fm-popup-header .fm-popup-title{font-size:18px;line-height:1}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header{text-align:center;padding:10px;font-weight:700;border-bottom:1px solid #d5d5d5;position:relative}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-month{margin-right:5px}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-month,#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-year{cursor:pointer;text-decoration:underline}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-month:hover,#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-year:hover{text-decoration:none}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-month.fm-disabled,#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-dp-year.fm-disabled{cursor:auto;text-decoration:none}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-btn{padding:0;border:none;min-width:auto;position:absolute;background:0 0;width:37px;height:37px;top:0}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-btn:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(90deg);-o-transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);font-size:24px;top:6px;left:6px}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-btn.fm-prev-btn{left:0}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-btn.fm-prev-btn:before{content:"\e908"}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-btn.fm-next-btn{right:0}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-header .fm-ui-btn.fm-next-btn:before{content:"\e909"}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-week{padding:10px;border-bottom:1px solid #d5d5d5;background-color:#fbfbfb}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-week .fm-ui-dp-day-title{text-align:center;color:#999}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-dates{padding:10px 10px}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-dates .fm-ui-dp-date-label{text-align:center;padding:5px;cursor:pointer;position:relative}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-dates .fm-ui-dp-date-label:hover{background-color:#f7f7f7}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-dates .fm-ui-dp-date-label.fm-highlighted{font-weight:700}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-dates .fm-ui-dp-date-label.fm-muted{font-weight:400;color:#999}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-dates .fm-ui-dp-date-label.fm-selected{font-weight:400;color:#fff;background-color:#555;border:1px solid #555}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-col-7{width:14.285%;display:inline-block}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-col-5{width:20%;display:inline-block}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-col-3{width:33.333%;display:inline-block}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-footer{display:none;text-align:center;margin-bottom:5px}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-footer .fm-cancel-btn{display:inline-block;padding:10px;color:#999}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-time{padding:10px;border-top:1px solid #d5d5d5;text-align:center}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-time .fm-ui-label{margin-right:5px}#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-time input.fm-ui-dp-time-input{padding:2px 1px 2px 4px;border:1px solid #d5d5d5;color:#111;font-size:14px;text-align:center}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-months .fm-ui-dp-header .fm-ui-btn{display:none}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-months .fm-ui-dp-week{display:none}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-months .fm-ui-dp-dates{padding-bottom:0}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-months .fm-ui-dp-footer{display:block}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-years .fm-ui-dp-header .fm-ui-dp-month{display:none}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-years .fm-ui-dp-week{display:none}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-years .fm-ui-dp-dates{padding-bottom:0}#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-years .fm-ui-dp-footer{display:block}#fm-pivot-view div.fm-ui-datepicker-input{position:relative}#fm-pivot-view div.fm-ui-datepicker-input.fm-opened .fm-ui-datepicker-dropdown{display:block}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown{box-shadow:0 0 20px rgba(0,0,0,.1);display:none;background-color:#fff;border:1px solid #d5d5d5;position:absolute;width:300px;right:0;top:100%;margin-top:5px;z-index:1}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:after,#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:before{content:'';position:absolute;display:block;left:50%;transform:translateX(-50%)}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:before{width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:transparent transparent #d5d5d5 transparent;top:-7px}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:after{width:0;height:0;border-style:solid;border-width:0 4.5px 6px 4.5px;border-color:transparent transparent #fff transparent;top:-6px}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:after,#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:before{left:auto}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:after{right:8px}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-dropdown:before{right:6px}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-icon{right:0;font-size:20px;color:#999;cursor:pointer;width:35px;height:100%;position:absolute}#fm-pivot-view div.fm-ui-datepicker-input .fm-ui-datepicker-icon:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);content:"\e900"}#fm-pivot-view .fm-ui .fm-ui-row,#fm-toolbar-wrapper .fm-ui .fm-ui-row{font-size:0}#fm-pivot-view .fm-ui .fm-ui-col,#fm-pivot-view .fm-ui .fm-ui-col-2,#fm-pivot-view .fm-ui .fm-ui-col-3,#fm-pivot-view .fm-ui .fm-ui-col-9,#fm-toolbar-wrapper .fm-ui .fm-ui-col,#fm-toolbar-wrapper .fm-ui .fm-ui-col-2,#fm-toolbar-wrapper .fm-ui .fm-ui-col-3,#fm-toolbar-wrapper .fm-ui .fm-ui-col-9{display:inline-block;vertical-align:top;min-height:1px}#fm-pivot-view .fm-ui .fm-ui-col-2,#fm-toolbar-wrapper .fm-ui .fm-ui-col-2{width:50%}#fm-pivot-view .fm-ui .fm-ui-col-3,#fm-toolbar-wrapper .fm-ui .fm-ui-col-3{margin-right:30px;width:calc(33.33% - 20px)}#fm-pivot-view .fm-ui .fm-ui-col-3:nth-child(3n+3),#fm-toolbar-wrapper .fm-ui .fm-ui-col-3:nth-child(3n+3){margin-right:0}#fm-pivot-view .fm-ui .fm-ui-col-9,#fm-toolbar-wrapper .fm-ui .fm-ui-col-9{margin-right:1px;margin-bottom:1px;width:calc(11.11% - .9px)}#fm-pivot-view .fm-ui .fm-ui-col-9:nth-child(9n+9),#fm-toolbar-wrapper .fm-ui .fm-ui-col-9:nth-child(9n+9){margin-right:0}#fm-pivot-view .fm-ui .fm-vam,#fm-toolbar-wrapper .fm-ui .fm-vam{vertical-align:middle}#fm-pivot-view .fm-ui .fm-vat,#fm-toolbar-wrapper .fm-ui .fm-vat{vertical-align:top}#fm-pivot-view .fm-ui .fm-tar,#fm-toolbar-wrapper .fm-ui .fm-tar{text-align:right}#fm-pivot-view .fm-ui .fm-tal,#fm-toolbar-wrapper .fm-ui .fm-tal{text-align:left}#fm-pivot-view .fm-ui .fm-tac,#fm-toolbar-wrapper .fm-ui .fm-tac{text-align:center}#fm-pivot-view .fm-ui .fm-mb30,#fm-toolbar-wrapper .fm-ui .fm-mb30{margin-bottom:30px}#fm-pivot-view .fm-helper{box-shadow:0 0 20px rgba(0,0,0,.1);display:inline-block;background:#f7f7f7;opacity:.9;padding:10px 9px;font-family:Arial,sans-serif;font-size:14px;font-weight:700;border:1px solid #d5d5d5;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:250px;color:#111}#fm-pivot-view .fm-helper .fm-label{width:calc(100% - 20px);display:inline-block;text-overflow:ellipsis;overflow:hidden}#fm-pivot-view .fm-helper .fm-drag-icon{float:right;position:relative}#fm-pivot-view .fm-helper.fm-no-drop .fm-drag-icon:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea0e";color:#F44336;right:0}#fm-pivot-view .fm-helper.fm-drag-remove .fm-drag-icon:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90e";color:#F44336;right:-4px;top:-4px;font-size:21px}#fm-pivot-view .fm-header-helper{text-transform:uppercase;border:none;background:#f7f7f7;padding:8px 6px;font-size:12px;border:1px solid #999;cursor:move}#fm-pivot-view .fm-header-helper.fm-drag-remove .fm-remove-icon{display:inline-block;margin-left:4px;width:10px;position:relative}#fm-pivot-view .fm-header-helper.fm-drag-remove .fm-remove-icon:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90e";color:#F44336;top:-15px;left:-6px;font-size:21px}#fm-pivot-view .fm-drop-indicator{height:2px;background:#555}#fm-pivot-view div.fm-ui-panel{position:relative;background:#fff;border:1px solid #999}#fm-pivot-view div.fm-ui-modal-overlay{background-color:#fff;opacity:.8;position:absolute;top:0;left:0;z-index:11;width:100%;height:100%}#fm-pivot-view div.fm-ui-modal-overlay.fm-ui-opaque{opacity:1}#fm-pivot-view div.fm-ui-modal-overlay.fm-ui-transparent{opacity:0}#fm-pivot-view div.fm-ui-toolbar{background:#fff;border-top:1px dotted #dcdcdc;border-left:none;border-right:none;border-bottom:none;margin-bottom:0}#fm-pivot-view div.fm-ui-hgroup{overflow:hidden}#fm-pivot-view div.fm-ui-hgroup>*{float:left}#fm-pivot-view div.fm-ui-vgroup>*{display:block}#fm-pivot-view ul.fm-ui-list{list-style-type:none;padding:0;margin:0}#fm-pivot-view .fm-ui-context-submenu{position:absolute}#fm-pivot-view .fm-ui-disabled,#fm-toolbar-wrapper .fm-ui-disabled{pointer-events:none!important;cursor:default!important;opacity:.5!important}#fm-pivot-view div.fm-ui-vlist{position:relative;overflow-x:hidden;overflow-y:auto}#fm-pivot-view div.fm-ui-vlist ul.fm-ui-list{position:absolute;overflow:hidden;width:100%;top:0;background:#fff}#fm-pivot-view div.fm-ui-vlist div.fm-ui-vlist-placeholder{width:100%}#fm-pivot-view div.fm-ui-divider{background-color:#f7f7f7;position:absolute;z-index:1}#fm-pivot-view div.fm-ui-divider:hover{background-color:#f2f2f2}#fm-pivot-view div.fm-ui-divider:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);content:"\e907";font-size:13px;color:#999}#fm-pivot-view div.fm-ui-divider.fm-ui-horizontal{left:0;right:0;height:9px}#fm-pivot-view div.fm-ui-divider.fm-ui-horizontal:hover{cursor:row-resize}#fm-pivot-view div.fm-ui-divider.fm-ui-horizontal:before{top:4px}#fm-pivot-view div.fm-ui-divider.fm-ui-vertical{top:0;bottom:0;width:9px}#fm-pivot-view div.fm-ui-divider.fm-ui-vertical:hover{cursor:col-resize}#fm-pivot-view div.fm-ui-divider.fm-ui-vertical:before{left:-2px;transform:rotate(90deg);-o-transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}#fm-pivot-view .fm-ui-toolbar-mobile{height:48px;border-bottom:1px solid #999}#fm-pivot-view .fm-ui-toolbar-mobile .fm-ui-header-display{pointer-events:none;position:absolute;top:12px;font-size:17px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;display:inline-block;width:100%}@media only screen and (max-width:560px){#fm-pivot-view .fm-ui-toolbar-mobile .fm-ui-header-display{font-size:14px;top:15px}}#fm-pivot-view .fm-ui-right{position:absolute;right:0;top:0}#fm-pivot-view .fm-ui-left{position:absolute;left:0;top:0}#fm-pivot-view a.fm-ui-btn.fm-disabled{pointer-events:none;cursor:default;color:#aaa;opacity:.4}#fm-pivot-view a.fm-ui-btn:hover.fm-disabled{background:#fff}#fm-pivot-view a.fm-ui-btn:active.fm-disabled{background:#fff}#fm-pivot-view .fm-ui-context-menu{box-shadow:0 0 20px rgba(0,0,0,.1);position:absolute;background-color:#fff;border:1px solid #999;z-index:20}#fm-pivot-view .fm-ui-context-menu .fm-ui-context-submenu{box-shadow:0 0 20px rgba(0,0,0,.1);position:absolute;background-color:#fff;border:1px solid #999;z-index:21}#fm-pivot-view .fm-ui-context-menu .fm-ui-context-submenu .fm-ui-list{max-height:300px;overflow-y:auto}#fm-pivot-view .fm-ui-context-menu .fm-ui-list{min-width:200px}#fm-pivot-view .fm-ui-context-menu .fm-ui-list li{padding:10px;border-bottom:1px solid #e9e9e9;cursor:pointer;position:relative}#fm-pivot-view .fm-ui-context-menu .fm-ui-list li:last-child{border-bottom:none}#fm-pivot-view .fm-ui-context-menu .fm-ui-list li.fm-ui-active,#fm-pivot-view .fm-ui-context-menu .fm-ui-list li:hover{background-color:#f7f7f7}#fm-pivot-view .fm-ui-context-menu .fm-ui-list li.fm-has-submenu:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e911";right:5px;font-size:15px}#fm-pivot-view .fm-ui-context-menu .fm-ui-list li.fm-selected{background:#f7f7f7;padding-right:28px}#fm-pivot-view .fm-ui-context-menu .fm-ui-list li.fm-selected:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e902';right:30px;top:6px;color:#999;font-size:26px}#fm-pivot-view .fm-filter-view{min-width:320px}#fm-pivot-view .fm-filter-view.fm-ui-window{padding:0}#fm-pivot-view .fm-filter-view .fm-filter-view-content{padding:24px 30px 30px;width:500px;min-width:320px;max-width:100%;height:386px;min-height:386px}#fm-pivot-view .fm-filter-view .fm-filter-view-content.fm-no-member-filters{height:unset;min-height:unset}#fm-pivot-view .fm-filter-view .fm-filter-view-content.fm-query-filter-opened{height:256px;min-height:256px}#fm-pivot-view .fm-filter-view .fm-popup-header{margin-bottom:25px}#fm-pivot-view .fm-filter-view .fm-popup-header .fm-ui-row .fm-ui-btns-row{white-space:nowrap;position:absolute;right:0}#fm-pivot-view .fm-filter-view .fm-popup-header .fm-popup-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#fm-pivot-view .fm-filter-view .fm-bold-btn{font-weight:700;text-transform:uppercase}#fm-pivot-view .fm-filter-view .fm-filter-sort-row{display:flex;position:relative;margin-bottom:20px}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col{position:absolute;right:0;top:0}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col a.fm-ui-toggle-btn.fm-sort-btn,#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col button.fm-ui-toggle-btn.fm-sort-btn{width:60px;font-weight:700;text-transform:uppercase}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col .fm-sort-label{margin-right:10px;display:none}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col .fm-sort-btns{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col .fm-sort-btns .fm-sort-btn:first-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-sort-col .fm-sort-btns .fm-sort-btn:last-child{border-top-left-radius:0;border-bottom-left-radius:0}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-filters-col .fm-filter-label{width:55px;display:inline-block;margin-right:5px;margin-bottom:5px;vertical-align:middle;line-height:1;overflow:hidden}#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-filters-col a.fm-ui-toggle-btn,#fm-pivot-view .fm-filter-view .fm-filter-sort-row .fm-filters-col button.fm-ui-toggle-btn{color:#111}#fm-pivot-view .fm-filter-view .fm-sort-only .fm-filter-sort-row .fm-sort-col{position:relative;display:block}#fm-pivot-view .fm-filter-view .fm-sort-only .fm-filter-sort-row .fm-sort-col .fm-sort-label{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filter-btn{font-weight:700;text-transform:uppercase;position:relative;min-width:90px;max-width:130px;padding-left:10px;padding-right:10px;height:38px}#fm-pivot-view .fm-filter-view .fm-filter-btn.fm-has-filter{padding-right:20px}#fm-pivot-view .fm-filter-view .fm-filter-btn.fm-has-filter:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);right:5px;content:"\e905";font-size:18px}#fm-pivot-view .fm-filter-view .fm-filter-btn.fm-labels-filter-btn{margin-right:20px}#fm-pivot-view .fm-filter-view .fm-filter-btn .fm-ui-arrow-up{display:none;position:relative;top:22px;z-index:1}#fm-pivot-view .fm-filter-view .fm-filter-btn .fm-ui-arrow-up:after{border-bottom-color:#fbfbfb;top:-7px}#fm-pivot-view .fm-filter-view .fm-filter-btn .fm-ui-arrow-up:before{top:-8px}#fm-pivot-view .fm-filter-view .fm-filter-btn.fm-selected .fm-ui-arrow-up{display:block}#fm-pivot-view .fm-filter-view .fm-filter-btn .fm-ui-label{display:inline-block;text-align:center;white-space:nowrap;width:100%;max-width:100%;overflow:hidden;vertical-align:middle;margin-bottom:2px;line-height:36px}#fm-pivot-view .fm-filter-view .fm-filters-table{border:1px solid #d5d5d5;margin-bottom:30px;margin-top:10px;height:calc(100% - 108px);height:-webkit-calc(100% - 108px)}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-ui-checkbox.fm-selected{font-weight:700}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content{position:relative;height:calc(100% - 37px);height:-webkit-calc(100% - 37px)}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list{overflow-y:auto;height:100%}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list li{border-bottom:1px solid #e9e9e9;padding:10px 9px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:37px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list li .fm-expand-toggle-btn{color:#999;display:inline-block;font-size:14px;position:relative;height:100%;width:30px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list li .fm-expand-toggle-btn:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e911";top:-7px;text-align:center;width:30px;padding:8px 0}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list li .fm-expand-toggle-btn.fm-selected:before{content:"\e90f"}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list li .fm-ungroup-btn{position:absolute;right:10px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list li .fm-ui-checkbox{vertical-align:top;margin-top:-1px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list.fm-tree-list:not(.fm-is-searched) li{padding-left:0}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-search-highlight{background-color:#FF0;font-weight:inherit}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header{border-bottom:1px solid #d5d5d5;background:#f7f7f7;position:relative;height:37px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-select-all-wrapper{width:50%;padding:9px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-select-all-wrapper .fm-select-all-label{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:18px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-select-counter-wrap{width:calc(50% - 100px);width:-webkit-calc(50% - 100px);padding-top:12px;padding-right:9px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-select-counter-wrap .fm-select-counter{width:100%;text-align:right;color:#999;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap{position:absolute;top:0;right:0;width:100px;height:100%;border-left:1px solid #d5d5d5}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-search-inp{position:absolute;right:0;width:100%;height:36px;padding-left:39px;padding-right:39px;color:#111;font-size:14px;background:#fff;opacity:0;border:none;visibility:hidden;border-left:1px solid #d5d5d5}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-close-search{opacity:0;visibility:hidden;position:absolute;right:0;top:0;height:100%;width:36px;min-width:36px;border:none;background:0 0;cursor:pointer;color:#999;outline-offset:-2px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-close-search:before{display:block;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e903";font-size:26px;position:absolute;top:5px;left:6px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-close-search:hover{color:#555}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-search-btn{position:absolute;height:36px;width:100%;font-size:14px;cursor:pointer;border:none;background:0 0;color:#999;padding-top:10px;left:10px;right:25px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-search-btn:after{display:block;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90a";font-size:25px;color:#999;position:absolute;top:5px;right:14px}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-search-btn:hover{color:#111}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap .fm-search-btn:hover:after{color:#111}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap.fm-search-opened{width:50%;height:100%;border-left:none}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap.fm-search-opened .fm-close-search,#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap.fm-search-opened .fm-search-inp{visibility:visible;opacity:1}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap.fm-search-opened .fm-select-counter{display:none}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap.fm-search-opened .fm-search-btn{font-size:0;width:40px;pointer-events:none;z-index:1}#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header .fm-search-wrap.fm-search-opened .fm-search-btn .fm-icon-act_search:before{color:#e9e9e9}#fm-pivot-view .fm-filter-view .fm-filters-table:last-child{margin-bottom:0}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap .fm-filters-subview{background:#fbfbfb;border:1px solid #e9e9e9;position:relative;padding:14px 13px;font-size:0}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap .fm-buttons-bar{text-align:right;margin-top:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap .fm-buttons-bar .fm-ui-link-btn.fm-muted{color:#999}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view .fm-measures-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view .fm-num-input-1{width:calc(33.33% - 6.66px);width:-webkit-calc(33.33% - 6.66px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view .fm-measures-dropdown{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view .fm-num-input-2{display:none}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-measures-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-2{width:calc(25% - 7.5px);width:-webkit-calc(25% - 7.5px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-1{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-2{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view .fm-txt-input-1{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view .fm-conditions-dropdown{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view .fm-txt-input-2{display:none}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-txt-input-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-txt-input-2{width:calc(33.33% - 6.66px);width:-webkit-calc(33.33% - 6.66px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-txt-input-1{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-txt-input-2{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view .fm-num-input-1{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view .fm-conditions-dropdown{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view .fm-num-input-2{display:none}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-num-input-2{width:calc(33.33% - 6.66px);width:-webkit-calc(33.33% - 6.66px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-num-input-1{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-num-input-2{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view .fm-num-input-1{width:calc(50% - 45px);width:-webkit-calc(50% - 45px);margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view .fm-interval-dropdown{width:70px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view .fm-num-input-2{display:none;margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view.fm-range .fm-num-input-2{width:calc(20% - 7px);width:-webkit-calc(20% - 7px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-time-filter-view.fm-range .fm-num-input-2{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-datepicker-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-periods-dropdown{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-conditions-dropdown{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-datepicker-1{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-datepicker-2,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view .fm-periods-dropdown{display:none}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-2{width:calc(33.33% - 6.66px);width:-webkit-calc(33.33% - 6.66px)}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-1{margin-right:10px}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-2{display:inline-block}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-ui-datepicker-input.fm-with-time .fm-ui-datepicker-icon{display:none}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-period .fm-datepicker-1,#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-period .fm-datepicker-2{display:none}#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-period .fm-periods-dropdown{display:inline-block}#fm-pivot-view .fm-filter-view .fm-add-group-view{margin-bottom:20px}#fm-pivot-view .fm-filter-view .fm-add-group-view .fm-filters-subview:before{right:150px}#fm-pivot-view .fm-filter-view .fm-add-group-view .fm-filters-subview:after{right:151px}#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view .fm-measures-dropdown{display:none}#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view .fm-num-input-1{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view .fm-num-input-1{margin-right:0}#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view.fm-range .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view.fm-range .fm-measures-dropdown,#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view .fm-filter-flat-layout .fm-values-filter-view.fm-range .fm-num-input-2{width:calc(33.33% - 6.66px);width:-webkit-calc(33.33% - 6.66px)}#fm-pivot-view .fm-filter-view .fm-filter-pages-layout .fm-filters-col{width:100%}#fm-pivot-view .fm-filter-view .fm-filter-pages-layout .fm-labels-filter-btn{margin-right:0}#fm-pivot-view .fm-filter-view .fm-filter-flat-layout.fm-no-query-filters .fm-filters-table,#fm-pivot-view .fm-filter-view .fm-filter-pages-layout.fm-no-query-filters .fm-filters-table{height:calc(100% - 60px);height:-webkit-calc(100% - 60px)}#fm-pivot-view .fm-filter-view .fm-filter-flat-layout.fm-no-query-filters .fm-filter-sort-row,#fm-pivot-view .fm-filter-view .fm-filter-pages-layout.fm-no-query-filters .fm-filter-sort-row{margin-bottom:0}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-view-content{padding:20px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-view-content.fm-query-filter-opened{height:384px;min-height:384px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-view-content.fm-query-filter-opened.fm-filter-flat-layout,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-view-content.fm-query-filter-opened.fm-filter-pages-layout{height:288px;min-height:288px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-popup-header .fm-ui-col,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-popup-header .fm-ui-col-2{width:100%}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-popup-header .fm-ui-col-2{margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-popup-header .fm-ui-btns-row{position:relative}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-popup-header .fm-popup-title{line-height:1.1}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row{flex-direction:column}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-sort-col{order:1;position:relative;margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-sort-col .fm-sort-btns{display:block}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-sort-col .fm-sort-btns a.fm-ui-toggle-btn.fm-sort-btn,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-sort-col .fm-sort-btns button.fm-ui-toggle-btn.fm-sort-btn{width:50%}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-sort-col .fm-sort-label{display:none}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-filters-col{order:2}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-filters-col .fm-filter-label{display:none}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-filters-col .fm-filter-btn{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);max-width:50%}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-sort-row .fm-filters-col .fm-filter-btn.fm-labels-filter-btn{margin-right:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view .fm-conditions-dropdown,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view .fm-measures-dropdown{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);margin-right:0;margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view .fm-num-input-1{width:100%}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view .fm-measures-dropdown{margin-right:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-2{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-values-filter-view.fm-range .fm-num-input-1{margin-right:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-conditions-dropdown{width:100%;margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-1,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-2{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-ui-datepicker-input.fm-with-time .fm-ui-datepicker-icon{display:none}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-conditions-dropdown{width:100%;margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-txt-input-1,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-txt-input-2{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-conditions-dropdown{width:100%;margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-numbers-filter-view.fm-range .fm-num-input-2{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-time-filter-view.fm-range .fm-conditions-dropdown{width:100%;margin-bottom:10px}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-time-filter-view.fm-range .fm-num-input-1,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-time-filter-view.fm-range .fm-num-input-2{width:calc(50% - 45px);width:-webkit-calc(50% - 45px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-table{height:calc(100% - 202px);height:-webkit-calc(100% - 202px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-table .fm-filters-table-header .fm-select-all-wrapper{width:calc(100% - 100px);width:-webkit-calc(100% - 100px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-table .fm-filters-table-header .fm-select-counter-wrap{display:none}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-no-query-filters .fm-sort-col{margin-bottom:0}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-no-query-filters .fm-filters-table{height:calc(100% - 154px);height:-webkit-calc(100% - 154px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-flat-layout .fm-filters-table,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-pages-layout .fm-filters-table{height:calc(100% - 154px);height:-webkit-calc(100% - 154px)}#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-flat-layout.fm-no-query-filters .fm-filters-table,#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filter-pages-layout.fm-no-query-filters .fm-filters-table{margin-top:0;height:calc(100% - 96px);height:-webkit-calc(100% - 96px)}#fm-pivot-view{min-width:300px;min-height:200px;position:relative;background:#fff;border:1px solid #d5d5d5;outline:0;box-sizing:border-box}#fm-pivot-view .fm-branding-bar{background-color:#fff;border-top:1px solid #d5d5d5;width:100%;height:21px;position:absolute;bottom:0;z-index:2}#fm-pivot-view .fm-branding-bar>span{line-height:21px;color:#999}#fm-pivot-view .fm-branding-bar>span a{color:#ff9b79}#fm-pivot-view .fm-branding-bar .fm-version-label{float:left;margin-left:5px}#fm-pivot-view .fm-branding-bar .fm-link{float:right;margin-right:5px;vertical-align:top}#fm-pivot-view .fm-branding-bar .fm-info-icon{display:inline-block;height:13px;width:13px;margin-left:5px;margin-right:2px;color:#d5d5d5;font-size:16px;cursor:pointer}#fm-pivot-view .fm-branding-bar .fm-info-icon:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea0c"}#fm-pivot-view .fm-branding-bar.fm-layout-660 span,#fm-pivot-view .fm-branding-bar.fm-layout-660 span a{font-size:11px}#fm-pivot-view .fm-branding-bar.fm-layout-520 .fm-version-label{display:none}@media all and (max-width:600px){#fm-pivot-view{min-width:initial;min-width:auto;min-height:initial;min-height:auto}}#fm-pivot-view .fm-grid-view{background-color:#fff;width:100%;height:100%;overflow:hidden}#fm-pivot-view .fm-grid-column{width:100px}#fm-pivot-view .fm-grid-row{height:30px}#fm-pivot-view .fm-grid-column-mobile{width:100px}#fm-pivot-view .fm-grid-row-mobile{height:30px}#fm-pivot-view span.fm-ui-label.fm-pivot-title{text-align:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:4px 10px 5px}#fm-pivot-view .fm-charts-view{background-color:#fff}#fm-pivot-view .fm-charts-view span.fm-ui-label.fm-charts-msg{position:absolute;display:block;text-align:center;top:50%;width:100%}#fm-pivot-view .fm-charts-view .fm-header-toolbar{background-color:#fbfbfb;border-bottom:1px solid #d5d5d5;padding:20px 20px}#fm-pivot-view .fm-charts-view .fm-header-toolbar.fm-fields-list-padding{padding-right:60px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-ui-col-2{white-space:nowrap}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-ui-col-2.fm-wide{width:calc(100% - 50px)}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-ui-dropdown{margin-right:10px;max-width:200px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container{text-align:right;white-space:nowrap}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container .fm-ui-btn{border-radius:0;margin-right:10px;height:38px;padding-right:35px;text-align:left}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container .fm-ui-btn:last-child{margin-right:0}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container .fm-ui-btn:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e90c";right:10px;font-size:18px;letter-spacing:-2px;color:#999}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container .fm-ui-btn:hover:after{color:#555}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container .fm-ui-btn.fm-filtered:after{content:"\e905\e90c"}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-container .fm-ui-btn.fm-filtered{padding-right:48px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn{width:50px;margin:0}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-btn:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e905";color:#999;font-size:24px;left:5px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-btn:after{right:4px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-btn .fm-ui-label{font-size:0}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list{min-width:150px;max-width:200px;width:auto;width:initial;left:auto;left:initial;right:0}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list .fm-ui-list{width:100%!important}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list .fm-ui-list li{padding-right:25px;position:relative}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list .fm-ui-list li:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:'\e90c';color:#999;right:4px;font-size:24px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list .fm-ui-list li.fm-filtered{padding-right:55px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list .fm-ui-list li.fm-filtered::after{content:"\e905\e90c"}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list:after,#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list:before{left:auto;left:initial}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list:before{right:12px}#fm-pivot-view .fm-charts-view .fm-header-toolbar .fm-charts-filters-btn .fm-ui-dropdown-list:after{right:14px}#fm-pivot-view .fm-charts-view .fm-chart{padding:10px}#fm-pivot-view .fm-charts-view .fm-chart-legend{position:absolute;bottom:0;left:0;right:0}#fm-pivot-view .fm-charts-view .fm-chart-legend .fm-chart-legend-container{background-color:#fbfbfb;border-top:1px solid #d5d5d5;padding:10px 20px;overflow:auto}#fm-pivot-view .fm-charts-view .fm-chart-legend .fm-chart-legend-btn{border-left:none;border-bottom:none;border-color:#e9e9e9;background-color:#fbfbfb;min-width:auto;min-width:initial;width:25px;height:25px;position:absolute;top:-25px;padding:0}#fm-pivot-view .fm-charts-view .fm-chart-legend .fm-chart-legend-btn:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;padding:2px;color:#999;position:static}#fm-pivot-view .fm-charts-view .fm-chart-legend .fm-chart-legend-btn.fm-hide:after{content:"\e908"}#fm-pivot-view .fm-charts-view .fm-chart-legend .fm-chart-legend-btn.fm-show:after{content:"\e909"}#fm-pivot-view .fm-charts-view .fm-chart-legend table{border-collapse:separate;margin:0;width:auto;width:initial}#fm-pivot-view .fm-charts-view .fm-chart-legend table td{padding-right:10px;vertical-align:top}#fm-pivot-view .fm-charts-view .fm-chart-legend ul{list-style-type:none;position:relative;vertical-align:bottom;font-size:14px;display:inline-table}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li{padding:2px 0;white-space:nowrap}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-collapsed,#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-expanded{cursor:pointer}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-1{padding-left:18px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-2{padding-left:36px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-3{padding-left:54px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-4{padding-left:72px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-5{padding-left:90px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-6{padding-left:108px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-7{padding-left:126px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-8{padding-left:144px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-9{padding-left:162px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-level-10{padding-left:180px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li .fm-icon-display{display:inline-block;width:14px;height:14px;margin-right:4px;border-radius:50%;position:relative}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li .fm-text-display{display:inline-block;white-space:nowrap;font-size:14px;color:#999;vertical-align:bottom;margin-bottom:1px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-collapsed .fm-icon-display:before{content:'';position:absolute;width:8px;height:2px;background:#fff;top:6px;right:3px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-collapsed .fm-icon-display:after{content:'';position:absolute;width:2px;height:8px;background:#fff;top:3px;right:6px}#fm-pivot-view .fm-charts-view .fm-chart-legend ul li.fm-expanded .fm-icon-display:before{content:'';position:absolute;width:8px;height:2px;background:#999;top:6px;right:3px}#fm-pivot-view .fm-axis text{font-size:14px;text-rendering:geometricPrecision;fill:#111}#fm-pivot-view .fm-axis line,#fm-pivot-view .fm-axis path{fill:none;stroke:#ccc;shape-rendering:crispEdges}#fm-pivot-view .fm-axis line{shape-rendering:geometricPrecision}#fm-pivot-view .fm-x .tick line{display:none}#fm-pivot-view .fm-x.fm-axis.fm-title{font-size:14px;font-weight:700;fill:#111}#fm-pivot-view .fm-line{fill:none;stroke-width:1px}#fm-pivot-view .fm-circle{fill:#FFF;stroke-width:1px}#fm-pivot-view .fm-scatter-point{fill:#FFF;stroke-width:1px}#fm-pivot-view .fm-arc path{stroke:#fff;stroke-width:.5px}#fm-pivot-view .fm-bar{shape-rendering:crispEdges}#fm-pivot-view .fm-bar-stack{shape-rendering:crispEdges}#fm-pivot-view .fm-bar-stack path{stroke:#fff;stroke-width:.5px}#fm-pivot-view .fm-pie-label{font-size:14px;fill:#111}#fm-pivot-view .fm-chart svg .fm-label{white-space:pre}#fm-pivot-view .fm-data-label{font-size:12px;fill:#111}.fm-charts-color-1{fill:#EE232C}.fm-charts-color-2{fill:#478EC8}.fm-charts-color-3{fill:#FF8F00}.fm-charts-color-4{fill:#4DBF5A}.fm-charts-color-5{fill:#e042a6}.fm-charts-color-6{fill:#59BBAB}.fm-charts-color-7{fill:#b96bdd}.fm-charts-color-8{fill:#EDC200}.fm-charts-color-9{fill:#24c0de}.fm-charts-color-10{fill:none}#fm-pivot-view .fm-fields-view-wrap{position:absolute;z-index:11;right:0;top:0}#fm-pivot-view .fm-fields-view-wrap.fm-fields-opened{position:relative;z-index:12}#fm-pivot-view .fm-fields-view-wrap.fm-fields-opened .fm-btn-open-fields{display:none}#fm-pivot-view .fm-fields-view-wrap.fm-fields-instant.fm-fields-opened{position:absolute;z-index:11}#fm-pivot-view .fm-fields-view-wrap button.fm-btn-open-fields{font-size:0;border:none;background-color:#fff;min-width:auto;min-width:initial;padding:6px;width:44px;height:44px;border-left:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;border-radius:0;box-shadow:0 0 20px rgba(0,0,0,.1)}#fm-pivot-view .fm-fields-view-wrap button.fm-btn-open-fields:hover{background-color:#f7f7f7}#fm-pivot-view .fm-fields-view-wrap button.fm-btn-open-fields:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:1px;content:"\e94c";font-size:30px;color:#999;position:static}#fm-pivot-view .fm-fields-view.fm-pivot-fields{width:780px;min-width:450px;height:455px;min-height:455px}#fm-pivot-view .fm-fields-view .fm-btn-add-measure-2{position:absolute;top:0;right:0;font-size:0;border:none;background-color:transparent;min-width:auto;min-width:initial;padding:2px;width:26px;height:100%;border-left:1px solid #d5d5d5;border-radius:0}#fm-pivot-view .fm-fields-view .fm-btn-add-measure-2:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);color:#999;font-size:24px}#fm-pivot-view .fm-fields-view .fm-btn-add-measure-2:hover:before{color:#555}#fm-pivot-view .fm-fields-view .fm-popup-header{display:flex}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:first-child{min-width:100px}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:first-child span.fm-ui-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(1){flex:1}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(1) .fm-popup-subtitle{width:-moz-fit-content;width:fit-content}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(2){min-width:-moz-fit-content;min-width:fit-content;position:relative;right:0;margin-left:30px}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-btn-add-measure{padding-right:32px;max-width:250px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-btn-add-measure:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);right:4px;color:#999;font-size:24px}#fm-pivot-view .fm-fields-view .fm-popup-header .fm-btn-add-measure:hover:before{color:#555}#fm-pivot-view .fm-fields-view .fm-popup-content{height:calc(100% - 68px);height:-webkit-calc(100% - 68px)}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-ui-row{height:100%}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-ui-col-3{height:100%}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap{border:1px solid #d5d5d5;position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header{background:#f7f7f7;border-bottom:1px solid #d5d5d5;padding:5px 10px;position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header span.fm-ui-label{color:#999}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header.fm-list-header-wide{padding:0;height:35px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-list-header-label-wrap{width:calc(100% - 40px);width:-webkit-calc(100% - 40px);padding:10px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-btn-collapse-expand-all{margin-left:8px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap{position:absolute;top:0;right:0;width:40px;height:100%;border-left:1px solid #d5d5d5;z-index:9}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-inp{z-index:2;position:absolute;right:0;width:100%;height:34px;padding-left:39px;padding-right:39px;color:#111;font-size:14px;background:#fff;opacity:0;border:none;visibility:hidden}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-inp-flat{z-index:2;position:absolute;right:0;width:100%;height:36px;padding-left:39px;padding-right:39px;color:#111;font-size:14px;background:#fff;opacity:0;border:none;visibility:hidden}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-icon-act_close{opacity:0;visibility:hidden;position:absolute;right:0;top:0;height:100%;width:39px;cursor:pointer;z-index:3;color:#999}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-icon-act_close:before{font-size:26px;position:absolute;top:4px;left:8px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-icon-act_close:hover{color:#555}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-btn{position:absolute;height:36px;width:100%;font-size:14px;text-align:center;cursor:pointer;z-index:3;border:none;background:0 0;color:#999;padding-bottom:4px;padding-right:16px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-btn .fm-icon-act_search{color:#999;position:absolute;top:5px;right:7px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-btn .fm-icon-act_search:before{font-size:25px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-btn:hover{color:#111}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-btn:hover .fm-icon-act_search,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap .fm-search-btn:hover .fm-icon-act_search:before{color:#111}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened{width:100%;height:100%;border-left:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened .fm-icon-act_close,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-inp{visibility:visible;opacity:1}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened .fm-select-counter{display:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-btn{font-size:0;width:40px;left:0;pointer-events:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-btn .fm-icon-act_search:before{color:#e9e9e9}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened-flat{width:50%;height:100%}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened-flat .fm-icon-act_close,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened-flat .fm-search-inp-flat{visibility:visible;opacity:1}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened-flat .fm-select-counter{display:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened-flat .fm-search-btn{font-size:0;width:40px;left:0;pointer-events:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-header .fm-search-wrap.fm-search-opened-flat .fm-search-btn .fm-icon-act_search:before{color:#e9e9e9}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content{min-height:37px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-ui-list{height:calc(100% - 4px);height:-webkit-calc(100% - 4px);overflow-x:hidden;overflow-y:auto;position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li{border-bottom:1px solid #e9e9e9;padding:10px 9px;position:relative;cursor:move;background:#fff;height:38px;white-space:nowrap}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li span{vertical-align:middle}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li .fm-text-display{font-size:14px;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li .fm-drag-handle{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);color:#d5d5d5;font-size:20px;padding:8px 6px;right:0;touch-action:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li .fm-drag-handle:before{content:"\e907"}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li.fm-values{padding-left:24px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li.fm-values:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90b";font-size:20px;color:#d5d5d5;left:2px;top:8px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li.fm-selected .fm-text-display{font-weight:700}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-search-highlight{background-color:#FF0;font-weight:inherit}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies{position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies.fm-drop-effect::after{content:'';position:absolute;top:0;left:0;background:red;display:block;width:100%;height:100%}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li .fm-text-display{position:absolute;left:30px;right:30px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-check-icon{display:inline-block;width:18px;height:18px;margin-right:5px;cursor:pointer;position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-unchecked:not(.fm-level-folder) .fm-icon-display{display:inline-block;width:18px;height:18px;margin-right:5px;cursor:pointer;position:relative;border:1px solid #d5d5d5;background:#fff}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-checked:not(.fm-level-folder) .fm-icon-display{display:inline-block;width:18px;height:18px;margin-right:5px;cursor:pointer;position:relative;background:#555;border:1px solid #555}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-checked:not(.fm-level-folder) .fm-icon-display:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e947';color:#FFF;font-size:20px;font-weight:700;top:-2px;left:-2px;width:0}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-folder{cursor:pointer}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-folder .fm-text-display{right:10px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-folder .fm-icon-display{display:inline-block;width:17px;height:17px;margin-right:5px;position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-folder .fm-icon-display:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;color:#999;padding:2px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-folder.fm-collapsed .fm-icon-display:before{content:"\e911"}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-folder.fm-expanded .fm-icon-display:before{content:"\e90f"}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-level-folder .fm-text-display{left:52px;right:20px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-level-folder.fm-unchecked .fm-moreicon-display{display:inline-block;width:18px;height:18px;margin-right:5px;cursor:pointer;position:relative;border:1px solid #d5d5d5;background:#fff}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-level-folder.fm-checked .fm-moreicon-display{display:inline-block;width:18px;height:18px;margin-right:5px;cursor:pointer;position:relative;background:#555}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-level-folder.fm-checked .fm-moreicon-display:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e947';color:#FFF;font-weight:700;font-size:20px;top:-2px;left:-1px;width:0}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-measures-folder:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e90b";right:6px;font-size:20px;color:#e9e9e9}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-measures-folder .fm-text-display{right:20px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-measure:not(.fm-calculated):after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e90b";right:24px;font-size:20px;color:#e9e9e9}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-measure:not(.fm-calculated) .fm-text-display{right:50px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-calculated .fm-text-display{right:44px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-calculated .fm-calc-display{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);cursor:pointer;color:#e9e9e9;right:22px;font-size:20px;padding:8px 5px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-calculated .fm-calc-display:hover{color:#999}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-calculated .fm-calc-display:before{content:"\e94f"}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-kpis-folder:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"\e94a";right:8px;font-size:16px;color:#e9e9e9}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-kpis-folder .fm-text-display{right:25px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-1{padding-left:20px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-1 .fm-text-display{left:42px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-1.fm-level .fm-text-display{left:54px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-1.fm-level-folder .fm-text-display{left:64px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-1.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-2{padding-left:30px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-2 .fm-text-display{left:52px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-2.fm-level .fm-text-display{left:64px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-2.fm-level-folder .fm-text-display{left:74px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-2.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-3{padding-left:40px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-3 .fm-text-display{left:62px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-3.fm-level .fm-text-display{left:74px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-3.fm-level-folder .fm-text-display{left:84px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-3.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-4{padding-left:50px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-4 .fm-text-display{left:72px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-4.fm-level .fm-text-display{left:84px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-4.fm-level-folder .fm-text-display{left:94px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-4.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-5{padding-left:60px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-5 .fm-text-display{left:82px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-5.fm-level .fm-text-display{left:94px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-5.fm-level-folder .fm-text-display{left:104px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-5.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-6{padding-left:70px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-6 .fm-text-display{left:92px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-6.fm-level .fm-text-display{left:104px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-6.fm-level-folder .fm-text-display{left:114px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-6.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-7{padding-left:80px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-7 .fm-text-display{left:102px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-7.fm-level .fm-text-display{left:114px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-7.fm-level-folder .fm-text-display{left:124px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-7.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-8{padding-left:90px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-8 .fm-text-display{left:112px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-8.fm-level .fm-text-display{left:124px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-8.fm-level-folder .fm-text-display{left:134px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-8.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-9{padding-left:100px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-9 .fm-text-display{left:122px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-9.fm-level .fm-text-display{left:134px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-9.fm-level-folder .fm-text-display{left:144px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-9.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-10{padding-left:110px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-10 .fm-text-display{left:132px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-10.fm-level .fm-text-display{left:144px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-10.fm-level-folder .fm-text-display{left:154px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-level-10.fm-level .fm-icon-display{left:12px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures{position:relative}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-text-display{width:calc(100% - 50px);width:-webkit-calc(100% - 50px)}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display{width:32px;height:100%;position:absolute;right:26px;top:0;cursor:pointer;padding-top:8px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display:after,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#999}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display:hover::after,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display:hover::before{color:#555}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display::before{content:"\e90b";font-size:20px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display::after{content:"\e908";font-size:16px;left:14px;top:10px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-calc-display{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);cursor:pointer;color:#999;right:32px;font-size:20px;padding:8px 5px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-calc-display:hover{color:#555}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-calc-display:before{content:"\e94f"}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-columns .fm-text-display,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-pages .fm-text-display,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-rows .fm-text-display{width:calc(100% - 20px);width:-webkit-calc(100% - 20px)}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-prompt{position:absolute;bottom:0;width:100%;padding:12px;color:#cecece;font-style:italic;text-align:center;z-index:-1}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-columns,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-pages{margin-bottom:30px}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-columns,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-measures,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-pages,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-rows{height:calc(50% - 15px)}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-columns .fm-list-content,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-measures .fm-list-content,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-pages .fm-list-content,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-rows .fm-list-content{height:calc(100% - 23px)}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-columns .fm-dragging-move,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-measures .fm-dragging-move,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-pages .fm-dragging-move,#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-rows .fm-dragging-move{display:none}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-all{height:100%}#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-all .fm-list-content{height:calc(100% - 31px)}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-popup-content{height:calc(100% - 50px);height:-webkit-calc(100% - 50px)}#fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-popup-header{flex-direction:column}#fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-ui-col:nth-child(2){margin-left:auto}#fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-popup-content{height:calc(100% - 95px);height:-webkit-calc(100% - 95px)}#fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-btn-add-measure{display:none!important}#fm-pivot-view .fm-fields-view.fm-flat-fields{min-width:320px;width:480px;min-height:467px;height:467px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-btn-add-measure{min-width:40px;width:40px;padding:0}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-btn-add-measure::before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);right:auto;right:initial}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap{min-height:342px;height:100%}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-header{padding:10px 9px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-header .fm-ui-checkbox span.fm-ui-label{color:#111;padding-left:26px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-header .fm-ui-checkbox.fm-selected{font-weight:700}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content{height:calc(100% - 34px);height:-webkit-calc(100% - 34px)}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display{width:32px;height:100%;position:absolute;right:26px;top:0;cursor:pointer;padding-top:8px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display:after,#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#999}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display:hover::after,#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display:hover::before{color:#555}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display::before{content:"\e90b";font-size:20px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-aggr-display::after{content:"\e908";font-size:16px;left:14px;top:10px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li .fm-text-display{left:35px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-calculated .fm-calc-display{color:#999;right:33px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-calculated .fm-calc-display:hover{color:#555}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies .fm-dragging-move{display:none}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-has-aggs .fm-text-display{right:55px}#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies li.fm-measure::after{content:none}#fm-pivot-view .fm-fields-view.fm-instant-view{position:absolute;width:300px;min-width:300px;min-height:100%;right:0;top:0;height:100%;background-color:#fff;border-left:1px solid #d5d5d5}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-list-wrap{border:none}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-popup-content{height:100%}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-popup-content .fm-list-wrap-all{height:100%}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-popup-content .fm-list-wrap-all .fm-list-content{height:calc(100% - 35px);height:-webkit-calc(100% - 35px)}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-popup-content .fm-list-wrap-all .fm-list-content .fm-lst-hierarchies{max-height:100%;height:100%}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-add-measure,#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-close-fields{position:absolute;top:0;font-size:0;border:none;background-color:transparent;min-width:auto;min-width:initial;padding:2px;width:36px;height:100%;border-left:1px solid #d5d5d5;border-radius:0}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-add-measure:hover,#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-close-fields:hover{background-color:#f7f7f7}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-add-measure:before,#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-close-fields:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:1px;font-size:30px;color:#999;position:static}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-close-fields{right:0}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-close-fields:before{transform:rotate(180deg);-o-transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);content:"\e94c"}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-add-measure{right:36px}#fm-pivot-view .fm-fields-view.fm-instant-view .fm-btn-add-measure::before{content:"\e901"}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-flat-fields .fm-list-wrap-all{height:calc(100% - 2px);height:-webkit-calc(100% - 2px)}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap-all{height:40%}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-ui-row{height:20%;border-top:1px solid #d5d5d5}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-ui-row .fm-ui-col-2{height:100%}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-ui-row .fm-list-wrap{height:100%;margin:0}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-ui-row .fm-list-wrap.fm-list-wrap-pages{border-right:1px solid #d5d5d5}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap .fm-list-content{height:calc(100% - 25px);height:-webkit-calc(100% - 25px)}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap .fm-list-content li{padding-top:5px;padding-bottom:5px;height:28px}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap .fm-list-content li.fm-values:before{top:3px}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display{padding-top:3px}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-measures .fm-aggr-display:after{top:6px}#fm-pivot-view .fm-fields-view.fm-instant-view.fm-pivot-fields .fm-popup-content .fm-list-wrap.fm-list-wrap-all .fm-list-content{height:calc(100% - 35px);height:-webkit-calc(100% - 35px)}#fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-list-wrap .fm-list-header.fm-list-header-wide .fm-list-header-label-wrap{position:absolute;top:50%;transform:translate(0,-50%)}#fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-list-wrap .fm-list-header.fm-list-header-wide span.fm-ui-label{display:block}#fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-list-wrap .fm-list-header.fm-list-header-wide .fm-btn-collapse-expand-all{margin-left:0}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-btn-add-measure{font-size:0;min-width:40px;width:40px;padding:0}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-btn-add-measure:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);right:auto;right:initial}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-ui-col-3{margin-right:12px;width:calc(33.33% - 8px);width:-webkit-calc(33.33% - 8px)}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-ui-col-3:nth-child(3n+3){margin-right:0}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-list-wrap-columns,#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-list-wrap-pages{margin-bottom:12px}#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-list-wrap-columns,#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-list-wrap-measures,#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-list-wrap-pages,#fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-list-wrap-rows{height:calc(50% - 6px);height:-webkit-calc(50% - 6px)}#fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-ui-btns-row .fm-ui-btn:not(.fm-btn-add-measure){width:calc(50% - 40px);width:-webkit-calc(50% - 40px)}#fm-pivot-view .fm-aggregations-view{width:200px;background:#fff;z-index:9;border:1px solid #d5d5d5;position:absolute;box-shadow:0 0 20px rgba(0,0,0,.1);padding:0}#fm-pivot-view .fm-aggregations-view .fm-arrow{top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);position:absolute;right:0}#fm-pivot-view .fm-aggregations-view .fm-arrow:after,#fm-pivot-view .fm-aggregations-view .fm-arrow:before{top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);content:"";display:block;position:absolute;width:0;height:0;border-style:solid}#fm-pivot-view .fm-aggregations-view .fm-arrow:before{border-width:5.5px 0 5.5px 6px;border-color:transparent transparent transparent #d5d5d5}#fm-pivot-view .fm-aggregations-view .fm-arrow:after{border-width:4.5px 0 4.5px 5px;border-color:transparent transparent transparent #f7f7f7}#fm-pivot-view .fm-aggregations-view ul.fm-ui-list{max-height:300px;overflow-y:auto;overflow-x:hidden}#fm-pivot-view .fm-aggregations-view ul.fm-ui-list li{padding:10px 9px;border-bottom:1px solid #e9e9e9;cursor:pointer;position:relative}#fm-pivot-view .fm-aggregations-view ul.fm-ui-list li:last-child{border-bottom:none}#fm-pivot-view .fm-aggregations-view ul.fm-ui-list li:hover{background:#f7f7f7}#fm-pivot-view .fm-aggregations-view ul.fm-ui-list li.fm-selected{background:#f7f7f7;padding-right:28px}#fm-pivot-view .fm-aggregations-view ul.fm-ui-list li.fm-selected:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e902';right:25px;left:auto;top:6px;color:#999;font-size:22px}#fm-pivot-view div.fm-ui-modal-overlay.fm-dt-fields-overlay{z-index:13}#fm-pivot-view div.fm-ui-popup.fm-dt-fields{z-index:14}#fm-pivot-view div.fm-ui-popup.fm-dt-fields .fm-btn-add-measure{display:none}#fm-pivot-view .fm-drillthrough-view{overflow:hidden;min-width:320px}#fm-pivot-view .fm-drillthrough-view .fm-header-container{position:relative;margin-bottom:10px}#fm-pivot-view .fm-drillthrough-view .fm-details-container{margin-bottom:20px}#fm-pivot-view .fm-drillthrough-view .fm-details-container .fm-ui-label{margin-right:20px;display:inline-block;max-width:33%;vertical-align:top}#fm-pivot-view .fm-drillthrough-view .fm-details-container .fm-ui-label b{color:#111}#fm-pivot-view .fm-drillthrough-view .fm-details-container .fm-ui-label:last-child{margin-right:0}#fm-pivot-view .fm-drillthrough-view .fm-grid-container{border:1px solid #d5d5d5;position:relative}#fm-pivot-view .fm-drillthrough-view .fm-popup-title{padding-right:30px}#fm-pivot-view .fm-drillthrough-view .fm-ui-btn-close{position:absolute;top:0;right:0}#fm-pivot-view input[type=text].fm-ui-text-input.fm-editing-cell{position:absolute;font-size:12px}#fm-pivot-view textarea.fm-ui-text-area.fm-editing-cell{position:absolute;font-size:12px;padding-left:4px;padding-top:7px;box-sizing:border-box;z-index:2}#fm-pivot-view div.fm-calculated-view{z-index:14;min-width:320px;width:480px}#fm-pivot-view div.fm-calculated-view .fm-popup-header .fm-popup-title{font-size:20px;line-height:28px}#fm-pivot-view div.fm-calculated-view .fm-popup-header .fm-ui-col:first-child{margin-right:30px}#fm-pivot-view div.fm-calculated-view .fm-popup-header .fm-remove-btn{min-width:40px;max-width:40px;padding:0}#fm-pivot-view div.fm-calculated-view .fm-popup-header .fm-remove-btn:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);font-size:30px;color:#999}#fm-pivot-view div.fm-calculated-view .fm-popup-header .fm-remove-btn:hover:before{color:#555}#fm-pivot-view div.fm-calculated-view .fm-popup-content{position:relative}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-name-input{margin-bottom:20px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header{background:#f7f7f7;position:relative;border:1px solid #d5d5d5;border-bottom:0}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-list-header-label-wrap{width:calc(100% - 40px);width:-webkit-calc(60%);padding:10px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header span.fm-ui-label{color:#999}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap{position:absolute;top:0;right:0;width:40px;height:100%;border-left:1px solid #d5d5d5;z-index:9}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-btn{position:absolute;width:100%;height:38px;cursor:pointer;z-index:3;border:none;background:0 0}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-btn .fm-icon-act_search{color:#999;position:absolute;top:5px;right:7px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-btn .fm-icon-act_search::before{font-size:25px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened{width:100%;height:100%;border-left:none}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-icon-act_close,#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-inp{visibility:visible;opacity:1}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-select-counter{display:none}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-btn{font-size:0;width:40px;left:0;pointer-events:none}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap.fm-search-opened .fm-search-btn .fm-icon-act_search:before{color:#e9e9e9}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-icon-act_close{visibility:hidden;position:absolute;right:0;top:0;height:100%;width:39px;cursor:pointer;z-index:3;color:#999}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-icon-act_close::before{font-size:26px;position:absolute;top:5px;left:6px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-header .fm-search-wrap .fm-search-inp{visibility:hidden;position:absolute;right:0;top:0;width:100%;height:37px;padding-left:40px;padding-right:40px;border-top:0;border-right:0;border-left:0}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-list-content{border:1px solid #d5d5d5;margin-bottom:20px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures{position:relative;height:191px;overflow-x:hidden;overflow-y:auto}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li{border-bottom:1px solid #e9e9e9;padding:10px 9px;position:relative;cursor:move;background:#fff;height:38px;white-space:nowrap}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li span{vertical-align:middle}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-text-display{font-size:14px;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:calc(100% - 50px);width:-webkit-calc(100% - 50px)}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-text-display .fm-search-highlight{background-color:#FF0;font-weight:inherit}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display{width:32px;height:100%;position:absolute;right:26px;top:0;cursor:pointer;padding-top:7px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display:after,#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#999}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display:hover::after,#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display:hover::before{color:#555}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display::before{content:"\e90b";font-size:20px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-aggr-display::after{content:"\e908";font-size:16px;left:14px;top:10px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-drag-handle{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);color:#d5d5d5;font-size:20px;padding:8px;right:0;touch-action:none}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-lst-measures li .fm-drag-handle:before{content:"\e907"}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group{margin-top:20px;margin-bottom:20px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;outline:0;border:none;border:1px solid #555;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:38px;line-height:36px;font-size:14px;background:#555;position:relative;display:inline-block;vertical-align:top;color:#fff;text-align:center;cursor:pointer}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:hover{opacity:.85}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:active,#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:focus,#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:hover{outline:0}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:first-child{border-top-left-radius:4px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:nth-child(9){border-top-right-radius:4px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:nth-child(10){border-bottom-left-radius:4px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:last-child{border-bottom-right-radius:4px}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-formula-wrap{position:relative}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-formula-wrap .fm-formula-input{width:100%;height:80px;font-size:14px;border:1px solid #d5d5d5;font-family:monospace}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-formula-wrap .fm-formula-input.fm-droppable-over{background:#fbfbfb;border:1px solid #999}#fm-pivot-view div.fm-calculated-view .fm-popup-content .fm-formula-wrap .fm-prompt{position:absolute;bottom:10px;pointer-events:none;left:0;width:100%;text-align:center;color:#cecece;font-style:italic}#fm-pivot-view div.fm-calculated-view.fm-layout-mobile .fm-popup-header .fm-ui-col:first-child{margin-right:10px}#fm-pivot-view div.fm-calculated-view.fm-layout-mobile-small .fm-with-delete-btn .fm-popup-header .fm-ui-btns-row .fm-ui-btn:not(.fm-remove-btn){width:calc(50% - 40px);width:-webkit-calc(50% - 40px)}#fm-pivot-view div.fm-ui-modal-overlay.fm-calculated-view-overlay{z-index:13}#fm-pivot-view div.fm-ui-modal-overlay.fm-overlay-preloader{z-index:20}#fm-pivot-view div.fm-preloader-view{z-index:21;width:320px;height:100px}#fm-pivot-view div.fm-preloader-view .fm-spinner{position:relative}#fm-pivot-view div.fm-preloader-view .fm-spinner:before{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e97b";font-size:32px;left:7px;top:10px;color:#999;-webkit-animation-name:spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-transition:rotate(3600deg)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}#fm-pivot-view div.fm-preloader-view .fm-message-label{display:block;padding-left:70px;padding-top:8px}#fm-pivot-view div.fm-preloader-view .fm-details-label{display:block;color:#999;padding-left:70px;padding-top:2px;font-size:12px}#fm-pivot-view div.fm-ui-modal-overlay.fm-overlay-alert{z-index:16}#fm-pivot-view div.fm-prompt-view{z-index:17}#fm-pivot-view div.fm-prompt-view .fm-content{max-width:300px;min-width:300px;word-wrap:break-word}#fm-pivot-view div.fm-prompt-view .fm-message-label{display:block;margin-bottom:10px}#fm-pivot-view div.fm-prompt-view .fm-ui-btns-row{margin-top:10px}#fm-pivot-view div.fm-prompt-view .fm-ui-btns-row .fm-ui-btn{margin-top:10px}#fm-pivot-view div.fm-alert-view{z-index:17}#fm-pivot-view div.fm-alert-view .fm-content{margin-left:100px;max-width:300px;word-wrap:break-word}#fm-pivot-view div.fm-alert-view .fm-popup-title{margin-bottom:15px;overflow:hidden;text-overflow:ellipsis}#fm-pivot-view div.fm-alert-view .fm-build-version{color:#999;font-size:13px}#fm-pivot-view div.fm-alert-view .fm-alert-icon{position:absolute;left:50px;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%)}#fm-pivot-view div.fm-alert-view .fm-ui-btns-row{margin-top:10px}#fm-pivot-view div.fm-alert-view .fm-ui-btns-row .fm-ui-btn{margin-top:10px}#fm-pivot-view div.fm-alert-view .fm-circle{display:block;border-radius:50%;border:30px solid #555;width:60px;height:60px;position:relative;margin-left:-10px}#fm-pivot-view div.fm-alert-view .fm-circle .fm-ui-icon{color:#FFF;font-size:38px;padding:11px;position:absolute;top:-29px;left:-29px}#fm-pivot-view div.fm-alert-view .fm-hexagon{display:block;position:relative;width:32.33px;height:56px;background-color:#555;margin:16.17px 0}#fm-pivot-view div.fm-alert-view .fm-hexagon .fm-ui-icon{color:#FFF;font-size:38px;top:8px;left:-2px}#fm-pivot-view div.fm-alert-view .fm-hexagon:after,#fm-pivot-view div.fm-alert-view .fm-hexagon:before{content:"";position:absolute;width:0;border-top:28px solid transparent;border-bottom:28px solid transparent}#fm-pivot-view div.fm-alert-view .fm-hexagon:before{left:100%;border-left:16.17px solid #555}#fm-pivot-view div.fm-alert-view .fm-hexagon:after{right:100%;width:0;border-right:16.17px solid #555}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap{position:relative}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-ui-icon{color:#FFF;font-size:38px;top:-4px;left:-1px}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle{position:relative;background-color:#555;text-align:left;display:block;margin-top:-7px}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle:after,#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle:before{content:'';position:absolute;background-color:inherit}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle,#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle:after,#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle:before{width:35px;height:35px;border-top-right-radius:30%}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle{transform:rotate(-60deg) skewX(-30deg) scale(1,.866)}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle:before{transform:rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)}#fm-pivot-view div.fm-alert-view .fm-triangle-wrap .fm-triangle:after{transform:rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)}#fm-pivot-view div.fm-alert-view.fm-layout-mobile-small .fm-content{margin-left:0}#fm-pivot-view div.fm-alert-view.fm-layout-mobile-small .fm-alert-icon{display:none}.fm-noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#fm-pivot-view .fm-grid-layout{position:relative;overflow:hidden;z-index:1}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane{overflow:auto}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane div.fm-scroll-content{position:relative}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane div.fm-scroll-content-float{position:relative}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane div.fm-scroll-placeholder{position:relative;height:100%}#fm-pivot-view .fm-grid-layout div.fm-cell{background-color:#fff;color:#111;box-sizing:border-box;vertical-align:top;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:7px 4px;line-height:normal}#fm-pivot-view .fm-grid-layout div.fm-row{white-space:nowrap;box-sizing:border-box}#fm-pivot-view .fm-grid-layout div.fm-row.fm-row-hidden{position:absolute;top:-1000px;z-index:-1}#fm-pivot-view .fm-grid-layout div.fm-row>div{display:inline-block}#fm-pivot-view .fm-grid-layout .fm-data-sheet .fm-scroll-placeholder{z-index:1}#fm-pivot-view .fm-grid-layout .fm-cols-sheet div.fm-row,#fm-pivot-view .fm-grid-layout .fm-data-sheet div.fm-row{display:flex}#fm-pivot-view .fm-grid-layout .fm-cols-sheet div.fm-row>div,#fm-pivot-view .fm-grid-layout .fm-data-sheet div.fm-row>div{flex-shrink:0}#fm-pivot-view .fm-grid-layout .fm-rows-sheet div.fm-row{display:flex}#fm-pivot-view .fm-grid-layout .fm-rows-sheet div.fm-row>div.fm-sheet-header{display:flex;flex-direction:column;justify-content:center}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane div.fm-scroll-content{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}#fm-pivot-view .fm-grid-layout .fm-cols-sheet,#fm-pivot-view .fm-grid-layout .fm-data-sheet,#fm-pivot-view .fm-grid-layout .fm-rows-sheet,#fm-pivot-view .fm-grid-layout .fm-sheet-headers{position:absolute;overflow:hidden;background-color:#fff}#fm-pivot-view .fm-grid-layout .fm-data-sheet{border-top:none;border-left:none}#fm-pivot-view .fm-grid-layout .fm-cell{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#fm-pivot-view .fm-grid-layout .fm-data-sheet .fm-cell{text-align:right}#fm-pivot-view .fm-grid-layout .fm-cols-sheet .fm-scroll-pane,#fm-pivot-view .fm-grid-layout .fm-rows-sheet .fm-scroll-pane{overflow:hidden}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane div.fm-scroll-content .fm-cell{position:relative}#fm-pivot-view .fm-grid-layout div.fm-scroll-pane div.fm-scroll-content-float .fm-cell{position:absolute}#fm-pivot-view .fm-grid-layout div.fm-header-r{background-color:#f7f7f7;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-header-c{background-color:#f7f7f7;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-filter-header{cursor:pointer}#fm-pivot-view .fm-grid-layout div.fm-filter-header.fm-live-filtering-header{cursor:auto}#fm-pivot-view .fm-grid-layout div.fm-total-r{font-weight:700;background-color:#fff;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-total-c{font-weight:700;background-color:#fff;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-grand-total-r{font-weight:700;background-color:#fff;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-grand-total-c{font-weight:700;background-color:#fff;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-grand-total-c.fm-grand-total-r{font-weight:700;background-color:#fff;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-header.fm-total-r{font-weight:400;background-color:#f7f7f7;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-header.fm-total-c{font-weight:400;background-color:#f7f7f7;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-header.fm-grand-total-r{font-weight:400;background-color:#f7f7f7;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout div.fm-header.fm-grand-total-c{font-weight:400;background-color:#f7f7f7;color:#111;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout.fm-flat-view div.fm-grand-total,#fm-pivot-view .fm-grid-layout.fm-flat-view div.fm-total{text-align:right}#fm-pivot-view .fm-grid-layout .fm-filters{position:absolute;background-color:#e9e9e9;color:#111}#fm-pivot-view .fm-grid-layout .fm-cols-filter{border-right:1px solid #e9e9e9;z-index:1}#fm-pivot-view .fm-grid-layout .fm-cols-filter .fm-row{border-bottom:1px solid #e9e9e9}#fm-pivot-view .fm-grid-layout .fm-filters .fm-header,#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-header{background-color:#e9e9e9;color:#111;font-weight:700;text-transform:uppercase;position:relative;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;overflow:hidden;text-overflow:ellipsis}#fm-pivot-view .fm-grid-layout .fm-filters .fm-filter-header,#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header{background-color:#e9e9e9;color:#111;font-weight:700;text-transform:uppercase;position:relative;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;overflow:hidden;text-overflow:ellipsis}#fm-pivot-view .fm-grid-layout .fm-filters .fm-filter-header:hover,#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header:hover{background-color:#dcdcdc}#fm-pivot-view .fm-grid-layout a.fm-filter-header,#fm-pivot-view .fm-grid-layout div.fm-filter-header{padding-right:20px}#fm-pivot-view .fm-grid-layout a.fm-filter-header.fm-filtered,#fm-pivot-view .fm-grid-layout div.fm-filter-header.fm-filtered{padding-right:35px}#fm-pivot-view .fm-grid-layout a.fm-filter-header.fm-live-filtering-header:hover,#fm-pivot-view .fm-grid-layout div.fm-filter-header.fm-live-filtering-header:hover{background-color:#e9e9e9}#fm-pivot-view .fm-grid-layout.fm-flat-view a.fm-filter-header,#fm-pivot-view .fm-grid-layout.fm-flat-view div.fm-filter-header{padding-right:30px}#fm-pivot-view .fm-grid-layout.fm-flat-view a.fm-filter-header.fm-filtered,#fm-pivot-view .fm-grid-layout.fm-flat-view div.fm-filter-header.fm-filtered{padding-right:40px}#fm-pivot-view .fm-grid-layout i.fm-icon{position:absolute;height:100%;width:16px;top:0}#fm-pivot-view .fm-grid-layout i.fm-icon:before{font-family:flexmonster-icons;font-weight:400;font-size:15px;color:#999;position:absolute;top:6px}#fm-pivot-view .fm-grid-layout.fm-flat-view i.fm-icon:before{color:#999}#fm-pivot-view .fm-grid-layout .fm-filter-header i.fm-filter-icon{right:2px;pointer-events:none}#fm-pivot-view .fm-grid-layout .fm-filter-header i.fm-filter-icon:before{content:"\e90c";color:#999}#fm-pivot-view .fm-grid-layout .fm-filter-header.fm-filtered i.fm-filtered-icon{right:16px;pointer-events:none}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header.fm-filtered i.fm-filtered-icon{right:22px}#fm-pivot-view .fm-grid-layout .fm-filter-header.fm-filtered i.fm-filtered-icon:before{content:"\e905";color:#999}#fm-pivot-view .fm-grid-layout .fm-filter-header.fm-dragging-move{opacity:.5}#fm-pivot-view .fm-grid-layout .fm-header-drop-indicator{background-color:#555}#fm-pivot-view .fm-grid-layout .fm-draggable{touch-action:none}#fm-pivot-view .fm-grid-layout .fm-draggable:not(.fm-filter-header){cursor:move}#fm-pivot-view .fm-grid-layout .fm-filters.fm-cols-filter .fm-filter-header{border-right:none;border-bottom:1px solid #e9e9e9;background-color:#e9e9e9;color:#111}#fm-pivot-view .fm-grid-layout .fm-filters.fm-cols-filter .fm-filter-header:hover{background-color:#dcdcdc}#fm-pivot-view .fm-grid-layout .fm-filters.fm-cols-filter .fm-header-drop-indicator{display:inline-block;width:3px;height:100%}#fm-pivot-view .fm-grid-layout .fm-filters.fm-rows-filter .fm-filter-header{border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background-color:#e9e9e9;color:#111}#fm-pivot-view .fm-grid-layout .fm-filters.fm-rows-filter .fm-filter-header:hover{background-color:#dcdcdc}#fm-pivot-view .fm-grid-layout .fm-filters.fm-rows-filter .fm-header-drop-indicator{display:block;width:100%;height:3px}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter .fm-header-drop-indicator{float:none;display:inline-block;width:3px;height:40px;vertical-align:top;margin-right:5px}#fm-pivot-view .fm-grid-layout.fm-classic-view .fm-filters.fm-rows-filter .fm-header-drop-indicator{display:inline-block;width:3px;height:30px}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-header-drop-indicator{position:absolute;width:3px;height:30px}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter{padding:7px 0 0 7px;border-bottom:1px solid #d5d5d5;background-color:#f7f7f7;white-space:nowrap;overflow-x:auto}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header{text-align:left;border:none;background-color:#e9e9e9;margin-bottom:5px;margin-right:5px;padding-top:6px;padding-bottom:7px;padding-left:5px;padding-right:24px;width:auto;width:initial;min-width:80px;line-height:15px;white-space:nowrap;font-weight:700!important;display:inline-block;float:none;cursor:pointer}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header.fm-filtered{padding-right:40px}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header:hover{background-color:#dcdcdc}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header i.fm-icon:before{top:7px}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header i.fm-filter-icon{right:4px}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header i.fm-filtered-icon{right:20px}#fm-pivot-view .fm-grid-layout .fm-filters.fm-page-filter a.fm-filter-header .fm-filter-desc{display:inline-block;font-weight:400!important;text-transform:none;color:#888;font-size:10px;padding-top:4px;margin-left:4px}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-1{padding-left:15px;background-position:12px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-2{padding-left:27px;background-position:24px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-3{padding-left:39px;background-position:36px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-4{padding-left:51px;background-position:48px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-5{padding-left:63px;background-position:60px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-6{padding-left:75px;background-position:72px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-7{padding-left:87px;background-position:84px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-8{padding-left:99px;background-position:96px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-9{padding-left:111px;background-position:108px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-10{padding-left:123px;background-position:120px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-11{padding-left:135px;background-position:132px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-12{padding-left:147px;background-position:144px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-13{padding-left:159px;background-position:156px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-14{padding-left:171px;background-position:168px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-15{padding-left:183px;background-position:180px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-16{padding-left:195px;background-position:192px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-17{padding-left:207px;background-position:204px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-18{padding-left:219px;background-position:216px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-19{padding-left:231px;background-position:228px center}#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-header-r.fm-level-20{padding-left:243px;background-position:240px center}#fm-pivot-view .fm-grid-layout div.fm-collapsed,#fm-pivot-view .fm-grid-layout div.fm-expanded{cursor:pointer}#fm-pivot-view .fm-grid-layout .fm-collapsed .fm-collapsed-icon,#fm-pivot-view .fm-grid-layout .fm-expanded .fm-expanded-icon{position:relative;display:inline-block;height:12px;width:11px}#fm-pivot-view .fm-grid-layout .fm-collapsed .fm-collapsed-icon:before,#fm-pivot-view .fm-grid-layout .fm-expanded .fm-expanded-icon:before{top:0;left:-4px}#fm-pivot-view .fm-grid-layout .fm-collapsed .fm-collapsed-icon:before{content:"\e911"}#fm-pivot-view .fm-grid-layout .fm-expanded .fm-expanded-icon:before{content:"\e90f"}#fm-pivot-view .fm-grid-layout i.fm-icon.fm-sort-icon{cursor:pointer;right:0}#fm-pivot-view .fm-grid-layout i.fm-icon.fm-sort-icon:before{font-size:17px}#fm-pivot-view .fm-grid-layout i.fm-icon.fm-sort-icon.fm-with-order span{color:#999;font-size:10px;font-weight:400;line-height:30px;margin-left:-4px}#fm-pivot-view .fm-grid-layout .fm-cell.fm-h-sort,#fm-pivot-view .fm-grid-layout .fm-cell.fm-v-sort{padding-right:16px}#fm-pivot-view .fm-grid-layout .fm-h-sort .fm-h-sort-asc:before,#fm-pivot-view .fm-grid-layout .fm-h-sort .fm-h-sort-desc:before,#fm-pivot-view .fm-grid-layout .fm-h-sort:hover .fm-h-sort-icon:before,#fm-pivot-view .fm-grid-layout .fm-v-sort .fm-v-sort-asc:before,#fm-pivot-view .fm-grid-layout .fm-v-sort .fm-v-sort-desc:before,#fm-pivot-view .fm-grid-layout .fm-v-sort.fm-live-filtering-header .fm-v-sort-icon:hover:before,#fm-pivot-view .fm-grid-layout .fm-v-sort:not(.fm-live-filtering-header):hover .fm-v-sort-icon:before{content:"\e90d"}#fm-pivot-view .fm-grid-layout .fm-v-sort .fm-v-sort-asc:before{transform:rotate(180deg);-o-transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}#fm-pivot-view .fm-grid-layout .fm-h-sort .fm-h-sort-desc:before,#fm-pivot-view .fm-grid-layout .fm-h-sort:hover .fm-h-sort-icon:before{right:1px;transform:rotate(270deg);-o-transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}#fm-pivot-view .fm-grid-layout .fm-h-sort .fm-h-sort-asc:before{right:2px;transform:rotate(90deg);-o-transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}#fm-pivot-view .fm-grid-layout span.fm-hierarchy-link{white-space:nowrap;color:#888;font-size:10px;text-decoration:underline;cursor:pointer;margin-left:4px}#fm-pivot-view .fm-grid-layout span.fm-hierarchy-link:before{text-indent:0;margin-right:2px;display:inline-block}#fm-pivot-view .fm-grid-layout .fm-drilled-up span.fm-hierarchy-link:before{content:"+"}#fm-pivot-view .fm-grid-layout .fm-drilled-down span.fm-hierarchy-link:before{content:"-"}#fm-pivot-view .fm-grid-layout .fm-filters div.fm-sheet-header,#fm-pivot-view .fm-grid-layout div.fm-sheet-header{border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;color:#999;background-color:#f7f7f7;text-align:center;line-height:23px;padding:0 0}#fm-pivot-view .fm-grid-layout .fm-sheet-headers .fm-sheet-header{display:inline-block}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;color:#999;font-size:16px;padding-top:3px}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-trend-bad-icon:after{content:"\ea3e"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-trend-risk-icon:after{content:"\ea3d"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-trend-ok-icon:after{content:"\ea3c"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-trend-rising-icon:after{content:"\ea3b"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-trend-good-icon:after{content:"\ea3a"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-status-bad-icon:after{content:"\e951"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-status-risk-icon:after{content:"\e954"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-status-ok-icon:after{content:"\e952"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-status-rising-icon:after{content:"\e953"}#fm-pivot-view .fm-grid-layout div.fm-cell.fm-kpi-status-good-icon:after{content:"\e950"}#fm-pivot-view .fm-grid-layout div.fm-cell .fm-member-property-label{font-style:italic}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-canvas{position:absolute;background-color:rgba(255,245,106,.2);pointer-events:none;box-sizing:border-box;border:1px solid #ccc;z-index:1}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-canvas.fm-clear-border{border:none}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-canvas.fm-clear-border-right{border-right:none}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-canvas.fm-clear-border-left{border-left:none}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-canvas.fm-clear-border-top{border-top:none}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-canvas.fm-clear-border-bottom{border-bottom:none}#fm-pivot-view .fm-grid-layout .fm-auto-calculation-bar{position:absolute;background-color:#888;opacity:1;pointer-events:none;box-sizing:border-box;z-index:2;height:17px;overflow:hidden}#fm-pivot-view .fm-grid-layout .fm-auto-calculation-bar .fm-auto-calculation-bar-conainer{overflow:hidden;white-space:nowrap}#fm-pivot-view .fm-grid-layout .fm-auto-calculation-bar .fm-auto-calculation-bar-content{margin-left:5px;margin-right:5px;vertical-align:middle;display:inline-block}#fm-pivot-view .fm-grid-layout .fm-auto-calculation-bar .fm-auto-calculation-bar-content-text{color:#fff;text-transform:uppercase;margin-right:5px;float:left;font-size:11px;line-height:17px}#fm-pivot-view .fm-grid-layout .fm-auto-calculation-bar .fm-auto-calculation-bar-content-results{color:#fff;font-weight:700;display:inline-block;font-size:11px;line-height:17px}#fm-pivot-view .fm-grid-layout .fm-sheet-selection-header{border:none}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header{padding-left:16px}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header i.fm-filter-icon{left:0}#fm-pivot-view .fm-grid-layout .fm-live-filtering-header div{position:relative;margin-top:4px}#fm-pivot-view .fm-grid-layout .fm-live-filtering-header div .fm-ui-text-input{position:absolute;padding:0 4px;height:22px;top:0;left:0}#fm-pivot-view .fm-grid-layout.fm-classic-view .fm-live-filtering-header,#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-live-filtering-header{min-width:100px}#fm-pivot-view .fm-grid-layout.fm-classic-view .fm-live-filtering-header .fm-ui-text-input,#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-live-filtering-header .fm-ui-text-input{width:calc(100% + 16px)}#fm-pivot-view .fm-grid-layout.fm-classic-view .fm-live-filtering-header.fm-filtered .fm-ui-text-input,#fm-pivot-view .fm-grid-layout.fm-compact-view .fm-live-filtering-header.fm-filtered .fm-ui-text-input{width:calc(100% + 31px)}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header.fm-live-filtering-header{padding:7px;padding-bottom:29px}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header.fm-live-filtering-header.fm-filtered{padding-right:40px}#fm-pivot-view .fm-grid-layout.fm-flat-view .fm-filter-header.fm-live-filtering-header.fm-filtered .fm-ui-text-input{width:calc(100% + 23px)}#fm-pivot-view .fm-grid-layout .fm-resize-handles{position:absolute}#fm-pivot-view .fm-grid-layout .fm-resize-handles .fm-wrapper{position:relative;width:100%;height:100%}#fm-pivot-view .fm-grid-layout .fm-resize-handles .fm-indicator{border:1px solid #4285F4;position:absolute;z-index:1}#fm-pivot-view .fm-grid-layout .fm-resize-handles .fm-handle{position:absolute;z-index:1;pointer-events:all}#fm-pivot-view .fm-grid-layout .fm-resize-handles .fm-handle:hover{border:4px solid #4285F4}#fm-pivot-view .fm-grid-layout .fm-resize-handles .fm-handle.fm-active{border:4px solid #4285F4}#fm-pivot-view .fm-grid-layout .fm-resize-handles .fm-handle:after{content:'';position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px}#fm-pivot-view .fm-grid-layout .fm-resize-handles.fm-cols-resize .fm-handle{width:7px;margin-left:-3px;height:100%;min-height:25px;cursor:col-resize}#fm-pivot-view .fm-grid-layout .fm-resize-handles.fm-rows-resize .fm-handle{height:7px;margin-top:-3px;width:100%;min-width:25px;cursor:row-resize}#fm-toolbar-wrapper [class*=" fm-"],#fm-toolbar-wrapper [class^=fm-]{color:#111;line-height:1}#fm-toolbar-wrapper [class*=" fm-"] strong,#fm-toolbar-wrapper [class^=fm-] strong{font-weight:700}#fm-toolbar-wrapper [class*=" fm-"] a,#fm-toolbar-wrapper [class^=fm-] a{text-decoration:none}#fm-toolbar-wrapper [class^=fm-] *,[class*=" fm-"] *{box-sizing:border-box}#fm-toolbar-wrapper [class*=" fm-"] ol,#fm-toolbar-wrapper [class*=" fm-"] p,#fm-toolbar-wrapper [class*=" fm-"] ul,#fm-toolbar-wrapper [class^=fm-] ol,#fm-toolbar-wrapper [class^=fm-] p,#fm-toolbar-wrapper [class^=fm-] ul{list-style:none;margin:0;padding:0}#fm-toolbar-wrapper .fm-icon:before,#fm-toolbar-wrapper [class*=" fm-icon-"]:before,#fm-toolbar-wrapper [class^=fm-icon-]:before{font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add .fm-icon:before,#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large .fm-icon:before,#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-btn .fm-icon,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-currentmark,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-currentmark:before{font-size:30px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-weight:400}#fm-toolbar-wrapper .fm-toolbar-ui .fm-condition-row .fm-cr-delete{content:'';display:block;position:absolute;top:-42px;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%)}#fm-toolbar-wrapper{height:80px}#fm-toolbar-wrapper #fm-toolbar{width:100%;height:80px;list-style:none;background:#fff;white-space:nowrap}#fm-toolbar-wrapper #fm-toolbar,#fm-toolbar-wrapper #fm-toolbar a,#fm-toolbar-wrapper #fm-toolbar div,#fm-toolbar-wrapper #fm-toolbar input,#fm-toolbar-wrapper #fm-toolbar li,#fm-toolbar-wrapper #fm-toolbar p,#fm-toolbar-wrapper #fm-toolbar select,#fm-toolbar-wrapper #fm-toolbar span,#fm-toolbar-wrapper #fm-toolbar table,#fm-toolbar-wrapper #fm-toolbar table td,#fm-toolbar-wrapper #fm-toolbar table th,#fm-toolbar-wrapper #fm-toolbar table tr,#fm-toolbar-wrapper #fm-toolbar textarea,#fm-toolbar-wrapper #fm-toolbar ul{font-family:Arial,sans-serif;font-size:14px;color:#888;text-align:left;padding:0;margin:0;font-weight:400;text-shadow:none}#fm-toolbar-wrapper #fm-toolbar>li{display:inline-block}#fm-toolbar-wrapper #fm-toolbar li:before{content:none}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li{float:none;width:140px}#fm-toolbar-wrapper #fm-toolbar .fm-toolbar-group-left{position:absolute;left:0}#fm-toolbar-wrapper #fm-toolbar .fm-toolbar-group-right{position:absolute;right:0}#fm-toolbar-wrapper #fm-toolbar li{cursor:pointer}#fm-toolbar-wrapper #fm-toolbar li svg{transform:translateZ(0);fill:#999}#fm-toolbar-wrapper #fm-toolbar li svg .fill-border{fill:#999}#fm-toolbar-wrapper #fm-toolbar li svg .fill-background{fill:#e9e9e9}#fm-toolbar-wrapper #fm-toolbar li a:hover svg,#fm-toolbar-wrapper #fm-toolbar li li:hover>.fm-svg-icon>svg{fill:grey}#fm-toolbar-wrapper #fm-toolbar li a:hover svg .fill-border,#fm-toolbar-wrapper #fm-toolbar li li:hover>.fm-svg-icon>svg .fill-border{fill:grey}#fm-toolbar-wrapper #fm-toolbar li a:hover svg .fill-background,#fm-toolbar-wrapper #fm-toolbar li li:hover>.fm-svg-icon>svg .fill-background{fill:#d0d0d0}#fm-toolbar-wrapper #fm-toolbar>.fm-toolbar-group-left>li>a .fm-svg-icon,#fm-toolbar-wrapper #fm-toolbar>.fm-toolbar-group-right>li>a .fm-svg-icon,#fm-toolbar-wrapper #fm-toolbar>li>a .fm-svg-icon{position:absolute;text-align:center;bottom:25px;width:100%}#fm-toolbar-wrapper #fm-toolbar>.fm-toolbar-group-left>li>a .fm-tab-label,#fm-toolbar-wrapper #fm-toolbar>.fm-toolbar-group-right>li>a .fm-tab-label,#fm-toolbar-wrapper #fm-toolbar>li>a .fm-tab-label{position:absolute;top:55px;left:0;right:0}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li{height:36px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-svg-icon{position:absolute;left:0;right:0}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-svg-icon svg{width:36px;height:36px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-tab-label{display:inline-block;padding:12px 0;padding-left:36px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-tab-checkbox:before{content:'';display:inline-block;box-sizing:border-box;position:absolute;left:10px;top:9px;width:18px;height:18px;border:1px solid #d5d5d5;background:#fff}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-tab-checkbox:before:hover{border-color:#999}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-tab-checkbox:after{display:block;position:absolute;font-family:flexmonster-icons!important;speak-as:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;width:auto;height:auto;height:initial;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:10px;top:8px;opacity:0;content:'\e947';color:#FFF;font-size:18px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li.fm-selected .fm-tab-checkbox:after{opacity:1;font-weight:700;width:0}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li.fm-selected .fm-tab-checkbox:before{border:1px solid #555;background:#555}#fm-toolbar-wrapper #fm-toolbar #fm-tab-charts-multiple{border-top:1px dotted #dcdcdc}#fm-toolbar-wrapper #fm-toolbar #fm-tab-charts-multiple>span.fm-tab-checkbox{position:absolute}#fm-toolbar-wrapper #fm-toolbar li#fm-tab-fullscreen{width:70px}#fm-toolbar-wrapper .fm-list-wrapper.fm-mobile #fm-toolbar{overflow-x:auto}#fm-toolbar-wrapper.fm-mobile #fm-toolbar li#fm-tab-format-conditional{width:80px}#fm-toolbar-wrapper.fm-mobile #fm-toolbar li#fm-tab-charts-bar-stack{width:80px}#fm-toolbar-wrapper #fm-toolbar li{display:inline-block;background:0 0;vertical-align:top;padding:0;position:static;width:57px}#fm-toolbar-wrapper #fm-toolbar a{height:80px;display:block;text-decoration:none;border:none;position:relative}#fm-toolbar-wrapper #fm-toolbar a>span{text-align:center;text-overflow:ellipsis;overflow:hidden;height:15px}#fm-toolbar-wrapper #fm-toolbar li:first-child a{margin-left:1px}#fm-toolbar-wrapper #fm-toolbar li.fm-divider{width:0;margin:20px 15px 0 15px;height:40px;border-right:1px solid #d5d5d5}#fm-toolbar-wrapper .fm-list-wrapper.fm-mobile #fm-toolbar li.fm-divider{display:none}#fm-toolbar-wrapper #fm-toolbar li.fm-v-divider{height:0;width:140px;border-bottom:1px dotted #dcdcdc}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown{position:absolute;display:none;top:80px;z-index:25}#fm-toolbar-wrapper #fm-toolbar .fm-opened .fm-dropdown{display:block}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content:after{content:'';border-width:5px;border-color:transparent transparent #fff;border-style:outset outset solid;border-style:solid;top:-10px;left:23px;width:0;height:0;position:absolute}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content:before{content:'';border-color:transparent transparent #d5d5d5;border-style:outset outset solid;border-width:6px;position:absolute;top:-12px;left:22px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-scrollable-left:after{left:1px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-scrollable-left:before{left:0}#fm-toolbar-wrapper #fm-toolbar .fm-align-right .fm-dropdown-content:after{left:inherit;right:20px}#fm-toolbar-wrapper #fm-toolbar .fm-align-right .fm-dropdown-content:before{left:inherit;right:19px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-scrollable-right:after{left:inherit;right:0}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-scrollable-right:before{left:inherit;right:-1px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content{padding:0;list-style:none;background:#fff;border:1px solid #d5d5d5;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li{width:100%;padding-right:6px;min-width:120px}#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li:hover{background-color:#f7f7f7}#fm-toolbar-wrapper div.fm-popup{position:absolute;min-width:270px;z-index:100;font-family:Arial,sans-serif;max-width:100%;background:#fff;border:1px solid #d5d5d5;margin:0 auto;box-shadow:0 0 20px rgba(0,0,0,.1);padding:24px 30px 24px 30px;box-sizing:border-box}#fm-toolbar-wrapper div.fm-popup.fm-popup-w700{width:700px}#fm-toolbar-wrapper div.fm-popup.fm-popup-w570{width:570px}#fm-toolbar-wrapper div.fm-popup.fm-popup-w500{width:500px}#fm-toolbar-wrapper div.fm-popup.fm-popup-w460{width:462px}#fm-toolbar-wrapper div.fm-panel .fm-toolbox{margin-top:30px;text-align:center}#fm-toolbar-wrapper div.fm-panel .fm-title-bar .fm-toolbox{flex:1;margin-top:0;min-width:-moz-fit-content;min-width:fit-content;width:-moz-fit-content;width:fit-content;float:right;text-align:right;margin-left:30px}#fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn{height:38px;max-width:calc((100% - 83px)/ 2);max-width:-webkit-calc((100% - 83px)/ 2);margin-right:20px}#fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn:last-child{margin-right:0}#fm-toolbar-wrapper div.fm-panel .fm-toolbox.fm-ui-col .fm-ui-btn:last-child{float:right}#fm-toolbar-wrapper div.fm-panel .fm-panel-content{position:relative}#fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar{display:flex;justify-content:center;clear:both;margin-bottom:24px}#fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar .fm-title-text{color:#111;font-size:24px;text-align:center;text-shadow:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 0}#fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col{text-align:left;flex:1}#fm-toolbar-wrapper .fm-popup-modal-overlay{z-index:20}#fm-toolbar-wrapper .fm-popup-modal-overlay .fm-modal-overlay{opacity:0}#fm-toolbar-wrapper div.fm-modal-overlay{background:rgba(255,255,255,.7);position:absolute;top:0;left:0;z-index:10;width:100%;height:100%}#fm-toolbar-wrapper .fm-portrait-radio{margin-left:14px}#fm-toolbar-wrapper .fm-landscape-radio{margin-left:14px}#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile{padding:20px}#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-title-bar{display:flex;flex-direction:column}#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col{max-width:none!important;width:100%;font-size:18px;margin-bottom:10px}#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox{display:flex;max-width:none!important;width:auto!important;margin-left:0}#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox .fm-ui-btn:not(.fm-button-add){max-width:none;flex:1}#fm-toolbar-wrapper .fm-popup-conditional{width:610px;min-width:400px}#fm-toolbar-wrapper .fm-popup-conditional .fm-toolbox{max-width:54%!important;width:54%!important}#fm-toolbar-wrapper .fm-popup-conditional .fm-title-text{max-width:46%!important;width:calc(100% - 270px)}#fm-toolbar-wrapper .fm-popup-conditional .fm-popup-content{overflow-x:hidden;overflow-y:auto;max-height:298px;width:100%}#fm-toolbar-wrapper .fm-popup-conditional .fm-ui-btn.fm-button-add{min-width:40px;width:40px}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row{border-top:1px solid #d5d5d5;padding:30px 30px;margin-left:-30px;width:calc(100% + 60px)}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-wrap-relative{position:relative}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-cr-delete{position:absolute;color:#999;cursor:pointer;font-size:30px;right:0}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-cr-delete:hover{color:#555}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-values{width:calc(100% - 390px);width:-webkit-calc(100% - 390px)}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-conditions{width:150px}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-font-family{width:calc(100% - 390px);width:-webkit-calc(100% - 390px)}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-font-size{width:100px}#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-sample{width:120px}#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-values{width:calc(100% - 100px);width:-webkit-calc(100% - 100px);margin-bottom:10px}#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-conditions{width:calc(100% - 230px);width:-webkit-calc(100% - 230px);margin-left:60px}#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-font-family{width:calc(100% - 100px);width:-webkit-calc(100% - 100px);margin-bottom:10px}#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-font-size{width:calc(100% - 230px);width:-webkit-calc(100% - 230px);margin-left:60px}#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-sample{width:70px}#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-cr-delete{top:-90px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner{font-size:0;margin-bottom:10px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner:nth-child(2){margin-bottom:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-cr-lbl{display:inline-block;vertical-align:top;color:#999;font-size:14px;margin-right:10px;text-align:right;padding:11px 0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-cr-lbl:last-child{margin-right:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-colorpick-wrap,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-inp,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-ui-dropdown,#fm-toolbar-wrapper .fm-toolbar-ui .fm-number-inp{display:inline-block;vertical-align:top;margin-right:10px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-colorpick-wrap:last-child,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-inp:last-child,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-number-inp:last-child,#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner .fm-ui-dropdown:last-child{margin-right:0}#fm-toolbar-wrapper .fm-icon-act_trash:before{content:"\e903"}#fm-toolbar-wrapper .fm-toolbar-ui span.fm-and-label{display:inline-block;text-align:center;padding:12px 0}#fm-toolbar-wrapper div.fm-popup input[type=number],#fm-toolbar-wrapper div.fm-popup input[type=password],#fm-toolbar-wrapper div.fm-popup input[type=text]{box-sizing:border-box;border:1px solid #d5d5d5;background-color:#fff;height:38px;padding:0 9px;color:#111;font-size:14px;width:100%;-webkit-appearance:none;border-radius:0;box-shadow:none;margin:0;text-align:left;font-family:Arial,sans-serif}#fm-toolbar-wrapper div.fm-popup input:disabled{opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";background-color:#fff}#fm-toolbar-wrapper div.fm-popup input.fm-half-input{padding-right:0;border-right:none}#fm-toolbar-wrapper .fm-toolbar-ui select{border:1px solid #d5d5d5;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;-webkit-user-select:none;-moz-user-select:none;border-radius:0;margin:0;outline:0;height:38px;font-size:14px;font-family:Arial,sans-serif;width:100%;color:#111;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:4px 35px 4px 10px;cursor:pointer}#fm-toolbar-wrapper .fm-toolbar-ui div.fm-ui-dropdown{position:static}#fm-toolbar-wrapper .fm-toolbar-ui div.fm-ui-dropdown .fm-ui-dropdown-btn{font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#fm-toolbar-wrapper .fm-toolbar-ui div.fm-ui-dropdown .fm-ui-dropdown-list{position:absolute;margin-top:6px;min-width:auto;min-width:initial}#fm-toolbar-wrapper .fm-toolbar-ui div.fm-ui-dropdown .fm-ui-dropdown-list li{font-size:14px}#fm-toolbar-wrapper .fm-toolbar-ui div.fm-ui-dropdown.fm-opened .fm-ui-dropdown-list{visibility:visible}#fm-toolbar-wrapper div.fm-popup select::-ms-expand{display:none}#fm-toolbar-wrapper div.fm-popup select:disabled{opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";cursor:none;pointer-events:none}#fm-toolbar-wrapper div.fm-popup select *{margin:0!important}#fm-toolbar-wrapper div.fm-popup select option.placeholder{color:#fff;font-size:0;display:none}#fm-toolbar-wrapper div.fm-clear{clear:both}@-moz-document url-prefix(){#fm-toolbar-wrapper select{text-indent:0}}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-btn{border:1px solid #d5d5d5;height:38px;position:relative;font-size:28px;cursor:pointer}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-btn span{font-size:28px}#fm-toolbar-wrapper .fm-icon-act_font:before{content:"\e906"}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup{background:#fff;width:396px;padding:30px 30px;border:1px solid #d5d5d5;position:absolute;transition:opacity .3s;display:none;left:50%;margin-left:-178px;margin-top:-5px;z-index:99}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup:after,#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup:before{content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%)}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup:before{width:0;height:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup:after{width:0;height:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup.fm-arrow-up:before{top:-6px;border-left:5.5px solid transparent;border-right:5.5px solid transparent;border-bottom:6px solid #d5d5d5;border-top:0 solid transparent}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup.fm-arrow-up:after{top:-5px;border-left:4.5px solid transparent;border-right:4.5px solid transparent;border-bottom:5px solid #fff;border-top:0 solid transparent}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup.fm-arrow-down:before{bottom:-6px;border-left:5.5px solid transparent;border-right:5.5px solid transparent;border-top:6px solid #d5d5d5;border-bottom:0 solid transparent}#fm-toolbar-wrapper .fm-toolbar-ui .fm-colorpick-popup.fm-arrow-down:after{bottom:-5px;border-left:4.5px solid transparent;border-right:4.5px solid transparent;border-top:5px solid #fff;border-bottom:0 solid transparent}#fm-toolbar-wrapper .fm-toolbar-ui .fm-popup-opened .fm-colorpick-popup{display:block}#fm-toolbar-wrapper .fm-toolbar-ui .fm-color-targ-switch{border:1px solid #d5d5d5;font-size:0;margin-bottom:20px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-color-targ-switch .fm-cts-item{display:inline-block;vertical-align:top;width:50%;border:none;border-right:1px solid #d5d5d5;line-height:38px;font-weight:700;color:#999;background:#fff;text-transform:uppercase;text-align:center;font-size:14px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-color-targ-switch .fm-cts-item.fm-current{color:#111;background:#f7f7f7}#fm-toolbar-wrapper .fm-toolbar-ui .fm-color-targ-switch .fm-cts-item:hover{color:#111;background:#f7f7f7}#fm-toolbar-wrapper .fm-toolbar-ui .fm-color-targ-switch .fm-cts-item:last-child{border-right:none}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row{margin-bottom:20px;font-size:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row .fm-cp-curr-color{border:1px solid #d5d5d5;height:38px;cursor:pointer}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-2-colors-width.fm-cp-2-colors-width{width:calc(50% - 5px);width:-webkit-calc(50% - 5px)}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row .fm-cp-2-colors{border:1px solid #d5d5d5;font-size:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row .fm-cp-2-colors .fm-cp2c-item{height:36px;cursor:pointer;border-right:1px solid #d5d5d5;display:inline-block;vertical-align:top;width:50%}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row .fm-cp-2-colors .fm-cp2c-item:last-child{border-right:none}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row .fm-inp,.fm-cp-sett-row .fm-cp-2-colors,.fm-cp-sett-row .fm-cp-curr-color{display:inline-block;vertical-align:top;margin-right:10px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-sett-row .fm-inp:last-child,.fm-cp-sett-row .fm-cp-2-colors:last-child,.fm-cp-sett-row .fm-cp-curr-color:last-child{margin-right:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-btns-row{margin-top:20px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-btns-row .fm-ui-btn{width:calc(50% - 5px);width:-webkit-calc(50% - 5px);margin-right:10px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-btns-row .fm-ui-btn:last-child{margin-right:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-currentmark{border-radius:50%;width:20px;height:20px;background:#555}#fm-toolbar-wrapper .fm-toolbar-ui .fm-cp-currentmark:before{color:#fff;font-size:20px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors{font-size:0;margin-bottom:20px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item{content:"";display:inline-block;vertical-align:top;position:relative;cursor:pointer;height:36px;width:calc(10% - 1px);margin-right:1px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item:after,#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item:before{content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%)}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item.fm-r10c-white-arrow{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item.fm-r10c-white-arrow.fm-current:before{bottom:-11px;border-left:17px solid transparent;border-right:17px solid transparent;border-top:11px solid #e9e9e9;border-bottom:0 solid transparent}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item.fm-r10c-white-arrow.fm-current:after{bottom:-10px;border-left:16px solid transparent;border-right:16px solid transparent;border-top:10px solid #fff;border-bottom:0 solid transparent}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item .fm-r10c-arrow{position:absolute;top:100%;border-style:solid;border-top-width:10px;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:none}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item .fm-cp-currentmark{margin-top:2px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item .fm-cp-currentmark,#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item .fm-r10c-arrow{opacity:0;visibility:hidden}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item:nth-child(10n+10){margin-right:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item.fm-current .fm-cp-currentmark,#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-10colors .fm-r10c-item.fm-current .fm-r10c-arrow{opacity:1;visibility:visible}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-4colors{font-size:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-4colors .fm-r4c-item{display:inline-block;vertical-align:top;margin-right:1px;margin-bottom:1px;position:relative;cursor:pointer;height:36px;width:calc(25% - .75px)}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-4colors .fm-r4c-item.fm-white-shade{border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-4colors .fm-r4c-item:nth-child(4n+4){margin-right:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-4colors .fm-r4c-item .fm-cp-currentmark{opacity:0;visibility:hidden}#fm-toolbar-wrapper .fm-toolbar-ui .fm-row-4colors .fm-r4c-item.fm-current .fm-cp-currentmark{opacity:1;visibility:visible}#fm-toolbar-wrapper .fm-list-wrapper.fm-mobile{overflow-x:auto}#fm-toolbar-wrapper .fm-list-wrapper.fm-one-arrow-scroll{width:calc(100% - 25px)!important}#fm-toolbar-wrapper .fm-list-wrapper.fm-two-arrow-scroll{width:calc(100% - 50px)!important}#fm-toolbar-wrapper .fm-left-scroll-button,#fm-toolbar-wrapper .fm-list-wrapper,#fm-toolbar-wrapper .fm-right-scroll-button{float:left;position:relative}#fm-toolbar-wrapper .fm-left-scroll-button.fm-scroll-arrow{margin-top:15px;margin-right:5px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-right:20px solid #555}#fm-toolbar-wrapper .fm-right-scroll-button.fm-scroll-arrow{margin-top:15px;margin-left:5px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:20px solid #555}#fm-toolbar-wrapper .fm-left-scroll-button.fm-mobile-scroll-not-active,#fm-toolbar-wrapper .fm-right-scroll-button.fm-mobile-scroll-not-active{opacity:.2}#fm-toolbar-wrapper .fm-radio-wrap label:after,#fm-toolbar-wrapper .fm-radio-wrap label:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%)}#fm-toolbar-wrapper .fm-toolbar-ui div.fm-title-2{color:#999;font-size:14px;text-transform:uppercase;margin-bottom:25px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radiobtn-list{margin-bottom:52px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radiobtn-list:last-child{margin-bottom:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radiobtn-list li{margin-bottom:12px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap label{display:inline-block;cursor:pointer;color:#111;font-size:14px;padding:4px 0;padding-left:35px;position:relative;line-height:1.2}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap label:before{width:22px;height:22px;border:1px solid #d5d5d5;background:#fff;left:0;border-radius:50%}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap label:after{border:7px solid #555;background-color:#555;border-radius:50%;opacity:0;width:0;height:0;left:5px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap label:hover:before{border-color:#999}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap input{display:none}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap input:checked+label{font-weight:700}#fm-toolbar-wrapper .fm-toolbar-ui .fm-radio-wrap input:checked+label:after{opacity:1}#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-group{margin-bottom:30px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-group:last-child{margin-bottom:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-row{margin-bottom:10px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-row label{color:#999;font-size:14px;margin-bottom:8px;display:block}#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-row .fm-inp,#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-row .fm-ui-dropdown{width:100%}#fm-toolbar-wrapper .fm-toolbar-ui .fm-inp-row:last-child{margin-bottom:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-ir-horizontal{font-size:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-ir-horizontal label{margin-bottom:0;width:140px;margin-right:20px;display:inline-block;vertical-align:middle;text-align:right}#fm-toolbar-wrapper .fm-toolbar-ui .fm-ir-horizontal .fm-inp,#fm-toolbar-wrapper .fm-toolbar-ui .fm-ir-horizontal .fm-ui-dropdown{width:calc(100% - 160px);display:inline-block;vertical-align:middle;background-color:#fff}#fm-toolbar-wrapper .fm-toolbar-ui .fm-uc{text-transform:uppercase}#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add{padding-right:30px;min-width:auto}#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large{padding-left:36px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add .fm-icon{color:#999;position:absolute;right:0;width:40px;height:100%;top:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large .fm-icon{color:#999;position:absolute;left:0;width:40px;height:100%;top:0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large:hover .fm-icon,#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add:hover .fm-icon{color:#555}#fm-toolbar-wrapper .fm-toolbar-ui .fm-popup-content .fm-popup-placeholder{text-align:center;margin:40px 0}#fm-toolbar-wrapper .fm-toolbar-ui .fm-popup-content .fm-popup-placeholder .fm-popup-placeholder-text{text-align:center;margin-bottom:9px;font-size:16px;color:#999}#fm-toolbar-wrapper .fm-toolbar-ui .fm-icon-act_add:before{content:"\ea0a"}#fm-toolbar-wrapper .fm-toolbar-ui .fm-icon-act_check:before{content:"\e902"}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width20.fm-width20{width:20px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width40.fm-width40{width:40px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width45.fm-width45{width:45px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width50.fm-width50{width:50px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width85.fm-width85{width:85px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width120.fm-width120{width:120px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width140.fm-width140{width:140px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width180.fm-width180{width:180px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width200.fm-width200{width:200px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width210.fm-width210{width:210px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width220.fm-width220{width:220px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width230.fm-width230{width:230px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width240.fm-width240{width:240px}#fm-toolbar-wrapper .fm-toolbar-ui .fm-width250.fm-width250{width:250px}#fm-toolbar-wrapper .fm-popup-olap .fm-ir-horizontal label{width:110px}#fm-toolbar-wrapper .fm-popup-olap .fm-ir-horizontal .fm-ui-dropdown{width:calc(100% - 130px);vertical-align:middle}#fm-toolbar-wrapper .fm-popup-olap input.fm-inp.fm-inp-proxy-url{width:calc(100% - 230px)}#fm-toolbar-wrapper .fm-popup-olap .fm-btn-connect{width:100px;height:38px;padding-left:0;padding-right:0;border-top-left-radius:0;border-bottom-left-radius:0}#fm-toolbar-wrapper .fm-popup-olap.fm-layout-mobile-small .fm-ir-horizontal label{text-align:left;width:100%}#fm-toolbar-wrapper .fm-popup-olap.fm-layout-mobile-small .fm-ir-horizontal .fm-ui-dropdown{width:100%}#fm-toolbar-wrapper .fm-popup-olap.fm-layout-mobile-small input.fm-inp.fm-inp-proxy-url{width:calc(100% - 100px)}#fm-toolbar-wrapper .fm-popup-format-cells{width:480px}#fm-toolbar-wrapper .fm-popup-format-cells.fm-layout-mobile-small .fm-ir-horizontal label{text-align:left;width:100%}#fm-toolbar-wrapper .fm-popup-format-cells.fm-layout-mobile-small .fm-ir-horizontal .fm-inp,#fm-toolbar-wrapper .fm-popup-format-cells.fm-layout-mobile-small .fm-ir-horizontal .fm-ui-dropdown{width:100%}#fm-toolbar-wrapper .fm-hide{display:none}#fm-toolbar-wrapper .fm-popup-options{width:570px;min-width:320px}#fm-toolbar-wrapper.fm-layout-700 #fm-toolbar .fm-divider{display:none}#fm-toolbar-wrapper #fm-toolbar.fm-scroll-toolbar{-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;overflow-y:auto}#fm-toolbar-wrapper #fm-toolbar.fm-scroll-toolbar::-webkit-scrollbar{display:none}.fm-resize-triggers{visibility:hidden;opacity:0}.fm-contract-trigger:before,.fm-resize-triggers,.fm-resize-triggers>div{content:" ";display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.fm-resize-triggers>div{background:#eee;overflow:auto}.fm-contract-trigger:before{width:200%;height:200%}#fm-pivot-view .fm-resizable-handle{position:absolute}#fm-pivot-view .fm-resizable-handle.fm-left{left:0;top:0;bottom:0;width:5px;cursor:w-resize}#fm-pivot-view .fm-resizable-handle.fm-right{right:0;top:0;bottom:0;width:5px;cursor:e-resize}#fm-pivot-view .fm-resizable-handle.fm-top{top:0;left:0;right:0;height:5px;cursor:n-resize}#fm-pivot-view .fm-resizable-handle.fm-bottom{bottom:0;left:0;right:0;height:5px;cursor:s-resize}#fm-pivot-view .fm-scrollbars::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:7px;background-color:rgba(0,0,0,0)}#fm-pivot-view .fm-scrollbars::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);border-radius:5px}#fm-pivot-view .fm-scrollbars::-webkit-scrollbar-track{background:0 0;background-color:rgba(0,0,0,.05)}#fm-pivot-view .fm-scrollbars::-webkit-scrollbar-corner{background-color:rgba(0,0,0,.05)}#fm-pivot-view.fm-accessibility :focus,#fm-pivot-view.fm-accessibility a.fm-ui-btn:focus,#fm-toolbar-wrapper.fm-accessibility :focus,#fm-toolbar-wrapper.fm-accessibility a.fm-ui-btn:focus{outline:dashed #999 2px;outline-offset:-2px}#fm-pivot-view.fm-accessibility .fm-grid-view:focus,#fm-pivot-view.fm-accessibility a.fm-ui-btn:focus,#fm-toolbar-wrapper.fm-accessibility .fm-grid-view:focus,#fm-toolbar-wrapper.fm-accessibility a.fm-ui-btn:focus{outline-offset:0}#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas{border:2px dashed #999}#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border,#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-sheet-selection-header,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-sheet-selection-header{border:none}#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-right,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-right{border-right:none}#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-left,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-left{border-left:none}#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-top,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-top{border-top:none}#fm-pivot-view.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-bottom,#fm-toolbar-wrapper.fm-accessibility .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-bottom{border-bottom:none}.fm-keyboard-mode #fm-pivot-view .fm-calculated-view .fm-popup-content .fm-func-btn-group button.fm-calc-action:focus,.fm-keyboard-mode #fm-pivot-view .fm-dropdown-content li.fm-current,.fm-keyboard-mode #fm-pivot-view .fm-ui-dropdown-btn:focus,.fm-keyboard-mode #fm-pivot-view .fm-ui-dropdown-list li.fm-current,.fm-keyboard-mode #fm-pivot-view .fm-ui-dropdown-list li.fm-ui-active,.fm-keyboard-mode #fm-pivot-view .fm-ui-list:focus li.fm-ui-active,.fm-keyboard-mode #fm-pivot-view .fm-ui-vlist:focus li.fm-ui-active,.fm-keyboard-mode #fm-pivot-view :focus,.fm-keyboard-mode #fm-pivot-view a.fm-ui-btn:focus,.fm-keyboard-mode #fm-pivot-view button.fm-ui-btn:focus,.fm-keyboard-mode #fm-pivot-view input.fm-ui:focus,.fm-keyboard-mode #fm-pivot-view select:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-calculated-view .fm-popup-content .fm-func-btn-group button.fm-calc-action:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-dropdown-content li.fm-current,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-dropdown-btn:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-dropdown-list li.fm-current,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-dropdown-list li.fm-ui-active,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-list:focus li.fm-ui-active,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-vlist:focus li.fm-ui-active,.fm-keyboard-mode #fm-toolbar-wrapper :focus,.fm-keyboard-mode #fm-toolbar-wrapper a.fm-ui-btn:focus,.fm-keyboard-mode #fm-toolbar-wrapper button.fm-ui-btn:focus,.fm-keyboard-mode #fm-toolbar-wrapper input.fm-ui:focus,.fm-keyboard-mode #fm-toolbar-wrapper select:focus{outline:dashed #111 2px;outline-offset:-2px}.fm-keyboard-mode #fm-pivot-view .fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:focus,.fm-keyboard-mode #fm-pivot-view .fm-calculated-view .fm-popup-content .fm-func-btn-group button.fm-calc-action:focus,.fm-keyboard-mode #fm-pivot-view .fm-colorpick-btn,.fm-keyboard-mode #fm-pivot-view .fm-grid-view:focus,.fm-keyboard-mode #fm-pivot-view .fm-r10c-item,.fm-keyboard-mode #fm-pivot-view .fm-r4c-item,.fm-keyboard-mode #fm-pivot-view a.fm-ui-btn:focus,.fm-keyboard-mode #fm-pivot-view button.fm-ui-btn:focus,.fm-keyboard-mode #fm-pivot-view select:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-calculated-view .fm-popup-content .fm-func-btn-group button.fm-calc-action:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-colorpick-btn,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-view:focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-r10c-item,.fm-keyboard-mode #fm-toolbar-wrapper .fm-r4c-item,.fm-keyboard-mode #fm-toolbar-wrapper a.fm-ui-btn:focus,.fm-keyboard-mode #fm-toolbar-wrapper button.fm-ui-btn:focus,.fm-keyboard-mode #fm-toolbar-wrapper select:focus{outline-offset:0}.fm-keyboard-mode #fm-pivot-view .fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view .fm-calculated-view .fm-popup-content .fm-func-btn-group button.fm-calc-action:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view .fm-colorpick-btn.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view .fm-grid-view:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view .fm-r10c-item.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view .fm-r4c-item.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view a.fm-ui-btn:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view button.fm-ui-btn:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-pivot-view select:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper .fm-calculated-view .fm-popup-content .fm-func-btn-group .fm-calc-action:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper .fm-calculated-view .fm-popup-content .fm-func-btn-group button.fm-calc-action:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper .fm-colorpick-btn.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-view:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper .fm-r10c-item.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper .fm-r4c-item.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper a.fm-ui-btn:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper button.fm-ui-btn:focus.fm-btn-add-measure-2,.fm-keyboard-mode #fm-toolbar-wrapper select:focus.fm-btn-add-measure-2{outline-offset:-2px}.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas{border:2px dashed #111}.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border,.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-sheet-selection-header,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-sheet-selection-header{border:none}.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-right,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-right{border-right:none}.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-left,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-left{border-left:none}.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-top,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-top{border-top:none}.fm-keyboard-mode #fm-pivot-view .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-bottom,.fm-keyboard-mode #fm-toolbar-wrapper .fm-grid-layout:focus .fm-sheet-selection-canvas.fm-clear-border-bottom{border-bottom:none}.fm-keyboard-mode #fm-pivot-view .fm-ui-list:not(.fm-ui-empty):focus,.fm-keyboard-mode #fm-pivot-view .fm-ui-vlist:not(.fm-ui-empty):focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-list:not(.fm-ui-empty):focus,.fm-keyboard-mode #fm-toolbar-wrapper .fm-ui-vlist:not(.fm-ui-empty):focus{outline:0;outline-offset:0}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@swimlane/ngx-datatable/assets/icons.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@font-face {
  font-family: 'data-table';
  src: url('data-table.eot');
  src: url('data-table.eot?#iefix') format('embedded-opentype'), url('data-table.woff') format('woff'),
    url('data-table.ttf') format('truetype'), url('data-table.svg#data-table') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]::before {
  font-family: 'data-table' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='datatable-icon-']::before,
[class*=' datatable-icon-']::before {
  font-family: 'data-table' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datatable-icon-filter::before {
  content: '\62';
}

.datatable-icon-collapse::before {
  content: '\61';
}

.datatable-icon-expand::before {
  content: '\63';
}

.datatable-icon-close::before {
  content: '\64';
}

.datatable-icon-up::before {
  content: '\65';
}

.datatable-icon-down::before {
  content: '\66';
}

.datatable-icon-sort-unset::before {
  content: '\63';
  opacity: 0.5;
}

.datatable-icon-sort::before {
  content: '\67';
}

.datatable-icon-done::before {
  content: '\68';
}

.datatable-icon-done-all::before {
  content: '\69';
}

.datatable-icon-search::before {
  content: '\6a';
}

.datatable-icon-pin::before {
  content: '\6b';
}

.datatable-icon-add::before {
  content: '\6d';
}

.datatable-icon-left::before {
  content: '\6f';
}

.datatable-icon-right::before {
  content: '\70';
}

.datatable-icon-skip::before {
  content: '\71';
}

.datatable-icon-prev::before {
  content: '\72';
}


/*# sourceMappingURL=styles.css.map*/