div.tresc a.icon-button {
    min-width: 45px;
    text-align: center;
}


#tresc input[type="submit"], #tresc input[type="button"], a.button {
    padding: 10px 20px 8px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    background: #ffca05;
    color: #034ea1;
    font-size: 20px;
    font-family: 'Lato-Light', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}


#tresc input[type="submit"]:hover, #tresc input[type="button"]:hover, a.button:hover {
    background: #d6f3ff;
    background: #0053b0;
    color: #ffca05;
}


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;
}


.has-error .alert-danger {
    background-color: #fff;
}

#table_conferences_filter, #table_conferences_length, #table_conferences_paginate {
    color: inherit;
}

.nobr {
    white-space: nowrap;
}

.select-blocks {
    margin-bottom: 5px;
}

.select-block {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    color: #034ea1;
    max-width: 200px;
}

.select-block-default:focus {
    border: 2px solid #034ea1;
    background-color: #f1f1f1;
}

.select-block-selected {
    background-color: #ffca05;
    border: 1px solid #034ea1;
}

.select-block-default:hover {
    background-color: #f1f1f1;
}

.select-block span {
    display: block;
    text-align: center;
}

span.month {
    width: 120px;
}

span.day-number {
    font-size: 30px;
    margin: 4px 0;
    line-height: 30px;
}

span.day-name {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}

.hidden {
    display: none;
}

.form-group .alert-danger {
    background-color: #fff;
}

#tresc ul.visits li {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    list-style: none;
    background: none;
    width: 70%;
    min-width: 500px;
}


div.registration-info {
    display: inline-block;
    width: 70%;
}

div.registration-info div {
    margin: 2px 0;
}

div.status {
    display: inline-block;
    width: 29%;
    text-align: right;
    vertical-align: top;
}

div.calendar-hours {
    text-align: left;
}

.select-block span.hour {
    display: inline-block;
    font-size: 12px;
    padding-top: 0.3em;
    margin: 0 1px;
    width: 62px;
}

.delete-date {
    float: right;
}

span.user-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 5px;
}

.lockerClass {
    opacity: 0.5;
}
