/* GENERAL STYLES */

/* 
#6dbf5d -- green
#003b54 -- blue
#0769AD -- blue button
*/ 

.ui-page{
    background-color: #fff;
}

#footer{
    padding-bottom: 10px;
    padding-top: 0px !important;
}

.fc th{
    font-size: 1em !important;
}

/* COURT SURFACE ICONS */

.num-courts-by-type .ui-btn { 
    padding-top: 40px !important; 
}
.num-courts-by-type .ui-btn:after { 
    width: 30px!important; 
    height: 30px!important; 
    margin-left: -15px !important; 
    box-shadow: none!important; 
    -moz-box-shadow: none!important; 
    -webkit-box-shadow: none!important; 
    -webkit-border-radius: 0 !important; 
    border-radius: 0 !important; 
}

#pesek:after { background:  url("image-files/clay.png") 50% 50% no-repeat; background-size: 24px 24px; }
#trava:after { background:  url("image-files/grass.png") 50% 50% no-repeat; background-size: 24px 24px; }
#trda:after { background:  url("image-files/hard.png") 50% 50% no-repeat;  background-size: 24px 24px; }
#umetna:after { background:  url("image-files/synthetic.png") 50% 50% no-repeat;  background-size: 24px 24px; }
#pokrito:after { background:  url("image-files/indoor.png") 50% 50% no-repeat;  background-size: 24px 24px; }
