
#main input[type=button], #main input[type=submit], a.button {
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid lightgrey;
    text-decoration: none;
    color: black;
    display: inline-block;
}

#main input[type=button]:hover, #main input[type=submit]:hover, a.button:hover {
    border: 1px solid grey;
}


div.err {
    padding: 10px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin-bottom: 10px;
}

div.ok {
    padding: 10px;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    margin-bottom: 10px;
}

div.wrn {
    padding: 10px;
    background-color: #fffedb;
    border: 1px solid #ffca05;
    color: #8a6d3b;
    margin-bottom: 10px;
}

span.info_title {
    display: block;
    font-weight: bold;
}


.group {
    border-radius: 3px;
    margin: 10px 0;
    border: 1px solid #e5e5e5;
}

.form-group {
    padding: 5px;
}

.
label {
    margin: 5px 0;
    display: inline-block;
    font-weight: bold;
}

.buttons {
    text-align: center;
    margin-bottom: 15px;
}

.buttons input {
    margin: 0 20px;
}

label.sublabel {
    font-weight: normal;
    padding-left: 2px;
}

div.minus {
    background-color: #ffca05;
    border-radius: 50%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    display: inline-block;
    line-height: 15px;
    margin-top: 5px;
}

.error {
    border: 1px solid #c00 !important;
}

#table_conferences_filter {
    color: inherit;
}


.nobr {
    white-space: nowrap;
}

.ps-0,
.ps-x {
    padding-left: 0 !important;
}

.pe-0,
.ps-x {
    padding-right: 0 !important;
}

.row-stripped:nth-child(2n+1) {
	background-color: grey;
}

.sr-only {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden;
	white-space: nowrap;
}