/*** Start Import ***/
@font-face {
	font-family: 'ProximaNova-Bold'; /*a name to be used later*/
	src: url('../fonts/ProximaNova-Bold.otf'); /*URL to font*/
}
@font-face {
    font-family: 'ProximaNova-ExtraBold'; /*a name to be used later*/
    src: url('../fonts/ProximaNova-Extrabold.otf'); /*URL to font*/
}
@font-face {
	font-family: 'ProximaNova-Light'; /*a name to be used later*/
	src: url('../fonts/ProximaNova-Light.otf'); /*URL to font*/
}
@font-face {
	font-family: 'ProximaNova-Regular'; /*a name to be used later*/
	src: url('../fonts/ProximaNova-Regular.otf'); /*URL to font*/
}
@font-face {
	font-family: 'ProximaNova-Semibold'; /*a name to be used later*/
	src: url('../fonts/ProximaNova-Semibold.otf'); /*URL to font*/
}

/*** End Import ***/

/*** Start Colour Styles

Blue:       #4FA6FF / rgba(77, 161, 255, 1.0)
Dark-Blue:  #284664 / rgba(40, 70, 100, 1.0)
Light Blue: #E7F5FE / rgba(231, 245, 254, 1.0)
White:      #ffffff / rgba(255, 255, 255, 1.0)
Dark Grey:  #4C4C4C / rgba(76, 76, 76, 1.0);
Light Grey: #  / rgba(135, 135, 135, 1.0);
End Colour Styles ***/

/*** Start General ***/
@-ms-viewport{
	width: device-width;
}
html {
	font-family: 'Proxima-Regular', sans-serif!important;
}
body {
	font-family: 'ProximaNova-Regular', sans-serif!important;
	font-size: 1em;
	color: #4C4C4C;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
body#newQuote.dimmable {
	background-color: #F4F8F9 !important;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.ui.grid {
    margin-left: 0;
    margin-right: 0;
}
/*** End General ***/

/*** Start Text Styles ***/
h1, h2, h3, h4, h5 {
	font-family: 'ProximaNova-Regular', sans-serif!important;
}
h1 {
	color: #4C4C4C;
	font-family: 'Proxima-Bold', sans-serif!important;
	font-size: 2.66em;
	letter-spacing: 0.73px;
}
h2 {
	color: #4C4C4C;
	font-family: 'Proxima-Bold', sans-serif!important;
	font-size: 1.33em;
	letter-spacing: 0.5px;
}
p {
	color: #4C4C4C;
	line-height: 25px;
}
p.light {
	color: #000000;
	font-size: 1.33em;
	line-height: 25px;
	opacity: 0.5;
}

h1 .icon {
    color: #4FA6FF;
}

button, input, optgroup, select, textarea {
    font-family: 'ProximaNova-Regular', sans-serif!important;
}
.empty-quote {
}
.empty-quote-arrow {
    position: absolute;
    left: -12em;
}
.empty-quote-image {
    margin-left: -4em;
    padding-top: 7em;
}
.empty-quote-text {
    padding:1em 4em;
}
.empty-quote-title {
    margin: 1em auto 1em auto;
}
.empty-quote-description h2 {
    color: #92A1B2;
    font-family: 'ProximaNova-Regular', sans-serif!important;
}
/*** End Text Styles ***/

/*** Start Menu Bar ***/
.ui.menu {
    font-family: 'ProximaNova-Regular', sans-serif!important;
}
.ui.top.fixed.secondary.pointing.menu {
    border-bottom: 1px solid rgba(40, 70, 100, 1.0);
    background: #284664;
    height: 48px;
}
.ui.top.fixed.secondary.pointing.menu .item.img {
	padding-bottom: 0.7em;
}
.ui.top.fixed.secondary.pointing.menu .dropdown.item.text,
.ui.top.fixed.secondary.pointing.menu .dropdown.item.icon,
.ui.top.fixed.secondary.pointing.menu .item.text,
.ui.top.fixed.secondary.pointing.menu .item.icon {
    font-family: 'ProximaNova-Regular', sans-serif !important;
    color: #ffffff;
    padding-bottom: 1.0em;
}
.ui.top.fixed.secondary.pointing.menu .item.text a {
	font-family: 'ProximaNova-Regular', sans-serif !important;
	color: #ffffff;
}
.ui.top.fixed.secondary.pointing.menu .item>i.dropdown.icon {
    color: #ffffff;
    margin: 0;
}
.ui.top.fixed.secondary.pointing.menu .item.avitar {
    padding-bottom: 0.4em;
}
.ui.top.fixed.secondary.pointing.menu .item.avitar img {
    height: 32px;
    width: 32px;
}
.ui.top.fixed.secondary.pointing.menu .dropdown.item:hover,
                                      .dropdown.item:active,
                                      .dropdown.item:focus,
