#reportwrapper {
  /* Custom check boxes */
  /*
    input[type="checkbox"] {
        position: absolute; 
        opacity: 0; 
    
        & + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        }
        // Box.
        & + label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        margin-top:3px;
        width: 12px;
        height: 12px;

        @include themify($themes) {
            border: 1px solid themed('txtcolor100');      
        }
        }
    
        &:hover + label:before {
            @include themify($themes) {
                background: themed('txtcolor100');
            }
        }
        
        &:focus + label:before { 
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }
    
        &:checked + label:before {
            @include themify($themes) {
                background: themed('txtcolor100');
            }
        }
        
        &:disabled + label {
        color: #b8b8b8;
        cursor: auto;
        }
    
        &:disabled + label:before {
        box-shadow: none;
        background: #ddd;
        }
    
        &:checked + label:after {
        content: '';
        position: absolute;
        left: 1px;
        top: 10px;
        @include themify($themes) {
            background: themed('color0');
            box-shadow: 
            2px 0 0 themed('color0'),
            4px 0 0 themed('color0'),
            4px -2px 0 themed('color0'),
            4px -4px 0 themed('color0'),
            4px -6px 0 themed('color0'),
            4px -8px 0 themed('color0');
        }
        width: 2px;
        height: 2px;
        
        transform: rotate(45deg);
        }
    }
    */ }
  #reportwrapper .selectall {
    float: right; }
  #reportwrapper .treetoggle i {
    cursor: pointer; }
  #reportwrapper h3 {
    font-weight: 400;
    font-size: 24px; }
  #reportwrapper input, #reportwrapper textarea {
    font-size: 14px;
    padding: 5px 10px;
    vertical-align: top;
    width: auto; }
    .theme-dark #reportwrapper input, .theme-dark #reportwrapper textarea {
      border: 1px solid #666666;
      background-color: #4d4d4d;
      color: #ffffff; }
    .theme-light #reportwrapper input, .theme-light #reportwrapper textarea {
      border: 1px solid #999999;
      background-color: #e0e0e0;
      color: #555555; }
    .theme-dark #reportwrapper input::placeholder, .theme-dark #reportwrapper textarea::placeholder {
      font-size: 14px;
      font-weight: 300;
      color: #ffffff; }
    .theme-light #reportwrapper input::placeholder, .theme-light #reportwrapper textarea::placeholder {
      font-size: 14px;
      font-weight: 300;
      color: #555555; }
  #reportwrapper .headerrow {
    padding-bottom: 10px; }
    .theme-dark #reportwrapper .headerrow {
      border-bottom: 1px solid #666666; }
    .theme-light #reportwrapper .headerrow {
      border-bottom: 1px solid #999999; }
  #reportwrapper .contentrow {
    padding-top: 10px; }
  #reportwrapper .recipientwrapper {
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .theme-dark #reportwrapper .recipientwrapper {
      background: #333333; }
    .theme-light #reportwrapper .recipientwrapper {
      background: #f2f2f2; }
    #reportwrapper .recipientwrapper input {
      width: 90%; }
    #reportwrapper .recipientwrapper p {
      margin-bottom: 6px; }
    #reportwrapper .recipientwrapper .btn {
      margin-right: 10px;
      min-width: 140px; }
      .theme-dark #reportwrapper .recipientwrapper .btn {
        color: #ffffff;
        background-color: #2c2c2c; }
      .theme-light #reportwrapper .recipientwrapper .btn {
        color: #555555;
        background-color: #ffffff; }
  #reportwrapper .recipientheader {
    padding: 4px 0 8px 0; }
    .theme-dark #reportwrapper .recipientheader {
      border-bottom: 1px solid #666666; }
    .theme-light #reportwrapper .recipientheader {
      border-bottom: 1px solid #999999; }
  #reportwrapper .nav-tabs {
    border-bottom: none; }
    #reportwrapper .nav-tabs .nav-link {
      border: none;
      padding-left: 25px;
      padding-right: 25px;
      margin-right: 5px; }
      .theme-dark #reportwrapper .nav-tabs .nav-link {
        background: #4d4d4d;
        color: #ffffff; }
      .theme-light #reportwrapper .nav-tabs .nav-link {
        background: #e0e0e0;
        color: #555555; }
      .theme-dark #reportwrapper .nav-tabs .nav-link.active {
        background: #333333;
        color: #ffffff; }
      .theme-light #reportwrapper .nav-tabs .nav-link.active {
        background: #f2f2f2;
        color: #555555; }
  .theme-dark #reportwrapper .borderbottom {
    border-bottom: 1px solid #666666; }
  .theme-light #reportwrapper .borderbottom {
    border-bottom: 1px solid #999999; }
  #reportwrapper .noborderbottom {
    border-bottom: none !important; }
  #reportwrapper ul.selectedrecipients {
    height: 315px; }
  #reportwrapper ul.chooserecipients {
    height: 278px; }
  #reportwrapper ul.chooserecipients, #reportwrapper ul.selectedrecipients {
    margin: 0;
    padding: 0 15px 0 0;
    list-style-type: none;
    overflow-y: scroll; }
    #reportwrapper ul.chooserecipients li, #reportwrapper ul.selectedrecipients li {
      padding: 8px 0;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      transition: all 0.4s; }
      .theme-dark #reportwrapper ul.chooserecipients li, .theme-dark #reportwrapper ul.selectedrecipients li {
        border-bottom: 1px solid #666666; }
      .theme-light #reportwrapper ul.chooserecipients li, .theme-light #reportwrapper ul.selectedrecipients li {
        border-bottom: 1px solid #999999; }
      #reportwrapper ul.chooserecipients li span, #reportwrapper ul.selectedrecipients li span {
        float: right; }
        #reportwrapper ul.chooserecipients li span img, #reportwrapper ul.selectedrecipients li span img {
          cursor: pointer;
          height: 14px;
          transition: all 0.2s;
          padding-right: 5px; }
      #reportwrapper ul.chooserecipients li:hover, #reportwrapper ul.selectedrecipients li:hover {
        padding-left: 5px; }
        .theme-dark #reportwrapper ul.chooserecipients li:hover, .theme-dark #reportwrapper ul.selectedrecipients li:hover {
          background-color: #4d4d4d; }
        .theme-light #reportwrapper ul.chooserecipients li:hover, .theme-light #reportwrapper ul.selectedrecipients li:hover {
          background-color: #e0e0e0; }
      #reportwrapper ul.chooserecipients li:hover img, #reportwrapper ul.selectedrecipients li:hover img {
        height: 18px; }
      #reportwrapper ul.chooserecipients li.disabled:hover i, #reportwrapper ul.selectedrecipients li.disabled:hover i {
        font-size: inherit; }
  #reportwrapper .reportrow > div {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    /*white-space: nowrap;*/ }
    .theme-dark #reportwrapper .reportrow > div {
      border-bottom: 1px solid #666666; }
    .theme-light #reportwrapper .reportrow > div {
      border-bottom: 1px solid #999999; }
    #reportwrapper .reportrow > div p {
      margin: 0px;
      padding-top: 5px; }
  #reportwrapper .reportrow.focusrow {
    padding: 10px;
    margin: 20px 0px;
    border-radius: 5px; }
    .theme-dark #reportwrapper .reportrow.focusrow {
      border: 2px solid #666; }
    .theme-light #reportwrapper .reportrow.focusrow {
      border: 2px solid #ccc; }
    #reportwrapper .reportrow.focusrow div {
      border: none; }
  #reportwrapper .inputwrapper input, #reportwrapper .inputwrapper .imageinput {
    width: 100%; }
    #reportwrapper .inputwrapper input img, #reportwrapper .inputwrapper .imageinput img {
      right: 0px; }
  #reportwrapper button.btn {
    padding: 0px 20px;
    font-size: 15px;
    height: 33px; }
    .theme-dark #reportwrapper button.btn {
      color: #ffffff;
      background-color: #2c2c2c; }
    .theme-light #reportwrapper button.btn {
      color: #555555;
      background-color: #ddd; }
  #reportwrapper .dropdown input, #reportwrapper .imageinput input {
    width: 90%; }
  #reportwrapper .dropdown-menu.subscriptions i {
    position: relative;
    display: inline-block;
    transform: none;
    padding: 0px; }
  #reportwrapper .dropdown-menu {
    font-size: 14px;
    min-width: 90%; }
    .theme-dark #reportwrapper .dropdown-menu {
      border: 1px solid #666666;
      background-color: #4d4d4d;
      color: #ffffff;
      border-radius: 0px; }
    .theme-light #reportwrapper .dropdown-menu {
      border: 1px solid #999999;
      background-color: #e0e0e0;
      color: #555555;
      border-radius: 0px; }
    #reportwrapper .dropdown-menu button {
      width: 100%; }
    #reportwrapper .dropdown-menu table tr {
      border-bottom: none;
      height: 25px;
      cursor: pointer; }
      #reportwrapper .dropdown-menu table tr td {
        padding: 8px 15px; }
      .theme-dark #reportwrapper .dropdown-menu table tr:hover {
        background-color: #2c2c2c; }
      .theme-light #reportwrapper .dropdown-menu table tr:hover {
        background-color: #ffffff; }
  #reportwrapper .imageinput {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 200px;
    vertical-align: top; }
    #reportwrapper .imageinput i {
      position: absolute;
      transform: translate(-28px, 5px); }
      #reportwrapper .imageinput i.icon-search {
        transform: translate(-28px, 3px); }
    #reportwrapper .imageinput.recipients {
      margin-bottom: 4px;
      width: 100%; }
      #reportwrapper .imageinput.recipients input {
        width: 100%; }
      #reportwrapper .imageinput.recipients img {
        right: 0px; }
    #reportwrapper .imageinput .dropdown-menu img {
      position: relative;
      margin-right: 10px;
      padding: 0px;
      height: 14px; }
  #reportwrapper .imageinput input {
    padding-right: 30px; }
  #reportwrapper .imageinput img {
    position: absolute;
    right: -8px;
    padding: 10px 12px;
    pointer-events: none;
    top: 0px;
    z-index: 999;
    height: 32px; }
  #reportwrapper .checkboxinline .checkboxwrapper {
    margin-left: 2px;
    margin-right: 10px;
    width: auto; }
  #reportwrapper .checkboxwrapper {
    display: inline-block;
    margin-right: 25px;
    padding-top: 4px; }
    #reportwrapper .checkboxwrapper label {
      margin-bottom: 5px;
      font-size: 14px; }
      #reportwrapper .checkboxwrapper label i {
        margin-left: -10px; }
  #reportwrapper .reportcontent {
    flex: 0 0 78%;
    max-width: 78%;
    width: 78%; }
  #reportwrapper .reportsidebar {
    width: 22% !important;
    max-width: 22% !important;
    flex: 0 0 22% !important;
    overflow-y: scroll;
    overflow-x: hidden; }
    #reportwrapper .reportsidebar h3 {
      margin: 10px 0 15px 8px;
      font-weight: 400;
      font-size: 24px; }
    #reportwrapper .reportsidebar > .checkboxwrapper {
      margin-left: 8px; }
    #reportwrapper .reportsidebar .checkboxwrapper {
      width: 100%; }
    #reportwrapper .reportsidebar label {
      vertical-align: top;
      white-space: nowrap;
      max-width: 60%;
      /* IE6 needs any width */
      overflow: hidden;
      /* "overflow" value must be different from  visible"*/
      -o-text-overflow: ellipsis;
      /* Opera < 11*/
      text-overflow: ellipsis; }
    #reportwrapper .reportsidebar ul {
      list-style-type: none;
      width: 100%;
      font-size: 14px; }
      #reportwrapper .reportsidebar ul li {
        width: 100%;
        display: block; }
    #reportwrapper .reportsidebar .tree .checkboxwrapper {
      margin-left: 32px; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style .nav-header .menu-collapsible-icon {
      position: absolute;
      right: 3px;
      top: 0px; }
      #reportwrapper .reportsidebar ul.nav-menu-list-style .nav-header .menu-collapsible-icon img {
        height: 10px;
        cursor: pointer; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style {
      margin: 0; }
      #reportwrapper .reportsidebar ul.nav-menu-list-style li .disabled {
        opacity: 0.2; }
    #reportwrapper .reportsidebar .divider {
      margin-bottom: 12px;
      padding-top: 8px; }
      .theme-dark #reportwrapper .reportsidebar .divider {
        border-bottom: 1px solid #666666; }
      .theme-light #reportwrapper .reportsidebar .divider {
        border-bottom: 1px solid #999999; }
    #reportwrapper .reportsidebar a {
      color: #fff; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style .nav-header {
      display: block;
      margin: 0;
      /*line-height:42px;*/
      padding: 0 8px;
      font-weight: 600; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style > li {
      position: relative; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style > li a {
      padding: 0 10px;
      line-height: 32px; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style {
      list-style: none;
      padding: 0px;
      margin: 0px; }
    #reportwrapper .reportsidebar ul.nav-menu-list-style li .badge, #reportwrapper .reportsidebar ul.nav-menu-list-style li .pull-right, #reportwrapper .reportsidebar ul.nav-menu-list-style li span.badge, #reportwrapper .reportsidebar ul.nav-menu-list-style li label.badge {
      float: right;
      margin-top: 7px; }
  #reportwrapper .templatesettings p {
    margin: 0 0 3px 0; }
  #reportwrapper .templatesettings textarea, #reportwrapper .templatesettings input[type="text"] {
    width: 90%; }

