/* Import SASS variables */
/* Family */
/* For fonts in general */
/* For some subtitles */
/* For titles in general */
/* For titles in general */
/* For table titles */
/* Size */
/* For body paragraphs and text in general */
/* For some descriptions and tips */
/* For subtitles */
/* For content titles */
/* For section titles and overlay titles */
/* Color */
/* For body paragraphs and titles */
/* For titles in general */
/* For subtitles and tips */
/* For descriptions */
/* For titles on highlighted boxes */
/* Links */
/* Color for links */
/* Hover Color for links */
/* Hover Color for black links */
/* Not found image error. Recomended size: 219 x 249 px */
/* Internal error image. Recomended size: 219 x 249 px */
/* Brand logo image for error pages. Recomended size: 100 x 24 px */
/*** Variables ***/
/* Logo */
/* Signin logo */
/* URL of logo for Sign in page. Recommended size: 132x70 px */
/* URL of logo for Sign in page. Recommended size: 132x70 px */
/* Height of image */
/* Header bar logo */
/* PNG - URL of logo for Workspace header. Area to work: 200x46 px */
/* SVG - URL of logo for Workspace header. Area to work: 200x46 px */
/* Account backgrounds */
/* Nav */
/* Branding */
/* Brand color */
/* Brand primary color */
/* Accent color */
/* Brand secondary color */
/* Brand secondary color :hover */
/* Base color */
/* Color for backgrounds */
/* Nav icons */
/* Color for nav icons */
/* Color for nav icons on :hover */
/* Buttons */
/* Primary button */
/* Primary button color */
/* Primary button Hover color */
/* Primary button text color */
/* Secondary button */
/* Secondary button color */
/* Secondary button Hover color */
/* Secondary button text color */
/* Buttons bar */
/* Buttons bar for create resources sections */
/* Font color of button */
/* Backgrounds */
/* Color for backgrounds on highlighted boxes */
/* Color for backgrounds on remember tips */
/* Color for backgrounds on tables */
/* Color for backgrounds danger messages */
/* Forms */
/* Color for form labels */
/* Size for form labels */
/* Loader */
/* URL of loader image. Background must be #FFFFFF. */
/* Media queries */
/* Colors accept / reject */
/* Modal */
/* Background color for selected data in tables */
/*** Mixins ***/
/*** Functions ***/
/* Branding */
/* Brand color */
/* Brand color 15% opacity, for backgrounds in landing page */
/* For hovers and other staff */
/* For radial gradients */
/* Accent color */
/* Accent color 5% opacity, for backgrounds in tables */
/* Accent color 15% opacity, for backgrounds in 'Home page settings' */
/* Accent color 85% opacity, for backgrounds in tooltips  */
/* Nav icons */
/* Active */
/* Background color */
/* Border color */
/*FONTS*/
.font-pm {
  font-family: 'Permanent Marker', cursive;
  font-weight: normal !important;
  font-style: normal !important; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px !important; }

