/* 
We created a this custom.css file so you can add customize styles without modifying the bootstrap stylesheet. However, you can use your own stylesheets if you prefer.  
*/

.modal-ish {
  width: 360px;
  text-align:center;
  margin: 30px auto auto auto;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

#content {
  margin: 70px auto auto auto; 
}

#pivot { 
  margin-top: 30px;
}

.center {
  width: 960px;
  margin: auto;
}

.padding {
  padding: 0 30px; 
}

.red{ color: red !important; }

.officeButton {
  background-image: url("/assets/KoolPivotTable/styles/office2007/sprite.png");
  background-color: #E8F1FC;
  background-position: 0 -1400px;
  background-repeat: repeat-x;
  border-color: #ABC1DE;
  color: #00156E;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 4px;
  padding: 0 5px 0 8px;
  vertical-align: middle;
  white-space: nowrap;
  cursor: default;
  border-collapse: separate;
  border-spacing: 0;
}

.officeButton:hover{
  background-color: #FFE28E;
  border-color: #D8CA95;
  background-position: 0 -1500px;
  color: black;
  cursor: pointer;
}