.main-content
{
 min-height:550px;   
}

/* STATISTICS PAGE */


.greyback
{
 background-color:#eeeeee;   
}


.driverrow1
{
    outline: thin solid;
}

.statstable
{
 border-top:solid 2px black;   
 border-bottom:solid 2px black; 
 border-right:solid 2px black; 
 border-left:solid 2px black;     
}

.statstable td
{
 border: solid 1px #dddddd; 

}

.statspage td
{
 font-size:12px !important;
    font-family:verdana;
    padding:3px !important;
    
}

.fiddy
{
 float:left;
    width:50%;
    padding:10px;
}

.jobtable td
{
 font-size:10px !important;
 line-height:16px !important;
    font-family:verdana;
    padding:3px !important;
 border: solid 1px #000000; 
    max-height:20px;
    font-weight:bold;
}

.jobtable td .btn {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color:#6f80a1;
    color:#ffffff;
}

.jobtable td .btn-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cff5c), to(#5caa5c));
  border: 1px solid #495857;
  font-weight: normal;
}

.jobtable td .btn-danger {
    background-color: #553333;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653d3d), to(#553333));
    border: 1px solid #452929;
    font-weight: normal;
}

.btn-green {
  background-color: #5cb85c !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cff5c), to(#5caa5c)) !important;
  border: 1px solid #495857 !important;
  font-weight: normal !important;
}

.btn-red{
    background-color: #553333 !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653d3d), to(#553333)) !important;
    border: 1px solid #452929 !important;
    font-weight: normal !important;
    color:#ffffff !important;
}

.btn-blue{
    background-color: #414959 !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5568), to(#414959)) !important;
    border: 1px solid #363d4a !important;
    font-weight: normal !important;
    color:#ffffff !important;
}

.btn-purple{
    background-color: #d7bcfb;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc97ed), to(#d7bcfb));
    border: 1px solid #363d4a !important;
    font-weight: normal !important;
}

input.bigradio + label {

border:solid 2px green !important;
    color:blue;
}

input.bigradio:checked{
border:solid 2px red !important;
    box-shadow:0px 0px 10px #1300ff;
}

