table.form-table.excavations-report input[type=text], 
table.form-table.excavations-report textarea,
table.form-table.excavations-report select {
	width: 100%;
}

table.form-table.excavations-report input[type=text].input-half{
	width: 45%;
}


.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 8px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 8px 12px;
    pointer-events: none;
}

.hide-calendar .ui-datepicker-calendar {
    display: none;
}

.hide-month .ui-datepicker-month {
    display: none;
}

#image_container {
	width: 80%;
	max-width: 100%;
	border: 1px solid #e6e6e6;
	min-height: 150px;
	border-radius: 7px;
	background-color: #f9f9f9;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
	text-align: center;
	margin: 10px auto;
}

#image_container img {
	width: 100%;
	border-radius: 7px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 2px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

#reportList {
	width: 100%;
	margin: 10px 5px;
}

#reportList ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#reportList ul li div.reportContainer {
	position: relative;
	clear: both;
}

#reportList div.reportImgContainer {
	float: left;
	margin: 5px;
}

#reportList div.reportImgContainer img.reportImg {
	width: 100px;
	height: 100px;
}

#reportList div.reportDetails p{
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

#reportDetails {
	margin: 20px 0px;
}

#reportDetails p {
	margin: 0px 0px 20px;
	padding: 0px;
}

#reportDetails .readmore-js-toggle {
	background-color: #009DDB !important;
	color: #FFF;
	border: 0px none;
	padding: 8px 15px;
	width: 70px;
	text-align: center;
	margin: 0 auto;
}

.float-right {
	float: right;
}

.text-muted {
	color: #777;
}
