/**
 * easiSpec styles
 */

@font-face {
    font-family: "Sosa";
    src: url("../_fonts/sosa-regular-webfont.ttf"), url("../_fonts/sosa-regular-webfont.eot");
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0 auto;
	/*text-align: center;*/
	min-height: 100vh;
	background-image: url("../_images/_application/ruler.png");
  background-repeat: repeat-y;
  background-position: left top;
  font-family: "Montserrat",Arial,"Helvetica Neue",Helvetica,sans-serif;
  line-height: 1.5em;
}

h3 {
	text-transform: capitalize;
}

div#loginError {
    background: lightpink;
    border: 1px solid red;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
}

div#measurementErrors {
	border: 2px solid red;
padding: 10px;
border-radius: 10px;
background: lightpink;
margin-bottom: 15px;
}

h2 {
	margin: 24px 0 !important;
	font-size: 40px !important;
	line-height: 1.2em !important;
	/* text-transform: lowercase !important; */
}

header {
	padding-top: 20px;
  position: sticky;
  top: 0;
  background-color: rgba(255,255,255,0.95);
  margin-bottom: 20px;
  z-index: 100;
}

footer {
  background-color: #c6c5c0;
	clear: both;
  padding: 60px 0 60px 0;
  margin-top: 20px;
}

footer a {
  color: black;
}

.footerNav {
  font-size: 0.75em;
  line-height: 1.2em;
  text-align: right;
}

.footerNav a {
  text-decoration: none;
}

#stage-0,
#stage-1,
#stage-2,
#stage-3,
#stage-4 {
	transition: all 0.5s;
}

/*****************************************************************/

.logo {
	float: left;
  max-width: 250px;
}

/* .nugget {
    border-radius: 7px;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    margin-left: 20px;
    padding-left: 10px;
    max-width: 250px;
} */

#footerInfo {
    clear: both;
    padding: 15px;
    padding-top: 0 !important;
}

/* .nugget-top {
    padding-right: 14%;
    max-width: 180px;
    margin-right: 40px;
} */

/* .nugget-label {
    position: absolute;
    top: -12px;
    right: 0px;
} */

.labeled {
    position: relative;
    background: #E5E5E7 none repeat scroll 0% 0%;
}

.alignright {
    float: right;
}

.button-link {
    float: right;
    padding: 10px 25px 10px 0px;
}

/* .nugget .button-link {
    color: #7A7A7A;
    padding-right: 30px;
    background-size: 20px auto;
    margin-right: 40px;
} */

/* footer h2 {
    margin-bottom: 8px;
    color: #A39F9F;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0;
}

footer h3 {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #7DBBC2;
    line-height: 1;
} */

/* footer p {
    color: #7A7A7A;
    margin: 0.3em;
} */

.highlighted {
    color: #7DBBC2;
}

/*****************************************************************/

/* #ergochairNav ul {
	  padding: 0;
	  margin: 0;
	} */

	nav ul, nav ol {
	  list-style: none;
	  list-style-image: none;
	}

	/* #ergochairNav li {
	  margin-left: 1em;
	  padding-left: 6px;
	  padding-right: 6px;
	  background: #FFF;
	  border-top: 1px dashed #E2E1E1;
	  border-radius: 0 0 3px 3px;
	  box-shadow: -3px 0 3px #e8e8e8;
	  transition: 0.3s all;
	  float: left;
  	  box-shadow: 0 2px #e8e8e8;
  	  display: list-item;
      text-align: -webkit-match-parent;
	}

	#ergochairNav {
	  position: relative;
	  display: block;
	  float: right;
	  top: 0;
	  right: 0;
	  width: auto;
	  margin-top: 3.4em;
	  margin-top: 20px;
	}

	#ergochairNav:before {
	  content: " ";
	  height: 4px;
	  position: absolute;
	  top: 0;
	  left: -10%;
	  right: -10%;
	  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.08);
	}

	#ergochairNav a {
  	  display: inline;
  	  font-size: 0.9em;
  	  padding: 0 !important;
  	  text-decoration: none;
  	  color: #74bbc1;
	} */

