#form2 {
	position: relative;
	background-color: #FFF;
	padding: 5px 0;
	color: #000;
	font: 16px/16px Arial;
}
#form2 #doFormsBuildContent {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#form2 .nolive, #form2 .typeIcon {
	display: none !important;
}
#form2 .formBox {
	position: relative;
	width: 100%;
	margin: 5px 0;
	padding-bottom: 5px;
	background-color: #c5c5c5;
	text-align: center;
	vertical-align: top;
}

#form2 .formBox .multi, #form2 .formBox .drawSignatureButtons, #form2 .formBox .drawSignature {
	display: none;
}
#form2 .formBox .drawSignatureButtons {
	margin-top: -4px;
}
#form2 .formBox .show {
	position: relative;
	display: block !important;
	padding: 0px 1px;
}
#form2 .formBox.hide {
	display: none !important;
}
#form2 .title {	
	background-color: #0071ad;
    color: #FFF;
    font: normal normal 18px/22px Arial;
    margin-bottom: 2px;
    padding: 0 4px;
    overflow: hidden;
}
#form2 .title:empty {
	display: none;
}
#form2 .subtitle, #form2 .labelsubtitle {
	min-height: 4px;
	padding: 0 4px;
}
#form2 .missing {
	background-color: #ffd9d9 !important;
	box-shadow: inset 0px 0px 0px 2px red;
}
#form2 .DataTableLookup .display1 {
	text-align: right !important;
}
#form2 .LayoutGrid {
    border-radius: 5px;
    padding: 0;
    margin: 15px 0 0 0;
    background-color: #b3b3b3;
}
#form2 .LayoutGrid .formBox {
	display: inline-block;
	width: 100%;
	padding-bottom: 2px;
	margin: 0;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
#form2 .LayoutGrid .formBox:after {
	content:"";	
	border-left: 1px solid #000;
	position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}
#form2 .LayoutGrid.noborder .formBox:after {
	display: none;
}
#form2 .LayoutGrid .formBox.Signature {
	text-align: center;
}
#form2 .GridArea {
	display: flex;
	flex-wrap: wrap;
}
#form2 .GridArea.hide {
	display: none !important;
}
#form2 .checkBoxListLive, #form2 .radioListLive {
	text-align: left;
	padding: 0 3px;
}
#form2 .checkBoxListLive.missing, #form2 .radioListLive.missing {
	background-color: #ffd9d9;
    box-shadow: inset 0px 0px 0px 2px red;
}
#form2 .drawSignatureStart {
	display: inline-block;
    vertical-align: top;
}
#form2 .drawSignatureStart SPAN{
	pointer-events: none;
}
#form2 .Buttons{
	display: inline-block;
    background-color: #0071ad;
    color: #FFF;
    height: 32px;
    min-width: 36px;
    font: 16px / 32px Arial;
    margin: 5px 7px 1px;
    padding: 0 4px;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: -0.7px;
}
#form2 .Buttons.doSearch {
	width: 32px !important;
	min-width: 32px;
}
#form2 .Buttons.doSearch:before {
	content: "\f00e";
	width: 20px;
    font: normal 19px/32px FontAwesome;
    text-align: center;
}
#form2 .formBox.Search INPUT[type=text] {
	width: 80%;
}

#form2 .Buttons.drawSave {
	background-color: #00c100;
}
#form2 .Buttons.drawCancel {
	background-color: #f37c7c;
	display: none;
}
#form2 .drawSignature, #form2 .drawSignatureImg {
	display: inline-block;
	border: 2px solid #000;
	background-color: #FFF;
	margin: 0 auto 5px;	
}
#form2 .formBox .icon-search, #form2 .formBox .icon-delete, #form2 .formBox .icon-info, #form2 .formBox .icon-eye, #form2 .formBox .icon-noeye,  #form2 .formBox .icon-trash{
	display: none;
}
#form2 .formBox[hint=true] .icon-search, #form2 .formBox[hint=true] .icon-info {
	display: block !important;
}
#form2 .formBox[trash=true] .icon-delete {
	display: inline-block;
}
#form2 .formBox[hint=true] .dataEntry{
	display: none;
}
#form2 .formBox[hint=true] .dataEntry {
	max-height: 200px;
	min-height: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}
