td.td_print { width: 50px }
form.form_crop { width: 30%; float: left; }
div.formCropWrap { height: 30px; }

/* PRINT USA */
div.print_usa .print_item {
	border: 0px #000 dotted;
	 padding-bottom:  42px ;
	 padding-top:  13px ;
	background-repeat: repeat-y;
}

.iaa_addr.wrap > p {
	margin-top: 0px;
	line-height: 1.2em;
}

/* signature size fix */
.sign_wrap {
    border: 0px solid red;
    width: 69px;
    text-align: center;
    height: 30px;
    margin-top: 88px;
    overflow: hidden;
    /* vertical-align: middle; */
}
.sign_wrap .iaa_sign {
	height:auto;
	max-height: 29px;
	padding: 0;
	max-width: 69px;
	float: none;
}
.info_text.right .iaa_addr{
	height:35px;
}
/* adress fix */ .card .iaa_addr p { width:214px }
/* changes for buttons */
.formCropWrap form{width:23%}
	.formCropWrap form input[type="submit"]{margin:10px 1px 0 0; padding:5px 3px}
.rotator{
	width:25%; float:left; margin-left:5px;
}
	.rotator form{float:left; width:22px;}

form#idlapp img.jcrop_target, .form_img > img.editable_image{
	width:auto;
	height: auto;
	max-height: 192px;
	max-width: 155px;
}

#top-menu a.order_red {
	color: red ;
}

#videoapp { margin: 12px 0; }


#flipbook {
  margin: 0 auto;
  overflow: hidden;
}

#flipbook img{ 
  height: 100%;
  margin: 0 auto;
}

.flipbook-wrapper {
  margin: 25px 0;
}

.pages {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#pageFld {
  width: 40px;
  height: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #125884;
  color: #125884;
  margin-right: 10px;
  padding: 0;
}

.pages-btn {
  height: 32px;
  line-height: 30px;
  padding: 0;
  width: 80px;
  box-sizing: border-box;
  border: 1px solid #125884;
  background: transparent;
  color: #125884;
  border-radius: 4px;
  font-weight: 700;
  margin: 0;
  margin-right: 10px;
}

#pageFld::-webkit-outer-spin-button,
#pageFld::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.pandemic {
  background-color: #6b0505;
}

.pandemic.close{
  display: none;
}

.pandemic-container {
  padding: 5px 0 20px;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  position: relative;
}

.pandemic-close {
  border: 0;
  width: 17px;
  height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset, 0 1px 1px rgba(255,255,255,0.3);
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  margin-left: 5px;
  font-size: 15px;
  padding: 0;
} 
.pandemic-text {
  padding: 6px 20px 0;
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.tableadaptive {
  width: 100%;
  overflow: hidden;
  max-width: 960px;
}
.tableadaptive table {
  width: 100%;
}