/* Smartstats.css 
    Author : Cédric Dubourg  
    Purpose further Customization overTheme.css (given by Martin) 
*/

.textRed, table.reportpctbig td.textRed {color:red;}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.app-title.green {
    color: green;
}

.app-title.blink {
    transition: 0.5s;
}

.smartstats .tile {
    padding: 0.5rem;
}

.smartstatscontent {
    width: calc(100%);
    padding: 20px 20px 80px 20px;
    margin-left:0px !important;    
}

#moduleIFrame {
  position: absolute;
  /*scrolling:auto;*/
  overflow:scroll;
  /*top: 20px;
  left: 20px;*/
  width: 100%;
  height: 100%;
}

/* remove gradient color on menu for SmartSTATS */
ul.primary-navigation li a.active, ul.secondary-navigation li a.active {
    background: #BB001B !important;
}

/* fix SmartRisk bug on menu making appear iframe scrollbar for smartstats */
.nav-menu > li .flyout {
    right:10px;
    top: 70px !important;
}

footer .logo, footer .application-name {
    padding-right:1rem;
}

.wrappable {
    white-space: normal !important;
}

#topLeftMenu {
    width:400px;    
}

#smartstatsLogo {
    padding-left:0px;
    width:200px;    
}

#moduleFilter {
    width:130px;
}

#moduleFilter option {
    /* since chrome doesn't allow bold font on option tag .  can use text-shadow property like */
    text-shadow: 0px 0px 0px black;
}

table.no-bg, table.no-bg tr, table.no-bg tr:last-of-type, table.no-bg tr:first-of-type, .tab__label{
    border:none;
}

table tr:first-of-type {
    border-top: 1px solid #c4c4c4;
}

table tr:last-of-type {
    border-bottom: 1px solid #c4c4c4;
}