.ui.top.fixed.secondary.pointing.menu .item:hover,
                                      .item:active,
                                      .item:focus,
.ui.top.fixed.secondary.pointing.menu .item>i.dropdown.icon:hover,
                                      .item>i.dropdown.icon:active,
                                      .item>i.dropdown.icon:focus,
.ui.top.fixed.secondary.pointing.menu .item a:hover,
                                      .item a:active,
                                      .item a:focus {
	color: #4FA6FF;
	font-weight:normal!important;
}
.ui.top.fixed.secondary.pointing.menu i.icon {
    height: 100%;
}

.ui.top.fixed.secondary.pointing.menu .right.menu i.icon {
    height: 100%;
    width: 90%;
}
/*** End Menu Bar ***/

/*** Start Footer ***/
.footer {
	color: rgba(79, 79, 79, 0.5);
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.footer .divider {
	padding: 0;
	margin: 0 0 20px;
}
.footer-links {
	margin-bottom: 20px;
	width: 100%;
}
.footer-links ul {
	list-style: none;
	margin: 0 auto;
}
.footer-links li {
	display: inline;
	margin-right: 30px;
}
.footer-links li a {
	color: rgba(79, 79, 79, 0.5);
	text-decoration: none;
}
.footer-links li a:hover {
	color: #4DA1FF;
}
.left-footer {
	width: 748px;
}
/*** End Footer ***/


/*** Start Semantic.css Changes ***/
.ui.segment.with-padding {
	padding: 1em 1em!important;
}
.ui.input input {
	padding-top: 0.75rem !important;
	padding-bottom: 0.6rem !important;
}
.ui form input {
    font-family: 'ProximaNova-Regular', sans-serif!important;
    padding-top: 0.85em !important;
}
.ui.selection.dropdown {
    color: #4C4C4C!important;
}
.ui.selection.dropdown:focus,
.ui form input:focus,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu {
    border-color: #4FA6FF!important;
}
.ui.input input#task-search {
	border: 0;
    border-radius: 6px 0 0 6px;
	box-shadow: 0 2px 20px 9px rgba(31, 31, 31, 0.04);
	height: 38px;
}
.ui.labeled.input.cost {
	max-height: 38px;
}
.ui.button {
	box-shadow: 0 0 0 0 rgba(34, 36, 38, .0);
    font-family: 'ProximaNova-Regular', sans-serif;
}
.ui.primary.button {
	background-color: #4DA1FF;
	color: #ffffff;
	font-family: 'ProximaNova-Regular', sans-serif;
}
.ui.primary.button.small {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1.08em;
}
.ui.secondary.button {
	background-color: #ffffff!important;
	box-shadow: 0 0 0 1px #4DA1FF inset !important;
	color: #4DA1FF;
	font-family: 'ProximaNova-Regular', sans-serif;
}
.ui.secondary.button:hover {
	background-color: #1678c2!important;
}
.ui.secondary.button.small {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1.08em;
}
.ui.blue.button {
	background-color: #E7F5FE!important;
	color: #4DA1FF!important;
	font-family: 'ProximaNova-Regular', sans-serif;
}
.ui.blue.button.small {
	font-family: 'ProximaNova-Regular', sans-serif;
	/*font-size: 1.08em;*/
}
.ui.basic.blue.button {
	background-color: #E7F5FE;
	border-radius: 6px;
	box-shadow: 0 0 0 1px #4DA1FF inset !important;
	color: #4DA1FF!important;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1.33em;
}
.ui.basic.blue.button.small {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1.08em;
}
.add-button {
	width: 145px!important;
}
.floating.dropdown.icon.blue.button {
	border-right: solid;
	border-width: 1px;
	padding-left: 25px
}
.integration.button {
	min-width: 160px;
}
.ui.button.layout-left {
    background-color: #ffffff;
    border-left: 1px solid rgba(34, 36, 38, .15);
    border-radius: 0!important;
    color: rgba(0, 0, 0, .2);
    margin-left: 1px!important;
}
.ui.button.layout-right {
    background-color: #ffffff;
    border-left: 1px solid rgba(34, 36, 38, .15);
    color: #4DA1FF;
    margin-left: -1px!important;
}
a {
	color: #4F4F4F;
	text-decoration: none;
}
a.primary {
	color: #4DA1FF;
}
a.primary:hover {
	color: #4F4F4F;
}
.ui.button.user-role {
	height: 4.7em;
	line-height: 3em;
	font-size: 1.5em
}
.ui.button.no-shadow {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.3;
}
.attached.segment {
	border: 0 solid #d4d4d5!important;
}
.ui.success.message,
.ui.success.message .header {
    /*background-color: #5cb85c;*/
	/*box-shadow: 0 0 0 1px #5cb85c inset,0 0 0 0 transparent;*/

	background-color: #21ba45;
    box-shadow: 0 0 0 1px #21ba45 inset,0 0 0 0 transparent;
    color: #ffffff;
}
/*** End Semantic.css Changes ***/


