.area-status-1 {
    color: #5c61ec;
    font-weight: bold;
}

.area-status-2 {
    color: #EB8F00;
    font-weight: bold;
}

.area-status-3 {
    color: #724300;
    font-weight: bold;
}

html {
    color: #3f3f3f;
	font-family: Helvetica,Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
    background-color: #fafafa;
}

body {
	width: 100%;
	height: 100%;
}

strong {
    font-weight: bold;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #355744;
    display: inline;
}

h4 {
    font-weight: bold;
    color: #355744;
    margin: 10px 0px 5px 0px;
}

.top-container {
    border-bottom: 3px solid #cfe008;
}

.footer {
    border-top: 1px solid #cfe008;
}

.footer-container {
    margin: 0px auto;
    padding: 7px 0px;
    width: 950px;
    overflow: auto;
}

.footer ul {
    display: inline;
}

.footer ul li {
    display: inline-block;
}

.footer ul.right {
    float: right;
}

.footer ul.left {
    float: left;
}

.logo-morfose {
    background: url("../images/morfose.png") no-repeat scroll right center transparent;
    color: #1C64A4 !important;
    display: inline-block;
    padding: 2px 25px 1px 0;
    font-size: 13px;
}

.gra-drj {
    display: inline-block;
    background: transparent url('../images/gra-drj.png') no-repeat;
    padding: 16px 89px;
}

a {
    text-decoration: none;
    color: #98a40e;
}

a:hover {
    text-decoration: underline;
}

