/**
 * 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 */

table{
    margin-top: 30px;
}

table th:nth-child(3){
    width: 11%;
}

table th:nth-child(5),
table th:nth-child(8){
    width: 3%;
}

table tbody td{
    vertical-align: middle !important;
}

.img_flag:hover{
    cursor: pointer;
}

.img_flag img{
    padding-bottom: 5px;
    padding-right: 3px;
    display: block;
    margin: 0 auto;
}

.no_data{
    text-align: center;
}

/* Small devices (250px and up) */
@media (min-width: 250px) {
}


/* 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) {

}