/*** Start Content Containers ***/
.main-container {
	margin: 100px auto 0 auto;
    max-width: 980px;
}
.main-extended-container {
    margin: 106px auto 0;
    max-width: 1140px;
}

/*** End Content Containers ***/


/*** Start Landing / Non-Signed In Pages  ***/

/* Landing Page Menu */
.secondary.inverted.menu .ui.inverted.button {
    margin-left: .5em !important;
}

/* Landing Page Segments */
.ui.vertical.stripe.segment {
    padding-bottom:5em;
    padding-top:5em;
}
.ui.vertical.stripe.segment.alt-colour {
	background-color: #F5F7FA;
}
.ui.vertical.stripe.segment.landing-quote {
    background-color: #284266;
}


/* Landing Page Hero Image */
.ui.landing.vertical.masthead {
    background:#284664;
    min-height: 600px;
}
.grid.landing-hero {
    margin-top: 6em;
    padding-bottom: 8em;
}
.grid.landing-hero .centered {
    text-align: center;
}
.landing-hero-title {
    color: #FFFFFF;
    font-family: 'ProximaNova-ExtraBold', sans-serif!important;
    font-size: 5.5em;
    letter-spacing: 1.25px;
    line-height: 1.1em;
    margin-bottom: 0.4em;
    text-align: center;
}
.landing-hero-description {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
}

/* Landing Page Text and Images */
.ui.vertical.stripe.segment.landing-quote h1 {
	color: #ffffff;
}
p.landing-description,
 .landing-description-link {
    font-size: 1.3em;
}
p.landing-description.testimonials {
    font-style: italic;
}

.landing-feature-text-centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
}
.landing-feature-text-left,
.landing-feature-text-right {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.landing-feature-image-centered {
    margin-left: auto;
    margin-right: auto;
}
/*.landing-feature-image-left {*/
    /*padding-left: 0!important;*/
/*}*/

/*.landing-feature-image-right {*/
    /*padding-right: 0!important;*/
/*}*/

/*.landing-feature-list {*/
    /*font-size: 1.1em;*/
    /*padding: 0.7em;*/
/*}*/

.features-container {
	margin-top: 3em;
	margin-bottom: 4em;
}

img.ui.image-testimonials {
    height: 64px;
    width: 64px;
}
/* Landing Page Pricing Cards */
.ui .content.pricing-card {
    border: 0 solid #d4d4d5!important;
    border-radius: 4px;
    line-height: 1.7em;
    padding: 3em!important;
}
.ui .content.pricing-card.c {
    background: #4DA1FF;
    color: #FFFFFF;
}
.ui .content.pricing-card.r {
    background: #284664;
    color: #FFFFFF;
}
.ui .content.pricing-card .pricing-card-header {
    font-family: 'ProximaNova-Bold', sans-serif!important;
    font-size: 40px;
    margin-bottom: 40px;
}
.ui .content.pricing-card .pricing-card-description {
    font-family: 'ProximaNova-Regular', sans-serif!important;
    font-size: 18px!important;
    margin-bottom: 40px;
}
.ui .content.pricing-card .pricing-button {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 2px 20px 0;
    color: #4C4C4C;
    font-family: 'ProximaNova-Bold', sans-serif!important;
    line-height: 2em;
    min-height: 2em;
}

#desktop-only {
    display: block;
}
#mobile-only {
    display: none;
}
/*** End Landing / Non- Signed In Pages  ***/


