@charset "utf-8";
/* CSS Document */

/*Herman Utility Styles*/
.margin1 {
    margin: 1px;
}
.margin2 {
    margin: 2px;
}
.margin3 {
    margin: 3px;
}
.margin4 {
    margin: 4px;
}
.margin5 {
    margin: 5px;
}
.margin10 {
    margin: 10px;
}
.marginleft0 {
    margin-left: 0;
}
.marginleft5 {
    margin-left: 5px;
}
.marginleft10 {
    margin-left: 10px;
}
.marginright0 {
    margin-right: 0;
}
.margin0, .table td.margin {
    margin: 0;
}
.automargin {
    margin: 0 auto;
}
.table.smalltdpad td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.padding0,
.table td.padding0,
.table.padding0 td {
    padding: 0;
}
.padding1,
.table td.padding1,
.table.padding1 td {
    padding: 1px;
}
.padding2,
.table td.padding2,
.table.padding2 td {
    padding: 2px;
}
.padding3,
.table td.padding3,
.table.padding3 td {
    padding: 3px;
}
.padding4,
.table td.padding4,
.table.padding4 td {
    padding: 4px;
}
.padding5,
.table td.padding5,
.table.padding5 td {
    padding: 5px;
}
.padding10,
.table td.padding10,
.table.padding10 td {
    padding: 10px;
}
.padding15,
.table td.padding15,
.table.padding15 td {
    padding: 15px;
}
.padding20,
.table td.padding20,
.table.padding20 td {
    padding: 20px;
}
.paddingleft0 {
    padding-left: 0;
}
.paddingtop0 {
    padding-top: 0;
}
.paddingleft5 {
    padding-left: 5px;
}
.paddingleft10 {
    padding-left: 10px;
}
.paddingright,
.paddingright0 {
    padding-right: 0;
}
.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.padding5 {
    padding: 5px;
}
.padding20 {
    padding: 20px;
}
.divider0 {
    clear: both;
    height: 0;
}
.divider1 {
    clear: both;
    height: 1px;
}
.divider2 {
    clear: both;
    height: 2px;
}
.divider5 {
    clear: both;
    height: 5px;
}
.divider10 {
    clear: both;
    height: 10px;
}
.divider15 {
    clear: both;
    height: 15px;
}
.divider20 {
    clear: both;
    height: 20px;
}
.divider25 {
    clear: both;
    height: 25px;
}
.divider30 {
    height: 30px;
}
.marginleft15 {
    margin-left: 15px;
}
.marginleft5 {
    margin-left: 5px;
}
.margintop20 {
    margin-top: 20px;
}
.margin20 {
    margin: 20px;
}
.margin20-0 {
    margin: 20px 0;
}
.table td.topbottom0,
.topbottom0 {
    padding-top: 0;
    padding-bottom: 0;
}
.control-label.leftalign,
.leftalign,
.leftalignlabels .control-label,
.table td.leftalign {
    text-align: left;
}
.rightalign,
.table td.rightalign {
    text-align: right;
}
.middlealign,
.table td.middlealign {
    vertical-align: middle;
}
.table td.topalign,
.topalign {
    vertical-align: middle;
}
.centeralign,
.table td.centeralign {
    text-align: center;
}
.topalign {
    vertical-align: top;
}
.border0,
.noborder,
.noborder div,
.table.border0 td,
.table.noborder td {
    border: none;
}
.table.nomargin {
    margin: 0;
}
.noround {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.clear {
    clear: both;
}
.blocked,
.show {
    display: block;
}
.lineblocked {
    display: inline-block;
}
.inline {
    display: inline;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.autowidth,
.form-horizontal input.autowidth,
select.autowidth,
td.autowidth {
    width: auto;
}
.form-horizontal input.maxwidth,
.maxwidth,
select.maxwidth,
td.maxwidth {
    width: 100%;
}
.form-horizontal input.maxheight,
.maxheight,
select.maxheight,
td.maxheight {
    height: 100%;
}
.form-horizontal input.halfwidth,
.halfwidth,
select.maxwidth,
td.halfwidth {
    width: 50%;
}
.30width,
.form-horizontal input.halfwidth,
select.halfwidth,
td.30width {
    width: 30%;
}
.80width,
.form-horizontal input.80width,
.form-horizontal select.80width,
select.80width,
select.chzn-select.80width,
td.80width {
    width: 80%;
}
.75width,
.form-horizontal input.75width,
.form-horizontal select.75width,
select.75width,
td.75width {
    width: 75%;
}
.70width,
.form-horizontal input.70width,
.form-horizontal select.70width,
select.70width,
td.70width {
    width: 70%;
}
.85width,
.form-horizontal input.85width,
.form-horizontal select.85width,
td.85width {
    width: 85%;
}
.90width,
.form-control.90width,
input.90width,
select.90width,
td.90width {
    width: 90%;
}
.94width,
.form-horizontal input.94width,
select.94width,
td.94width {
    width: 94%;
}
.95width,
td input.95width,
td select.95width,
td.95width {
    width: 95%;
}
.96width,
.form-horizontal input.96width,
select.96width,
td.96width {
    width: 96%;
}
.98width,
.form-horizontal input.98width,
select.98width,
td.98width {
    width: 98%;
}
.form-control.width50,
.width50,
select.width50 {
    width: 50px !important;
}
.form-control.width75,
.width75,
select.width75 {
    width: 75px !important;
}
.form-control.width80,
.width80,
select.width80 {
    width: 80px !important;
}
.form-control.width90,
.width90,
select.width90 {
    width: 90px !important;
}
.form-control.width100,
.width100,
select.width100 {
    width: 100px !important;
}
.form-control.width110,
.width110,
select.width110 {
    width: 110px !important;
}
.form-control.width125,
.width125,
select.width125 {
    width: 125px !important;
}
.form-control.width150,
.width150,
select.width150 {
    width: 150px !important;
}
.form-control.width170,
.width170,
input.width170,
select.width170 {
    width: 170px !important;
}
.width180,
input.width180,
select.width180 {
    width: 180px !important;
}
.width200,
select.width200 {
    width: 200px !important;
}
.width225,
select.width225 {
    width: 225px !important;
}
.width250,
select.width250 {
    width: 250px !important;
}
.width300,
select.width300 {
    width: 300px !important;
}
.auto,
select.auto,
table.auto,
td.auto {
    width: auto !important;
}
.testborder {
    border: 1px solid #999;
}
.actionbuttons,
.makerelative {
    position: relative;
}
.makeabsolute {
    position: absolute;
}
.labeldescription {
    text-align: left;
    font-style: italic;
    font-weight: 400;
    color: #999;
}
.nodecoration {
    text-decoration: none;
}
.nodecoration:hover {
    text-decoration: none;
}
.normaltext {
    font-style: normal;
}
.italisize {
    font-style: italic;
}
.pagedescription {
    color: #666;
    font-style: italic;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}
.hidden,
.hidden_column,
.hidden_container,
.hidden_row,
.hidden_row_educ,
.hidden_row_family,
.hidden_row_input,
.hidden_row_job,
.hidden_row_med,
.hidden_row_person,
.hidden_row_ref {
    display: none;
}
.nowrapping,
td.nowrapping,
th.nowrapping {
    white-space: nowrap;
}
.wrapping,
td.wrapping,
th.wrapping {
    white-space: normal;
}
.blockcontainer {
    display: block;
    width: 100%;
    text-align: center;
}
.bolded {
    font-weight: 700;
}
.notbolded {
    font-weight: 400;
}
.table td.amountcell,
td.amountcell {
    text-align: right;
    padding-right: 20px;
}
.requiredmark {
    color: red;
    margin-right: 5px;
}
.alert {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.noimgbutton,
.noimglink {
    display: inline-block;
    padding: 6px 10px 7px 10px;
}
.noimgbuttonsmall {
    display: inline-block;
    padding: 2px 6px 4px 6px;
}
.link,
a.link {
    color: #4d7496;
}
.minheight100 {
    min-height: 100px;
}
.minheight150 {
    min-height: 150px;
}
.minheight200 {
    min-height: 200px;
}
.minheight250 {
    min-height: 250px;
}
.minheight300 {
    min-height: 300px;
}
.minheight400 {
    min-height: 400px;
}
.minwidth100 {
    min-width: 100px;
}
.minwidth150 {
    min-width: 150px;
}
.minwidth200 {
    min-width: 200px;
}
.minwidth250 {
    min-width: 250px;
}
.minwidth300 {
    min-width: 300px;
}
.minwidth400 {
    min-width: 400px;
}
#passwordStrength {
    height: 5px;
    display: block;
    float: left;
}
.strength0 {
    width: 100px;
    background: #ccc;
}
.strength1 {
    width: 13px;
    background: red;
}
.strength2 {
    width: 25px;
    background: #ff5f5f;
}
.strength3 {
    width: 50px;
    background: #56e500;
}
.strength4 {
    background: #4dcd00;
    width: 75px;
}
.strength5 {
    background: #399800;
    width: 100px;
}
.whitetext {
    color: #fff;
}
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
    opacity: 0.5;
}
.imgareaselect-border1 {
    border: solid 1px #000;
}
.imgareaselect-border2 {
    border: dashed 1px #fff;
}
.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
}
.imgareaselect-outer {
    background-color: #000;
    opacity: 0.4;
}
.imgareaselect-selection {
    background-color: #fff;
    opacity: 0;
}
#imagecontainer,
.imagecontainer {
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
}
.imagecontainer.shadowround {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -moz-box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -webkit-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
}
#profileinfo,
#thumbinfo,
.profileinfo,
.thumbinfo {
    position: relative;
    max-height: 195px;
    height: auto;
    width: auto;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #c2c2c2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
}
#profileinfo.new_pic,
.profileinfo.new_pic {
    border-style: ridge;
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -moz-box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -webkit-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
}
#thumbinfo,
.thumbinfo {
    max-height: 120px;
    height: auto;
    width: auto;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f1f1f1;
    display: inline-block;
}
.thumbinfo.logo {
    width: 82px;
}
#thumbinfo.new_pic,
.thumbinfo.new_pic {
    margin: 0 auto;
    margin-bottom: 5px;
    width: auto;
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -moz-box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -webkit-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
}
#profileinfo #profileimage,
.profileinfo .profileimage {
    margin-top: 0;
    width: 200px;
    height: 200px;
}
.editpicture {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #999;
    height: 22px;
    left: 5px;
    position: absolute;
    top: 7px;
    width: 92%;
    opacity: 0.5;
}
.editpicture img {
    position: absolute;
    right: 10px;
    top: 3px;
}
.editpicture label {
    margin-right: 28px;
    color: #335cad;
    vertical-align: middle;
    float: right;
}
#profileinfo.new_pic .editpicture,
.profileinfo.new_pic .editpicture {
    left: 0;
    top: 3px;
    width: 98%;
}
.imagecontainer {
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
}
.imagecontainer.shadowround {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -moz-box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
    -webkit-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px #ebebeb, 0 0 0 3px #e0e0e0, 0 0 0 4px #d6d6d6;
}
.absoluteupload {
    width: 65%;
    padding: 1px;
    text-align: center;
    display: none;
}
#uploadlink,
.uploadlink {
    padding: 2px 5px;
    text-align: center;
    margin: 2px auto;
    text-decoration: none;
    display: block;
    font-size: 10px;
}
.peoplelist {
    margin: 25px 0;
    margin-top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.peoplelist .peoplewrapper {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    height: 130px;
    margin-bottom: 10px;
    padding: 15px 10px;
}
.peoplelist .thumb {
    float: left;
}
.peoplelist .thumb img {
    display: block;
    width: 80px;
}
.peoplelist .peopleinfo {
    margin-left: 95px;
    margin-top: -15px;
}
.peoplelist .peopleinfo h4 {
    font-size: 15px;
    font-weight: 700;
}
.peoplelist .peopleinfo h4 span {
    font-family: sans-serif;
    font-size: 10px;
    margin-left: 5px;
    text-transform: uppercase;
}
.peoplelist .peopleinfo h4 span.on {
    color: green;
}
.peoplelist .peopleinfo h4 span.off {
    color: #999;
}
.peoplelist .peopleinfo ul {
    color: #666;
    font-size: 11px;
    list-style: none outside none;
}
padding .peoplelist .peopleinfo ul li {
    line-height: 18px;
}
.peoplelist .peopleinfo ul li span {
    line-height: 18px;
}
.pager {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 0;
    text-align: left;
}
.pager:after,
.pager:before {
    content: "";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    margin: 0 0 5px -5px;
    padding: 6px 12px;
}
.pager .page-mover-current {
    background-color: #4d7496;
    border: 1px solid #3c5a74;
    color: #fff;
    padding: 8px 15px 7px 14px;
}
.pager a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}
.pager .next a {
    float: right;
}
.pager .previous a {
    float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
    background-color: #fff;
    color: #999;
    cursor: default;
}
.fieldsetcontainer {
    border: solid 1px #428bca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
    background: 0 0;
    width: 100%;
    height: auto;
}
.fieldsetcontainer legend {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: 0 0;
    line-height: 16px;
    width: auto;
    font-size: 15px;
    line-height: 16px;
    margin-left: 25px;
    padding-right: 5px;
    border: none;
    font-weight: 700;
}
img.ui-datepicker-trigger {
    margin-left: 0;
    vertical-align: middle;
}
.datefield,
.xdatefield {
    z-index: 1500;
    display: inline;
}
#upload-wrapper {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    background: #3d91a2;
    padding: 50px;
    border-radius: 10px;
}
#upload-wrapper h3 {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    margin-top: -30px;
    border-bottom: 1px dotted #ddd;
}
#upload-wrapper input[type="file"] {
    padding: 6px;
    background: #fff;
    border-radius: 5px;
}
#upload-wrapper #submit-btn {
    border: none;
    padding: 10px;
    background: #61bae4;
    border-radius: 5px;
    color: #fff;
}
#output {
    padding: 5px;
    font-size: 12px;
    margin-top: 5px;
}
#progressbox,
.progressbox {
    border: 1px solid #51a351;
    padding: 1px;
    position: relative;
    width: 100%;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: none;
    text-align: left;
}
#progressbar,
.progressbar {
    height: 20px;
    width: 1%;
    background-color: #51a351;
    background-image: -gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
#statustxt,
.statustxt {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #fff;
}
#filenamedisplay,
.filenamedisplay {
    cursor: text;
    text-overflow: ellipsis;
    padding: 4px 0 0 8px;
    height: 34px;
    width: 250px;
    z-index: 1;
    overflow: hidden;
}
.form-control.file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    font-size: 99px;
    opacity: 0;
}
.fileinput-btn {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Jquery stepy styles */
.button-back { float: left; }
.button-next, .finish { float: right; }
.button-back, .button-next, .finish {
    /*border: 1px solid #C9C4BA; color: #7F0055; cursor: pointer; font: 10px verdana; padding: 3px 10px; text-decoration: none;
    -khtml-border-radius: 3px; -moz-border-radius: 3px; -opera-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/
    margin-bottom: 20px; margin-right: 10px;
}
.button-back {
    margin-left: 10px;
}

.step {
    /*border: 1px solid #DDD; 
    -khtml-border-radius: 3px; -moz-border-radius: 3px; -opera-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/
    clear: left; 
    width: 100%; 
    padding:5px;
}

.stepy-titles { list-style: none; margin: 0 0 0 0; padding: 0; width: 100%; }
.stepy-titles li { color: #DDD; cursor: pointer; font-weight: bold; font-size: 16px; float: left; padding: 10px 50px 10px 10px; }
.stepy-titles li span { font-size: 12px; display: block; font-weight:500; }
.stepy-titles .current-step { color: #369; cursor: auto; }
.stepy-titles#indexform-titles {
    margin-top: 5px;
}
.stepy-titles li {
    color: #999;
    background-color: #eee;
    width: 20%;
    height: 60px;
    margin-top: 3px;
    border-right: 2px dotted #999;
    padding-right:10px;
}
.stepy-titles > li > div {
    font-size: 14px;
}
.stepy-titles li:first-child {
    border-left: 2px dotted #999;
}
.stepy-titles li.current-step {
    background-color: #fff;
    border-top: 1px dotted #999;
}
.datatable-header, .datatable-footer {
	padding-top: 0 !important;	
}