/* LAYOUT STYLES */
body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#fff;
	text-decoration: none !important;
	overflow-x: hidden;
  	-webkit-font-smoothing: antialiased;
	position: relative;
}
#container {
	width: 100%;
	height: 100%;
	list-style:none;
	margin:0;
	padding:0;
}
#container.approval-pending {
	margin-top: 60px;
}
#container li {
	display:inline;
}
.ribbon-wrapper-preview {
  width: 185px;
  height: 188px;
  overflow: hidden;
  position: fixed;
  top: -3px;
  right: -3px;
  z-index: 999;
}

.approval-pending .ribbon-wrapper-preview {
	top:60px;
}
.ribbon-preview {
  font: bold 15px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
	transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 40px;
  width: 250px;
  background-color: #7B8290;
  color: #FFF;
  font-size: 0.75em;
}

.ribbon-preview:before, .ribbon-preview:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-preview:before {
  left: 0;
}
.ribbon-preview:after { right: 0; }

.editbar-sec {
  display:list-item;
  width:100%;
  position:fixed;
  z-index:999 !important;
}
.body-sec {
	display:list-item;
	width:100%;
}
.disp { 
	display:none;
}
.main-content {
    margin: 0 auto;
    margin-left: 300px;
}
.inner-content {
	padding: 10px;
	padding-top: 0px;
	position:relative;
	margin:0 auto; 
	/*width: 65%;*/
	width: 700px;
	color:#333;
}

/* Columns */
.one-fifth {width:18%; float: left;}
.one-quarter {width:23%; float:left;} 
.one-third {width:31%; float: left;}
.one-half {width:48%; float: left;}
.three-quarters {width: 3%; float: left;}

.one-fifth, .one-quarter, .one-third, .one-half, .three-quarters { margin: 0% 2% 2% 0%;}


