.app_long_text_field {
	width:80%;
}

.app_almost_long_text_field {
	width:65%;
}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.negative_text {
    color: red;
}

.positive_text {
    color: green;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.align_right  {
    float: right;
}

.app_oversized_text_field {
    height:2.5em;
    line-height:2.5em;
    font-size:1em;
}

/* override Bootstrap's css */
input[type="text"] {
    margin-bottom: 0px;
}

.app_rectangle {
    border: 2px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.row-fluid {
    min-height: 500px;
}

footer {
    margin-top: 20px;
}

.app_tool_res_box_gen_med_height {
    height: 120px;
}

.app_full {
    width: 98%;
}