#form2 .formBox .dataEntry.show{
	display: block !important;
}
#form2 .formBox>DIV {
	min-height: 30px;
}
#form2 .formBox.LayoutGrid>DIV {
	min-height: 0;
	overflow: hidden;
}
#form2 .formBox DIV.icons {
	position: absolute;
    right: 2px;
    top: 0;  
}
#form2 .formBox.hintshow .dataEntry {
	display: block; /* show clicked hint*/
}
#form2 .formBox DIV.icons>DIV:nth-child(2) {
	display: none;
}
#form2 .formBox.DataTableLookup {
	font: 15px/28px Arial;
}
#form2 .formBox.DataTableLookup .multilist{
	display: flex;
    flex-flow: wrap;
}
#form2 .formBox.DataTableLookup .multilist>SPAN {
	margin: 1px;
    border: 1px solid black;
    text-align: left;
    padding: 0 1px;
}
#form2 .formBox.DataTableLookup .multilist INPUT {
	width: 24px;
    height: 24px;
}
#form2 .ResultArea>DIV{
    display: flex;
    flex-flow: wrap;
    border: 2px solid white;
    margin: 4px;
    border-radius: 15px;
    overflow: hidden;
}
#form2 .ResultArea .GridResultTitle {
	width: 100%;
	text-align: center;
	margin: 4px;
	font-weight: bold;
}
#form2 .ResultArea .GridResultTitle>SPAN {
	display: inline-block !important;
	float: right;
	font-style: italic;
	margin: 0 20px;
}
#form2 .ResultArea .GridResultTitle.Hidden {
	display: none;
}
#form2 .ResultArea ARTICLE {
	display: flex;
    flex-wrap: wrap;
	border: 1px solid #000;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 10px;
}
#form2 .icon {
	vertical-align: top;
    pointer-events: all;
    cursor: pointer;
    background-color: #e4e4e4;
    padding: 0;
    border-radius: 50%;
}
#form2 .formBox.delete {
    background-image: url(../img/stripes.png);
}
#form2 .UPprogress-bar {
	background-color: #35c335;
	height: 100%;
	width: 0;

	transition: width .1s;
    -webkit-transition: width .1s;
    -moz-transition: width .1s;
}
#form2 .UPprogress-status {
	text-align: center;
	margin-top: -18px;
	font-size: 14px;
	color: #000;
	font-style: italic;
}
#form2 .UPprogress-div {
	font: bold normal 18px/22px Arial !important;
	color: #0072aa;
}
#form2 INPUT[type=number] {
	text-align: right;
	overflow: hidden;
}
/*
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
*/
#form2 INPUT[type=submit] {
	display: block;
	min-width: 100px;
	max-width: 300px;
    padding: 8px 4px;
    background-color: #eff7ff;
    box-shadow: 2px 2px 2px #000;
    border-radius: 6px;
    color: #000;
    font: bold 18px/14px Ubuntu, Arial;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto 4px;
    outline: none;
}
#form2 INPUT[type=submit]:hover {
	background-color: #0081ff;
	color: #FFF;
}
#form2 INPUT[type=checkbox], #form2 INPUT[type=radio] {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 1px;
	cursor: pointer;
}

#form2 INPUT[type=text], #form2 INPUT[type=email] {
	width: 99%;
	padding: 2px;
	font: 15px/19px Arial;
}
#form2 INPUT[type=file] {
	font-style: italic;
	border: 1px solid #000;
}
#form2 .pictureMobile {
	display: flex;
    justify-content: space-evenly;
} 
#form2 SELECT {
	width: 100%;
	height: 26px;
	font: 16px/20px Arial;
}
#form2 SELECT[multiple] {
	height: auto;
}
#form2 .formBox.DataTableLookup .Spinning:after {
	content: "\f110";
	display: inline-block;
    color: #007df9;
    font: normal 18px/20px FontAwesome;
    position: absolute;
    right: 20px;
    margin-top: 2px;
    -webkit-animation: rotation 1s infinite linear;
    pointer-events: none;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}

