/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-03-27, 21:33:45
    Author     : Arek Dąbrowski
*/

.form-table input {
    display: block; 
    margin: 0; 
    border: 0; 
    width: 100%;
    border-radius: 0 !important;
    height: 100%;
}
.form-table tr.form-row td:not(:first-child) {
    margin: 0 !important; 
    padding: 0 !important;
    height: 40px;
}

.middle-table>thead>tr>th, 
.middle-table>tbody>tr>th, 
.middle-table>tfoot>tr>th, 
.middle-table>thead>tr>td, 
.middle-table>tbody>tr>td, 
.middle-table>tfoot>tr>td{
    vertical-align: middle;
    text-align: center;
}

.checkbox-group-error{
    border: 1px solid red;
    padding-top: 0px;
    padding-bottom: 8px;
}

div[data-toggle='collapse']:hover{
    cursor: pointer;
}

#attributes_table_data tr:hover{
    cursor: pointer;
}