@charset "utf-8";

/* Form errors */
form .error {
    /* background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; */
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/** Notices and Errors **/
.message {
    clear: both;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #fff;
    background: #f04040;
    border: 1px solid #f00000;
}
.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}
.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    color: #fff;
}

legend {
    font-size: 12px;
}

.submit > input[type="submit"],
.submit > input[type="button"] {
    
}

#tr_indexview_filter {
    background-color: #efefef;
	padding: 10px 15px 5px 15px;
	margin-bottom: 10px;
}

#ContactFilter > input[type="text"] {
}

form > fieldset > div > input[type="text"],
form > fieldset > div > input[type="number"],
form > fieldset > div > textarea,
form > fieldset > div > input[type="password"] {
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    box-shadow: none;
    padding: 2px 4px;
	font-weight: normal;
	color: #000000;
}
.l200 {
    width: 200px;
}
.l400 {
    width: 400px;
}
.l600 {
    width: 600px;
}
.l800 {
    width: 800px;
}
@media screen and (max-width:767px) { 
    .l200,
    .l400,
    .l600,
    .l800 {
        width: 100%;
    }
}
.h25 {
    height: 25px;
}
.h50 {
    height: 50px;
}
.h100 {
    height: 100px;
}
.h150 {
    height: 150px;
}
.h200 {
    height: 200px;
}
.ml0 {
    margin-left: 0 !important;
}

form > fieldset > div > input[type="text"]:focus,
form > fieldset > div > input[type="number"]:focus,
form > fieldset > div > textarea:focus,
form > fieldset > div > input[type="password"]:focus {
    outline: none;
}

form > fieldset > div > label {
    color: #808080;
    margin-right: 10px;
	font-size: 1.0em;
    width: 160px;
    margin-top: auto;
    margin-bottom: auto;
}
form > fieldset > div.radio > label {
    color: #808080;
    margin-right: 26px;
	font-size: 1.0em;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
}
form > fieldset > div.radio > label.noradio {
    color: #808080;
    margin-right: 30px;
	font-size: 1.0em;
    width: 160px;
    margin-top: auto;
    margin-bottom: auto;
}

.paging {
    margin-top: 20px;
	text-align: center;
}
.paging > p {
	text-align: right;
}
.pagination {
	margin: 5px auto 10px auto;
}
.chzn-container {
	vertical-align: middle;
	margin-right: 10px;
}


@media screen and (max-width: 768px) {
    .umstyle3,
    .umstyle4 {
        width: 100% !important;
    }
}
.umstyle4 > input[type="text"],
.umstyle4 > input[type="number"],
.umstyle4 > textarea,
.umstyle4 > input[type="password"] {
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    box-shadow: none;
    padding: 2px 4px;
	font-weight: normal;
	color: #000000;
}
.umstyle5 {
    width: 300px;
}

/* 20220312
input:read-only, textarea:read-only {
    background-color: #d0d0d0;
}
*/

#EventTools > label {
    padding-left: 5px;
}

select {
    background-color: #f8f8f8;
}
.search-fields {
	width: 400px;
}
@media screen and (max-width: 848px) {
	.search-fields {
		width: 100%;
	}
}