#form2 SELECT.disabled {
	background: #dedede !important;
    pointer-events: none;
}

#form2 SELECT OPTION.disabled {
	display: none;
}
#form2 A, #form2 A:visited, #form2 A:active, #form2 A:hover {
	color: black;
    font-weight: bold;
}
#form2 A.doc:before {
	content: "\f0f6";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    width: 24px;
    font-size: 20px;
}
#form2 .dataEntry {
	text-align: left;
	padding: 2px 4px 0;
	min-height: 18px;
}
#form2 .dataEntry IMG {
	display: block;
	text-align: center;
	margin: 2px auto;
	max-width: 100%;
	max-height: 800px;
}
#form2 .dataEntry>DIV {
	border-top: 1px dashed #000;
	padding-top: 4px;
}
#form2 .dataEntry>DIV:first-child {
	border-top: 0;
	padding-top: 0;
}
#form2 .formBox.Weather .dataEntry>DIV {
	display: block;
}
#form2 .formBox.UniqueID B, #form2 .formBox.UniqueID SPAN {
	font-size: 16px !important;
	font-weight: bold;
}
#form2 .takenPictures {
	pointer-events: none;
}
#form2 .takenPictures.Drawing {
	pointer-events: all;
}
#form2 .takenPictures IMG, #form2 .takenPictures CANVAS {	
    display: inline-block;
    max-width: 100%;
    pointer-events: none;
}
#form2 .takenPictures SPAN {
	position: relative;
    display: inline-block;
    pointer-events: none;
    max-width: 49%;
    margin: 4px;
}
#form2 .takenPictures SPAN:before {
	position: absolute;
    content: "\f1f8";
    font: 32px/32px FontAwesome;
    width: 24px;
    height: 34px;
    background-color: rgba(255,255,255,0.6);
    padding: 2px 6px 0;
    pointer-events: auto;
    cursor: pointer;    
    border-radius: 19px;
    border: 1px solid #000;
    top: 10px;
    left: 10px;
}
#form2 .takenPictures SPAN:after {
	position: absolute;
    content: "\f040";
    font-family: FontAwesome;
    color: blue;
    font: 30px/30px FontAwesome;
    width: 24px;
    height: 34px;
    background-color: rgba(255,255,255,0.6);
    padding: 2px 6px 0;
    pointer-events: auto;
    cursor: pointer;    
    border-radius: 19px;
    border: 1px solid #000;
    top: 10px;
    right: 10px;
}
#form2 .formBox.EmbedImage .takenPictures SPAN:before {
	display: none;
}
#form2 .takenPictures SPAN.nodraw:after, #form2 .takenPictures A.nodraw:after {
	display: none;
}
#form2 .takenPictures SPAN.nozoom:before, #form2 .takenPictures A.nozoom:before {
	display: none;
}
#form2 .takenPictures SPAN.Drawing:before {
	position: absolute;
    content: "\f00d";
    font: 32px/32px FontAwesome;
    width: 24px;
    height: 34px;
    background-color: rgba(255,255,255,0.6);
    padding: 2px 6px 0;
    pointer-events: auto;
    cursor: pointer;    
    border-radius: 19px;
    border: 1px solid #000;
    top: 10px;
    left: 10px;
}
#form2 .takenPictures SPAN.Drawing:after {
	position: absolute;
    content: "\f0c7";
    font-family: FontAwesome;
    color: red;
    font: 30px/31px FontAwesome;
    width: 24px;
    height: 34px;
    background-color: rgba(255,255,255,0.6);
    padding: 2px 6px 0;
    pointer-events: auto;
    cursor: pointer;    
    border-radius: 19px;
    border: 1px solid #000;
    top: 10px;
    right: 10px;
}
#form2 .formBox.DataTableLookup .multi DIV {
	display: none;
}
#form2 .formBox.DataTableLookup .multi DIV.show{	
    margin: 3px 0;
    padding: 0;
    text-align: left;
    box-shadow: 1px 1px #000;
}
#form2 .formBox.DataTableLookup .multi DIV.show.inline {
	display: inline-block !important;
    margin: 4px 2px 0;
    padding-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 98%;
    text-overflow: ellipsis;
}
#form2 .nolive.show {
	display: none !important;
}
#form2 .mailMergeError {
	display: block;
    text-align: left;
}
#form2 .mailMergeError SPAN {
	display: block;
    color: red;
}
#form2 .formBox.DataText.Upload .uploaded {
	color: blue;
}
#form2 .formBox.DataText.Upload .dataEntry>DIV{
	display: inline-block;
	font-weight: bold;
}
#form2 .formBox .imageList SPAN {
		display: inline-block;
	}
