/*
 Theme Name:   Opdes
 Template:     accesspress-ray
*/

@import url('../accesspress-ray/style.css');

.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    width: auto;
}
.ui-datepicker select.ui-datepicker-month {
    margin-left: 1em;
}

.errors {
    color: red;
}

.error_msg {
    color: red;
    font-weight:bold;
}

.event_name {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    padding: 0 15px;
    margin: 10px 0;
    width: auto;
    border-left :10px #999 solid;
    border-bottom :1px #999 solid;
}

#formLogout {
    text-align: right;
    padding-bottom: 5px;
}

br { line_height : 1em; }

#table { margin: 0 0 0 0; }

.wpcf7 input[type="submit"]:hover {
	background: #f12908;
}

.wpcf7 input[type="button"]:hover {
	background: #f12908;
}