.form-row {
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.form-row .left, .form-row .right {
    display: inline-block;
}

.form-row .left {
    text-align: right;
    float: left;
    width: 190px;
    padding-top: 6px;
    vertical-align: middle;
}

.form-row .left2 {
    text-align: right;
    float: left;
    margin-left: 10px;
    padding-top: 6px;
    vertical-align: middle;
}

.form-row .value {
    text-align: right;
    float: left;
    margin-left: 10px;
    vertical-align: middle;
}

.form-row .right {
    margin-left: 10px;
    text-align: left;
}

.form-row .field {
    display: inline-block;
    margin-right: 5px;
    width: 430px;
    float:left;
}

.form-row .field label {
    text-align: right;
    display: inline-block;
    width: 165px;
}

.form-row .field input {
    text-align: left;
}

.form-inline-row {
    overflow: hidden;
    padding: 8px;
    font-size: 11px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.inline-left {
    text-align: right;
    float: left;
    padding-top: 6px;
    vertical-align: middle;
}

.inline-right {
    text-align: right;
    float: left;
    margin-left: 10px;
    padding-top: 6px;
    vertical-align: middle;
}

.form-element-error {
    float: right;
    font-weight: bold;
    text-align: left;
    color: #b73333 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #b73333;
    padding: 5px 3px 3px 5px;
}

.elem-error-design {
    color: #b73333 !important;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #b73333;
    padding: 5px 3px 3px 5px;
}

.form-element-error2 {
    float:left;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
    color: #b73333 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #b73333;
    padding: 5px 3px 3px 5px;
}

.form-element-error3 {
    float:right;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: bold;
    text-align: left;
    color: #b73333 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #b73333;
    padding: 5px 3px 3px 5px;
}

label {
    font-weight: bold;
    margin: 0px 5px;
}

input, textarea {
    color: #3f3f3f;
    padding: 4px 7px;
    border: 1px solid #7f7f7f;
}

input:focus, textarea:focus {
    border-color: #cfe008;
    box-shadow: 0px 0px 8px #cfe008;
    -moz-box-shadow: 0px 0px 8px #cfe008;
    -webkit-box-shadow: 0px 0px 8px #cfe008;

}

.dialog {
    background-color: #fff;
    padding: 20px;
    border-color: #cfe008;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: #cfe008;
    box-shadow: 0px 0px 10px #cfe008;
    -moz-box-shadow: 0px 0px 10px #cfe008;
	  -webkit-box-shadow: 0px 0px 10px #cfe008;
}

.dialog p {
    margin: 10px 0px;
}

.button {
    display:inline-block;
    font-size: 13px;
    font-weight: bold;
    /*padding-left: 12px;*/
}

.button input {
    /*background: transparent url('../images/button.png') no-repeat left top scroll;*/
    background-color: #a0b212;
    border: 1px solid #8b9b10;
    height: 30px;
    cursor: pointer;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-delete, .button-delete * {
   background-color: #d94141 !important;
    height: 30px;
    cursor: pointer;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
}

.button *, input[type="submit"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-position: right top;
    border: none;
    padding: 0px 12px 0px 12px !important;
    color: #fff;
}

.button:active {
    background-position: left bottom;
}

.button:active * {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-position: right bottom;
}

.error-field {
    border: 1px solid #b73333 !important;
}

input.error-field[type="radio"] {
    outline:1px solid #b73333 !important;
    *filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1,color=#FF0000); /* IE6, IE7 */
}

.error-field-label, .error {
    color: #b73333 !important;
}

.error-message, .success-message {
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    margin: 5px auto;
    padding: 5px 5px 5px 30px;
    font-weight: bold;
}

.error-message {
    border-color: #b73333;
    color: #b73333;
    background: url("../images/icons/error.png") no-repeat scroll 4px 3px transparent;
}

.success-message {
    border-color: #7bb817;
    color: #7bb817;
    background: url("../images/icons/success.png") no-repeat scroll 5px 1px transparent;
}

.tipsy {
	padding: 5px;
	font-size: 13px;
	position: absolute;
	z-index: 100000;
}

.tipsy-inner {
	padding: 10px;
	background-color: #ffffff;
	max-width: 500px;
    font-weight: bold;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.tipsy-error {
    color: #b73333;
	border-color: #b73333;
}

.tipsy-help {
    color: #355744;
	border-color: #355744;
}

.tipsy-arrow {
	position: absolute;
	width: 11px;
	height: 5px;
}

.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}

.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}

select {
    /*padding: 6px;*/
}

.even {
    background-color: #e4e4e4;
}

.odd {
    background-color: #eee;
}

input[type="file"] {
    margin-top: 6px;
}

.search-field {
    text-align: center;
    margin-bottom: 10px;
}

.search-field h3 {
    margin-top: 10px;
    display: inline-block;
}

.basic-button {
    padding: 7px 10px 7px 10px;
    border: 1px solid #355744;
    font-weight: bold;
    color: #355744;
}

.ui-autocomplete-loading { background: white url('../images/icons/loading.gif') right center no-repeat; }

.help-message {
    margin-bottom: 30px;
    text-align: center;
}

a.document-delete {
    color: #b73333 !important;
    font-weight: normal;
    margin-left: 20px;
    font-style: italic;
}

.paginator {
    display: inline-block;
    margin: 20px 0px;
}

.paginator .previous-na,
.paginator .next-na,
.paginator .previous a, .paginator .previous a:visited,
.paginator .next a, .paginator .next a:visited,
.paginator .page a, .paginator .page a:visited, .paginator .current {
    padding: 4px 6px;
}

.paginator .previous-na,
.paginator .next-na {
    border: 1px solid #aaa;
    color: #aaa;
    font-weight: normal;
}

.paginator .previous a, .paginator .previous a:visited,
.paginator .next a, .paginator .next a:visited,
.paginator .page a, .paginator .page a:visited, .paginator .current {
    border: 1px solid #aaa;
    background-color: #eee;
    color: #333;
    font-weight: bold;
}

.paginator .previous, .paginator .previous-na {
    margin-right: 8px;
}

.paginator .next, .paginator .next-na {
    margin-left: 8px;
}

.paginator .page a, .paginator .page a:visited, .paginator .current {
    margin: 0px 2px;
}

.paginator .current {
    font-size: 15px;
    padding: 6px 8px;
    border-color: #333;
}

.paginator .page a:active,
.paginator .current a:active,
.paginator .previous a:active,
.paginator .next a:active {
    background-color: #eee;
}

.paginator .page a:hover,
.paginator .current a:hover,
.paginator .previous a:hover,
.paginator .next a:hover {
    text-decoration: none;
}

p.help-text {
    text-align: center;
    margin: 5px 10px;
}


ul.form li {
    margin: 6px 0px;
}

.is-approved-1 {
    color: #EB8F00;;
    font-weight: bold;
    display:inline-block;
}

.is-approved-2 {
    color: #724300;
    font-weight: bold;
}

.is-approved-3 {
    color: #5c61ec;
    font-weight: bold;
    display:inline-block;

}

.status-1 {
  color: #EB8F00;
  font-weight: bold;
  display:inline-block;
}

.status-2 {
  color: #724300;
  font-weight: bold;
  display:inline-block;
}

.status-3 {
  color: #97a30e;
  font-weight: bold;
  display:inline-block;
}

.status-4 {
  color: #B73333;
  font-weight: bold;
  display:inline-block;
}

.status-5 {
  color: #0796cb;
  font-weight: bold;
  display:inline-block;
}

.status-6 {
  color: #c907cb;
  font-weight: bold;
  display:inline-block;
}

.status-7 {
  color: #5b02a1;
  font-weight: bold;
  display:inline-block;
}

.status-8 {
  color: #333;
  font-weight: bold;
  display:inline-block;
}

.status-9 {
  color: #777;
  font-weight: bold;
  display:inline-block;
}

.status-10 {
  color: #A30000;
  font-weight: bold;
  display:inline-block;
}
.status-11 {
  color: #D08600;
  font-weight: bold;
  display:inline-block;
}
.status-12 {
    color: #000000;
    font-weight: bold;
    display:inline-block;
}

.file-link {
  background: transparent url('../images/icons/file.png') no-repeat left top;
  padding: 2px 0px 2px 23px; }


.content ul, .section .section-body {
  display: block; }

.content ul li, .section span {
  line-height: 25px;
  display: block; }

.content li ul {
  margin-left: 30px; }

.section span, .accordion .accordion-header span, .accordion .accordion-header-piaj span {
  text-shadow: 0 0 4px #bbb;
  display: block;
  border: 1px solid #bbb;
  padding: 4px 15px;
  font-weight: bold;
  color: #064E73; }

.section span.collapsible, .accordion .accordion-header span {
  cursor: pointer;
  background: #f1f1f1 url('../images/accordion-up-arrow.png') no-repeat 98% 6px; }

.section span.collapsible.closed, .accordion .accordion-header span.closed {
  background: #f1f1f1 url('../images/accordion-down-arrow.png') no-repeat 98% 9px; }

.accordion .accordion-header-piaj span {
  cursor: pointer;
  background: #f1f1f1 url('../images/accordion-up-arrow.png') no-repeat 98% 6px; }
  
.accordion .accordion-header-piaj span.closed {
  background: #f1f1f1 url('../images/accordion-down-arrow.png') no-repeat 98% 9px; }

.section span, .accordion .accordion-header, .accordion .accordion-header-piaj {
  margin-top: 20px; }

.accordion-header-piaj span h2 {
    text-shadow: 0 0 0px #BBBBBB;
}

.accordion-list-item {
  margin: 4px 0px; }

.section .section-body {
  margin: 10px 20px; }

.section {
	margin: 30px 0px;
}

ol li, ul.bullet-list li {
	list-style-position: inside !important;
	margin: 15px 0px;
}

ol li {
	list-style: decimal;
}

ul.bullet-list li {
	list-style-type: disc !important;
	display: list-item;
}

.rent-schedule input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: 3px;
}