/*** Start Xero Page ***/
.xero-stars {
	margin: 4em auto 2em auto;
}
.xero-cta-getstarted, .xero-cta-tryxero {
	display: inline-block;
	margin-top: 2em;
}
/*** End Xero Page ***/


/*** Start Login Page ***/
.login-container {
	background: #FFFFFF;
	/*box-shadow: 0 2px 20px 9px rgba(31,31,31,0.04);*/
	border-radius: 6px;
	margin: 0 auto;
	max-width: 600px;
	padding: 40px;
	width: 70%;
}
.login-content {
	margin: auto;
	max-width: 460px;
}
.login-content h1,
.login-content p {
	text-align: center;
}
form.login .field,
form.signup .field {
	margin-bottom: 1.5rem;
}
form.login .field .label,
form.signup .field .label {
	margin-bottom: 0.3rem;
}

.right.floated.label {
	float: right;
}
/*** End Login Page ***/


/*** Start New Quote Page ***/
#newQuote .main.container {
	margin-top: 63px;
	padding: 0;
	width: 100%;
}
.ui.relaxed.divided.items {
	box-shadow: 0 2px 20px 9px rgba(31,31,31,0.04);
}
.ui.relaxed.divided.items>.item:first-child {
	border-radius: 6px 6px 0 0 !important;
	border-top: 0!important;
}
.ui.relaxed.divided.items>.item:first-child,
.ui.relaxed.divided.items>.item:last-child {
	padding: 1.5em!important;
}
.ui.items {
	margin: 1.2em 0!important;
}
.task.container {
	margin-right: 410px;
}
.task.item {
	background: #fff!important;
	border-top: 1px solid rgba(240, 243, 247, 1.0)!important;
	min-height: 50px!important;
	padding: 1.5rem!important;
}
.task.item.selected {
    border-left: 2px solid rgba(77, 161, 255, 1);
}
.selected-text {
    color: #4DA1FF;
    font-size: 1em;
    padding: 6px 0 0 46px;
}
.task-image {
	border-radius: 0.125rem;
	border: none;
	height: auto;
	margin: auto;
	padding-right: 1rem;
}
.task-code,
.task-time {
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-size: 0.7em;
	color: #4C4C4C;
	letter-spacing: 1px;
	margin-top: -10px;
}
.task-time {
	font-size: 0.7em;
    letter-spacing: 0;
	margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
}
.task-action {
	margin: auto;
}
.task.content {
	margin: auto!important;
    padding-right: 1em!important;
}
.task.content .task-description {
    color: #4C4C4C!important;
}
select.ui.dropdown.task {
	height: 20px!important;
	margin-top: 0.4rem;
}
.ui.dropdown.task {
	height: 25px!important;
	margin-top: 0.4rem!important;
	max-height: 25px!important;
	min-height: 25px!important;
	min-width: 240px!important;
	padding: 5px 10px!important;
}
.ui.dropdown.task i {
	padding: 5px 10px!important;
}
.ui.dropdown .menu>.item.task-included>.description {
    color: rgba(0,0,0,.87)!important;
}
.quantity {
	padding-left: 0!important;
}
.category {
	color: #4DA1FF;
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-size: 1.33em;
	letter-spacing: 0.62px;
	margin:auto auto auto 0;
}
.subcategory {
	color: #4C4C4C;
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-size: 1em;
	letter-spacing: 0.5px;
	margin:auto auto auto 0;
}
.tasks {
	margin-left: 18.75%!important;
	min-width: 500px;
	padding-left: 0!important;
}
.two.ui.buttons.task-products-switch {
	background-color: #eef3f6;
	border-radius:6px;
	height: 50px;
	margin-bottom:22px;
	padding: 8px;
}
.ui.button.switch-active {
	background-color: #ffffff;
	border-radius:6px;
	font-weight:700;
	padding: 4px;
}
.ui.button.switch-not-active {
	background-color: #eef3f6;
	padding-left: 0;
	padding-right: 0;
}
.ui.form textarea.quote-note {
	border: 0 solid rgba(255, 255, 255, 0.1)!important;
    padding-left: 0;
}

/*** Start Animation of Tasks ***/
.product-clone {
  	position: fixed;
	z-index: 9999;
}
/*** End Animation of Tasks ***/


/*** End New Quote Page ***/