#form2 .formBox .imageList IMG{
    max-width: 90%;
    margin: 4px;
	vertical-align: top;
}
#form2 .formBox .takenPictures IMG.imageFrame {
	border: 10px solid #FFF;
}
#form2 .formBox .takenPictures IMG.imageShadow {
	box-shadow: 4px 4px 5px #313131;
}

#form2 .formBox .required:after {
	content: "\f005";
	color: red;
    font: normal 10px/10px FontAwesome;
    padding-left: 3px;
    vertical-align: super;
    text-shadow: 1px 1px #FFF;
}
#form2 TEXTAREA{
	display: block;
	width: 100%;
	height: 70px;
	font: 16px/16px Arial;
	resize: none;
	overflow: hidden;
	box-sizing: border-box;
}
#form2 .inputPDF {
	border: 1px solid #000;
	background-color: #FFF;
	text-align: left;
	padding: 2px;
	font-size: 13px;
}
#form2 .formBox.GPS INPUT {
	/*display: none;*/
}
#form2 .GPSmap {
	padding-bottom: 3px;
	max-height: 300px;
}
#form2 .GPSmap IMG{
	max-width: 300px;
    width: 100%;
	border: 1px solid #000;	
}
#form2 .Emailing .emailbody{
	display: none;
}
#form2 .Emailing .emailbodyShow{
	background-color: #FFF;
	text-align: left;
	padding: 0 3px;
	margin: 0 4px;
	min-height: 20px;
}
#form2 .Emailing DIV.attachresources {
	display: none;
}
#form2 .icon-sync, #form2 .icon-email {
	display: none;
}
#form2 IMG.dataEntry {
	max-width: 340px;
	max-height: 340px;
    width: 100%;
	border: 1px solid #000;
	padding: 0;
	background-color: #d0d0d0;
}
#form2 .dataEntryInfo {
	height: 15px;
}
#form2 .FormBox.MailMerge {
	text-align: left;
	font-size: 14px;
	padding: 3px;
}
#form2 .FormBox.MailMerge .fileMailMerge{
	color: blue;
	text-transform: lowercase;
}
#form2 .formBox .show.inline {	
	display: inline-block !important;
	margin: 0 10px;
}
#form2 .formBox .show.inline .checktext{
	margin-left: -5px;
}
#form2 .Weather TABLE {
	width: 100%;
}
#form2 .Weather .show SPAN {
	display: inline-block;
	vertical-align: top;
}
#form2 .Weather .weatherinfo {
	text-align: center;
	width: 78%;
}
#form2 .Weather .weatherdata {
	text-align: center;
	padding-top: 4px;
	width: 25%;
}
#form2 .Weather .weatherforecast {
	margin: 0px;
}
#form2 .Weather .weatherforecast>SPAN, #form2 .Weather .weatherforecast TD {
	display: inline-block;
    width: 49px;
    text-align: center;
    vertical-align: top;
    font: 10px/10px Arial;
    border: 0;
    margin-top: 2px;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
}
#form2 .Weather .weatherinfo B {
	display: block;
	min-height: 17px;
	text-transform: capitalize;
}
#form2 .weatherforecast SVG {
	background-color: rgba(255, 255, 255, 0.8);
}
#form2 .weatherforecast .liner {
	stroke: #003c81;
    stroke-width: 1;
    stroke-dasharray: 2;
    stroke-dashoffset: 350;
    animation: dash 30s linear forwards;
}
@keyframes dash {  	
    100% { stroke-dashoffset: 1; }
}
#form2 .weatherforecast .texter {
	font: bold 14px/14px Arial;
}
#form2 .weatherforecast B{
	display: block;
    font: bold 11px/12px Arial;
    margin-top: 2px;
}
#form2 .weatherforecast IMG {
	width: 42px;
    height: 42px;
    margin: -12px auto;
}
#form2 .Weather .wdate, #form2 .Weather .winfo2, #form2 .Weather .wfeelslike {
	font-size: 12px;
    line-height: 14px;
}
#form2 .Weather .winfo {
    padding: 3px;
}
#form2 .Weather .wdegreeC, #form2 .Weather .wdegreeF {
	display: block;
	font-size: 24px;
}
#form2 .Weather .wicon IMG {
	width: 50px;
	height: 50px;
	margin-top: -8px;
}
#form2 .formBox.Emailing.hidden {
	display: none !important;
}
#form2 .formBox.DragSpace {
	display: none;
}
#form2 .formBox.hidden, #form2 .formBox.hasDisplay {
	display: none;
}
#form2 .formBox.Action {
	display: block;
}
#form2 .GridArea>.formBox.Action {
	display: inline-block !important;
}
#form2 .formBox.ActionRequired {
	text-align: left;
	padding: 4px;
	/*display: none !important;*/
}
#form2 .formBox.ActionRequired SELECT{
	text-transform: capitalize;
}
#form2 .formBox.ActionRequired.Action {
	display: block !important;
}
#form2 .formBox.ActionRequired .injectedData{
	display: none;
}
#form2 INPUT[type=datetime-local] {
	width: 270px;
}
#form2 .formBox.Emailing .actionInfo P {
	display: inline-block;
}
#form2 .formBox.Action.hidden {
	display: none !important;
}
#form2 .ImageDrawer {
    margin: 2px auto;
    box-shadow: 0px 0px 0px 4px #e91e63;
}
#form2 .formBox .videoList {
	position: relative;
	text-align: center;	
}
#form2 .formBox .videoList:before {
	content: "\f144";
    position: absolute;
    width: 100%;
    font: normal 80px/22px FontAwesome;
    color: rgb(255, 255, 255, 0.8);
    left: 0;
    top: 50%;
    pointer-events: none;
}
#form2 .formBox .videoList>IMG {
	width: 100%;
	max-width: 400px;
	height: auto;
	cursor: pointer;
}
#form2 .RepeatButton {
    width: auto !important;
    min-width: 200px;
    padding: 0 20px !important;
}
#form2 .ResultArea .Repeats {
    background-color: #e2e2e2;
    overflow: hidden;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transform-origin: top center;
    -webkit-transform-origin: top center;
    transition: transform .2s ease-out;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .23s ease-out;
    transform: scale3d(1,0,1);
    -webkit-transform: scale3d(1,0,1);
    -moz-transform: scale3d(1,0,1);
}
#form2 .ResultArea .Repeats.opens {
    transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
}
#form2 .ResultArea .Repeats .closeRepeat {
    color: #000;
    width: 34px;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0;
    cursor: pointer;
}
#form2 .ResultArea .Repeats .closeRepeat:before {
    content: "\f1f8";
    font: normal 22px/22px FontAwesome;
}
#form2 .ResultArea .Repeats>DIV.title {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    width: 100%;
    padding: 2px;
    margin-bottom: 8px;
}
#form2 .ResultArea .Repeats>DIV>SPAN {
    flex-grow: 1;
}
#form2 .RepeatGrid>.title {
	display: none;
}
#form2 .hlght {
	background-color: #fdff32;
	color: #000;
}
#form2 .formBox[dtype='[DATALIST]'] {
	min-height: 69px;
}
#form2 .formBox[dtype='[DATALIST]'] .multi:before {
	content: "\f1f8";
    font: 19px/22px FontAwesome;
    color: #000;
    position: absolute;
    left: 5px;
    top: 3px;
    padding-left: 4px;
    padding-right: 3px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid black;
}
#form2 INPUT[target="datalist"] {
    padding: 4px 2px 4px 30px !important;
}
#form2 .datalist {
    display: block !important;
    background-color: #e2e9f1;
    color: #000;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 0px;
    margin-top: 1px;
    margin-bottom: 10px;
    transition: 0.2s max-height ease-out;
    -webkit-transition: 0.2s max-height ease-out;
}
#form2 .datalist.on {
    max-height: 182px;
}
#form2 .datalist>SPAN {
    display: block;
    border-bottom: 1px solid #4b4b4b;
    padding: 6px 2px;
    /*white-space: nowrap;*/
    overflow: hidden;
    font: 16px/16px Arial;
    cursor: pointer;
}
#form2 .datalist>SPAN:hover {
    background-color: #003c81;
    color: #FFF;
}

