.captiontitle {
 	background-color: #3cb371 ;
border-radius: 5px !important;
height: 30px !important;
border: 1px solid #3cb371 ;
text-transform: uppercase;
padding-top: 5px !important;
 	color: #fff;
font-size: 14px !important;
line-height: 18px;
font-weight: bold !important;
padding-left: 10px !important;
 	}
.yellowheader > .portlet-title {
    background-color: #3cb371;
    border: 1px solid #3cb371;
    border-radius: 5px !important;
    height: 30px;
}
.yellowheader > .portlet-body {
    padding-left: 10px;
}
.yellowheader > .portlet-title > .caption {
    color: white;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 18px;
    padding-left: 10px !important;
}

#ApplicantDetailsPortlet .panel-heading .panel-title {
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.form-control-static {
    margin-bottom: 0;
    padding-bottom: 7px !important;
    padding-top: 0px !important;
}

.radio input[type=radio] {
margin-left: -9px !important;
}

input.error {
    border: 1px solid #a94442;
}
.form-control-static{
font-size: 14px;
    font-weight: 600;
}

.profile a.profile-edit {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    margin: 0;
    opacity: 0.6;
    padding: 6px 9px;
    position: absolute;
    right: 8;
    top: 0;
}

#mergeModal .modal-dialog{
	width:40%;
}

input.warning {
	background-color:#dff0d8 !important;
}
input.warning {
	background-color:#dff0d8 !important;
}
select.warning {
	background-color:#dff0d8 !important;
}
div.warning{
	background-color:#fcf8e3 !important;
	min-height:22px;
}

#parentReportModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
#parentReportModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}

#parentReportModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #337ab7;
  border: 0;
}
#parentReportModal .modal-header > a {
   color:white !important;
   cursor: pointer;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
#parentReportModal .modal-header > h4{
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

#parentReportModal .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

#parentReportModal .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

#parentReportModal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}
