/*
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 : 26-set-2016, 16.36.42
    Author     : FBItech
*/

.main-content{
    font-size: 0.8em;
    padding: 1.5em;
}

h1 {font-size: 1.7rem;}

.page-content {
    margin: 0 auto;
}

.toggle-set {
    margin-left:1em;
    padding: 0.5em;
    border: 1px solid #ddffff;
}
.toggle-set legend { background-color: #ddffff; padding-left:0.5em; }

.form-check {width:100%;}

.credits {
    font-size: 0.7em;
    text-align: center;
}

.row_inspection td {
    font-weight:bold;
}
.row_inspection {
    background-color: #ddffff;
}
.table-hover tbody tr.row_inspection:hover {
    background-color: #ccdddd;
}

/*

@media screen and (max-width: 991px) {
    .navbar-toggleable-md > .container {
        width: 100%;
    }*/
}
