﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}
 */
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.no-glyphicon {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-stretch: condensed;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.checkbox-form {
    padding-top: 5px;
}

.actia-brand {
  background-image: url('arrowWheel.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-x: 5px;
  background-position-y: 10px;
  text-indent: 25px;
}

.navbar {
  background-color: #546472;
}

.navbar li a, .navbar .navbar-brand {
  color: #eee !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a, .navbar-nav li.active {
  color: #85c442 !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.navbar-inverse .navbar-toggle {
  border-color: #eee ;
  background-color: #546472  !important;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #85c442 !important;
}


.navbar .nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #85c442;
  border-bottom-color: #85c442;
}

.navbar-nav .open .dropdown-toggle {
  color: #fff ;
  background-color: #747e87  !important;
}

.navbar-nav .dropdown-menu {
  color: #fff !important;
  background-color: #747e87  !important;  
}

.navbar-nav .dropdown-menu li a {
  color: #fff !important;
}

.navbar-nav .dropdown-menu li a:hover {
  color: #85c442 !important;
  background-color: #546472 !important;
}

.report > div:last-child {
  border-bottom: 1px solid black;
}

.report + .report {
  padding-bottom: 20px;
}

.report-block {
  
}
.report-caption {
  font-weight: bold;
  display: flex;
  height: 100%;
}

.report-cell {
  margin-bottom: 5px;
  margin-top: 5px;
  height: 100%;
  display: flex;
}

.report-cell-centered {
  padding-top: 18px;
  padding-left: 35px;
}

.report-field {
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.row.report-row div h2 {
  margin-bottom: 0;
  margin-top: 0;
}

.row.report-row div h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.row.report-row div h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.row.report-row > div {
  border-left: 1px solid black;    
  border-top: 1px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.row.report-row > div:last-child {
  border-left: 1px solid black;            
  border-right: 1px solid black;  
  border-top: 1px solid black;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.row.report-sub {
  display: flex;
}
.row.report-sub > div {
  border-left: 1px solid black;    
}

.row.report-sub > div:first-child {
  border-left: 1px solid black;    
  border-top: 1px solid black;     
}

.row.report-sub > div:last-child {
  border-left: 0 solid black;    
  border-right: 1px solid black;    
  border-top: 1px solid black;      
}
.row.report-sub-row > div {
  border-right: 1px solid black;    
  border-top: 1px solid black; 
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;   
}

.spinner {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #0094ff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.table-header-align-top {
  vertical-align:top !important;
}

.text-size-smaller {
  font-size: 0.9em;
}
.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-extra-light {
  font-weight: 200;
}

.text-weight-thin {
  font-weight: 100;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