/*** Start New Quote Sidebar ***/
.sidebar {
	background: #ffffff;
	height:100%;
	min-width: 360px;
	padding-right: 1rem!important;
	padding-top: 1.7rem!important;
	position: fixed!important;
	right: 0;
    overflow-y: scroll;
}
.sidebar-box {
	margin-top: 1rem;
}
.sidebar-title {
	padding-top: 1.5rem!important;
}
.blue.file.outline.icon {
	color: #4DA1FF!important;
	margin-right: 0.6rem!important;
}
.sidebar-quote-title {
	margin: auto;
}
.sidebar-quote-number {
	margin: auto;
	text-align: right;
}
.sidebar-item {
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(240, 243, 247, 1.0)!important;
}
.sidebar-item .task-cost {
    font-size: 0.9em;
}
.sidebar-item .basic.button {
    padding: .78571429em 1.09em .78571429em!important;
}
.sidebar-qty {
    padding: 1.5rem 0;
}
.quote-totals-box {
	background-color: white;
	bottom:0;
	box-shadow: 0 -2px 4px rgba(136, 136, 136, 0.25);
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 0 1rem 1rem 1rem;
	position: fixed;
	width: 31.25%;
}
.quote-totals {
	margin-top: 0.1rem!important;
}
.quote-sub-total,
.quote-tax-total,
.quote-total,
.quote-total-heading,
.modal-quote-sub-total {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1.16em;
	color: #4C4C4C;
	line-height: 23px;
}
.quote-total,
.quote-total-heading {
	font-family: 'ProximaNova-Bold', sans-serif;
}
.ui.dropdown.sidebar-qty,
.ui.selection.dropdown {
	min-width: 0;
}
.remove.circle.outline.icon.sidebar-remove {
	margin-top:1rem;
}
.sidebar-options {
    margin-left: -1em!important;
}
.icon.expand-quote-totals {
    color: #4DA1FF;
    position: absolute;
    right: .62rem;
    top: 1.2rem;
}
.ui.accordion .title .dropdown.icon {
    transform: rotate(-90deg)!important;
}

.ui.accordion .active.title .dropdown.icon {
    transform: rotate(90deg)!important;
}
.ui.accordion .active.title .quote-total-heading,
.ui.accordion .active.title .quote-total {
    display: none;
}
.ui.accordion:not(.styled) .title~.content:not(.ui):last-child {
    padding-bottom: 1em;
}

.out-of-stock {
    padding: 0!important;
}
.out-of-stock-instruction {
    padding: 1em 0 1em 1em!important;
}
.out-of-stock-buttons {
    text-align: right!important;
    padding-left: 0!important;
}
/*** End New Quote Sidebar ***/

/*** Start New Quote Categories ***/
.categories {
	position: fixed!important;
	left:0;
}
a.active.title {
	color: #4DA1FF!important;
    font-family: 'ProximaNova-Regular', sans-serif!important;
	font-size: 1em!important;
}
.content.menu a.item {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1rem!important;
	line-height: 18px!important;
}
.ui.vertical.menu .item .menu a.active.item {
	font-family: 'ProximaNova-Regular', sans-serif!important;
    font-weight: normal!important;
	color: #4DA1FF;
}
.ui.vertical.menu .item .menu a.item:hover {
	font-family: 'ProximaNova-Regular', sans-serif!important;
    font-weight: normal!important;
    color: #4DA1FF;
}
.categories-menu {
	display: none;
}
.categories-dropdown {
	border:0!important;
    box-shadow: none!important;
}
/*** End New Quote Categories ***/

/*** Start Modal View Page ***/
.ui.modal>.close {
	color: #000000;
	right: 1rem;
	opacity: .2;
	top: 1rem;
}
.multi-right {
	margin-right: 1rem!important;
}
.ui.button.narrow {
    padding:0.85rem 0.5rem !important;
}
.five.fields.calculate-costs {
    margin: 1rem 0 2rem -0.5rem;
}
.actions .ui.checkbox {
    margin-top:0.7em;
}

