
/* BEGIN - Your CSS styling starts here */

#details_127 .foobar {
	display: none;
}
fontawesomehtml {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


* {font-size:7.0pt;line-height:120%;font-family:FontAwesome,'DroidSans'!important}

/*To get the labels left*/
#details_127 .fabrikElementContainer .span12 {position:relative;margin-bottom:10px;}
#details_127 .fabrikElementContainer .span4 {display:inline-block;width:30%;vertical-align:top;float:none;}
#details_127 .fabrikElementContainer .span8 {display:inline-block;width:66%;vertical-align:top;float:none;}
#details_127  .form-horizontal .control-label {float:none}
/*To get group columns, span4= 3 columns, span6= 2 columns etc*/
#details_127 .fabrikElementContainer.span6 {display:inline-block;width:48%;}
#details_127 .fabrikElementContainer.span4 {display:inline-block;width:30%;}
/*May be for image display*/
#details_127 img {width:auto;height:auto;}

#details_127 .icon-checkmark:before {content:'yes'}
#details_127 .icon-remove:before {content:'no'}

body {margin-top:2.2em;margin-bottom:1.7em}
#headerdompdf {
    display:block;
    position: fixed;
    top: 0px;
    width:100%;
    height:0.8em;
    border-bottom: 1px solid red;
}
#footdompdf {
    display:block;
    position: fixed;
    bottom: 0px;
    width:100%;
    height: 1.1em;
    border-top: 1px solid red;
}
#footdompdf .pagenum { position:absolute;
    right: 20px;}
#footdompdf .pagenum:after {
  content: counter(page) ; //This is including the page number at bottom right
}
#footdompdf .footleft {
    color:red;
}

.fabrikActions button[name='Goback'] {
background: green;;
}
Other button names: 'Submit', 'Reset', 'delete'

/* END - Your CSS styling ends here */
