/********************************************************************
			Design and code proudly made by
			SUPERAWESØME
			MAKING WEBSITES NOT SUCK SINCE 2007
			www.sprawsm.com
**********************************************************************/

/* Reset */

*, ::before, ::after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Scaffolding */

hr {
	border: 0;
	border-top: 1px solid #d8e0e5;
	margin: 20px 0;
	width: 100%;
}

.hide {
    display: none;
}

.legend-title {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	border-bottom: 2px solid #2699d0;
}

.legend-box {
	margin-top: 20px;
}

.legend-box p {
	margin-bottom: 10px;
}

.legend-box .label {
	margin-bottom: 10px;
}

.cta-info {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

/* Clearfix */

.cf:after,
.cf:before,
.form-group:after,
.form-group:before {
	content: "";
	display: table;
}

.cf:after,
.form-group:after {
	clear: both;
}

/* Icons */

.svgicon {
	display: inline-block;
	width: 16px;
	height: 16px;
	fill: currentColor;
	vertical-align: middle;
	position: relative;
}

.svgicon-sm {
	width: 12px;
	height: 12px;
}

/* Grid */

.content {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
}

.content.wide {
    max-width: 100%;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row > [class^='col-'], .row > [class*=' col-'] {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2 {
	width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
	width: 33.33333333%;
}

.col-sm-5 {
	width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
	width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

@media(min-width: 769px) {
	.col-offset-3 {
		margin-left: 25%;
	}

	.col-offset-1 {
		margin-left: 8.33333333%;
	}
}

.mxh-600 {
	max-height: 600px;
}

/* flex */

.flex {
	display: flex;
}

.flex-middle {
    align-items: center;
}

.flex-top {
	align-items: flex-start;
}

.flex-bottom {
	align-items: flex-end;
}

.flex-between {
	justify-content: space-between;
}

.flex-grow {
	flex-grow: 2;
}

.flex-eq-items > div {
	flex-grow: 1;
}

.flex-1 {
	flex: 1;
}

/* Fonts */
/* Roboto Regular */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto.regular-webfont.woff2") format("woff2"),
         url("../fonts/roboto.regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto Medium */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto.medium-webfont.woff2") format("woff2"),
         url("../fonts/roboto.medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto Bold */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto.bold-webfont.woff2") format("woff2"),
         url("../fonts/roboto.bold-webfont.woff2") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Structural stylings */

body {
	font: normal 12px/1.5 "Roboto", Arial, sans-serif;
	color: #444;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #2699d0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.with-icon:hover {
	text-decoration: none;
}

a.with-icon span {
	vertical-align: middle;
	margin-left: 5px;
}

a.with-icon:hover span {
	text-decoration: underline;
}

img {
	vertical-align: middle;
}

p {
	margin: 0;
}

.page-content {
    margin-top: 30px;
}

.announcement {
	padding-top: 30px;
	max-width: 900px;
}

.announcement p {
	margin-bottom: 10px;
}

.announcement h6 {
	margin-bottom: 15px;
}

.announcement ul {
	list-style: disc;
	margin-bottom: 20px;
	margin-left: 20px;

}

/* Header */

.page-header {
    background: #ebeef0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Footer */

.page-footer {
	background: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 30px;
}

@media(min-width: 769px) {
	html {
		height: 100%;
	}

	body {
		padding-bottom: 75px;
		min-height: 100%;
	}

	.page-footer {
		margin-top: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

/* Buttons */

.btn {
	color:  #fff;
	background-color: #2699d0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	background-image: none;
	text-decoration: none;
	white-space: nowrap;
	padding: 8px 10px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.btn-primary {
	border-color: rgba(0, 0, 0, 0.15);
}

.btn .svgicon + span {
	vertical-align: middle;
	margin-left: 2px;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	background-color: #2699d0;
    color: #fff;
}

.btn-default-light,
.btn-default-light:focus,
.btn-default-light:hover {
	color: #444;
	border-color: rgba(0, 0, 0, 0.15);
	background-color: #ebeef0;
}

.btn-default {
	color: #444;
	background-color: #d8e0e5;
}

.btn-default:focus,
.btn-default:hover {
	background-color: #e7ecef;
}

.btn-default .svgicon, .btn-default-light .svgicon {
	fill: #7294a7;
}

.btn-muted,
.btn-muted:focus,
.btn-muted:hover {
	color: #fff;
	background-color: #657886;
	border-color: rgba(0, 0, 0, 0.15);;
}

.btn-small {
	padding: 7px 10px;
	line-height: 1;
}

.btn-small.upcase {
	padding: 4px 6px;
}

.btn-tab {
	padding: 3px 20px;
}

.btn-with-icon {
	padding: 5px 10px;
	line-height: 1;
}

.btn-with-icon.upcase {
	padding: 1px 6px;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.close {
    float: right;
    font-size: 21.6px;
    font-weight: bold;
    line-height: 1;
    color: #657886;
}

.btn.disabled, .btn[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
}

/* Forms */

form {
	position: relative;
}

.form-inline {
	display: inline-block;
}

.control-label {
	display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #657886;
    text-transform: uppercase;
    font-size: 11px;
	letter-spacing: 1px;
}

.form-control {
	outline: none;
	border-radius: 4px;
	border: 1px solid #d8e0e5;
	padding: 8px 10px;
	font: normal 12px/1.5 "Roboto", Arial, sans-serif;
	line-height: 18px;
	display: block;
    width: 100%;
}

.form-control:not([readonly]):focus {
	border-color: #2699d0;
  	opacity: 1;
  	outline: 0 none;
}

select {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #d8e0e5;
	background: #fff url("../colored-icons/arrow-down_grey.svg") no-repeat center right 5px;
	background-size: 14px;
	color: #444;
	font: normal 12px/1.5 "Roboto", Arial, sans-serif;
	padding: 2px 5px;
	padding-right: 20px;
}

select::-ms-expand {
    display: none;
}

.select {
	display: inline-block;
}

.select-light {
	border-radius: 2px;
	background-color: #fff;
	border-color: #dfdfdf;
	color: #444;
	display: inline-block;
	position: relative;
	min-width: 150px;
	vertical-align: middle;
}

.select-light select {
	background-color: transparent;
	border-color: transparent;
	color: #444;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
}

textarea {
	min-height: 100px;
	resize: none;
}

textarea.autosize {
	min-height: 36px;
    height: auto;
}

.form-group {
	margin-bottom: 20px;
}

.required {
	position: relative;
}

.required:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #2699d0;
	border-radius: 4px;
	position: absolute;
	left: -3px;
	top: 100%;
	margin-top: 18px;
}

.form-group .read-only {
	overflow: hidden;
}

.upload-file {
	border: 0;
	padding-left: 0;
	font-size: 12px;
  	min-width: 0;
}

.field_with_errors {
	display: inline;
}

.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
	border-color: #cf7675;
}

::-webkit-input-placeholder {color: #b5c0c8;}

:-moz-placeholder {
	color: #b5c0c8;
	opacity: 1;
}

::-moz-placeholder {
	color: #b5c0c8;
	opacity: 1;
}

:-ms-input-placeholder {color: #b5c0c8;}

/* Paging */

.footer-paging {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #d8e0e5;
	min-height: 30px;
	text-align: center;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-paging .btn {
	background-color: transparent;
	padding: 5px 10px;
	border-color: transparent;
}

.footer-paging .btn .svgicon {
	display: block;
}

.footer-paging .btn:hover {
	background-color: transparent;
}

.btn-group {
	position: relative;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.footer-paging .pull-left,
.footer-paging .btn-group,
.footer-paging .pull-right {
	flex: 1 1 0px;
}

.footer-paging .pull-left {
	text-align: left;
}

.footer-paging .pull-right {
	text-align: right;
	margin-right: 20px;
}

.footer-paging .pull-right .margin-right-base {
	vertical-align: middle;
}

.footer-paging .btn-group {
	text-align: center;
	justify-content: center;
}

.footer-paging .page {
	color: #444;
	padding: 0;
	margin: 0;
	align-self: center;
}

.footer-paging .page a {
	color: #444;
	padding: 0 7px;
	display: inline-block;
}

.footer-paging .page a:hover {
	color: #2699d0;
}

.footer-paging .page.current, .footer-paging .page.gap {
	padding: 0 7px;
	margin: 0;
}

.footer-paging .page.current {
	color: #2699d0;
	background: transparent;
	align-self: center;
}

.footer-paging .select-light {
	text-align: left;
	display: inline-block;
	min-width: 54px;
	box-shadow: none;
}

/* Message conversation */
.conversation {
	border-top: 1px solid #d8e0e5;
	margin-top: 20px;
}

.list-conversation li + li {
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 10px;
	border-top: 1px solid #d8e0e5;
}

.list-conversation li:last-of-type {
	margin-bottom: 2rem;
}

.help-block {
	color: #999;
	text-align: left;
}

.help-block h3 {
	margin-bottom: .5em;
}

.help-block p {
	margin-bottom: 1em;
}

.comments-form {
	max-width: 400px;
}

.comments-form .form-group {
	padding-left: 3px;
}

/* List */

.list-inline li {
	color: #657886;
	display: inline-block;
}

.list-inline li:not(:last-child):after {
	content: "•";
	display: inline-block;
	margin: 0 5px;
}

/* Breadcrumbs */

.breadcrumbs {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li:not(:last-child):after {
	content: "";
	display: inline-block;
	margin: 0 7px;
	height: 7px;
	width: 7px;
	border: solid #7294a7;
	border-width: 0 2px 2px 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }

.breadcrumbs li a {
	color: #2699d0;
	text-decoration: none;
}

/* Media */
.media-left, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media-left {
	padding-right: 10px;
}

.media-body {
	width: 10000px;
}

.avatar-frame {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
}

/* Panel */

.panel-dashbox {
	padding: 0;
	border: 1px solid #d8e0e5;
	border-radius: 2px;
	position: relative;
}

.panel-dashbox + .panel-dashbox {
	margin-top: 20px;
}

.panel-heading {
	padding: 9px 10px;
	background: #d8e0e5;
	position: relative;
	min-height: 38px;
}

.panel.no-border .panel-heading {
	border-radius: 2px 2px 0 0;
}

.panel-heading > .flex {
	min-height: 20px;
}

.panel-title {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.panel-title a, .panel-title span {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.flex .panel-title {
	display: inline-block;
}

.panel-body {
	padding: 8px 10px 10px 10px;
	position: relative;
}

.panel-heading input.form-control {
	padding: 1px 4px 1px 4px;
	font-size: 11px !important;
	height: auto;
	border-color: transparent;
	border-width: 1px;
	border-radius: 2px;
	display: block;
	height: 20px;
}

/* Labels */

.label {
	color: #444;
    display: inline-block;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.label-bordered {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.label-default-light {
	color: #657886;
	background-color: #ebeef0;
}

.label-warning {
	background-color: #f2edb1;
	color: rgba(68, 68, 68, 0.66);
}

.label-success-alt {
	background-color: #4e861b;
	color: #fff;
}

.label-danger {
	background-color: #cf7675;
	color: #fff;
}

.label-danger-alt {
	background-color: #c11e1e;
	color: #fff;
}

.label-info-alt {
	background-color: #31708f;
	color: #fff;
}

.label-dark {
	color: #fff;
	background-color: #444444;
}

.label-round {
	border-radius: 9px;
	cursor: default;
	padding: 2px 6px;
	font-size: 10px;
	margin: 0 10px;
	vertical-align: middle;
}

/* Modal */
.modal-open {
	overflow: hidden;

}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1071;
}

.modal.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.modal.fade.in {
	opacity: 1;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 10px;
	z-index: 1081;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 12px 48px -12px rgba(0, 0, 0, 0.25);
	background-clip: padding-box;
	outline: none;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1061;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	background-color: #7294a7;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-header {
	padding: 15px 20px;
	min-height: 16.5px;
	background-color: #ebeef0;
	border-radius: 5px 5px 0 0;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
	  	width: 600px;
	  	padding-top: 30px;
	  	padding-bottom: 30px;
	}

	.modal-lg {
		width: 90%;
	}
}

@media screen and (min-width: 992px) {
	.modal-md {
	  	width: 860px;
	}

	.modal-lg {
		width: 80%;
	}
}

/* Tables */

table,
th, tr, td,
thead, tbody {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

table {
	width: 100%;
	max-width: 100%;
}

.table th, .table td {
	border: 0;
	line-height: 1.25;
	padding: 5px 10px;
  	vertical-align: top;
}

.table th {
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #657886;
	white-space: nowrap;
}

.table th .svgicon {
	width: 14px;
	height: 14px;
}

.table th > span {
	vertical-align: middle;
}

.table td {
	word-wrap: break-word;
	white-space: normal;
	position: relative;
}

.table-fixed {
	table-layout: fixed;
}

.min-width-cell {
	width: 1px;
}

.table-bordered th {
	border-bottom: 1px solid #d8e0e5;
}

.table-bordered td {
	border-top: 1px solid #d8e0e5;
}

.table-striped tr:nth-child(2n) td {
	background: rgba(68, 68, 68, 0.05);;
}

.panel.no-border .table-striped td:first-child,
.panel.no-border .table-striped th:first-child {
	border-left: 1px solid #d8e0e5;
}

.panel.no-border .table-striped td:last-child,
.panel.no-border .table-striped th:last-child {
	border-right: 1px solid #d8e0e5;
}

.panel.no-border .table-bordered tr:last-child td {
	border-bottom: 1px solid #d8e0e5;
}

td.item-number {
	width: 20px;
}

td.promise-date input {
	width: 140px;
}

.manufacturer,
.customer-p-n {
	display: block;
}

.part-details {
	width: 15%;
}

.part-details [class^='pd-'], .part-details [class*=' pd-'] {
	white-space: nowrap;
}

/* Scrollable tables */

.scrolltable {
    overflow-y: auto;
}

/* Tables standalone */

.table-standalone {
	border-collapse: separate;
	margin-bottom: 20px;
}

.table-standalone td,
.table-standalone th {
	padding: 10px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.table-standalone th {
	background-color: #d8e0e5;
	font-size: 14px;
	font-weight: 700;
}

.table-standalone td {
	border: 1px solid #d8e0e5;
	border-width: 1px 1px 1px 0;
}

.table-standalone th:first-child {
	border-top-left-radius: 2px;
}

.table-standalone th:last-child {
	border-top-right-radius: 2px;
}

.table-standalone tr:last-child td:first-child {
	border-bottom-left-radius: 2px;
	border-left: 1px solid #d8e0e5;
}

.table-standalone tr:last-child td:last-child {
	border-bottom-right-radius: 2px;
}

 /* Yellow variant */

 .table-standalone-warning td,
 .table-standalone-warning th {
   	border-color: #f2edb1 !important;
 }

 .table-standalone-warning th {
   	background-color: #f2edb1;
 }

/* Removes vertical border */

.table-no-v-borders th,
.table-no-v-borders td {
    border-width: 0 0 1px 0;
}

.table-no-v-borders tr th:first-child,
.table-no-v-borders tr td:first-child {
    border-left-width: 1px;
}

.table-no-v-borders tr th:last-child,
.table-no-v-borders tr td:last-child {
    border-right-width: 1px;
}

/* Faded actions */

.faded-actions {
    opacity: .35;
	-webkit-transition: opacity .15s ease;
        transition: opacity .15s ease;
}

.table tr:focus .faded-actions,
.table tr:hover .faded-actions {
    opacity: 1;
}

 /* Error */

tr.error td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background: #cf7675 !important;
	border-color: #cf7675;
}

/* Table note */

.line-item-note td {
	border-top: none;
	color: #959fa6;
	padding-top: 0;
}

.line-item-note td:before {
	content: "";
	display: block;
	margin: 0 20px 5px 0;
	height: 1px;
	background-color: #d8e0e5;
}

.line-item-note img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

/* Total */

tr.total td {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: transparent !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-top: 1px solid #d8e0e5;
}

tr.total td.total-price {
	border-top: 2px solid #2699d0;
	color: #2699d0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

/* Vaults */

.vault-icon,
.attachment-icon {
	float: left;
	height: 36px;
	width: 36px;
	background-color: #2699d0;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 34px;
	position: relative;
}

.vault-icon .svgicon,
.attachment-icon .svgicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.vault-icon {
  	background-color: #d2eff7;
	color: #2699d0;
}

.vault-unlocked {
	color: #c11e1e;
	display: inline-block;
	margin: 0;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 5px 0;
	position: relative;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	border-radius: 2px;
}

.vault-items-parent-row > td {
	border-bottom: 0;
}

.vault-items-children-row > td {
	padding: 0;
}

/* Notes */

.po-note {
	margin: 20px 0;
	padding: 20px;
	background-color: #f0edde;
	border-radius: 4px;
}

.po-note h2 {
	font-size: 1em;
}

.table td .notes {
	display: inline-block;
	white-space: normal;
	max-width: 300px;
}

/* Toggle */

.vault-toggle .expanded-text,
.vault-toggle.collapsed .collapsed-text {
	display: inline;
}

.vault-toggle.collapsed .expanded-text,
.vault-toggle .collapsed-text {
	display: none;
}

/* Items list / table */

.vault-items-list {
	margin: 0 0 1em 1em;
	border: 1px solid #d2eff7;
	border-radius: 2px;
}

table.vault-items-list {
	width: 97%;
}

ul.vault-items-list {
	list-style: none;
}

.vault-items-list th {
	background: #d2eff7;
	border-color: #d2eff7 !important;
	font-size:  0.75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #749198;
}
.vault-items-list td {
	border-color: #d2eff7 !important;

	vertical-align: middle;
}

.vault-items-list > li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #d2eff7;
}

.vault-items-list li:hover {
	background-color: #f9f9f9;
}

.vault-items-list li:last-child {
	border-bottom-width: 0;
}

tr.marked td {
	background-color: #E8F7FB;
}

/* Calendar */

.ui-datepicker {
	background: #f9f9f9;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #d8e0e5;
}
.ui-state-default {
	margin: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
.ui-datepicker-prev {
	margin-right: 20px;
	margin-left: 10px;
}

.ui-datepicker .ui-icon:hover {
	cursor: pointer;
}
.ui-datepicker-title {
	text-align: right;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
.ui-datepicker-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #2699d0;
}
.ui-datepicker-calendar {
	margin-top: 5px;
}

#ui-datepicker-div { display:none } /* remove it from bottom left position */

/* Flash messages */

#purr-container,
.flash-msg {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}

.flash-error,
.flash-msg-content {
  display: inline-block;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 3px 7px rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
  -ms-box-shadow: 0 3px 7px rgba(0,0,0,.15);
  width: 400px;
}

.flash-msg-icon {
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}

.flash-msg-title {
  margin: 0 0 5px 0;
  font-size: 1.25em;
}

.flash-msg-body {
  margin-top: 4px;
  overflow: auto;
  width: auto;
}

.flash-msg-body p {
  margin: 0;
}

.flash-msg-body p + p {
  margin-top: 1em;
}

/* Colorize the messages */

.flash-error,
.flash-msg-danger .flash-msg-content {
  background-color: #ca4e56;
  color: #fff;
}

.flash-msg-success .flash-msg-content {
  background-color: #58ca80;
  color: #fff;
}

/* Alerts */

.alert {
	margin: 20px 0;
	padding: 10px;
	border-radius: 3px;
}

.alert h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

.alert p {
	margin-bottom: 5px;
}

.alert a {
	color: #f2edb1;
	text-decoration: underline;
}

.alert ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

.alert-danger {
	background-color: #CF7675;
	color: #fff;
}

/* Zero state messages */
.zero-state-message {
	background-color: #ebeef0;
	border-radius: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
}

.no-padding .zero-state-message {
	margin: 10px 10px;
}

.zero-state-message-body {
	padding: 40px 40px;
	flex-grow: 1;
}

.zero-state-message-body h4 {
	margin: 0;
	color: #444;
	font-size: 18px;
	font-weight: 500;
}

.zero-state-message-body p {
	margin-bottom: 0;
	margin-top: 18px;
}

.zero-state-message-figure {
	max-width: 50%;
	max-height: 200px;
	margin: 20px 40px;
}

.zero-state-message-sm .zero-state-message-body {
	padding: 20px 20px;
}

.zero-state-message-sm .zero-state-message-figure {
	max-width: 33%;
	height: 100px;
	margin: 20px 20px;
}

/* BS Collapse */

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

/* Tooltips */

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-content ul {
	list-style: disc;
	margin-left: 20px;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

.tooltipster-box {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
}

.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-content {
	padding: 10px 10px;
	color: #d8e0e5;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
}

.tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-bottom .tooltipster-arrow {
	height: 8px;
	margin-left: -8px;
	top: 0;
	width: 16px;
}

.tooltipster-left .tooltipster-arrow {
	height: 16px;
	margin-top: -8px;
	right: 0;
	top: 0;
	width: 8px;
}

.tooltipster-right .tooltipster-arrow {
	height: 16px;
	margin-top: -8px;
	left: 0;
	top: 0;
	width: 8px;
}

.tooltipster-top .tooltipster-arrow {
	bottom: 1px;
	height: 8px;
	margin-left: -8px;
	width: 16px;
}

.tooltipster-arrow-background, .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-arrow-background {
	border: 8px solid transparent;
}

.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: rgba(0, 0, 0, 0.8);
	left: 0px;
	top: 3px;
}

.tooltipster-left .tooltipster-arrow-background {
	border-left-color: rgba(0, 0, 0, 0.8);
	left: -3px;
	top: 0px;
}

.tooltipster-right .tooltipster-arrow-background {
	border-right-color: rgba(0, 0, 0, 0.8);
	left: 3px;
	top: 0px;
}

.tooltipster-top .tooltipster-arrow-background {
	border-top-color: rgba(0, 0, 0, 0.8);
	left: 0px;
	top: -3px;
}

.tooltipster-arrow-border {
	border: 8px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipster-left .tooltipster-arrow-border {
	border-left-color: rgba(0, 0, 0, 0.8);
}

.tooltipster-right .tooltipster-arrow-border {
	border-right-color: rgba(0, 0, 0, 0.8);
}

.tooltipster-top .tooltipster-arrow-border {
	border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -8px;
}

.tooltipster-right .tooltipster-arrow-uncropped {
	left: -8px;
}

.extended-tooltip {
	text-align: left;
}

.extended-tooltip .tooltip-title {
	font-size: 12px;
	display: block;
	text-align: center;
}

.extended-tooltip strong {
	color: #fff;
}

/* Popovers */

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1089;
	display: none;
	max-width: 600px;
	padding: 0;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover .close {
	position: absolute;
	top: 2px;
	right: 7px;
}

.popover-title {
	margin: 10px;
	line-height: 1.25;
	font-size: 12px;
}

.popover-title .icon, .popover-title .svgicon {
	float: left;
}

.title-main {
	display: block;
	font-size: 14px;
}

.title-inforow {
	font-size: 12px;
	line-height: 1.25;
	display: block;
	font-weight: normal;
}

.popover-content-inner {
	margin: 0 10px 10px;
	padding-right: 10px;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 9px;
}

.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -9px;
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: -9px;
}

.popover.top .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -8px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right .arrow {
	top: 50%;
	left: -9px;
	margin-top: -9px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.right .arrow:after {
	content: " ";
	left: 1px;
	bottom: -8px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom .arrow {
	left: 50%;
	margin-left: -9px;
	border-top-width: 0;
	border-bottom-color: #fff;
	top: -9px;
}

.popover.bottom .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -8px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left .arrow {
	top: 50%;
	right: -9px;
	margin-top: -9px;
	border-right-width: 0;
	border-left-color: #fff;
}

.popover.left .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -8px;
}

.helper-popover {
	width: 550px;
}

.helper-popover .popover-content-inner {
	max-height: 340px;
	overflow-y: auto;
	padding-right: 5px;
}

.helper-popover .popover-content-inner.no-scroll {
	max-height: 9999px;
	overflow-y: visible;
}

.helper-popover.helper-popover-visibility {
	width: 234px;
}

/* Utilities */

.strong {
	font-weight: bold;
}

.text-lg {
	font-size: 18px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-small {
	font-size: 11px;
}

.text-default { color: #444; }

.text-muted, .quiet { color: #657886; }

.text-primary { color: #2699d0; }

.text-tertiary { color: #7294a7; }

.text-warning { color: #faba25; }

.upcase {
	font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.monospace {
	font-family: monospace;
}

.spacer {
	padding: 10px 20px;
	display: inline-block;
}

.valign-baseline {
	vertical-align: baseline;
}

.valign-middle {
	vertical-align: middle;
}

.border-bottom {
	border-bottom: 1px solid #d8e0e5;
}

.padding-base {
	padding: 10px;
}

.margin-top-base {
	margin-top: 10px;
}

.margin-top-lg {
	margin-top: 20px;
}

.margin-top-xl {
	margin-top: 40px !important;
}

.margin-right-sm {
	margin-right: 5px;
}

.margin-right-base {
	margin-right: 10px;
}

.margin-right-xl {
	margin-right: 30px;
}

.margin-bottom-lg {
	margin-bottom: 20px;
}

.margin-left-sm {
	margin-left: 5px;
}

.margin-left-base {
	margin-left: 10px;
}

.margin-left-md {
	margin-left: 15px;
}

.margin-left-lg, .margin-left-large {
	margin-left: 20px;
}

.no-padding {
	padding: 0 !important;
}

.nmb {
	margin-bottom: 0 !important;
}

.no-border {
	border: 0 !important;
}

.nowrap {
	white-space: nowrap !important;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.bg-highlight {
	background-color: #FFFCDB;
}

/* Page lightbox slider */
.lightbox-sliders {
	flex: 1;
	max-height: calc(100% - 30px);
}

.lightbox-sliders .slick-slider .slick-slide {
	text-align: center;
}

.lightbox-sliders .slick-slider img {
	max-width: 100%;
	max-height: 100%;
}

.lightbox-sliders .slick-slider,
.lightbox-sliders .slick-list,
.lightbox-sliders .slick-track,
.lightbox-sliders .slick-slide,
.lightbox-sliders .slick-slide div {
	height: 100%;
	max-height: 100%;
}

.main-slider-wrapper {
	height: 85%;
	padding-top: 30px !important;
}

.thumbnails-slider-wrapper {
	height: 15%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.guide-slides .slick-list {
	margin: 0 -12px;
}

.guide-slides .slick-slide {
	padding: 0 12px;
}

.guide-slides .slick-arrow {
	background-size: 25px;
	height: 36px;
	width: 36px;
	background-color: #fff;
	border-radius: 50%;
	margin-top: -18px;
}

.guide-slides .slick-prev {
	left: 5px;
}

.guide-slides .slick-next {
	right: 5px;
}

.guide-slides-thumbnails .slick-slide img {
	border: 6px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	width: auto !important;
}

.guide-slides-thumbnails .slick-loading {
	border-color: transparent !important;
}

.guide-slides-thumbnails .slick-current:not(.slick-loading) img {
	border-color: #2699d0;
}

.guide-slides-thumbnails .slick-list {
	margin: 0 -6px;
}

.guide-slides-thumbnails .slick-slide {
	padding: 0 6px;
}

#guide-lightbox {
	display: flex;
	flex-direction: column;
	padding: 0 12px;
	background: #000;
	position: fixed;
	visibility: hidden;
	z-index: -999;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#guide-lightbox.open {
	visibility: visible;
	z-index: 1050;
	opacity: 1;
	background: rgba(0,0,0,0.8);
}

#guide-lightbox .slick-dots {
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#guide-lightbox .slick-dots li {
	display: inline-block;
}

#guide-lightbox .slick-dots button {
	display: inline-block;
	margin: 0 7px;
	background: transparent;
	border: 0;
	color: #444;
	cursor: pointer;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

#guide-lightbox .slick-dots button:hover {
	color: #2699d0;
	background: transparent;
	text-transform: underline;
}

#guide-lightbox .slick-dots .slick-active button {
	color: #2699d0;
	cursor: default;
}

#guide-lightbox .slick-arrow {
	font-size: 0;
	border: 0;
	background-position: center center;
	background-image: url("../colored-icons/arrow-right_grey.svg");
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 1;
}

#guide-lightbox .slick-prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#guide-lightbox .footer-paging {
	margin: 0 -12px;
}

#guide-lightbox .footer-paging .btn-group {
	flex-grow: 0;
	padding: 0 30px;
	position: relative;
}

#guide-lightbox .footer-paging .slick-arrow {
	background-color: transparent;
	opacity: .7;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

#guide-lightbox .footer-paging .slick-prev {
	left: 0;
}

#guide-lightbox .footer-paging .slick-next {
	right: 0;
}

.lightbox-icon {
	position: absolute;
	top: 20px;
	z-index: 100;
}

.lightbox-icon .svgicon {
	width: 36px;
	height: 36px;
	color: #fff;
}

.lightbox-info {
	left: 20px;
}

.lightbox-close {
	right: 20px;
	cursor: pointer;
}

@media (max-width: 1599px) {
	.guide-slides .slick-list {
		margin-left: 52px;
		margin-right: 52px;
   	}

	.guide-slides img {
		display: block;
		width: 100%;
		height: 100%;
   	}
}
/* END Page lightbox slider */

/* Media queries */
@media(min-width: 769px) {
	.medium-text-large {
		text-align: right;
	}

	.conversation .help-block {
		display: inline-block;
	}
}

@media(max-width: 1260px) {
	.content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width: 768px) {
	.center-sm {
		text-align: center;
	}

	.mt-sm {
		margin-top: 10px;
	}

	.page-footer .flex {
		display: block;
	}

	.full-sm,
	.page-footer [class^="col-"],
	.page-footer [class*=" col-"] {
		width: 100%;
	}
}