/**
 * View StyleSheet file.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Iván Károly <karoly.ivan@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.filters{
    margin-bottom: 25px;
}

table th{
    text-align: center;
}

table th:nth-child(3){
    width: 4%;
}

table th:nth-child(5){
    width: 20%;
}

table tr.clickable-row{
	cursor: pointer;
}

table tbody td{
    text-align: center;
}

.slider.slider-horizontal{
    margin-left: 10px;
}

#slider-range-curr{
	float: right;
}

.slider{
    background: transparent !important;
}

.choose_km{
    padding-top: 7px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}