/*
 * FILE:     css/public/responseEntry/default.css
 *
 * MODIFIED: 2013/11/20 - Anne D. Ryan
 *             CRS-1790 - Added button colors
 */

html{padding:10px;}
h1{font-size:2.2em;}
h2{font-size:2em;}
h3{font-size:1.6em;}
h4{font-size:1.2em;}
h5{font-size:1em;}
h6{font-size:0.9em;}
textarea{width:80%;}

/* Pictos Font
* Copyright © 2010 Drew Wilson
* http://www.drewwilson.com  -  http://pictos.drewwilson.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Drew Wilson. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* This font is NOT free. It is illegal to use this font without paying for a license.
*/

@font-face {
font-family: 'Pictos';
	src: url('../../../fonts/pictos/pictos-web.eot');                               /* IE9 Compat Modes */
	src: url('../../../fonts/pictos/pictos-web.eot?#iefix') format('embedded-opentype'),   /* IE6-IE8 */
       url('../../../fonts/pictos/pictos-web.woff') format('woff'),               /* Modern Browsers */
       url('../../../fonts/pictos/pictos-web.ttf') format('truetype'),            /* Safari, Android, iOS */
       url('../../../fonts/pictos/pictos-web.svg#webfontIyfZbseF') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;

}

/* Field validation error */
.FieldError{BACKGROUND:#ffa0a0;}
/* WTI Public Survey responseEntry css classes available for customization */
.wtbutton {
  width: 73px;
  min-width:73px; /* IE ignores */
  height: 30px;
  margin: 8px;
  color: #ffffff;
  background-color: gray;
  border-color: gray;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
}
.wtbuttonspan{padding:10px;}
.wtcheckbox{margin:2px;}
.wtconfirm{text-align:center;font-size:2em;vertical-align:middle;}
.wtform{}
.wthelptext{font-size:0.9em; font-style:italic;}
.wtinstructions{font-size:1em; font-weight:bold;}
.wtp{}
.wtradio{}
/* use to set spacing between horizontal radio buttons */
.wtradiospan{padding:10px;}
/* The "*" before Required Fields - set = body background color if not wanted */
.wtrequired{color:red; font-weight:bold;}
.wtsurveysection{}
.wtsurveytitle{}
.wttextarea{}
.wttext{}


#cmdCancel {
}

#cmdPrev, #cmdNext {
}

#cmdFinish {
}

