body { 
  background-color: #EAEAEA;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #2c2c2c;
}

.jumbotron {
	margin-top: 0px;
  padding-top: 0px;
  background-color: #101010;
  color: #CCC;
  background-image: url('images/banner-bg.jpg');    
  background-position: center top;
  background-size: 100% auto;
}

.jumbotron h1 {
	color: #FFF;
	font-size: 40px;
}

.content-item {
  padding: 20px;
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.content-top-spacer {
  margin-top: 50px;
}

.content-wrapper{
  min-height: 400px;
}

.img-thumbnail {
  padding: 1px;
  border: solid 1px #EAEAEA;
}

.callaction-wrapper {
  background-color: #E0E0E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.top-spacer{
  padding-top: 20px;
}

.light-grey-bg {
  background-color: #C0C0C0;
}
.my-btn{
    background: #858A8F;
    color: #ffffff;
}
.my-btn:hover { 
  border-color: #C0C0C0; 
  background-color: #C0C0C0; 
}
.panel-heading {
     background-color: #000000 !important;
}
.btn-success {
    background-color: #797E87  !important;
    border-color: #C0C0C0;
}
.alert-success {
    background-color: #797E87 !important;
    border-color: #878ABF;
}
.btn-primary
{
    background-color: #002F56 !important;
    border-color: #002F56;
}



.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}


@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}


  .rfv
    {
        padding-left:10px;
        color:#B50128;
        font-size:12px;
        font-family: Verdana, Tahoma, Arial;
        font-weight:bold;
    }