#form2 input:read-only, #form2 textarea:read-only {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    padding: 2px;
    background-color: #dedede;
}

#AlertBox .alertoverflow {
	max-height: 21%;
    overflow: auto;
    border: 1px solid #000;
    text-align: left;
    padding: 4px;
    background-color: #e1e0e0;
    color: #000;
    font: 12px/12px Arial;
    overflow-y: auto;
}
#AlertBox .sharedfolderupload {
	    background-color: #c7c5c5;
    border: 1px solid #000;
    margin-top: 4px;
    color: #000;
    padding: 2px;
}
#AlertBox .alertoverflow .alertres {
	display: inline-block;
	border: 1px solid #000;
	width: 110px;
	height: auto;
	max-height: 60px;
	vertical-align: middle;
	margin: 2px;
    background-color: #eff7ff;
    font: 10px/10px Arial;
    padding: 2px;
}
#AlertBox .alertres.thisreplace {
	background-color: #8fc3fc;
	border: 2px solid blue;
}
#AlertBox .disabled {
	pointer-events: none;
	opacity: 0.7;
}
#AlertBox .UPprogress-div {
	margin-top: 5px;
	width: 100%;
    background-color: #bedefb;
    overflow: hidden;
    height: 20px;
    border: 1px solid #000;
}
#AlertBox .UPprogress-bar {
	width: 0%;
    height: 100%;
    background-color: #00537b;
    transition: width .5s;
    -webkit-transition: width .5s;
}
#AlertBox .alertoverflow>TABLE {
	width: 100%;
}
#AlertBox .alertoverflow>TABLE TD {
	font: 12px/12px Arial;
}
#AlertBox .alertoverflow>TABLE INPUT {
	    font: 12px/12px Arial;
}