/* Links */
a {
  color: #0066cc; }

a:hover {
  color: #004d99; }

/* Buttons */
.button {
  -webkit-transition: all 0.1s ease-in-out ;
  -moz-transition: all 0.1s ease-in-out ;
  -ms-transition: all 0.1s ease-in-out ;
  -o-transition: all 0.1s ease-in-out ;
  transition: all 0.1s ease-in-out ;
  /* Active */
  /* Primary button */
  /* Secondary button */
  /* Delete button */
  /* Active state */
  /* Dont apply active state to these */
  /* Disabled */
  /* More Button */ }
  .button.active {
    -webkit-transition: none !important ;
    -moz-transition: none !important ;
    -ms-transition: none !important ;
    -o-transition: none !important ;
    transition: none !important ; }
  .button.primary {
    background: #72aa00;
    border-color: transparent;
    color: #fff; }
  .button.primary:hover {
    background: #80be01; }
  .button.secondary {
    background: #0066cc;
    border-color: transparent;
    color: #fff; }
  .button.secondary:hover {
    background: #004d99; }
  .button.delete {
    background: #c1272d;
    border-color: transparent;
    color: #fff; }
  .button.delete:hover {
    background: #ea3442; }
  .button:active {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35); }
  .button.alpha:active, .button.more-button {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }
  .button[disabled=disabled], .button:disabled, .button.disabled {
    color: #999;
    cursor: default;
    pointer-events: none; }
  .button.primary[disabled=disabled], .button.primary:disabled, .button.primary.disabled, .button.secondary[disabled=disabled], .button.secondary:disabled, .button.secondary.disabled {
    color: #fff;
    background: #999;
    pointer-events: auto !important;
    cursor: not-allowed !important; }
  .button.more-button {
    padding: 0;
    width: 48px;
    min-width: 0; }
    .button.more-button .icon-more {
      margin: 0; }
  @media only screen and (min-width: 1250px) {
    .button {
      min-width: 150px; }
    .button.small {
      min-width: 0; } }
  .button.-icon-only {
    min-width: initial; }

/* Button pulldown */
.button-pulldown {
  position: relative;
  display: inline-block; }
  .button-pulldown > .button.primary {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }
  .button-pulldown.active > .button.primary {
    background-color: #80be01; }
  .button-pulldown .dropdown {
    display: none;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 2000;
    background: #fff;
    min-width: 100%; }
    .button-pulldown .dropdown li {
      border-top: 1px solid #72aa00;
      padding: 0;
      background: none; }
      .button-pulldown .dropdown li:first-child {
        border: 0; }
      .button-pulldown .dropdown li .button.primary {
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        white-space: nowrap;
        width: auto;
        display: block;
        text-align: left; }
      .button-pulldown .dropdown li .button.primary {
        background-color: rgba(114, 170, 0, 0.6); }
        .button-pulldown .dropdown li .button.primary:hover {
          background-color: #80be01; }

/* More Actions */
.more-actions .dropdown {
  border: 1px solid #ccc; }
  .more-actions .dropdown li {
    border-top: 1px solid #ccc; }
    .more-actions .dropdown li:first-child {
      border: 0; }
    .more-actions .dropdown li a.button {
      width: auto;
      min-width: 120px;
      display: block;
      border: 0;
      text-align: left;
      -webkit-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent; }
      .more-actions .dropdown li a.button .icon {
        display: none; }

@media only screen and (min-width: 1440px) {
  .more-actions .more-button {
    display: none; }
  .more-actions .dropdown {
    border: 0;
    display: block !important;
    position: static; }
    .more-actions .dropdown li {
      border: 0;
      float: left;
      margin-right: 15px; }
      .more-actions .dropdown li:last-child {
        margin-right: 0; }
      .more-actions .dropdown li a.button {
        width: 48px;
        min-width: 0;
        border: 1px solid #ccc;
        text-indent: -10000px;
        line-height: 48px;
        overflow: hidden;
        position: relative; }
        .more-actions .dropdown li a.button .icon {
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 11px;
          left: 11px;
          margin: 0; } }

/* Links */
.link {
  font-size: 12px;
  -webkit-transition: all 0.1s ease-in-out ;
  -moz-transition: all 0.1s ease-in-out ;
  -ms-transition: all 0.1s ease-in-out ;
  -o-transition: all 0.1s ease-in-out ;
  transition: all 0.1s ease-in-out ;
  color: #0066cc !important;
  cursor: pointer;
  /* Link Back */
  /* Link black */ }
  .link:hover {
    color: #004d99 !important; }
  .link.back:before {
    content: "< "; }
  .link.black {
    color: #000 !important;
    font-weight: bold; }
    .link.black:hover {
      color: #0066cc !important; }
  .link.disabled, .link:disabled {
    color: #999 !important;
    cursor: default; }

/* Lists */
.section-content ol,
.section-content ul,
.ao-popup-overlay ol,
.ao-popup-overlay ul {
  padding-left: 20px; }

.section-content ol li,
.section-content ul li,
.ao-popup-overlay ol li,
.ao-popup-overlay ul li {
  line-height: 19px; }

.section-content ol li,
.ao-popup-overlay ol li {
  list-style: inside;
  list-style-type: decimal; }

.section-content ul li,
.ao-popup-overlay ul li {
  list-style-type: none;
  padding: 0 0 5px 10px;
  background: url(../../workspace/images/common/ic_VM.png) no-repeat 0 5px; }

/* Red text, button or link - Delete / Reject */
.red,
.button.red {
  color: #c1272d !important; }

a.red:hover,
.button.red:hover {
  color: #ea3442 !important; }

/* Green text, button or link - Accept */
.green,
.button.green {
  color: #009245 !important; }

a.green:hover,
.button.green:hover {
  color: #02c159 !important; }

/* Purple text, button or link - ETL */
.purple,
.button.purple {
  color: #9c27b0 !important; }

a.purple:hover,
.button.purple:hover {
  color: #d05ce3 !important; }

/* Grey text */
.grey {
  color: #999; }

/* Context buttons */
.context-buttons > * {
  margin: 0 15px 0 0; }
  .context-buttons > *.button.alpha, .context-buttons > *:first-child {
    margin-right: 0; }

/* Buttons Bar - only support 0 to 4 steps at the moment */
.buttons-bar {
  /* Completed steps */ }
  .buttons-bar li {
    float: left;
    padding-left: 25px; }
    .buttons-bar li:first-child {
      padding-left: 0; }
    .buttons-bar li a {
      padding: 0;
      font-family: "Roboto", arial, Helvetica, sans-serif;
      line-height: normal;
      font-size: 25px !important;
      color: #000;
      cursor: default;
      font-weight: 300; }
    .buttons-bar li.step0 a:before {
      content: "1. "; }
    .buttons-bar li.step1 a:before {
      content: "2. "; }
    .buttons-bar li.step2 a:before {
      content: "3. "; }
    .buttons-bar li.step3 a:before {
      content: "4. "; }
    .buttons-bar li.step4 a:before {
      content: "5. "; }
  .buttons-bar[data-step="1"] li.step0 a, .buttons-bar[data-step="1"] li.step0 a:hover, .buttons-bar[data-step="2"] li.step0 a, .buttons-bar[data-step="2"] li.step0 a:hover, .buttons-bar[data-step="2"] li.step1 a, .buttons-bar[data-step="2"] li.step1 a:hover, .buttons-bar[data-step="3"] li.step0 a, .buttons-bar[data-step="3"] li.step0 a:hover, .buttons-bar[data-step="3"] li.step1 a, .buttons-bar[data-step="3"] li.step1 a:hover, .buttons-bar[data-step="3"] li.step2 a, .buttons-bar[data-step="3"] li.step2 a:hover, .buttons-bar[data-step="4"] li.step0 a, .buttons-bar[data-step="4"] li.step0 a:hover, .buttons-bar[data-step="4"] li.step1 a, .buttons-bar[data-step="4"] li.step1 a:hover, .buttons-bar[data-step="4"] li.step2 a, .buttons-bar[data-step="4"] li.step2 a:hover, .buttons-bar[data-step="4"] li.step3 a, .buttons-bar[data-step="4"] li.step3 a:hover {
    color: #009245;
    cursor: pointer; }
  .buttons-bar li.step-done a {
    color: #009245;
    cursor: pointer; }

/* Layout */
html,
body {
  background: #fff;
  height: 100%;
  min-width: 998px; }

body.pageLoader {
  background-image: url(../../core/images/common/im_loadingWhite72.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.layout {
  overflow: hidden; }

.workspace {
  padding-top: 46px; }

.workspace > .wrapper1,
.header > .wrapper1 {
  padding-left: 200px; }

.workspace > .wrapper1 > .wrapper2,
.header > .wrapper1 > .wrapper2 {
  width: 100%; }

.workspace > .wrapper1 > .wrapper2 > .wrapper3,
.header > .wrapper1 > .wrapper2 > .wrapper3 {
  width: 100%;
  float: left;
  margin-left: -200px; }

.main-navigation,
.header > .logo {
  width: 200px;
  float: left;
  height: 100%; }

.main-section,
.header .global-navigation {
  width: 100%;
  float: right;
  margin-right: -200px;
  padding: 0 2%;
  visibility: hidden; }

.header .global-navigation > .header-navigation,
.header .global-navigation > .global-actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.preview-container {
  float: right;
  height: 100%;
  margin-right: -310px;
  width: 100%; }

/* Columns */
.columns .CL {
  float: left; }

.columns .CR {
  float: right; }

/* Equal Width */
.columns.equal-width .column {
  width: 50%; }

.columns.equal-width .CL {
  padding-right: 10px; }

.columns.equal-width .CR {
  padding-left: 10px; }

/* Header */
.header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  /* Scroll Effect */
  /* Logo */
  /* Tab */ }
  .header.scrollEffect .global-navigation {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=90);
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background: #fff;
    height: 45px; }
  .header .logo {
    background: #232831 url(../images/common/lg_junar.png) no-repeat 0 0;
    height: 46px;
    width: 200px;
    position: relative;
    z-index: 201; }
  .header .logo:hover {
    background-position: 0 -46px; }
  .header #id_openDataSiteButton,
  .header #id_developersPortalButton,
  .header #id_backLink {
    height: 46px;
    font: 13px/46px arial, helvetica, sans-serif;
    min-width: 0; }
  .header #id_openDataSiteButton,
  .header #id_developersPortalButton {
    border-color: transparent; }
    .header #id_openDataSiteButton:hover,
    .header #id_developersPortalButton:hover {
      background: #72aa00;
      color: #fff; }
    .header #id_openDataSiteButton .icon-right,
    .header #id_developersPortalButton .icon-right {
      margin-left: 4px; }
  .header #id_backLink {
    padding: 0; }
  .header .tab > a {
    display: block;
    line-height: 46px;
    padding: 0 15px;
    line-height: 46px;
    -webkit-transition: all 0.1s ease-in-out ;
    -moz-transition: all 0.1s ease-in-out ;
    -ms-transition: all 0.1s ease-in-out ;
    -o-transition: all 0.1s ease-in-out ;
    transition: all 0.1s ease-in-out ; }
    .header .tab > a:hover {
      background: #232831;
      color: #fff; }
    .header .tab > a img {
      width: 36px;
      height: 36px;
      display: inline-block;
      margin-right: 12px;
      vertical-align: middle;
      position: relative;
      top: -2px; }
  .header .tab.pulldown.active > a {
    background: #232831;
    color: #fff; }
  .header .tab.pulldown .submenu ul {
    background: #232831; }
    .header .tab.pulldown .submenu ul li {
      border-top: 1px solid #2f3643; }
      .header .tab.pulldown .submenu ul li:first-child {
        border: 0; }
      .header .tab.pulldown .submenu ul li a {
        color: #fff;
        display: block;
        padding: 0 15px;
        height: 48px;
        line-height: 48px; }
        .header .tab.pulldown .submenu ul li a:hover {
          background: #ee7e12;
          color: #fff; }

/* Local nav */
.main-navigation {
  padding-top: 46px;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #232831;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Default list */ }
  .main-navigation ul {
    /* Bottom list*/
    /* Default list item */ }
    .main-navigation ul.bottom-navigation {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .main-navigation ul.bottom-navigation li.footer {
        color: rgba(255, 255, 255, 0.7);
        padding: 0 15px;
        height: 40px;
        font: 10px/40px 'Roboto', arial, helvetica, sans-serif; }
        .main-navigation ul.bottom-navigation li.footer:hover {
          background: none; }
        .main-navigation ul.bottom-navigation li.footer a {
          color: rgba(255, 255, 255, 0.7); }
          .main-navigation ul.bottom-navigation li.footer a:hover {
            color: #fff; }
    .main-navigation ul li {
      -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
      box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
      position: relative;
      /* Default item button */
      /* List item :active */
      /* List item :hover */
      /* List item :disabled */
      /* List item with submenu */
      /* Bottom list item */ }
      .main-navigation ul li a.button {
        display: block;
        color: #fff;
        background: none;
        padding: 0 15px;
        border: 0;
        text-align: left; }
      .main-navigation ul li.active {
        background: #fff;
        /* Active button */ }
        .main-navigation ul li.active a.button {
          color: #232831; }
          .main-navigation ul li.active a.button:hover {
            color: #fff; }
      .main-navigation ul li:hover {
        background: #ee7e12;
        color: #fff;
        text-decoration: none; }
        .main-navigation ul li:hover a.button {
          color: #fff; }
      .main-navigation ul li.disabled a {
        filter: alpha(opacity=30);
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        cursor: default; }
        .main-navigation ul li.disabled a:hover {
          background: none; }
      .main-navigation ul li.has-submenu {
        /* Submenu list */ }
        .main-navigation ul li.has-submenu ul.submenu {
          display: none; }
        .main-navigation ul li.has-submenu:hover ul.submenu {
          position: absolute;
          display: block !important;
          background: #16191f;
          width: 175px;
          top: 0;
          left: 54px;
          padding: 10px 20px;
          z-index: 400;
          /* Submenu list item */ }
          @media only screen and (min-width: 1200px) {
            .main-navigation ul li.has-submenu:hover ul.submenu {
              left: 200px; } }
          .main-navigation ul li.has-submenu:hover ul.submenu li {
            position: relative;
            -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            /* Submenu list title */
            /* Submenu item buttom */
            /* Submenu item with no link */ }
            .main-navigation ul li.has-submenu:hover ul.submenu li:hover {
              background: none; }
            @media only screen and (min-width: 1200px) {
              .main-navigation ul li.has-submenu:hover ul.submenu li.submenu-header {
                display: none; } }
            .main-navigation ul li.has-submenu:hover ul.submenu li.submenu-header a {
              color: #fff;
              font-size: 15px !important; }
            .main-navigation ul li.has-submenu:hover ul.submenu li a {
              display: block;
              padding: 10px 0;
              color: #999;
              text-indent: 0; }
              .main-navigation ul li.has-submenu:hover ul.submenu li a:hover {
                color: #fff; }
            .main-navigation ul li.has-submenu:hover ul.submenu li a.no-link {
              color: #666;
              font-style: italic;
              cursor: default; }
            .main-navigation ul li.has-submenu:hover ul.submenu li ul {
              padding-left: 20px; }
      .main-navigation ul li.bottom-submenu:hover ul.submenu {
        top: inherit;
        bottom: -1px; }

/* Collapsed Navigation */
.layout .workspace > .wrapper1,
.layout .header > .wrapper1 {
  -webkit-transition: padding-left 0.375s ease-in-out ;
  -moz-transition: padding-left 0.375s ease-in-out ;
  -ms-transition: padding-left 0.375s ease-in-out ;
  -o-transition: padding-left 0.375s ease-in-out ;
  transition: padding-left 0.375s ease-in-out ; }

.layout .workspace > .wrapper1 > .wrapper2 > .wrapper3,
.layout .header > .wrapper1 > .wrapper2 > .wrapper3 {
  -webkit-transition: margin-left 0.375s ease-in-out ;
  -moz-transition: margin-left 0.375s ease-in-out ;
  -ms-transition: margin-left 0.375s ease-in-out ;
  -o-transition: margin-left 0.375s ease-in-out ;
  transition: margin-left 0.375s ease-in-out ; }

.layout .main-navigation,
.layout .header .logo,
.layout .main-navigation li > a.button.active {
  -webkit-transition: width 0.375s ease-in-out ;
  -moz-transition: width 0.375s ease-in-out ;
  -ms-transition: width 0.375s ease-in-out ;
  -o-transition: width 0.375s ease-in-out ;
  transition: width 0.375s ease-in-out ; }

.layout .main-section,
.layout .header .global-navigation {
  -webkit-transition: margin-right 0.375s ease-in-out ;
  -moz-transition: margin-right 0.375s ease-in-out ;
  -ms-transition: margin-right 0.375s ease-in-out ;
  -o-transition: margin-right 0.375s ease-in-out ;
  transition: margin-right 0.375s ease-in-out ; }

.collapsed-navigation .workspace > .wrapper1,
.collapsed-navigation .header > .wrapper1 {
  padding-left: 54px; }

.collapsed-navigation .workspace > .wrapper1 > .wrapper2 > .wrapper3,
.collapsed-navigation .header > .wrapper1 > .wrapper2 > .wrapper3 {
  margin-left: -54px; }

.collapsed-navigation .main-navigation,
.collapsed-navigation .header .logo {
  width: 54px; }

.collapsed-navigation .main-section,
.collapsed-navigation .header .global-navigation {
  margin-right: -54px; }

.collapsed-navigation .header .logo {
  background-position: 0 -92px; }

.collapsed-navigation .header .logo:hover {
  background-position: 0 -138px; }

.collapsed-navigation .main-navigation .button {
  min-width: 0; }

.collapsed-navigation .main-navigation li > a {
  text-indent: -10000px;
  position: relative; }
  .collapsed-navigation .main-navigation li > a .icon {
    position: absolute;
    top: 12px;
    left: 15px; }

.collapsed-navigation .main-navigation ul.bottom-navigation .footer {
  display: none; }

@media only screen and (max-width: 1200px) {
  .workspace > .wrapper1,
  .header > .wrapper1 {
    padding-left: 54px; }
  .workspace > .wrapper1 > .wrapper2 > .wrapper3,
  .header > .wrapper1 > .wrapper2 > .wrapper3 {
    margin-left: -54px; }
  .main-navigation,
  .header .logo {
    width: 54px; }
  .main-section,
  .header .global-navigation {
    margin-right: -54px; }
  .header .logo {
    background-position: 0 -92px; }
  .header .logo:hover {
    background-position: 0 -138px; }
  .main-navigation .button {
    min-width: 0; }
  .main-navigation li > a {
    text-indent: -10000px;
    position: relative; }
    .main-navigation li > a .icon {
      position: absolute;
      top: 12px;
      left: 15px; }
  .main-navigation ul.bottom-navigation .footer {
    display: none; } }

@media only screen and (max-width: 992px) {
  .main-navigation,
  .header {
    position: absolute; }
  .workspace {
    padding-top: 0; }
  #id_reportProblem {
    height: 46px;
    display: none; } }

/* Main Section */
.main-section {
  /* Section Title */ }
  .main-section h1,
  .main-section h2,
  .main-section h3,
  .main-section h4,
  .main-section h5,
  .main-section h6 {
    font-family: "Roboto", arial, Helvetica, sans-serif;
    line-height: normal;
    font-weight: 300; }
  .main-section h1 {
    font-size: 25px !important; }
  .main-section h2 {
    font-size: 20px !important; }
  .main-section h3,
  .main-section h4,
  .main-section h5,
  .main-section h6 {
    font-size: 15px !important; }
  .main-section .section-title {
    /* Context menu */ }
    .main-section .section-title .context-menu {
      min-height: 100px;
      /* Buttons Bar */
      /* Context Buttons */
      /* Status row */ }
      .main-section .section-title .context-menu h1 {
        padding: 18px 0 0;
        word-wrap: break-word; }
        .main-section .section-title .context-menu h1.sub-heading {
          font-size: 15px !important;
          text-transform: uppercase;
          padding: 0; }
        .main-section .section-title .context-menu h1 .total-resources {
          color: #808080; }
        .main-section .section-title .context-menu h1 .bigger {
          font-family: "Roboto", arial, Helvetica, sans-serif;
          line-height: normal;
          font-size: 25px !important;
          color: #000;
          display: block;
          text-transform: none;
          font-weight: 300; }
      .main-section .section-title .context-menu .context-buttons > * {
        margin-top: 10px; }
      .main-section .section-title .context-menu .status-row > span {
        float: left; }
      .main-section .section-title .context-menu .status-row > span:before {
        content: "|";
        padding: 0 5px;
        color: #333;
        float: left; }
      .main-section .section-title .context-menu .status-row > span:first-child:before {
        content: "";
        padding: 0;
        display: none; }
      .main-section .section-title .context-menu .status-row .revision {
        color: #999;
        text-transform: lowercase; }

/* Rows with titles and descriptions */
.description {
  padding-top: 10px; }
  .description .resourceText {
    font-size: 14px; }
    .description .resourceText i {
      position: relative;
      top: 3px; }
    .description .resourceText .replacement {
      font-family: 'Roboto';
      font-weight: 300;
      cursor: pointer; }
      .description .resourceText .replacement .tooltip {
        white-space: nowrap;
        font-weight: normal; }
        .description .resourceText .replacement .tooltip.tooltip-top {
          bottom: 140%; }
    .description .resourceText .link {
      font-size: 14px; }
  .description .row {
    margin: 0 0 20px; }
    .description .row .title {
      margin-bottom: 0;
      color: #999;
      font-family: "Roboto", arial, Helvetica, sans-serif;
      font-size: 15px !important;
      line-height: 21px;
      padding-bottom: 10px;
      font-weight: 300; }
    .description .row p,
    .description .row .tagsContent,
    .description .row .sourcesContent,
    .description .row .notes {
      padding-left: 10px;
      line-height: normal;
      font-size: 14px;
      display: inline-block; }
      .description .row p img,
      .description .row .tagsContent img,
      .description .row .sourcesContent img,
      .description .row .notes img {
        max-width: 100%; }
    .description .row .sourceName {
      margin-right: 10px; }
    .description .row .size {
      color: #999; }
    .description .row .tag .tagTxt,
    .description .row .addedHeadersHeader .addedHeadersHeaderTxt,
    .description .row .param .paramTxt {
      font-size: 14px; }
    .description .row.tags {
      margin-bottom: 10px; }

/* Sidebar */
.sidebar {
  color: #000; }
  .sidebar .row {
    margin-bottom: 25px; }
  .sidebar .itemConfig {
    margin-bottom: 40px; }
    .sidebar .itemConfig .boxInner {
      padding-left: 10px; }
  .sidebar .title {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #999;
    font-family: "Roboto", arial, Helvetica, sans-serif;
    font-size: 15px !important;
    padding: 0 0 10px;
    line-height: 21px;
    font-weight: 300; }
  .sidebar .subtitle {
    margin-bottom: 5px;
    color: #999; }
  .sidebar p,
  .sidebar .notes {
    margin: 0 0 5px 10px;
    line-height: 18px; }
  .sidebar img {
    max-width: 100%; }
  .sidebar .sourcesContent,
  .sidebar .tagsContent {
    padding-left: 10px;
    display: inline-block; }

/* Section Content */
.section-content {
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%; }

/* Box */
.box {
  margin-top: 20px; }

.box:first-child {
  margin-top: 0; }

.box > header .title {
  font-size: 15px !important;
  line-height: 20px;
  padding: 14px 0 11px;
  font-family: "Roboto", arial, Helvetica, sans-serif;
  color: #999;
  text-transform: uppercase;
  font-weight: 300; }

.box > header .title > span {
  padding-left: 5px;
  font-size: 15px !important;
  font-weight: normal; }

.box > header .button {
  margin-top: 10px; }

.box .box-content p {
  margin-bottom: 15px; }

.box .box-footer {
  background: rgba(114, 170, 0, 0.05);
  border-top: 1px solid #e5e3e3;
  padding: 9px;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.box .box-footer .button {
  display: inline-block; }

/* Blue */
.box.blue {
  background: #f6f9ff; }

.box.blue > header {
  border-color: #dfebfe; }

/* support */
.box.support {
  background: #e5e9ec; }

.box.support > header {
  border-color: #dae0e5; }

.box.support > header .title {
  color: #fff; }

.box.support > header .title > span {
  color: #000; }

/* Pink */
.box.pink {
  background: #e5e9ec; }

.box.pink > header {
  border-color: #dae0e5; }

.box.pink > header .title {
  color: #000; }

.box.pink > header .title > span {
  color: #999; }

/* White */
.box.white {
  background: #fff; }

/* Icons */
.icon-dataset,
.icon-dt,
.icon-dataview,
.icon-ds,
.icon-visualization,
.icon-vz,
.icon-dashboard,
.icon-db,
.icon-api,
.icon-ap,
.icon-storytelling,
.icon-st,
.icon-warning,
.icon-check {
  background: url(../../core/images/common/ic_resources.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block; }

.icon-dataset,
.icon-dt {
  background-position: 0 0; }

.icon-dataview,
.icon-ds {
  background-position: 0 -20px; }

.icon-visualization,
.icon-vz {
  background-position: 0 -40px; }

.icon-dashboard,
.icon-db {
  background-position: 0 -60px; }

.icon-api,
.icon-ap {
  background-position: 0 -120px; }

.icon-storytelling,
.icon-st {
  background-position: 0 -140px; }

.icon-warning {
  background-position: 0 -78px; }

.icon-check {
  background-position: 0 -98px; }

/* Tabs */
.tab-nav {
  box-shadow: 0 -1px 0 #e4e4e4 inset;
  width: 100%;
  float: left; }
  .tab-nav ul {
    padding: 0 10px; }
    .tab-nav ul li {
      margin-right: -1px;
      float: left;
      padding: 0;
      background: none; }
      .tab-nav ul li > a, .tab-nav ul li > span {
        cursor: pointer;
        color: #999;
        padding: 8px;
        display: block;
        text-transform: uppercase;
        border: 1px solid #e4e4e4; }
        .tab-nav ul li > a:hover, .tab-nav ul li > span:hover {
          color: #000; }
        .tab-nav ul li > a.active, .tab-nav ul li > span.active {
          color: #000;
          border-bottom: 1px solid #fff; }
      .tab-nav ul li.active > a, .tab-nav ul li.active > span {
        color: #000;
        border-bottom: 1px solid #fff; }

.tab-nav-lg ul li > a, .tab-nav-lg ul li > span {
  padding: 10px;
  line-height: 24px; }

.tab-nav-sm ul li > a, .tab-nav-sm ul li > span {
  padding: 5px 8px;
  font-size: 11px !important; }

.tabs-list {
  padding: 10px 3px 0;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #cfcfcf 0%, #e2e2e2 15%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(15%, #e2e2e2), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #cfcfcf 0%, #e2e2e2 15%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #cfcfcf 0%, #e2e2e2 15%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #cfcfcf 0%, #e2e2e2 15%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #cfcfcf 0%, #e2e2e2 15%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#e1e1e1',GradientType=0 );
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.tabs-list .tab {
  padding: 0 1px;
  float: left; }

.tabs-list .tab a {
  border: 1px solid #fff;
  /*border-bottom-color:#e1e1e1;*/
  border-bottom: 0;
  margin-bottom: 1px;
  font-size: 11px;
  text-shadow: 0 1px 0 #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
  display: inline-block;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f0f0f0',GradientType=0 );
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.tabs-list .tab a:hover {
  text-decoration: none;
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f9f9f9',GradientType=0 ); }

.tabs-list .tab.tab-selected a,
.tabs-list .tab.tab-selected a:hover {
  background: #fff;
  font-weight: bold;
  color: #999;
  cursor: default;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  font-size: 12px; }

/* Tables */
.handsontable {
  width: 100%;
  overflow: hidden; }

/* Implementation Types Icons */
i.icon {
  display: inline-block !important;
  padding: 0 !important;
  background: url(../../core/images/common/ic_implTypes.png) 0 0 no-repeat;
  width: 16px !important;
  height: 16px !important;
  margin-right: 4px; }
  i.icon.WEB, i.icon.icon-type-102 {
    background-position: 0 -20px; }
  i.icon.FILE, i.icon.icon-type-101 {
    background-position: 0 -40px; }
  i.icon.WB, i.icon.icon-type-103 {
    background-position: 0 -60px; }
  i.icon.HTML, i.icon.icon-type-0 {
    background-position: 0 -80px; }
  i.icon.SOAP, i.icon.SOAP-XML, i.icon.icon-type-1 {
    background-position: 0 -100px; }
  i.icon.XML, i.icon.icon-type-3 {
    background-position: 0 -120px; }
  i.icon.XLS, i.icon.icon-type-4 {
    background-position: 0 -140px; }
  i.icon.PDF, i.icon.icon-type-5 {
    background-position: 0 -160px; }
  i.icon.DOC, i.icon.icon-type-6 {
    background-position: 0 -180px; }
  i.icon.ODT, i.icon.icon-type-7 {
    background-position: 0 -200px; }
  i.icon.ODP, i.icon.icon-type-8 {
    background-position: 0 -220px; }
  i.icon.ODS, i.icon.icon-type-9 {
    background-position: 0 -240px; }
  i.icon.CSV, i.icon.icon-type-10 {
    background-position: 0 -260px; }
  i.icon.KML, i.icon.icon-type-11 {
    background-position: 0 -280px; }
  i.icon.KMZ, i.icon.icon-type-12 {
    background-position: 0 -300px; }
  i.icon.REST, i.icon.REST-JSON, i.icon.icon-type-14 {
    background-position: 0 -320px; }
  i.icon.JSON, i.icon.icon-type-25 {
    background-position: 0 -340px; }
  i.icon.IMAGE, i.icon.icon-type-18 {
    background-position: 0 -360px; }
  i.icon.ZIP, i.icon.icon-type-19 {
    background-position: 0 -380px; }
  i.icon.PublicStuff, i.icon.PUS, i.icon.icon-type-21 {
    background-position: 0 -400px; }
  i.icon.TSV, i.icon.icon-type-20 {
    background-position: 0 -420px; }
  i.icon.TXT, i.icon.icon-type-22 {
    background-position: 0 -440px; }
  i.icon.RDF, i.icon.icon-type-24 {
    background-position: 0 -460px; }
  i.icon.MYSQL, i.icon.icon-type-28, i.icon.SQLSERVER, i.icon.icon-type-31 {
    background-position: 0 -480px; }
  i.icon.ELASTIC, i.icon.icon-type-27 {
    background-position: 0 -500px; }
  i.icon.MONGO, i.icon.icon-type-29 {
    background-position: 0 -520px; }
  i.icon.POSTGRESQL, i.icon.icon-type-30 {
    background-position: 0 -540px; }

/* Alerts */
.alert {
  padding: 20px 15px;
  margin-bottom: 15px; }
  .alert.alert-danger {
    background: #fff1e3;
    color: #c1272d; }

/* Help box & Tips */
.helpBox:first-child {
  background-color: #e6e6e6;
  padding: 15px;
  float: right;
  margin-bottom: 20px; }

.helpBox h6 {
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 15px !important;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #000;
  text-shadow: none; }

.helpBox p {
  font-size: 12px !important;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333;
  text-shadow: none;
  line-height: 18px; }

.helpBox ul {
  margin: 10px 10px 10px 20px; }
  .helpBox ul li {
    list-style-type: disc;
    margin-bottom: 8px;
    font-size: 10px;
    color: #333; }
  .helpBox ul li:last-child {
    margin-bottom: 0; }

/* Backgrid - Empty text */
.backgrid .empty td,
.backgrid .empty td:hover {
  background-color: #fef1e1 !important;
  padding: 15px;
  text-align: center;
  color: #b62d1b !important;
  line-height: 19px;
  font-size: 14px;
  font-style: normal;
  display: table-cell !important;
  cursor: default;
  white-space: pre-wrap;
  text-align: left !important; }

/* Overlays */
.ao-popup-overlay .ov-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 650px;
  display: inline-block;
  padding: 15px 25px; }

.ao-popup-overlay .ov-content .left, .ao-popup-overlay .ov-content .right {
  float: left;
  display: inline; }

.ao-popup-overlay .ov-content .left {
  width: 70%; }

.ao-popup-overlay .ov-content .right {
  width: 30%;
  padding-left: 15px; }

.ao-popup-overlay .ov-content ul.ul-overlay {
  background-color: #f6f4f4;
  border: 1px solid #e2e0e0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 3px;
  max-height: 130px;
  overflow-y: auto; }

.ao-popup-overlay .ov-content ul.ul-overlay li {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #FFF;
  padding: 8px 0;
  background: none; }

.ao-popup-overlay .ov-content ul.ul-overlay li:first-child {
  border-top: none;
  padding-top: 0; }

.ao-popup-overlay .ov-content ul.ul-overlay li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.ao-popup-overlay .ov-content ul.ul-overlay li span, .ao-popup-overlay .ov-alert span {
  margin: 0 5px -5px 0; }

.ao-popup-overlay .ov-content .selectTitle {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 5px 10px; }

.ao-popup-overlay .ov-content p {
  padding: 0 0 15px 0; }

.ao-popup-overlay .ov-content p.text {
  font-size: 14px;
  line-height: 18px; }

.ao-popup-overlay .ov-content p:last-child {
  padding: 0; }

.ao-popup-overlay .ov-content p.more-padding {
  padding: 15px 0 40px !important; }

.ao-popup-overlay .ov-content select {
  font-size: 12px;
  width: 100%; }

.ao-popup-overlay .ov-bottom {
  background-color: rgba(114, 170, 0, 0.05);
  border-top: 1px solid #d7d7d7;
  padding: 15px;
  min-height: 57px; }

.ao-popup-overlay .ov-bottom form.form-search {
  width: 240px;
  margin: 0; }

.ao-popup-overlay .ov-buttons {
  text-align: center; }

.ao-popup-overlay .ov-buttons .button {
  margin: 0 5px; }

.ao-popup-overlay .ov-alert {
  background-color: #72aa00;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px 0 #1452b0; }

.ao-popup-overlay .button {
  display: inline-block; }

.ao-popup-overlay .ov-content fieldset {
  padding: 0; }

.ao-popup-overlay .ov-content input {
  width: 100px; }

.ao-popup-overlay .contentForm .row {
  padding-bottom: 15px; }

.ao-popup-overlay .contentForm input, .ao-popup-overlay .contentForm .row select {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 12px; }

.ao-popup-overlay input.search {
  width: 200px;
  color: #999;
  font-style: italic;
  background-image: url("../../workspace/images/common/ic_search.png");
  background-repeat: no-repeat;
  background-position: 8px 10px;
  padding: 10px 0 10px 30px; }

.ao-popup-overlay .inner .dataStreamForm {
  padding: 0; }

.ao-popup-overlay .inner h4 {
  font-size: 20px !important;
  color: #000;
  font-family: "Roboto", arial, Helvetica, sans-serif;
  font-weight: 300; }

.ao-popup-overlay .dataStreamForm .form {
  padding: 20px; }

.ao-popup-overlay .buttons {
  padding: 20px 0;
  border-top: 1px solid #E2E0E0;
  margin: 0; }

.ao-popup-overlay .buttons.center .button {
  margin: 0 5px; }

.ao-popup-overlay .ao-L {
  width: 680px !important; }

.ao-popup-overlay .disclaimerContent {
  padding: 10px 0; }
  .ao-popup-overlay .disclaimerContent .text {
    padding: 20px 0 10px !important; }

/* Overlays Backgrid */
.ao-popup-overlay .backgrid tr th {
  border-top: 1px solid #ddd; }

.ao-popup-overlay .backgrid tr th,
.ao-popup-overlay .backgrid tr td {
  padding: 8px 15px !important; }

.ao-popup-overlay .backgrid tr:last-child td {
  border-bottom: none; }

.ao-popup-overlay .backgrid tr td:first-child {
  min-width: 300px; }

.ao-popup-overlay .backgrid tr td p {
  color: #666; }

.ao-popup-overlay .backgrid tr:nth-child(2n+1) td {
  background-color: #fbfbfb; }

.ao-popup-overlay .backgrid tr:hover td,
.ao-popup-overlay .backgrid tr:hover td h3,
.ao-popup-overlay .backgrid tr:hover td a,
.ao-popup-overlay .backgrid tr:hover td p {
  background-color: #72aa00;
  color: #FFF;
  cursor: pointer;
  text-shadow: 0 1px 0 #619100; }

.ao-popup-overlay .backgrid th {
  text-transform: uppercase;
  font-family: "Roboto", arial, helvetica, sans-serif;
  line-height: 25px;
  color: #999;
  font-weight: 600; }
  .ao-popup-overlay .backgrid th button {
    font-family: "Roboto", arial, helvetica, sans-serif; }

/* Overlay Add Data View / Add Visualization */
#id_add_parent #grid {
  height: 280px;
  overflow: auto;
  overflow-x: hidden; }

#id_add_parent #list {
  position: relative; }
  #id_add_parent #list .loading {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 1px; }

/* Loading overlay */
#id_loadingOverlay .inner {
  background: transparent !important;
  text-align: center; }

#id_loadingOverlay .close {
  display: none !important; }

#id_loadingOverlay .text {
  padding: 0 0 40px !important;
  font-size: 20px;
  color: #333 !important; }

#id_loadingOverlay .loading {
  position: static;
  width: 100%;
  height: 80px;
  background: transparent url(../../core/images/common/im_loadingWhite72.gif) center center no-repeat;
  margin-bottom: 30px; }

/* Override For Empty */
/* Overlays Pagination */
.ao-popup-overlay .pagination {
  padding: 0; }

/* Modals */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 1;
  z-index: 3000; }
  .modal .main-section {
    margin: 0; }

/* Backgrid - Override */
.backgrid thead th {
  background: none !important;
  text-align: left !important; }

.backgrid thead th a {
  color: #999; }

.backgrid tbody tr {
  background: none !important; }

.backgrid .sort-caret {
  position: relative;
  width: 8px !important;
  height: 27px !important;
  border: 0 !important;
  vertical-align: bottom; }

.backgrid .sort-caret:after,
.backgrid .sort-caret:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 !important;
  border-top: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  position: absolute;
  right: -2px; }

.backgrid .sort-caret:after {
  border-bottom: 4px solid #e3e3e3 !important;
  top: 5px; }

.backgrid .sort-caret:before {
  border-top: 4px solid #e3e3e3 !important;
  top: 14px; }

.backgrid .ascending .sort-caret,
.backgrid .descending .sort-caret {
  vertical-align: bottom !important; }

.backgrid .ascending .sort-caret:after {
  border-bottom: 4px solid #a3a3a3 !important; }

.backgrid .descending .sort-caret:before {
  border-top: 4px solid #a3a3a3 !important; }

/* Tags / Params / Added Headers / Mappings */
.tag,
.addedHeadersHeader,
.param {
  margin: 0 10px 10px 0;
  float: left; }

.tag .tagTxt,
.addedHeadersHeader .addedHeadersHeaderTxt,
.param .paramTxt {
  background-color: #e2e2e2 !important;
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  flex-grow: 1; }

.tag .tagTxt .icon {
  padding-left: 0 !important;
  margin-bottom: -2px; }

.tag .tagInner a:hover,
.tag .tagTxt.isEditing,
.addedHeadersHeader .addedHeadersHeaderInner a:hover,
.param .paramInner a:hover {
  background-position: 0 -19px;
  border-color: #ccc; }

.tag .tagInner,
.tag .addedHeadersHeaderInner,
.tag .paramInner,
.addedHeadersHeader .tagInner,
.addedHeadersHeader .addedHeadersHeaderInner,
.addedHeadersHeader .paramInner,
.param .tagInner,
.param .addedHeadersHeaderInner,
.param .paramInner {
  display: flex;
  position: relative; }
  .tag .tagInner a,
  .tag .addedHeadersHeaderInner a,
  .tag .paramInner a,
  .addedHeadersHeader .tagInner a,
  .addedHeadersHeader .addedHeadersHeaderInner a,
  .addedHeadersHeader .paramInner a,
  .param .tagInner a,
  .param .addedHeadersHeaderInner a,
  .param .paramInner a {
    background-position: 0 4px !important;
    border-left: 1px solid #ccc !important;
    min-width: 19px !important;
    min-height: 28px !important;
    flex: 0 0 19px;
    padding: 0 !important;
    -webkit-transition: background-color 0.375s ease-in-out ;
    -moz-transition: background-color 0.375s ease-in-out ;
    -ms-transition: background-color 0.375s ease-in-out ;
    -o-transition: background-color 0.375s ease-in-out ;
    transition: background-color 0.375s ease-in-out ;
    cursor: pointer; }
    .tag .tagInner a:hover,
    .tag .addedHeadersHeaderInner a:hover,
    .tag .paramInner a:hover,
    .addedHeadersHeader .tagInner a:hover,
    .addedHeadersHeader .addedHeadersHeaderInner a:hover,
    .addedHeadersHeader .paramInner a:hover,
    .param .tagInner a:hover,
    .param .addedHeadersHeaderInner a:hover,
    .param .paramInner a:hover {
      background-color: #e6123f;
      background-position: 0 -16px !important; }
  .tag .tagInner a.edit:hover,
  .tag .addedHeadersHeaderInner a.edit:hover,
  .tag .paramInner a.edit:hover,
  .addedHeadersHeader .tagInner a.edit:hover,
  .addedHeadersHeader .addedHeadersHeaderInner a.edit:hover,
  .addedHeadersHeader .paramInner a.edit:hover,
  .param .tagInner a.edit:hover,
  .param .addedHeadersHeaderInner a.edit:hover,
  .param .paramInner a.edit:hover {
    background-color: #0066cc; }
  .tag .tagInner a.edit.show-text,
  .tag .tagInner a.remove.show-text,
  .tag .addedHeadersHeaderInner a.edit.show-text,
  .tag .addedHeadersHeaderInner a.remove.show-text,
  .tag .paramInner a.edit.show-text,
  .tag .paramInner a.remove.show-text,
  .addedHeadersHeader .tagInner a.edit.show-text,
  .addedHeadersHeader .tagInner a.remove.show-text,
  .addedHeadersHeader .addedHeadersHeaderInner a.edit.show-text,
  .addedHeadersHeader .addedHeadersHeaderInner a.remove.show-text,
  .addedHeadersHeader .paramInner a.edit.show-text,
  .addedHeadersHeader .paramInner a.remove.show-text,
  .param .tagInner a.edit.show-text,
  .param .tagInner a.remove.show-text,
  .param .addedHeadersHeaderInner a.edit.show-text,
  .param .addedHeadersHeaderInner a.remove.show-text,
  .param .paramInner a.edit.show-text,
  .param .paramInner a.remove.show-text {
    background: #e2e2e2;
    width: auto !important;
    padding: 0px 10px !important;
    line-height: 27px; }

/* Rich text editor */
.nicEdit-main {
  height: 200px;
  outline: none; }

/* Hide default cancel button from backgrid-filter.js search input */
.backgrid-filter input[type="search"]::-webkit-search-cancel-button {
  display: none; }

/* Pagination */
.pagination {
  background: none;
  padding: 15px;
  /*position:relative;*/
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.pagination .items-per-page {
  font-size: 0;
  padding-right: 15px;
  /*position:absolute;top:15px;left:15px;*/ }

.pagination .items-per-page label {
  padding-right: 9px;
  line-height: 30px;
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-shadow: 0 1px 0 #fff; }

.pagination .items-per-page select {
  display: inline-block;
  height: 30px;
  font-size: 12px; }

.pagination .pager, .pagination .backgrid-paginator {
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding-top: 1px;
  font-size: 0;
  background: #f6f4f4;
  height: 27px;
  -webkit-box-shadow: inset 0 1px 0 0 #fff, inset 0 0 5px 0 rgba(21, 21, 21, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 #fff, inset 0 0 5px 0 rgba(21, 21, 21, 0.1);
  box-shadow: inset 0 1px 0 0 #fff, inset 0 0 5px 0 rgba(21, 21, 21, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.pagination .backgrid-paginator {
  height: 30px; }

.pagination .backgrid-paginator ul {
  margin: 0;
  padding: 0; }

.pagination li.disabled, .pagination .backgrid-paginator li.disabled {
  visibility: visible; }

.pagination li.disabled a:hover, .pagination .backgrid-paginator li.disabled a:hover {
  background-color: inherit;
  color: #999; }

.pagination .pager li,
.pagination .backgrid-paginator li {
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #d7d7d7;
  font-size: 0;
  min-width: 30px;
  background: none;
  padding: 0; }

.pagination .pager li:first-child,
.pagination .backgrid-paginator li:first-child {
  border-left: 0; }

.pagination .pager li:last-child,
.pagination .backgrid-paginator li:last-child {
  border-right: 0; }

.pagination .pager li a,
.pagination .backgrid-paginator li a {
  display: block;
  color: #726869;
  text-shadow: 0 1px 0 #fff;
  height: 27px;
  line-height: 29px;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 15px;
  overflow: hidden; }

.pagination .pager li a:hover,
.pagination .backgrid-paginator li a:hover {
  text-decoration: none;
  background-color: #efeded;
  background-color: rgba(0, 0, 0, 0.04); }

.pagination .pager .pagination-page {
  width: 32px;
  padding-right: 1px;
  text-align: center; }

.pagination .pager .pagination-page.active, .pagination .pager li.active a, .pagination .backgrid-paginator li.active a {
  color: #fff;
  text-shadow: 0 1px 0 #033e97;
  background-color: #72aa00;
  cursor: default;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.35); }

.pagination .pager .pagination-button {
  text-indent: -10000px;
  width: 30px;
  background-image: url("../../workspace/images/common/ic_paginationButtons.png");
  background-repeat: no-repeat;
  -webkit-transition: background-position .1s ease-in-out;
  -moz-transition: background-position .1s ease-in-out;
  -ms-transition: background-position .1s ease-in-out;
  -o-transition: background-position .1s ease-in-out;
  transition: background-position .1s ease-in-out; }

.pagination .pager .pagination-button.previous {
  background-position: 11px 0; }

.pagination .pager .pagination-button.previous:hover {
  background-position: 9px 0; }

.pagination .pager .pagination-button.next {
  background-position: 11px -30px; }

.pagination .pager .pagination-button.next:hover {
  background-position: 13px -30px; }

/* Ajax loading */
.ajaxLoadingOverlay {
  background: #fff url(../../core/images/common/im_loadingWhite72.gif) center center no-repeat; }

.loading {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  opacity: .75; }

.loading.light {
  background-image: url(../../core/images/common/im_loadingWhite72.gif); }
  .loading.light .retrying {
    height: auto !important;
    position: absolute;
    padding-top: 150px;
    bottom: 70px;
    font-size: 20px !important; }

/* Tooltip */
.tooltip {
  color: #FFF;
  background-color: #232831;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  opacity: 0;
  z-index: 2000;
  padding: 7px 11px;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out ;
  -moz-transition: all 240ms ease-in-out ;
  -ms-transition: all 240ms ease-in-out ;
  -o-transition: all 240ms ease-in-out ;
  transition: all 240ms ease-in-out ;
  line-height: 19px;
  top: auto;
  left: 50%; }

.tooltip:after,
.tooltip.tooltip-top:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 6px solid transparent;
  border-top-color: #232831; }

/* Tooltip top */
.tooltip.tooltip-top {
  bottom: 115%;
  transform: translateX(-50%); }

/* Tooltip right */
.tooltip.tooltip-right {
  top: 50%;
  right: auto;
  left: 106%;
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto; }

.tooltip.tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-right-color: #232831; }

/* Tooltip left */
.tooltip.tooltip-left {
  top: 50%;
  left: auto;
  right: 105%;
  transform: translateY(-50%);
  margin-left: auto; }

.tooltip.tooltip-left:after {
  left: auto;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-left-color: #232831; }

/* Tooltip bottom */
.tooltip.tooltip-bottom {
  top: 115%;
  bottom: auto;
  transform: translateX(-50%);
  margin-bottom: auto; }

.tooltip.tooltip-bottom:after {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-bottom-color: #232831; }

/* Tooltip on focus */
.on-focus > .tooltip {
  display: block; }

.on-focus .tooltip.tooltip-left,
.on-focus .tooltip.tooltip-right {
  margin-top: -19px; }

/* Tooltip on hover of element containing tooltip default*/
*:not(.on-focus):hover > .tooltip,
.on-focus input:focus + .tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out ;
  -moz-transition: all 240ms ease-in-out ;
  -ms-transition: all 240ms ease-in-out ;
  -o-transition: all 240ms ease-in-out ;
  transition: all 240ms ease-in-out ; }

/* Error Manager */
.gritter-item {
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .gritter-item .error-description {
    margin-left: 10px; }
    .gritter-item .error-description a {
      color: #eee !important;
      text-decoration: underline !important; }
    .gritter-item .error-description a:hover {
      color: #fff !important;
      text-decoration: none !important; }
    .gritter-item .error-description .description-title {
      font-size: 14px;
      font-weight: bold;
      display: block;
      margin: 5px 0 5px -10px;
      text-shadow: 1px 1px 0 #000; }
    .gritter-item .error-description ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .gritter-item .error-description ul li {
        padding: 0 0 5px 0;
        margin: 0; }
    .gritter-item .error-description a {
      color: #3587f6; }
      .gritter-item .error-description a:hover {
        color: #0d74ff; }

/* Error templates */
.error-container {
  font-size: 14px;
  line-height: 21px;
  padding: 20px 0; }
  .error-container ul {
    padding-top: 15px;
    padding-left: 0;
    margin-left: 20px; }
    .error-container ul li {
      padding-top: 5px;
      padding-left: 0;
      background: none;
      list-style: initial; }

/* Helpers */
.divider {
  height: 1px;
  overflow: hidden;
  width: 100%; }

.divider-xs {
  margin: 5px 0; }

.divider-sm {
  margin: 10px 0; }

.divider-md {
  margin: 15px 0; }

.divider-lg {
  margin: 20px 0; }

/* auth0 */
.auth0-lock-header {
  display: none; }

.icon-right {
  float: right; }

.multicombo a {
  color: black; }

.multicombo .caret {
  float: right; }

.multicombo .selected-item-div {
  width: 0;
  overflow: hidden; }
  .multicombo .selected-item-div .selected-item {
    height: 0px;
    padding: 0; }

.multicombo .item-wrapper {
  padding: 5px;
  cursor: pointer; }

.multicombo .item-wrapper:hover {
  background-color: #f5f5f5; }

.multicombo .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  min-width: 155px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transition: opacity 500ms; }

.multicombo .dropdown-submenu {
  position: relative; }

.multicombo .dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1; }

.multicombo .dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
  padding: 5px 0; }

.ao-popup-overlay-fit {
  overflow-y: scroll;
  max-height: 90%;
  top: 40px !important; }

#id_reportProblem {
  font-size: 13px;
  display: none; }

.zEWidget-launcher {
  display: none !important; }