.ui.modal>.actions {
    min-height: 70px;
}
.price-list-totals {
	font-weight: 700;
}
.remove.circle.outline.icon.modal {
	margin-top: 2.2rem;
}
.modal.header {
	color: #4C4C4C;
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-size: 1.33em;
	letter-spacing: 0.5px;
	line-height: 25px;
	margin-bottom: 0.5rem!important;
}
.fluid.card.select-product {
	width: 31.1%!important;
}
.card-product-brand {
	color: #000000;
	font-family: 'ProximaNova-Bold', sans-serif;
	font-size: 1em;
	letter-spacing: 0.38px;
	margin: 0 0 5px 0;
	opacity: 0.5;
}
.card-product-code {
	color: #92A1B2;
	font-family: 'ProximaNova-Bold', sans-serif;
	font-size: 1em;
	letter-spacing: 0.38px;
    margin: 0 0 5px;
}
.card-product-description {
	color: #000000;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 1.16em;
	letter-spacing: 0.44px;
	margin: 0 0  5em 0;
	opacity: 0.5;
}
.card-product-prices {
	color: #323C47;
	font-family: 'ProximaNova-Bold', sans-serif;
	font-size: 1em;
	letter-spacing: 0.5px;
	line-height: 12px;
	margin: 0 0 2em 0;
	opacity: 0.3;
}
.extra.content.bottom-attached {
    bottom: 1em;
    position: absolute;
    left: 0;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%
}
input.card-product-qty {
	color: #4DA1FF!important;
	text-align: center!important;
	border-radius: 0!important;
}
.button.product-qty {
	background: #fff;
	border: 1px solid #e0e1e2;
}
.button.product-qty.left {
	background: #fff;
	border-radius: .28571429rem 0 0 .28571429rem!important;
	border-right: 0 solid #e0e1e2;
}
.button.product-qty.left:hover {
    background: #cacbcd;
}
.select-pipe .item {
    line-height: 2.6em!important;
}
.select-pipe .item>img {
    margin-top: 0!important;
    margin-bottom: 0!important;
    max-height: none!important;
}
.select-pipe,
.select-lineral-metre,
.select-location {
    min-height: 3.3em!important;
    padding-top: 1.21em!important;
}
.select-pipe .dropdown.icon,
.select-lineral-metre .dropdown.icon,
.select-location .dropdown.icon {
    padding-top: 1.21em!important;
}
.select-fittings {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0)!important;
    font-family: 'ProximaNova-Regular', sans-serif;
    margin-top: 0!important;
    max-height: 15em !important;
    overflow-y: overlay;
    width: 100%!important;
}
.select-fittings .placeholder {
    color: rgba(191, 191, 191, .87)!important;
}
.remove.circle.outline.icon.modal-larger {
    margin-top: 2.6em!important;
    padding-left: 1em;
}
.classification-checkbox label {
	font-weight: 300!important;
}
td.quote-preview-vertical-offset {
    padding-top: 1.5em!important;
}
td .ui.icon.dropdown.basic.button {
    height: 38px!important;
    line-height: 17.5px!important;
    width: 38px!important;
}
/*** End Modal View Page ***/


/*** Start Quotes Page ***/
.ui.basic.table {
	border: 0 solid rgba(34, 36, 38, .0);
}
.ui.celled.table tr th,
.ui.celled.table tr td {
	border-left: 0;
	/*padding: 1.3rem*/
}
.ui.celled.table tr td .preview-hidden {
    opacity: 0.3!important;
}


.ui.sortable.table thead th.sorted {
	background: rgba(0, 0, 0, 0);
}
.ui.tabular.menu {
	/*border-bottom: 0 solid #ffffff;*/
	cursor: pointer;
}
.ui.tabular.menu .item {
	/*background-color: rgba(232, 234, 237, 1.0);*/
	opacity: 0.5;
}
.ui.tabular.menu .item:hover {
	background-color: rgba(255, 255, 255, 1.0);
}
.ui.tabular.menu .active.item {
	color: #4FA6FF;
	opacity: 1.0;
}
.ui.bottom.attached.tab.segment {
	/*border: none!important;*/
    /*border-radius: 0 6px 6px 6px;*/
	/*padding: 0;*/
}
/*** End Quotes Page ***/


/*** Start Help Page ***/
.ui.three.stackable.help.cards {
    padding: 1em;
}
.ui.card {
    box-shadow: 0 0 3px 0 #d4d4d5, 0 0 0 0 #d4d4d5!important;
}
.ui.card:hover {
	box-shadow: 0 2px 20px 9px rgba(31, 31, 31, 0.04);
	cursor: pointer;
	transform: scale(1.03);
}
.help-card {
	text-align: center;
	padding: 2em!important;
}
/*** End Help Page ***/