@media only screen and (min-width: 720px) {

	#AlertBox .alertoverflow {

		max-height: 23%;
	}
	#AlertBox .alertoverflow>TABLE INPUT {
		width: 300px;
	}
	
	#form2 {
		font: 18px/20px Arial !important;
	}
	#form2 .title {
		font: normal normal 24px/30px Arial !important;
	}
	#form2 INPUT {
		font: 20px/22px Arial !important;
		padding: 2px;
	}
	#form2 INPUT[type=checkbox], #form2 INPUT[type=radio] {
		width: 42px;
    	height: 42px;
	}
	#form2 .Buttons, #form2 SELECT {
		font: 20px/32px Arial;
		height: 32px;
		padding: 0 6px;
	}
	#form2 .formBox[dtype='[DATALIST]'] .multi:before {
		content: "\f1f8";
		font: 22px/24px FontAwesome;
		color: #000;
		position: absolute;
		left: 7px;
		top: 3px;
		padding-left: 4px;
		padding-right: 4px;
		cursor: pointer;
		border-radius: 50%;
		border: 1px solid black;
	}
}

@media only screen and (max-width: 420px) {
	#form2 {
		font: 16px/16px Arial;
	}	
	#form2 INPUT[type=text], #form2 INPUT[type=email] {
		width: 99%;
	}
	#form2 .takenPictures DIV{
		margin: 0 0px 10px 0;
		width: 99%;
	}
	#form2 .takenPictures IMG, #form2 .takenPictures CANVAS {
		width: 99%;
	}
	#form2 .formBox {
		margin: 5px 0;
	}
	#form2 .formBox.LayoutGrid {
		padding: 2px;
	}
	#form2 .formBox.LayoutGrid SECTION{
		margin: 2px 0;
	}
	#form2 .formBox.LayoutGrid .drawSignatureButtons .Buttons {
		width: 48px;
    	margin: 10px 2px 1px;
	}
	#form2 .formBox.LayoutGrid .formBox.Signature {
		display: block !important;
		width: 99% !important;
	}
	#form2 .formBox .imageList IMG{
		max-width: 98%;
	}
	#form2 INPUT, #form2 TEXTAREA, #form2 SELECT {
		font: 15px/19px Arial;
	}
	#form2 INPUT[type=text] {
		max-width: 500px;
	}
	#form2 .takenPictures SPAN {
		max-width: 100%;
	}
}

