/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

div#jomclassifieds .jomcl-detailview h1.title, div#jomclassifieds .jomcl-detailview .jomcl-row1 .jomcl-right h3.title {

    line-height: 1.25 !important;

}

/* center banners */
.banneritem {
  text-align: center !important;
}
.bannergroup {
  text-align: center !important;
  margin-left: 10% !important;
}
.s5_outer img {
  padding-top: 20px; !important;
  padding-right: 5px !important;
}

/* side menu with scroll*/
div.module_round_box.right_calendar {
    margin: 0px;
    height: 750px;
    overflow-y: scroll;
  padding: 5px;
}
div.blk_h {
  text-align: center;
  font-weight: 700;
  font-size: 18pt;
  color: #00337f;
  font-family: Arvo !important;

}
div.blk_h a{
  font-weight: 300;
  font-size: 9pt;
  color: #000000;
}


#s5_menu_wrap.s5_wrap {
    height: 100px;
    position: fixed;
    top: 0px !important;
    z-index: 2;
    margin-top: 0px !important;
}

.cb_template .form-auto #autocomplete {
    width: 100% !important;
}

.inputbox {
  background: #fff;
}


/*Internet Explorer Fix for responsive tables*/
.rt-table {
	table-layout: fixed;
  	width: 100%;
}

/*Custom css for TOES component */
ul.ui-autocomplete  {
  width:500px;
  background: #fff;
 padding-left: 35px;
 padding-right: 25px;
 border-style: solid;
 border-width: 1px;
  border-color: #ccc;
}
ul.ui-autocomplete li:hover  {
  background: #eee;
}

/* Cancel swipe effect on menu */

#s5_responsive_mobile_sidebar_inner1 {
    overflow-y: none;
}

/*Checkbox/Radial Button size */
input[type="checkbox"]{
  width: 15px !important; /*Desired width*/
  height: 15px !important; /*Desired height*/
  min-width: 15px !important;
}

input[type=radio] {
  width: 15px !important; /*Desired width*/
  height: 15px !important; /*Desired height*/
  min-width: 15px !important;
}
/* fix Cat Standings button */

.btn.btn-primary {
   background-color: #00337f !important;
}

.js-stools-container-bar .btn-primary .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    margin-top: 7px;
    margin-bottom: 8px;
}
/* Fix for button on Standings */

button.btn.hasTooltip.js-stools-btn-filter.btn-primary
{
  background-color: #eee !important;
}
/* Search Bar fixes*/

input.form-control.search { 
  min-height: 30px !important;
  min-width: 230px !important;
  margin-top: 9px;
  margin-left: 10px;
}
.button.button {
    border-radius: 5px;

}



@media screen and (max-width: 600px) {
 #s5_logo_wrap {
    margin-top: -250px;
}
}
@media(max-width:1024px) and (min-width:724px) {
#s5_right_wrap {;
    display: flex;
}