/*** Start Settings Page ***/
.ui.form.settings {
	padding: 0.5em;
}
.field.settings {
	margin: 10px 0 20px 0 !important;
}
.integration.action,
.integration.content {
	margin: auto!important;
}
tr {
	cursor: pointer;
}
img.settings {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.ui.button.image-upload {
    margin-top: 0.7em;
}
.upload-logo {
    padding: 2em 2em 0.5em 2em;
}
.upload-displayed-logo {
    border: 1px dashed rgba(34, 36, 38, .15);
    padding: 1.5em 0 0.2em 1.2em !important;
}
.ui.form .fields > .field.upload-logo:first-child {
    border: 1px dashed rgba(34, 36, 38, .15);
    margin-left: 0.75em;
    max-width: 48%;
    padding: 1.5em 0 0 1.2em!important;
}
.ui.form label {
    font-family: 'ProximaNova-Regular', sans-serif!important;
    display: block;
    margin: 0 0 .28571429rem 0;
    color: rgba(0, 0, 0, .87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none
}
.select-pipe> .text-image-pipe {
    margin-top: -1em!important;
}
.select-pipe> .text-image-pipe> .text-pipe {
    margin-top: -1.9em!important;
    margin-left: 3.5em!important;
}
.ui.dropdown>.text {
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: 100%!important;
}
.ui.multiple.search.dropdown>input.search{
    padding: 0 !important;
}
a.ui.button.modal-price-totals {
    background: none;
}
.help.circle.outline.icon {
    font-size: 1em;
    line-height: 0.8em;
}
.ui.circular.icon.basic.button.help {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #000000 !important;
    line-height: 1em;
    height: 1em;
    width: 1em;
    padding: 0;
}
iframe.template-preview {
	border: none;
    min-height: 1000px;
    width: 100%;
}
.settings-save-btn {
	margin-bottom: 3rem!important;
}
.settings-side-menu .vertical.menu {
    float: left;
    margin-top: 0;
    padding-left: 3.7rem;
    width: 100%;
}
.settings-side-menu .vertical.menu .item.active,
.settings-side-menu .vertical.menu .item.active:hover {
    color: #4FA6FF;
    font-weight: 600;
}
.settings-main-content {
    border-left: 1px solid #d4d4d5;
}

/*** End Settings Page ***/

/*** Start Formula Builder ***/
/*.formula-box-background {
    background: #eee;
    font-style: italic;
    min-height: 5rem;
    padding:2rem;
}
.formula-operator {
    text-align: center;
    font-size: 0.8em
}*/
.formula-section {
    margin-bottom:0!important;
}
.formula-choose-expression-segment {
    padding-left: 0!important;
}
.formula-choose-expression-column {
    background-color: #eee !important;
    border-radius: 2px 0 0 2px !important;
}
.vertical-center-text {
    line-height: 2.75rem;
}
.add-data-source {
	margin-top: -0.4rem!important;
}
/*** End Formula Builder ***/

.tasks {
    min-width: 0;
}
.sidebar {
    min-width: 200px;
    overflow-y: visible;
}

/*** Start Sign Quote Modal ***/
#main{
    display:block;
    width:100%;
    height:300px;
    background: #eeeeee;
}

/***  Hides Mobile Menu on Tablet / Desktop Size Screens ***/
@media screen and (min-width: 768px) {
    .ui.top.fixed.three.item.borderless.menu {
        display: none;
    }
}

/*** Tablet Start ***/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .main-container {
        margin: 100px 2rem 0 2rem;
        max-width: 980px;
    }
	/*** Resize Columns ***/
	#newQuote .ui.column.grid>[class*="three wide"].column,
	#newQuote .ui.grid>[class*="three wide"].column {
		width: 25%!important;
	}
	#newQuote .ui.column.grid>[class*="eight wide"].column,
	#newQuote.ui.grid>[class*="eight wide"].column {
		width: 75%!important;
	}
	#newQuote .ui.column.grid>[class*="five wide"].column,
	#newQuote .ui.grid>[class*="five wide"].column {
		width: 100%!important;
	}

    /*** Landing Page ***/
    .grid.landing-hero {
        margin-top: 4em;
    }
    .pricing-card-header {
        font-size: 30px!important;
    }
	#desktop-only {
		display: none;
	}
    #mobile-only {
        display: block;
    }

	/*** Task Item Contents ***/
	.task-item {
		display:inline-block;
	}
	.task-image {
		float: left;
	}
	.task-code {
		margin-top: 0;
	}
	.task-action {
		float: right;
		margin-top: 15px;
	}

	/*** Quote Sidebar ***/
	.sidebar {
		bottom: 0;
		height: 0;
	}
	.sidebar-item {
		display: none;
	}
	.sidebar-contact {
		bottom: 16px;
		position: fixed;
		left: 7%;
		width: 25%;
		z-index: 2;
	}
	.quote-totals-box {
		height: 70px;
		width: 100%;
	}
	.quote-totals {
		margin-top: 0 !important;
	}
	.quote-sub-total,
	.quote-tax-total {
		display: none;
	}
	.quote-totals>.right.aligned.four.wide.column,
	.quote-totals>.right.aligned.ten.wide.column {
		position: fixed;
		bottom: 8px;
	}
	.quote-totals>.right.aligned.four.wide.column {
		right: 50%;
	}
	.quote-totals>.right.aligned.ten.wide.column {
		right: 58%;
	}
	.quote-totals>.sixteen.wide.column {
		position: fixed;
		right: 0;
		width: 50% !important;
		bottom: 0;
	}
	i.blue.file.outline.icon {
		bottom: 30px;
		left: 15px;
		position: fixed;
		z-index: 1;
	}
    .tasks {
        margin-left: 25%!important;
    }
	.categories-menu {
		display: none;
		padding-top: 10px;
	}

}
/*** Tablet End ***/