#newHelp {
    float: right;
    margin-bottom: 70px;
}

#stages {
	clear: both;
	border-bottom: 2px solid black;
	margin-top: -60px;
	float: left;
	width: 100%;
  text-align: right;
}

#stages button {
	transition: all 0.5s;
}

button.retro {
	padding: 10px !important;
	width: auto !important;
	background-color: #e6e6e6 !important;
	color: black !important;
	border: none !important;
	min-width: 100px !important;
	transition: all 0.5s;
}

button.retro:hover, .help:hover {
	cursor: pointer;
	background-color: #808076 !important;
  color: white !important;
}

.saveSend {
  margin: 20px 20px 20px 0;
  height: 60px !important;
  font-weight: bold;
  font-size: 1em;
}

#stages button {
	/*background: transparent url("../_images/label-inactive.png") no-repeat scroll center bottom;*/
	background-color: white;
	text-align: center;
	width: 130px;
	height: 67px;
  color: black;
  font-size: 1.15em;
  text-transform: lowercase;
  border: 1px solid #e6e6e6;
}

#stages button:hover {
	/*background: transparent url("../_images/label-active.png") no-repeat scroll center bottom;*/
	background-color: #e6e6e6;
	cursor: pointer;
}

#stages button:last-child {
	margin-right: 0;
}

.active {
	background-color: #e6e6e6 !important;
  color: black !important;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	max-width: 960px;
  background-repeat: repeat-y;
}

#heightInches, #heightFeet, #weightStone, #weightLbs {
	width: 68px;
}

#neckAndShoulderConsiderationsDiv,
#upperLimbConsiderationsDiv,
#lowerLimbConsiderationsDiv,
#upperBackConsiderationsDiv,
#lowerBackConsiderationsDiv {
	display: none;
}


.considerationsTable tr td {
  min-width: 400px;
}

.prevNext {
  background: #e6e6e6;
  height: 65px;
  padding: 0 15px 0 15px;
}

.prevNext button {
    background-color: #FFFFFF;
    width: 100px;
    height: 45px;
    border: 1px solid black;
    font-size: 1.25em;
    background-size: contain;
    margin: 10px 0 10px 0;
    font-size: 1em;
    transition: all 0.5s;
}

.prevNext button:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

button:disabled {
	display: none;
}

.prevNext .navPrev {
	background-color: #FFFFFF;
	color: #404040 !important;
	background-size: contain;
	float: left;
}

.prevNext .navPrev:hover {
	background-size: contain;
	cursor: pointer;
	float: left;
}

.prevNext .navNext {
	float: right;
}

/* footer .prevNext button {
	border: 1px solid #e6e6e6;
} */

#clearfix {
	clear: both;
}

.help {
	border-radius: 100px;
	background: #7DBBC2;
	width: 25px;
	height: 25px;
	border: none;
	color: white;
}

select#commercialUse {
	width: 158px;
background: white;
border: 1px solid #8f8f9d;
border-radius: 2px;
}

#stage-0 {
    min-height: 500px;
}

#offer-vtrak table {
	width: 100%;
}

#offer-vtrak table tr td {
	vertical-align: top;
	width: 25%;
}

#offer-vtrak table tr td img {
	/*max-width: 150px;*/
	height: 200px;
	padding-left: 12%;
}

#offer-vtrak p {
	text-align: justify;
	padding-right: 20px;
	font-size: 0.8em;
  }

div#chairImage {
	text-align: center;
	margin: 30px 0;
}

div#chairImage img {
	max-width: 200px;
}

#chairBadge {
    font-weight: 100;
    background: #9eb6ff none repeat scroll 0% 0%;
    color: #FFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 31px;
    z-index: 90;
    float: right;
    padding: 18px;

	color: #FFF;
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
font-size: 31px;
float: right;
padding: 18px;
position: relative;
text-orientation: sideways;
writing-mode: vertical-lr;
border-right: 2px dashed white;
}

.badge-200 {
	background: #FF4C00 !important;
}