.configerrorlist {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .configerrorlist li {
    padding: 7px 0; }
    .theme-dark .configerrorlist li {
      border-bottom: 1px solid #666666; }
    .theme-light .configerrorlist li {
      border-bottom: 1px solid #999999; }

.reportloading .loader {
  display: block !important;
  margin-bottom: 20px;
  margin-top: 0px; }

.reportloadsuccess {
  display: none; }

#reportsettings, #subscriptionsettings {
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }
  .theme-dark #reportsettings, .theme-dark #subscriptionsettings {
    background: #333333; }
  .theme-light #reportsettings, .theme-light #subscriptionsettings {
    background: #f2f2f2; }

.dropzone ul, .dropzone li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.dropzone .mainsectionwrapper {
  border-radius: 10px;
  margin-bottom: 15px; }
  .theme-dark .dropzone .mainsectionwrapper {
    background: #4d4d4d; }
  .theme-light .dropzone .mainsectionwrapper {
    background: #e0e0e0; }
  .dropzone .mainsectionwrapper i {
    cursor: pointer; }
  .dropzone .mainsectionwrapper .drag {
    padding-right: 0;
    padding-left: 15px;
    cursor: grab; }
    .dropzone .mainsectionwrapper .drag i {
      cursor: grab; }

.dropzone .templateMainSection {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  width: 100%;
  border-radius: 10px; }
  .dropzone .templateMainSection.hassubsection {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .theme-dark .dropzone .templateMainSection {
    background: #333333; }
  .theme-light .dropzone .templateMainSection {
    background: #f2f2f2; }
  .dropzone .templateMainSection h4, .dropzone .templateMainSection p, .dropzone .templateMainSection button {
    margin: 0; }
  .dropzone .templateMainSection div {
    padding: 8px 10px; }
    .dropzone .templateMainSection div.nodrag {
      width: 38px; }
    .dropzone .templateMainSection div.name {
      min-width: 0;
      width: 300px; }
      .dropzone .templateMainSection div.name h4 {
        font-size: 18px;
        height: 33px;
        line-height: 33px;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .dropzone .templateMainSection div.iconwrapper {
      padding: 0 2px 0 5px; }
      .dropzone .templateMainSection div.iconwrapper:last-child {
        padding-right: 15px; }
    .dropzone .templateMainSection div.description {
      min-width: 0;
      flex: 1;
      font-size: 14px;
      font-weight: 300; }
      .theme-dark .dropzone .templateMainSection div.description {
        color: #999999; }
      .theme-light .dropzone .templateMainSection div.description {
        color: #424242; }
      .dropzone .templateMainSection div.description p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.dropzone .subsection {
  padding: 5px 0 10px 0; }
  .dropzone .subsection li {
    margin: 15px;
    padding: 0 0 12px 0;
    display: flex; }
    .theme-dark .dropzone .subsection li {
      border-bottom: 1px solid #666666; }
    .theme-light .dropzone .subsection li {
      border-bottom: 1px solid #666666; }
    .dropzone .subsection li .drag {
      padding-right: 10px;
      padding-left: 0; }
    .dropzone .subsection li div {
      padding: 0 10px; }
      .dropzone .subsection li div.name {
        padding-left: 0px;
        width: 325px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dropzone .subsection li div.description {
        flex: 1;
        font-size: 14px;
        font-weight: 300;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .theme-dark .dropzone .subsection li div.description {
          color: #999999; }
        .theme-light .dropzone .subsection li div.description {
          color: #424242; }
      .dropzone .subsection li div.iconwrapper {
        padding: 0 2px 0 5px; }
        .dropzone .subsection li div.iconwrapper:last-child {
          padding-right: 0px; }

.addtemplatesection p {
  margin: 0 0 5px 0; }

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

.addtemplatesection .material-input, .addtemplatesection .imageinput {
  width: 100%; }

.addtemplatesection .imageinput input {
  margin-bottom: 5px;
  width: 90%; }

.addtemplatesection .imageinput .addtagdropdown {
  width: 90%; }

.addtemplatesection .imageinput + i {
  position: absolute;
  right: 20px;
  transform: translateY(-32px); }

.addtemplatesection textarea {
  font-size: 14px;
  padding: 10px;
  width: 100%; }
  .theme-dark .addtemplatesection textarea {
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #666666; }
  .theme-light .addtemplatesection textarea {
    color: #555555;
    background-color: #e0e0e0;
    border: 1px solid #999999; }

.addtemplatesection .editordiv {
  font-size: 14px;
  padding: 10px;
  height: 150px;
  overflow: auto;
  resize: both;
  width: 100%; }
  .theme-dark .addtemplatesection .editordiv {
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #666666; }
  .theme-light .addtemplatesection .editordiv {
    color: #555555;
    background-color: #e0e0e0;
    border: 1px solid #999999; }
  .addtemplatesection .editordiv a.tag {
    float: left;
    height: 20px;
    line-height: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    margin: 0 10px;
    padding: 0 5px 0 12px;
    text-decoration: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
    .theme-dark .addtemplatesection .editordiv a.tag {
      color: #000000;
      background-color: #ffffff; }
    .theme-light .addtemplatesection .editordiv a.tag {
      color: #ffffff;
      background-color: #212121; }
    .addtemplatesection .editordiv a.tag:before {
      content: "";
      float: left;
      position: absolute;
      top: 0;
      left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0; }
      .theme-dark .addtemplatesection .editordiv a.tag:before {
        border-color: transparent #ffffff transparent transparent; }
      .theme-light .addtemplatesection .editordiv a.tag:before {
        border-color: transparent #212121 transparent transparent; }
    .addtemplatesection .editordiv a.tag:after {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      float: left;
      width: 4px;
      height: 4px;
      border-radius: 2px; }
      .theme-dark .addtemplatesection .editordiv a.tag:after {
        box-shadow: -1px -1px 2px #ffffff;
        background: #000000; }
      .theme-light .addtemplatesection .editordiv a.tag:after {
        box-shadow: -1px -1px 2px #212121;
        background: #ffffff; }
    .theme-dark .addtemplatesection .editordiv a.tag:hover {
      background: #000000;
      color: #dddddd; }
    .theme-light .addtemplatesection .editordiv a.tag:hover {
      background: #ffffff;
      color: #2c2c2c; }
    .addtemplatesection .editordiv a.tag:hover i {
      color: red; }
    .addtemplatesection .editordiv a.tag:hover:before {
      border-color: transparent #999 transparent transparent; }
      .theme-dark .addtemplatesection .editordiv a.tag:hover:before {
        border-color: transparent #000000 transparent transparent; }
      .theme-light .addtemplatesection .editordiv a.tag:hover:before {
        border-color: transparent #ffffff transparent transparent; }

.addtemplatesection .pageorientation {
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 10px;
  opacity: 0.3;
  transition: all 0.4s;
  cursor: pointer; }
  .addtemplatesection .pageorientation.active, .addtemplatesection .pageorientation:hover {
    opacity: 1; }
  .addtemplatesection .pageorientation svg {
    height: 30px;
    width: auto; }
    .theme-dark .addtemplatesection .pageorientation svg path {
      fill: #ffffff; }
    .theme-light .addtemplatesection .pageorientation svg path {
      fill: #555555; }

.theme-dark .addtag tr td {
  border-bottom: 1px solid #666666; }

.theme-light .addtag tr td {
  border-bottom: 1px solid #999999; }

.addtag tr:last-child td {
  border-bottom: none; }

.addtag i {
  position: relative; }

.sectiontypeselector tr td {
  font-size: 13px;
  padding: 3px 15px !important; }

.downloadreport {
  display: flex;
  align-items: center; }
  .downloadreport p {
    font-size: 14px; }
  .downloadreport i {
    font-size: 24px; }

/* Front page preview */
.previewWhitebox {
  fill: #fff; }

.previewTitlebox {
  opacity: 0.8;
  mix-blend-mode: multiply; }

.previewDatebox {
  opacity: 0.69; }

.previewIntro {
  font-size: 9px;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  fill: #949494; }

.previewDate {
  font-size: 10px;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  fill: #1d1d1b; }

.previewTitle {
  font-size: 24px;
  font-family: Montserrat-Black, Montserrat;
  font-weight: 800;
  fill: #fff; }

.previewLocation {
  font-size: 36px;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  fill: #fff; }

.previewLogo {
  fill: #ddd; }

/* Report wizard */
.loading:before {
  content: "";
  width: 38px;
  height: 38px;
  left: 10px;
  top: 6px;
  position: absolute;
  z-index: 999;
  background-repeat: no-repeat;
  background-image: url("/app/core/images/loader_small.gif"); }

#generateReportModal .modal-content, #subscribeReportModal .modal-content {
  background-color: transparent; }

#generateReportModal .material-input, #generateReportModal .imageinput, #subscribeReportModal .material-input, #subscribeReportModal .imageinput {
  width: 100%; }

#generateReportModal input, #generateReportModal textarea, #subscribeReportModal input, #subscribeReportModal textarea {
  width: 90% !important; }

#generateReportModal .datafile, #subscribeReportModal .datafile {
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 10px;
  opacity: 0.3;
  transition: all 0.4s;
  cursor: pointer; }
  #generateReportModal .datafile.active, #generateReportModal .datafile:hover, #subscribeReportModal .datafile.active, #subscribeReportModal .datafile:hover {
    opacity: 1; }
  #generateReportModal .datafile svg, #subscribeReportModal .datafile svg {
    height: 30px;
    width: auto; }
    .theme-dark #generateReportModal .datafile svg path, .theme-dark #subscribeReportModal .datafile svg path {
      fill: #ffffff; }
    .theme-light #generateReportModal .datafile svg path, .theme-light #subscribeReportModal .datafile svg path {
      fill: #555555; }

#generateReportModal .imageinput input, #subscribeReportModal .imageinput input {
  margin-bottom: 5px;
  width: 90%; }

#generateReportModal .imageinput.dropdown, #subscribeReportModal .imageinput.dropdown {
  width: 100%; }

#generateReportModal .editortools, #subscribeReportModal .editortools {
  text-align: center;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 7px; }
  .theme-dark #generateReportModal .editortools, .theme-dark #subscribeReportModal .editortools {
    background-color: #333333; }
  .theme-light #generateReportModal .editortools, .theme-light #subscribeReportModal .editortools {
    background-color: #f2f2f2; }

#generateReportModal .editor, #subscribeReportModal .editor {
  font-size: 14px;
  padding: 15px;
  height: 400px;
  width: 100%; }
  .theme-dark #generateReportModal .editor, .theme-dark #subscribeReportModal .editor {
    border: 1px solid #666666; }
  .theme-light #generateReportModal .editor, .theme-light #subscribeReportModal .editor {
    border: 1px solid #999999; }

#generateReportModal textarea, #subscribeReportModal textarea {
  font-size: 14px;
  padding: 10px;
  width: 100%; }
  .theme-dark #generateReportModal textarea, .theme-dark #subscribeReportModal textarea {
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #666666; }
  .theme-light #generateReportModal textarea, .theme-light #subscribeReportModal textarea {
    color: #555555;
    background-color: #e0e0e0;
    border: 1px solid #999999; }

#generateReportModal .container-fluid > .row, #subscribeReportModal .container-fluid > .row {
  margin-top: 0px;
  padding-top: 25px; }

#generateReportModal .stepwizard, #subscribeReportModal .stepwizard {
  display: table;
  width: 100%;
  position: relative; }

#generateReportModal .stepwizard-step button[disabled], #subscribeReportModal .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

#generateReportModal .stepwizard-row:before, #subscribeReportModal .stepwizard-row:before {
  /* top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-order: 0;*/ }

#generateReportModal .stepwizard-step, #subscribeReportModal .stepwizard-step {
  display: inline-block;
  /* display: table-cell;
        text-align: center;
        position: relative;*/ }
  #generateReportModal .stepwizard-step a, #subscribeReportModal .stepwizard-step a {
    display: block;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429; }
    .theme-dark #generateReportModal .stepwizard-step a, .theme-dark #subscribeReportModal .stepwizard-step a {
      background-color: #3d3d3d;
      color: #ffffff; }
    .theme-light #generateReportModal .stepwizard-step a, .theme-light #subscribeReportModal .stepwizard-step a {
      background-color: #ffffff;
      color: #555555; }
    .theme-dark #generateReportModal .stepwizard-step a.primary, .theme-dark #subscribeReportModal .stepwizard-step a.primary {
      background-color: #000000;
      color: #ffffff; }
    .theme-light #generateReportModal .stepwizard-step a.primary, .theme-light #subscribeReportModal .stepwizard-step a.primary {
      background-color: #ffffff;
      color: #555555; }

#generateReportModal a.btn-circle, #subscribeReportModal a.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px; }

#generateReportModal .modal-footer, #subscribeReportModal .modal-footer {
  width: calc(100% + 50px);
  margin: 0 -25px; }

#tablewrapper .datarow.disabled {
  opacity: 0.3; }

#tablewrapper .datarow i.icon-cog-alt {
  font-size: 18px;
  margin-left: 35px; }

#tablewrapper button.btn.lockswitch {
  height: 23px !important;
  margin: 0 1.5rem; }
  .theme-dark #tablewrapper button.btn.lockswitch {
    background-color: #666666 !important; }
  .theme-light #tablewrapper button.btn.lockswitch {
    background-color: #999999 !important; }
  .theme-dark #tablewrapper button.btn.lockswitch.active {
    background-color: #666666 !important; }
  .theme-light #tablewrapper button.btn.lockswitch.active {
    background-color: #999999 !important; }
  .theme-dark #tablewrapper button.btn.lockswitch.btn-toggle:before, .theme-dark #tablewrapper button.btn.lockswitch .btn-toggle:after {
    color: #ffffff !important; }
  .theme-light #tablewrapper button.btn.lockswitch.btn-toggle:before, .theme-light #tablewrapper button.btn.lockswitch .btn-toggle:after {
    color: #555555 !important; }
  #tablewrapper button.btn.lockswitch.btn-toggle:before {
    font-size: 18px;
    left: -3rem;
    font-family: "scadaicons";
    font-style: normal;
    font-weight: normal;
    content: '\f13e'; }
  #tablewrapper button.btn.lockswitch.btn-toggle:after {
    font-size: 18px;
    right: -3rem;
    font-family: "scadaicons";
    font-style: normal;
    font-weight: normal;
    content: '\e819'; }
  #tablewrapper button.btn.lockswitch.btn-toggle.active:before, #tablewrapper button.btn.lockswitch.btn-toggle:after {
    opacity: 0.3; }
  #tablewrapper button.btn.lockswitch.btn-toggle.active:after {
    opacity: 1; }

.theme-dark #tablewrapper .btn-toggle:before, .theme-dark #tablewrapper .btn-toggle:after {
  color: #ffffff !important; }

.theme-light #tablewrapper .btn-toggle:before, .theme-light #tablewrapper .btn-toggle:after {
  color: #555555 !important; }

#reportGenerating {
  width: 100%; }
  #reportGenerating .progress {
    overflow: visible;
    height: 40px;
    border-radius: 20px;
    padding: 4px; }
    .theme-dark #reportGenerating .progress {
      background-color: #2c2c2c; }
    .theme-light #reportGenerating .progress {
      background-color: #ffffff; }
  #reportGenerating .progress-bar {
    border-radius: 18px;
    width: 10%;
    transition: width 5s ease-in-out; }
    .theme-dark #reportGenerating .progress-bar {
      background-color: #FE802A; }
    .theme-light #reportGenerating .progress-bar {
      background-color: #FE802A; }

.dataManualValue input {
  width: calc(100% - 45px); }

.dataManualValue span {
  font-size: 14px;
  padding-left: 5px;
  line-height: 34px; }

.dataCategory .imageinput {
  margin-right: -35px;
  width: 99%; }
  .dataCategory .imageinput input {
    width: 90%; }

.dataCategory i.icon-help {
  position: absolute;
  font-size: 24px;
  transform: translate(3px, -2px); }

.generatedData {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px; }
  .generatedData td {
    padding: 5px 5px 5px 0; }

.reportUnitSelector {
  /* width:22%!important; 
    max-width:22%!important; 
    flex: 0 0 22%!important;*/
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .reportUnitSelector .selectall {
    float: right; }
  .reportUnitSelector > .checkboxwrapper {
    margin-left: 8px; }
  .reportUnitSelector .checkboxwrapper {
    width: 100%; }
  .reportUnitSelector label {
    vertical-align: top;
    white-space: nowrap;
    max-width: 60%;
    /* IE6 needs any width */
    overflow: hidden;
    /* "overflow" value must be different from  visible"*/
    -o-text-overflow: ellipsis;
    /* Opera < 11*/
    text-overflow: ellipsis; }
  .reportUnitSelector ul {
    list-style-type: none;
    width: 100%;
    font-size: 14px; }
    .reportUnitSelector ul li {
      width: 100%;
      display: block; }
  .reportUnitSelector .tree .checkboxwrapper {
    margin-left: 32px; }
  .reportUnitSelector ul.nav-menu-list-style .nav-header .menu-collapsible-icon {
    position: absolute;
    right: 3px;
    top: 0px; }
    .reportUnitSelector ul.nav-menu-list-style .nav-header .menu-collapsible-icon img {
      height: 10px;
      cursor: pointer; }
  .reportUnitSelector ul.nav-menu-list-style {
    margin: 0; }
    .reportUnitSelector ul.nav-menu-list-style li .disabled {
      opacity: 0.2; }
  .reportUnitSelector .divider {
    margin-bottom: 12px;
    padding-top: 8px; }
    .theme-dark .reportUnitSelector .divider {
      border-bottom: 1px solid #666666; }
    .theme-light .reportUnitSelector .divider {
      border-bottom: 1px solid #999999; }
  .reportUnitSelector a {
    color: #fff; }
  .reportUnitSelector ul.nav-menu-list-style .nav-header {
    display: block;
    margin: 0;
    /*line-height:42px;*/
    padding: 0 8px;
    font-weight: 600; }
  .reportUnitSelector ul.nav-menu-list-style > li {
    position: relative; }
  .reportUnitSelector ul.nav-menu-list-style > li a {
    padding: 0 10px;
    line-height: 32px; }
  .reportUnitSelector ul.nav-menu-list-style {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  .reportUnitSelector ul.nav-menu-list-style li .badge, .reportUnitSelector ul.nav-menu-list-style li .pull-right, .reportUnitSelector ul.nav-menu-list-style li span.badge, .reportUnitSelector ul.nav-menu-list-style li label.badge {
    float: right;
    margin-top: 7px; }