/*** Mobile Start ***/
@media screen and (max-width: 767px) {

    .main-container {
        margin-top: 5em;
    }

	/*** Mobile Menu Bar ***/
	.ui.top.fixed.secondary.pointing.menu,
    .ui.container.landing.large.secondary.inverted.menu {
		display: none;
	}
    .ui.top.fixed.three.item.borderless.menu {
        background-color:#284664;
    }
    .ui.top.fixed.three.item.borderless.menu .icon {
        color: #ffffff;
    }
    .ui.top.fixed.three.item.borderless.menu .menu.transition.visible {
        /*background:#284664;*/
        width: 300%!important;
    }
    .ui.top.fixed.three.item.borderless.menu .menu.transition.visible .item a {
        /*color: #ffffff;*/
    }
    .ui.top.fixed.three.item.borderless.menu .icon:active,
    .ui.top.fixed.three.item.borderless.menu .icon:hover,
    .ui.top.fixed.three.item.borderless.menu .menu.transition.visible .item a:active,
    .ui.top.fixed.three.item.borderless.menu .menu.transition.visible .item a:hover {
        color: #4FA6FF!important;
    }
    .ui.menu .ui.dropdown .menu>.item,
	.ui.menu .ui.dropdown .menu>.item:hover {
        background: none!important;
        text-align: center;
    }

    /*** Landing Page ***/
    .ui.three.stackable.help.cards {
        margin: 0;
    }
    .features-container {
        margin-top: 3em!important;
        margin-bottom: 4em!important;
    }
    .help.cards .ui.card {
        margin-top: 2em;
    }
    #desktop-only {
        display: none;
    }
    #mobile-only {
        display: block;
    }

    /*** New Quote Page ***/
    #newQuote .main.ui.container {
        /*margin-top: 58px;*/
    }

	/*** New Quote Sidebar ***/
	.sidebar {
		bottom: 0;
		height: 0;
	}
	.sidebar-quote {
		display: none!important;
	}
	.sidebar-item {
		display: none;
	}
	.quote-totals-box {
		margin: auto;
		width: 100%;
	}
	.quote-totals {
		margin-top: 0 !important;
	}
	.sidebar-contact {
		display: none;
	}
	.quote-totals-box {
		height: 70px;
		width: 100%;
	}
	.quote-totals {
		margin-top: 0 !important;
	}
	.quote-sub-total,
	.quote-tax-total,
	i.blue.file.outline.icon {
		display: none;
	}
	.quote-totals>.right.aligned.four.wide.column,
	.quote-totals>.right.aligned.ten.wide.column {
		position: fixed;
		bottom: 8px;
	}
	.quote-totals>.right.aligned.four.wide.column {
		right: 58%;
	}
	.quote-totals>.right.aligned.ten.wide.column {
		left: -39%;
	}
	.quote-totals>.sixteen.wide.column {
		position: fixed;
		right: 0;
		width: 60% !important;
		bottom: 0;
	}

	/*** Login Page ***/
	.login-container {
		background: none;
		box-shadow: 0 0 0 0 rgba(31,31,31,0.0);
		padding: 0;
		width: 80%;
	}

}
/*** Mobile End ***/


