@charset "UTF-8";
@import "vertical-table.css";
@import "horizontal-table.css";

input.error {
    border: 2px solid red;
}

input, button, select, textarea {
    border: 1px solid #000;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding:2px;
}

input[type="number"].narrow {
    width: 40px;
}

input[type="text"], textarea {
    width: 100% !important;
}

.formgroup input[type="text"] {
    width: auto !important
}

.containerSpan {
    display: inline-block;
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.noDecoration {
    text-decoration: none !important;
}

#filterForm {
    text-align: left;
}

.t_legend ul {
	padding-left:20px
}

. t_prelude a{
	color:#000;
	border-bottom:2px solid #000
}

.fa-backward, .fa-step-backward, .fa-forward {
	color:#000000
}

table td a:hover {
	text-decoration:none
}

