table {
  border: 0px
}

iframe {
  border: 0px
}

.AccessibleLink {
  display: block;
  padding:  6px 10px;
  background: #005551;
  font-family: sans-serif, arial;
  color: #fff;
}

.AccessibleLink a {
  color: #fff;
  border: 2px solid transparent;
  text-decoration: none;
  padding: 4px 4px 5px 4px;
  font-size: 17px;
}

.AccessibleLink a:focus {
  border-color: #000;
  background-color: #fd0;
  color: #000;
  /*box-shadow: 0 -2px #ffbf47, 0 4px #0b0c0c;*/
  outline: none;
}

.AccessibleLink a:hover {
  text-decoration: underline;
}

.AccessibleLink a:active {
  border-color: #000;
  outline: none;
}

#viewerwrapper {
  background: #FFF;
}

/* Allow you to add media queries for header and footer iframe */

#headeriframe {
  position: relative;
  display: block;
  height: 100px;
}

#footeriframe {
  position: relative;
  display: block;
  height: 220px;
}

.mainbuttonnav {
  padding-bottom: 18px;
  padding-top: 18px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  -moz-transition: -moz-box-shadow 1s ease-out;
  -ms-transition: box-shadow 1s ease-out;
  -kthtml-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  height: auto;
}

.dyna-shadows {
  -webkit-box-shadow: 0px 5px 42px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 42px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 42px -15px rgba(0, 0, 0, 0.75);
}

.f-nav {
  z-index: 9999;
  position: fixed !important;
  background: rgba(255, 255, 255, 0.9) !important;
  max-width: 960px;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 0 !important;
  margin-right: auto;
  margin-left: auto;
}


/* Allows for a quick background to be applied */

.viewerbackground {
  width: 100%;
  /*background: #E0E0E0;*/
}


/* Defines the size of the viewer content */

.contentcontainer {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: visible;
}


/* Autosave */

.AutoSaveHtmlContainer {
  padding: 30px 0;
}

.AutoSaveHtmlContainer hr {
  border: none;
  border-top: 1px solid #E0E0E0;
  display: block;
  margin: 20px auto;
  width: 30%;
}

.OldForm {
  font-family: 'Open Sans', sans-serif;
  font-size: 110%;
}

.previousformref {
  height: 47px;
  font-family: 'Open Sans', sans-serif;
  font-size: 110%;
  text-align: left;
  margin-right: 10px;
  border: 1pt solid #a9a9a9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39);
  width: auto;
  padding-left: 10px;
  margin-bottom: 10px;
}

.previousformref:focus {
	transition: none;
	outline: 2px solid #000;
	outline-offset: 0;
}

.previous {
  display: block !important;
}

#autosavecontainer {
  font-family: 'Open Sans', sans-serif, arial;
  color: #212121;
  font-size: 12pt;
}

.SaveRef1,
#DivAutoSaveID {
  padding-top: 20px;
  display: inline-block;
}

#DivAutoSaveID {
  -moz-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  font-weight: bold;
}

.SpanAutoSaveTime {
  padding-left: 20px;
  font-weight: normal;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /*color: #8C8C8C;*/
}


/* Controls space between grouped control buttons */

.spacer {
  width: 12px;
  display: inline-block;
  *display: inline;
}

.downshadows {
  -webkit-box-shadow: 0px 14px 54px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 54px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 54px -9px rgba(0, 0, 0, 0.75);
}

.upshadows {
  -webkit-box-shadow: 0px -7px 56px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -7px 56px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -7px 56px -9px rgba(0, 0, 0, 0.75);
}


/* Main button style */
.control:focus, .controlsubmit:focus{
	outline: none;
	background-color: #fd0;
	color: #000;
	border-color: #000000 !important;
}

.control {
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0em 1em;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-background-clip: padding;
  height: 34px;
  margin-top: 9px;
  margin-right: 2px;
  margin-right: 5px \9;
  text-decoration: none; 
  color: #005551;
  background-color: #f7f7f7;
  border: 1px solid #005551;
  border-radius: 5px;
}

.control:hover {
  text-decoration: underline;
  background-color: #fff;
}

.control:active {
	outline: none;
	border-color: #000000 !important;
}

/* Submit button style */
.controlsubmit {
  cursor: pointer;  
  display: inline-block;
  text-align: center;
  margin: 0;
  font-size: 17px;
  margin-top: 9px;
  margin-left: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-background-clip: padding;
  height: 40px;
  margin-right: 2px;
  margin-right: 5px \9;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0em 1em;
  background-color: #005551;
  border: 1px solid #005551;
  border-radius: 5px;
}

.controlsubmit:hover {
  text-decoration: underline;
}

.controlsubmit:active {
	outline: none;
	border-color: #000000 !important;
}

/* Important position for floating menu. LEAVE */

.floatmenupos {
  margin-top: 21px;
  /* IE 9- */
  margin-top: 53px \9;
  margin-left: -77px \9;
}


/* Styles main floating menu elements */

.menububble {
  position: relative;
  width: 350px;
  height: auto;
  padding-bottom: 4px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  zoom: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #929292 solid 1px;
  /*opacity:0.95;*/
  box-shadow: 2px 2px 6px #BFBFBF;
  overflow: visible;
}

.menububble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #4B4B4B transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 30px;
}

.menububble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #efefef transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -16px;
  left: 30px;
}


/* Styles header region of floating menu */

.menuhead {
  position: relative;
  width: 350px;
  height: 28px;
  padding-top: 6px;
  background: #4b4b4b;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  border: #ffffff solid 0px;
  margin-bottom: 10px;
}


/* Styles page count within header region of floating menu */

.pagecount {
  font: 13pt Arial;
  color: #FFFFFF;
}


/* Sets vertical space between controls within floating menu */

.vertspacer {
  margin-bottom: 10px;
}

.hspacer {
  margin-top: 12px;
}


/* Style initial loading percentage box */

.loadbox {
  margin-top: 18px;
  margin-bottom: 22px;
  border: 1pt solid #BBBBBB;
  width: 220px;
  background: #F4F4F4;
  background-color: #F4F4F4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 9px 9px 14px 9px;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CECECE 100%);
  /* Firefox */
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CECECE 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #F4F4F4 0%, #CECECE 100%);
  /* Webkit */
  background-image: -webkit-linear-gradient(top, #F4F4F4 0%, #CECECE 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #F4F4F4 0%, #CECECE 100%);
}


/* Style text within initial loading percentage box */

.loadtext {
  width: 120px;
  position: relative;
  padding-left: 11px;
  font: 13pt Arial;
  color: #272727;
}


/* Controls unicode tick symbol for submit button */

.controlsubmit:after {
  content: "\2714";
  font-size: 10pt;
  width: 1em;
  padding-left: 10px;
}


/* FF Unicode over-ride */

@-moz-document url-prefix() {
  .controlsubmit:after {
    content: "\2713";
    font-size: 8pt;
  }
}


/* Controls unicode menu symbol for menu button */

.menuicon:before {
  content: "\2630";
  font-size: 9pt;
  width: 1em;
  padding-right: 10px;
}


/* FF Unicode over-ride */

@-moz-document url-prefix() {
  .menuicon:before {
    font-size: 8pt;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounce {
  0% {
    -o-transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-3px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