/*desktop preview */
@media only screen and (min-width: 1200px) {
	
	#form2 {
		font: 16px/16px Arial !important;
	}
	#form2 .title {
		font: normal normal 18px/22px Arial !important;
	}
	#form2 INPUT {
		font: 18px/18px Arial !important;
		padding: 0;
	}
	#form2 INPUT[type=checkbox], #form2 INPUT[type=radio] {
		width: 32px;
    	height: 32px;
	}
	#form2 .Buttons, #form2 SELECT {
		font: 16px/32px Arial;
		height: 32px;
		padding: 0 8px;
	}
	
}


@media print {

	#form2 .formBox {
		display: inline-block !important;
	}
	#form2 .ResultArea .GridResultTitle {
		font: bold 20px/20px Arial !important;
	}
	#form2 .nolive.show, #form2 .formBox.DragSpace, #form2 .Buttons  {
		display: none !important;
	}
  	#form2 .title { 
  		font: 18px/24px Arial !important;
  	}
  	INPUT[type=checkbox], INPUT[type=radio] {
  		font-size: 40px;
  		color: blue;
  	}  	
  	#form2 select option {
  		display: none;
  	}
  	#form2 select option:selected {
  		display: block;
  	}
  	#form2 .formBox.ActionRequired {
  		/*display: none !important;*/
  	}  	
	#form2 .formBox.ActionRequired.Action {
		display: block !important;
	}

	#form2 .LayoutGrid .formBox {
		display: inline-block !important;
	}
	#form2 .GPSmap IMG {
		width: 300px !important;
		height: 300px !important;
	}
	#form2 .hasDisplay {
		display: none !important;
	}
	#form2 .Action {
		display: block !important;
	}
	#form2 TEXTAREA{
		display: block !important;
		width: 100% !important;
	}
	#form2 .hasHint .dataEntry {
		display: none;
	}
	#form2 .hintshow .dataEntry {
		display: block !important;
		height: 200px !important;
		overflow: hidden !important;
	}
	.takenPictures IMG {
		border: 8px solid #FFF !important;
		margin: 8px !important;
		width: 400px !important;
	}
	INPUT[type=text]{
		width: 300px;
	}
	.drawSignatureImg {
		margin-bottom: 6px;
	}
	#form2 INPUT[type=file] {
		display: none;
	}
	#form2 .datalist {
		display: none !important;
	}
	
}


