@charset "utf-8";
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 160px;
}
div.header {
  color: #0850B2;
  background-color: white;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 0 0;
  padding: 0px;
}
em {
  color: red;
}
p.notice {
  padding: 10px;
  margin: 20px 0 20px;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.error_msg {
  color: red;
}
.important {
  color: red;
  font-weight: bold;
}
.help {
  color: #737373;
  font-size: 16px;
}
.prompt {
  color: #737373;
  font-size: 14px;
}
.ta-center {
  text-align: center;
}
div .portrait {
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
}
div .portrait .std_portrait {
  display: block;
  border: 1px solid #999;
  padding: 5px;
}
.std_portrait {
  display: block;
  border: 1px dashed #999;
  padding: 5px;
}
#footer {
  text-align: center;
  border-top: 1px #666 solid;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-color: #f5f5f5;
}
#footer p {
  line-height: 10px;
}
.value {
  color: #a94442;
}
div.fun_block {
  margin-bottom: 45px;
}
div.notes {
  background: #dcdcdc;
  border: 1px #aaa solid;
  width: 100%;
  margin-top: 00px;
  margin-bottom: 15px;
  padding: 10px 10px 10px;
}
div.notes p {
  font-size: 14px;
}
div.files_list {
  border: 1px dashed #999;
  margin-top: 10px;
  padding-top: 10px;
}
.img_del {
  cursor: pointer;
}
div.filter_block {
  margin: 10px 0 20px;
}
/* Flaired edges, by Tomas Theunissen */
hr.style-one {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #fae2c2, #f0ad4e, #fae2c2);
}
/* Double-color dashed line */
hr.style-three {
  border: 0;
  background: #ccc;
  border-bottom: 3px dashed #f0ad4e;
}
.help2 {
  color: #666666;
  font-size: 14px;
}
.fixed-panel {
  max-height: 550px;
  overflow-y: scroll;
}

fieldset.add-edit {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.add-edit {
    font-size: 14px !important;
    color: #4D6066;
    text-align: left !important;
    width:inherit;
    padding:0 10px;
    border-bottom:none;
}