a { color: #333; }
.footer-nav {
	max-width: 100%;
	padding: 25px 100px !important;
	background-color: #eee;
	overflow: auto;
	position: relative;
	z-index: 50 !important;
	text-align: center;
	color: #7D8790;
}
.next-page, .prev-page {
	cursor: pointer;
	display: inline;
	padding: 10px;
}
.desktop-hide {	display: none; }
/*Navigation*/
.nav-holder {
	list-style:none;
	margin:0;
	padding:0;
}
.navigation {
    width: 300px;
    height: 100vh;
    z-index: 999;
    background-color: #FFF;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    /*padding: 30px;*/
    transition: 0.3s;
    padding-top: 85px;
}
.navbutton {
    font-size: 13px;
    color: #555;
    cursor: pointer;
	padding-right: 10px;
}
.navbutton a {
    text-decoration: none;
    color: inherit;
	padding: 15px 0px 15px 30px;
	display: inline-block;
	width: 100%;
}
.navbutton:hover { color: #333; background: rgba(255, 255, 255, 0.1); }
.navbutton:active { color: #111; font-weight: bold }

.active { color: #111; font-weight: bold; background: rgba(255, 255, 255, 0.2);  }
.nav-logo {
    max-width: 70%;
    padding: 0 30px 30px 30px;
    display: block;
}

.inactive-font {
	opacity: 0.7;
}
.active-font {
	opacity: 1;
}
.menu-ico { display:none;}
.logo {
    max-width: 70%;
    padding: 0 30px 30px 30px;
    display: block;
	height: auto;
}
.thanks-logo {
	width:150px;
	height:auto;
	margin-bottom: 15px;
}
.form-label {
	color: #666;
	clear: left;
	float:left;
	width: 25%;
	line-height: 30px;
}

/*h2 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #7D8790;
}*/
.form-textbox {
	margin-bottom: 2%;
	background-color: #FFFFFF;
	padding: 7px;
	width: 90%;
	font-family: Oxygen, Arial;
	font-size: 14px;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px;
	text-shadow: 1px 1px #FFF;
	box-shadow: 0px 0px 3px #ccc;
	border: 1px solid #D8D8D8;
	letter-spacing: 1px;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}


.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* BLANK SLATES */

.blankslate {
	text-align: center;
	opacity: 0.8;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.blankslate-icon {
	width: 75px;
	opacity: 0.3;
	margin-top: 50px;
}
.blankslate-title {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 1.7em;
	color: #FFF;
	margin: 50px 0 20px 0;
}
.blankslate-copy {
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	color: #FFF;
	opacity: 0.7;
	width: 60%;
	margin: 0 auto;
}
.blankslate-title.dark { color: #494c54 }
.blankslate-copy.dark { color: #494c54 }

/* Slide in sidebar */
/* SIDEBAR */
.sidebar.slider-open {
	z-index: 1049;
}
#slider-overlay {
	transition: opacity 0.5s;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	opacity: 0;
	z-index: 1048;
	pointer-events: none;
}
#slider-overlay.slider-open {
	pointer-events: unset;
	opacity: 0.6;
}
.sidebar {
	background-color: #21252F;
	border-left: 1px solid #494C54;
	overflow: auto;
	padding: 30px;
	font-family: "halyard-display", sans-serif;
}
.sidebar-close {
	width: 8px;
	margin-bottom:10px;
	padding: 10px 30px 10px 30px;
	background-color: #7B8290;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
	opacity:0.7;
	transition: all .2s ease-in-out;
}
.sidebar-close:hover { opacity: 1; }
.sidebar-close:active { opacity: 0.3; }

.sidebar-title {
	font-family: "halyard-display", sans-serif;
	font-weight: 500;
	font-size: 0.95em;
	color:#FFF;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.sidebar-subtitle {
	font-family: "halyard-display", sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	color:#E3E6ED;
	line-height: 18px;
	display: inline;
}
.sidebar-section {
	padding: 20px 0px;
	margin-bottom: 20px;
	background-color: #21252F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
}
#deny-error {
	margin-bottom: 2px;
}

/* SPECIFIC ELEMENT STYLES */

/* General Element Styles */
div.widget-holder { margin-top: 30px; position: relative; }
div.widget-holder div.action-holder { position: absolute; top: 0; left: -120px; text-decoration: none; }
div.widget-holder div.action-holder a { opacity: 0.3; }
div.widget-holder div.action-holder a:hover { opacity: 1; }
textarea.ep-content, textarea.ep-title { display: none; outline: none; }
div.inner-content div.loading-image { margin: 0 auto; margin-top: 150px; text-align: center; }
.display-page-content { display: none; }

/* Title  - THIS IS IN /CODERS/PROPOSAL/INCLUDE-BRAND-STYLE.PHP
.title-output2 { color: #000000; font-family: 'Open Sans', sans-serif; font-size: 3em; font-weight: 800; letter-spacing: -0.06em; margin-top: 60px; }
*/
.title-top {
	margin-top: 100px;
}

/* Text Area */
/*
THIS IS IN /CODERS/PROPOSAL/INCLUDE-BRAND-STYLE.PHP
div.editor-holder-view div.text-output-view { padding-top: 15px;  padding-bottom: 45px; 	font-family: 'Roboto', sans-serif; line-height: 35px; font-size: 1.2em; font-weight: 300 !important; }
*/
div.text-output ul, div.text-output ol { margin-top: 10px; margin-bottom: 10px; }
div.text-output ul, div.text-output ul li { list-style-type: disc; list-style-position: outside !important; list-style-image:  none !important; }
div.text-output ol, div.text-output ol li { list-style-type: decimal; list-style-position:  outside !important; list-style-image:  none !important; }
div.text-output ol li, div.text-output ul li { display: list-item !important; }
div.text-output img {
	max-width: 100%;
}

.editor-table {
	width:100%;
	border-spacing: 0;
}
.editor-table tr td { 
	border: none;
	border-bottom: 1px solid #D7D9E0 !important;
}
.editor-table td { 
	padding: 15px;
}
.editor-table thead {
	background-color: #F5F7F8;
}
.editor-table thead tr td { 
	border-bottom: 2px solid #D7D9E0 !important;
}
.editor-table thead td { 
	border-right: 1px solid #FFF !important; 
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #676B73;
	text-transform: uppercase;
}

/* NEW Pricing Tables */

.pricing-table {
	width:100%;
	margin-bottom: 50px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
}
.lineitem-row:hover {
	background: transparent;
	cursor: default;
}
.lineitem-row { 
	border: none;
	border-top: 1px solid #D7D9E0;
	overflow: auto;
	padding: 15px;
}
.lineitem-padding { padding: 15px; }
.product-totals { 
	border-top: 4px solid #555 !important; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-details {
	border-right: 1px solid #D7D9E0 !important; 
	width: 70%;
	font-weight: 700;
	display: inline-block;
	float: left;
}
.product-pricing {
	width: 25%;
	float:left;
	padding-left: 15px;
}
.lineitem-row.selectable {
	border: 4px solid #eee;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px;
	transition: all .2s ease-in-out;
}
.lineitem-row.selectable:hover {
	border: 4px solid #494C54;
	cursor:pointer;
}
.selectable-active {
	border: 4px solid #4DCF84 !important;
}
.lineitem-row.selectable-signed {
	border: 4px solid #eee;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px;
}
.lineitem-row.divider {
	border: none !important;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px;
	padding: 15px 15px 15px 0;
}
.lineitem-row.selectable .product-details {
	border-top: none !important;
	border-right: none !important;
}
.lineitem-row.divider .product-details {
	border-top: none !important;
	border-right: none !important;
	width: 100%;
}
.product-name { text-transform: uppercase; font-size: 0.85em !important; }
.product-description {
	font-weight: normal !important;
	font-size: 0.8em !important;
	color: #999;
	width: 90%;
	display: inline-block;
	line-height: 1.2em;
}
.product-editable { cursor: text; padding: 5px 2px 5px 2px }
.product-editable:hover {
	background-color: #FAF785;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px;
}
.divider-title {
	width: 90%;
	border: none;
	font-size: 1.4em !important;
	font-weight: 700 !important;
}
.product-quantities {
	font-weight: normal;
	font-size: 0.8em !important;
	color: #999;
	display: inline-block;
}
.icon-menu {
	background-image: url(/2/img/proposal-icons/settings-dark.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.3;
	padding: 15px;
	float: left;
}
.icon-menu:hover { opacity: 1; }
.lineitem-row.divider .icon-menu {
	margin-top: 10px;
}
.total-amount { 
	width: 100%; 
	text-align: right; 
	display:inline-block; 
	margin-bottom: 10px;
}
.total-tax {
	font-weight: normal;
	font-size: 0.8em !important;
	color: #999;
}
.price-textbox { 
	outline: none; 
	border:none; 
	padding:0px !important; 
	color:#333 !important; 
	font-family: "proxima-nova", sans-serif;
	font-weight:300; 
	margin: 0; 
	width: 90%;
}
.price-textbox-small { 
	outline: none; 
	border:none; 
	padding:0px !important; 
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	color: #999;
	margin: 0; 
	max-width:75px; 

}


/* Quote products */
.opt-tag {
	padding: 5px 10px;
	font-size: 8px;
	letter-spacing: 0.08em;
	background-color: #BEC3C7;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	display: inline;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.opt-tag-active {
	background-color: #4DCF84;
}
.opt-toggle {
	background-color: #BEC3C7;
	border: 2px solid #D7D9E0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-image: url(/proposal/img/product-option-add.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.opt-toggle-active {
	background-color: #4DCF84;
	border: 2px solid #4DCF84;
	background-image: url(/proposal/img/product-option-tick.png);
}
.select-toggle {
	background-color: #BEC3C7;
	border: 2px solid #D7D9E0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
	cursor: pointer;
	width: auto;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	text-align:  center;
}
.select-toggle-active {
	background-color: #4DCF84;
	border: 2px solid #4DCF84;
	width: auto;
}

/* Signing */
div.sign-holder label { display: block; }
.sign-outer {
	background-color: #eee;
	font-family: "proxima-nova", sans-serif;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	font-size: 14px;
	/* margin-bottom: 40px; */
}
.sign-outer.inactive { opacity: 0.3; }
.sign-inner {
	background-color: #FFF;
	font-family: "proxima-nova", sans-serif;
	padding: 25px;
	padding-top: 0px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	line-height: 35px;
    position:relative;
	overflow: auto;
}
.sign-signature {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #7B8290;
	font-family: "proxima-nova", sans-serif;
}
.sign-textbox {
	padding: 10px 20px;
	font-size: 2em;
	color: #015983;
	background-color: #FFF;
	border: 2px solid #eee;
	width: 544px;
	font-family: "alana",sans-serif;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	transition: all .2s ease-in-out;
}
.sign-textbox:hover { border: 2px solid #7B8290 }
.sign-textbox:focus { border: 2px solid #494C54 }
.proposal-signature {
	font-family: "alana",sans-serif;
	font-size: 2.5em;
	color: #069;
}
.sign-title { margin-left: 0 !important; color: #494C54; text-transform: uppercase; }
.sign-formcode { background-color: #FFFFFF;  background-image: url("/app/img/images/sign-code-bg.png");  background-position: left top;
                 background-repeat: no-repeat; border-style: none; border-width: 0; font-size: 27px; height: 47px; letter-spacing: 26px;
                 outline: medium none; padding-left: 9px; width: 173px; }
#verify_code_box { margin-top: 10px; display: none; }
#verifyform input { display: inline; margin-right: 20px; }
.vcode-message { display: none; }

.formError .formErrorContent {
	width: 130px !important;
	font-size: 12px;
}


/* Image */
.photo {
	width: 100%; 
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
}
.header-image {
	width: 100%; 
	height: auto;
	position: relative;
	/*z-index: 50 !important;*/
}
.custom-block-colour {
	max-width: 100%;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	background-color: #CCCCCC;
	overflow: auto;
	position: relative;
	/*z-index: 50 !important;*/
}
.custom-block-inner {
	/*width: 65%;*/
	width: 700px;
	margin:0 auto; 
	position:relative;
	color: inherit !important;
}
.custom-block-inner.wide {
	width: 950px;
	max-width: 80%;
}
.custom-block-full {
	min-height: 100vh;
}
.custom-block-image {
	background-size: cover !important;
}
.custom-block-text {
	position: absolute;
	top: 0px;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-left: 100px !important;
	padding-right: 100px !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* FEATURE BLOCK PATTERNS */

.feature-pattern-diagonal { background: url("/proposal/img/patterns/diagonal.png") left top repeat }
.feature-pattern-grid { background: url("/proposal/img/patterns/grid.png") left top repeat }
.feature-pattern-horizontal { background: url("/proposal/img/patterns/horizontal.png") left top repeat }
.feature-pattern-metal { background: url("/proposal/img/patterns/metal.png") left top repeat }
.feature-pattern-photography { background: url("/proposal/img/patterns/photography.png") left top repeat }
.feature-pattern-sayagata { background: url("/proposal/img/patterns/sayagata.png") left top repeat }
.feature-pattern-shapes { background: url("/proposal/img/patterns/shapes.png") left top repeat }
.feature-pattern-spider { background: url("/proposal/img/patterns/spider.png") left top repeat }
.feature-pattern-square { background: url("/proposal/img/patterns/square.png") left top repeat }
.feature-pattern-star { background: url("/proposal/img/patterns/star.png") left top repeat }
.feature-pattern-vertical { background: url("/proposal/img/patterns/vertical.png") left top repeat }
.feature-pattern-quote { background: url("/proposal/img/patterns/quote.png") left top no-repeat }
.feature-pattern-squares { background: url("/proposal/img/patterns/squares.png") right top no-repeat }
.feature-pattern-circles { background: url("/proposal/img/patterns/circles.png") right top no-repeat }
.feature-pattern-note { background: url("/proposal/img/patterns/note.png") left top repeat-y }
.feature-pattern-slanted { background: url("/proposal/img/patterns/slanted.png") center bottom no-repeat; background-size: 100%; }
.feature-pattern-downward { background: url("/proposal/img/patterns/downward.png") center bottom no-repeat; background-size: 100%; }
.feature-pattern-bunting { background: url("/proposal/img/patterns/bunting.png") center bottom no-repeat; background-size: 100%; }
.feature-pattern-curvedbunting { background: url("/proposal/img/patterns/curvedbunting.png") center bottom no-repeat; background-size: 100%; }


.feature-pattern-gradient { 
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0.2)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0.2)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0.2)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0.2));
}


/* Video */
.video-holder {
	position: relative;
	padding-bottom: 53%; 
	padding-top: 25px;
	height: 0;
	margin-bottom: 0px;
}
.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.first-element {
	margin-top: 0px !important;
}
.first-element-other {
	margin-top: 60px !important;
}
.last-element {
	margin-bottom: 0px !important;
}

/* TOOLBAR FOR FORWARDING/PRINTING */

.toolbar {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 1px solid #bdc3c7;
	border-bottom: 1px solid #bdc3c7;
	border-right: 1px solid #bdc3c7;
	overflow: auto;
	width: 381px;
	font-family: "Gordita", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
	float: right;
}
.toolbar-forward {
	background-color: #ecf0f1;
	padding: 10px 20px 10px 20px;
	float:right;
	width: 200px;
	text-align: center;	
	font-size: 12px;
	color: #999;
	border-right: 1px solid #bdc3c7;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.toolbar-forward:hover {
	background-color: #DFE2E2;
	color: #555;
}
.toolbar-forward:active {
	background-color: #FFF;
	color: #555;
}
.toolbar-print {
	background-color: #ecf0f1;
	padding: 10px 20px 10px 20px;
	float:right;
	width: 100px;
	text-align: center;	
	font-size: 12px;
	color: #999;	
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.toolbar-print:hover {
	background-color: #DFE2E2;
	color: #555;
}
.toolbar-print:active {
	background-color: #FFF;
	color: #555;
}

.forward-form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.forward-form-row .formError{
	margin-left: -100px;
}

@media only screen and (max-width: 1100px) {
	.forward-form-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.forward-form-row .send-label {
		margin-bottom: 10px;
	}
}

.forward-form-row .send-label {
	
}

.forward-form-row textarea,
.forward-form-row input {
	width: 500px;
	box-sizing: border-box;
}

.send-label {
	font-family: "Gordita", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
	font-weight:700;
	color: #333;
	font-size: 0.9em;
}

.form-textbox-forward {
	background-color: #FFFFFF;
	padding: 14px 18px;
	font-family: Oxygen, Arial;
	font-size: 18px;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px;
	text-shadow: 1px 1px #FFF;
	box-shadow: 0px 0px 3px #ccc;
	border: 1px solid #D8D8D8;
	letter-spacing: 1px;
}

.btn-cool {
	font-family: "Gordita", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 15px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
	cursor: pointer;
	outline: none;
	border: none;
	transition: all 0.2s ease;
}
.btn-cool-small {
	font-size: 14px !important;
	padding: 10px 20px 10px 20px;
}
.btn-cool:hover {
	text-decoration: none;
}
.btn-cool:active {
	position: relative;
	top: 2px;
}
.button {
	width: 250px;
	padding: 15px 15px;
	margin: 25px 0 0 0;
	background: transparent;
	text-align:center;
	color: #FFF;
	font-family: "proxima-nova", sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	float:left;
	text-transform:uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	transition: all 0.2s ease;
	outline: none;
	cursor: pointer;
}
.button:active { opacity:0.3; }
.button.green { background: #4DCF84; border: 1px solid #4DCF84 }
.button.green:hover { background: #46BD78; border: 1px solid #46BD78 }
.button.green:active { background: #6DD79A; border: 1px solid #6DD79A }
.btn-sign {
	margin: 20px 0px 10px 0px;
	float: left;
}
/* blue */

.button.blue {	background: #01a3ef; border: 1px solid #01a3ef;}
.button.blue:hover { background: #0195da; border: 1px solid #01a3ef;}
.button.blue:active { background: #2fb3f1; border: 1px solid #2fb3f1;}

.btn-cta-pink {
	font-family: 'Lato', sans-serif;
	padding: 10px 15px 10px 15px;
	width: 200px;
	background-color: #F01059;
	color: #FFF;
	text-align:center;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing: 0.05em;
	text-decoration:none;
	margin-top: 12px;
	margin-left: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px;
	outline: none;
	border: none;
	display: inline-block;
}
.btn-cta-pink:hover {
	background-color: #FF105D;
	color: #FFF;
	transition: all 0.3s ease;
}
.btn-cta-pink:active {
	background-color: #BD004B;
	color: #D6618F;
	transition: all 0.3s ease;
}
.no-ul {
	text-decoration:none;
}


.divhide { display:none;}
.btn-create-section a { text-decoration:none; color:#fff;
}
.icon-small {
	display: inline;
	margin: 0px 0 0 10px;
	padding-top:22px;
}
.hider { visibility:hidden;}
.printable-button {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight:100;
	background-color:#62AE3F;
	padding: 7px 15px 7px 15px;
	color:#FFF;
	border: 1px solid #063;
	cursor:pointer;
	border-bottom: 2px solid #063;
	margin-top: 30px !important;
	margin-bottom: 60px !important; 
	margin: 0 auto;
	width: 200px;
	text-decoration: none !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.printable-button:hover {
	background-color:#74CF4B;
}
.printable-button:active {
	background-color:#539435;
	color: #95D186;
	border-bottom: 1px solid #063;
	margin-top: 31px !important;
}




/* 

THANKS PAGE 

*/

.page {
	padding: 80px;
	width: 750px;
	background-color: #FFF;
	margin: 0 auto;
	margin-bottom: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	-moz-box-shadow: 0px 5px 20px 5px rgba(73, 76, 84, 0.1); 
	-webkit-box-shadow: 0px 5px 20px 5px rgba(73, 76, 84, 0.1); 
	box-shadow: 0px 5px 20px 5px rgba(73, 76, 84, 0.1);
}
.thanks-text ul, .thanks-text ol { margin-top: 10px; margin-bottom: 10px; }
.thanks-text ul, .thanks-text ul li { list-style: disc outside none !important; }
.thanks-text ol, .thanks-text ol li { list-style: decimal outside none !important; }
.thanks-text ol li, .thanks-text ul li { display: list-item !important; }
.bp-badge {
	width: 150px;
	margin-top: 30px;
}


/*

NOTIFICATIONS

*/

.notification {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px;
	padding-left: 75px;
	margin-bottom: 30px;
	background-position: 20px;
	background-size: 30px 30px;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
}
.notification.error {
	background-color: #EB5463;
	background-image: url(/2/img/proposal-icons/notification-error.png);
}
.notification.warning {
	background-color: #FDCD56;
	background-image: url(/2/img/proposal-icons/notification-warning.png);
}
.notification.success {
	background-color: #9ED26A;
	background-image: url(/proposal/img/notification-success.png);
}
.notification.info {
	background-color: #4FC0E8;
	background-image: url(/2/img/proposal-icons/notification-info.png);
}
.btn-toolbar-image {
	opacity: 0.7;
}


@media only screen and (max-width: 480px) {
	
.sign-textbox {
	width:100% !important;
}
	
}



@media only screen and (max-width: 768px) {
		

.forward-form-row textarea,
.forward-form-row input {
	font-family: "Gordita", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
	width: 100%;
}

#container li {
	display: inline;
}
.ribbon-wrapper-preview { display:none; }
#iframe1 {
   width: 100%;
}
.desktop-hide { display: block; }
.mobile-hide {
	display: none;
}
.hidden {
	display: none;
}
h1 {
	line-height: 40px;
}
h2 {
	line-height: 25px;
}
.navigation {
	overflow-x: hidden;
	direction: ltr;
	background-color: #EEE;
	height: 100%;
	width: 250px;;
	position: fixed;
	left:-250px;
	z-index:45;
	box-shadow: none !important;
}
.main-content {
	float:right;
	display:inline;
	width:100%;
	z-index:1;
	position:absolute;
}
/* Columns */
.one-fifth, .one-quarter, .one-third, .one-half, .three-quarters {width:100%; overflow: auto;}

.menu-ico {
	float: left;
	display: block;
	padding: 10px 15px;
	background-color: #FFF;
	margin-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important; /* future proofing */
	-khtml-border-radius: 4px !important;
	text-transform:uppercase;
	}	
.menu-ico:hover { cursor:pointer;}

.menu-text {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.menu-title {
	font-size: 0.7em;
	opacity: 0.6;
}	
.inner-content {
	position:relative;
	margin:0 auto; 
	width: 85%;
	color:#333;
}
.logo {
	width:100%;
	margin-top:0;
}
.shownav {
	background-image:url(/proposal/img/shownav.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
    width: 40px;
	height: 40px;
}
.menu-text {
	color:#FFF;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.thanks-logo {
	width:60%;
	margin-top:0;
	margin: 0 auto;
	float: none;
}
.button {
	width: 90%;
}
.logo-bar { }
.form-label {
	clear: left;
	float:left;
	width: 90%;
}
.form-textbox {
	width: 94%;
	margin-left: 0%;
	margin-top: 5px;
}
.page {
	width: 75%;
	padding: 30px;
}
.thanks-text {
	padding: 20px;
}
.btn-toolbar a {
		width: 100%;
	}
#sign-proposal {
	position:relative !important;
	margin-top:10px;
}
.sign-textbox {
	width:100% !important;
}
div.text-output img {
	margin-left: 0px !important;
	margin-bottom: 30px !important;
	width: 100% !important;
	height: auto;
}
div.text-output table img {
	margin-left: 0px !important;
	margin-bottom: 30px !important;
	width: auto !important;
	height: auto;
}
div.text-output img.icon-mobile-xs { width: 20px !important;}
div.text-output img.icon-mobile-s { width: 50px !important;}
div.text-output img.icon-mobile-m { width: 100px !important;}
div.text-output img.icon-mobile-l { width: 150px !important;}
.table-responsive {
    overflow: auto !important;
	overflow-y: hidden;
}
.photo {
	margin-top: 100px;
}
.custom-block-colour {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.custom-block-inner {
	width: 85% !important;
}
.custom-block-text {
	padding: 0px !important;
	overflow: auto;
}
.product-details {
	width: 65%;
}
.product-name {
	line-height: 1em;
	margin-bottom: 10px;
}
.product-pricing {
	font-size: 0.85em;
	line-height: 0.85em;
}
.product-description {
	font-size: 0.7em !important;
}
.select-toggle {
	font-size: 16px;
	text-align: center;
	width: 100% !important;
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
}
.opt-toggle {
	margin-top: 10px;
}
.first-element {
	margin-top: 69px !important;
}
.first-element-other {
	margin-top: 99px !important;
}
.last-element {
	margin-bottom: 100px;
}
.forward-proposal {
	margin-left: 0;
	padding-bottom: 100px;
}
.forward-proposal .notification {
	padding: 20px;
}
}

@media only screen and (max-width: 1024px) {
	.mobile-hide {display: none;}
	.btn-toolbar a {width: 100%;}
}