.badge-700 {
	background: #4C1782 !important;
}

.badge-AdaptLift {
	background: #005085 !important;
}

.badge-V-Trak {
	background: #5F5FE0 !important;
}

#weight-dialogue img,
#height-dialogue img,
#workSurfaceHeight-dialogue img,
#seatToShoulder-dialogue img,
#elbowToElbow-dialogue img,
#lumbarHeight-dialogue img,
#backOfButtockToBackOfKneeLeft-dialogue img,
#backOfButtockToBackOfKneeRight-dialogue img,
#hipWidth-dialogue img,
#floorToUndersideOfKnee-dialogue img,
#napeOfNeck img {
  max-height: 98%;
  margin-left: 25%;
}

#waveOffsetL, #waveOffsetR, #splitOffsetL, #splitOffsetR {
	width: 40px;
}

textarea#observations {
	width: 100%;
	height: 300px;
  }

div#selectedFabric {
    float: left;
    width: 300px;
    margin-right: 20px;
}

div#selectedFabric h4 {
  margin-top: 0;
}

img#fabricSelection {
  max-width: 100%;
}

div#disclaimer {
	font-size: 0.65em;
}

div#disclaimer .highlight {
	font-weight: bold;
}

table.vtrak {
	width: 300px;
	height: 150px;
}

td.vtrak {
	text-align: center;
}

.catalogueItem {
	margin-bottom: 20px !important;
}

.catalogueImage {
	min-height: 110px;
	text-align: center;
}

.catalogueImage img {
	max-height: 100px;
  }

  .catalogueLabel {
	text-align: center;
  }

.uk-grid > div {
	margin-bottom: 20px !important;
}

.disabled-true {
    opacity: 0.25;
    transition: all 0.75s;
}

.disabled-false {
    opacity: 1;
    transition: all 0.75s;
}

.recommended-true::before,
.greenTick:before {
    font-family: Sosa;
    color: green;
    content: "å ";
}

.recommended-false::before {
    content: "";
}

.legDifferential,
#weightStone,
#weightLbs,
#heightFeet,
#heightInches,
.extraInfo,
#stage-1,
#stage-2,
#stage-3,
#stage-4,
#extraFabrics,
.nudgePanel,
#warn200,
#airCellRecommendation,
.napeOfNeck {
    display: none;
}

#recommendedAirCells,
#airCellRecommend {
    text-transform: lowercase;
}

#airCellRecommendation {
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px;
    background: lightgreen;
}

#summary h2 {
	margin-top: 10px;
}

#airCellTable {
	width: 100%;
}

#airCellTable {
	margin-bottom: 30px;
}

#airCellTable tr:first-child  {
	background: #c6c5c0 none repeat scroll 0% 0%;
	font-style: italic;
	font-weight: bold;
	color: #101130;
}


/**
 * Grabbed Stuff
 */

/** Enhanced Back Support **/
.aircell {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	cursor: move;
	font-family: Arial;
	line-height: 60px;
	transition: transform 0.5s;
	transition-timing-function: ease;
}

#airCellsBox {
	background: lightgrey;
}

.returnToShelf {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
}

/*#chairBack {
	border: 1px dashed;
}*/

.chairback-highlight {
	background: rgba(255,75,128,0.5);
	transition: all 0.5s;
}

div.nudgePanel {
	position: absolute;
	top: -35px;
	left: -35px;
	text-align: center;
	line-height: normal;
	background: rgba(255,255,255,0.5);
	border-radius: 35px;
	border: 1px solid lightgrey;
	width: 65px;
height: 65px;
}

div.nudgePanel button {
	margin: 0;
	padding: 0;
	    width: 20px;
	    height: 20px;
	    border: none;
	background: none;
text-transform: initial;
}

ul ul {
    margin: 5px;
    font-style: italic;
}

span.ergocode {
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    /*font-style: italic;*/
    margin-left: 20px;
}

span.ergocode:before {
	content: "[";
	font-weight: 300;
}

span.ergocode:after {
	content: "]";
	font-weight: 300;
}
