/**
 * jquery toast
 */
.jq-toast-single {
	font-size: inherit;
	line-height: inherit;
	padding: 15px 20px;
	margin: 30px 0px 5px;
}
.jq-toast-single h2 {
	font-size: inherit;
	line-height: inherit;
}
.jq-toast-single a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.jq-toast-single ul li {
	line-height: inherit;
}
.close-jq-toast-single {
	font-size: inherit;
}
.jq-toast-wrap {
	width: 256px;
}
@media (min-width: 576px) {
	.jq-toast-wrap {
		width: 384px;
	}
}
@media (min-width: 768px) {
	.jq-toast-wrap {
		width: 512px;
	}
}
@media (min-width: 992px) {
	.jq-toast-wrap {
		width: 640px;
	}
}
@media (min-width: 1200px) {
	.jq-toast-wrap {
		width: 800px;
	}
}
/*---------*/
.btn-outline-indigo {
	color: #6610f2;
	background-color: transparent;
	background-image: none;
	border-color: #6610f2;
}
.btn-outline-indigo:hover {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}

.btn-outline-indigo:focus, .btn-outline-indigo.focus {
	box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.border-indigo {
	border-color: #6610f2 !important;
}
/*---------*/
.btn-outline-teal {
	color: #20c997;
	background-color: transparent;
	background-image: none;
	border-color: #20c997;
  }

.btn-outline-teal:hover {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-outline-teal:focus, .btn-outline-teal.focus {
	box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.border-teal {
	border-color: #20c997 !important;
}
/*---------*/
.btn-outline-cyan {
	color: #0dcaf0;
	background-color: transparent;
	background-image: none;
	border-color: #0dcaf0;
  }

.btn-outline-cyan:hover {
	color: #fff;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-cyan:focus, .btn-outline-cyan.focus {
	box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
}
.border-cyan {
	border-color: #0dcaf0 !important;
}
/*---------*/
.btn-outline-maroon {
	color: #800000;
	background-color: transparent;
	background-image: none;
	border-color: #800000;
  }

.btn-outline-maroon:hover {
	color: #fff;
	background-color: #800000;
	border-color: #800000;
}

.btn-outline-maroon:focus, .btn-outline-maroon.focus {
	box-shadow: 0 0 0 0.2rem rgba(128, 0, 0, 0.5);
}
.border-maroon {
	border-color: #800000 !important;
}
/*---------*/
.btn-outline-pink {
	color: #FF69B4;
	background-color: transparent;
	background-image: none;
	border-color: #FF69B4;
  }

.btn-outline-pink:hover {
	color: #fff;
	background-color: #FF69B4;
	border-color: #FF69B4;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 105, 180, 0.5);
}
.border-pink {
	border-color: #FF69B4 !important;
}
/*---------*/
.btn-outline-peach {
	color: #FFDAB9;
	background-color: transparent;
	background-image: none;
	border-color: #FFDAB9;
  }

.btn-outline-peach:hover {
	color: #fff;
	background-color: #FFDAB9;
	border-color: #FFDAB9;
}

.btn-outline-peach:focus, .btn-outline-peach.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 218, 185, 0.5);
}
.border-peach {
	border-color: #FFDAB9 !important;
}
/*---------*/
.btn-outline-darkblue {
	color: #00008b;
	background-color: transparent;
	background-image: none;
	border-color: #00008b;
  }

.btn-outline-darkblue:hover {
	color: #fff;
	background-color: #00008b;
	border-color: #00008b;
}
.btn-outline-darkblue:focus, .btn-outline-darkblue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 139, 0.5);
}
.border-darkblue {
	border-color: #00008b !important;
}
/*---------*/
.btn-outline-darkyellow {
	color: #9b870c;
	background-color: transparent;
	background-image: none;
	border-color: #9b870c;
  }

.btn-outline-darkyellow:hover {
	color: #fff;
	background-color: #9b870c;
	border-color: #9b870c;
}
.btn-outline-darkyellow:focus, .btn-outline-darkyellow.focus {
	box-shadow: 0 0 0 0.2rem rgba(155, 135, 12, 0.5);
}
.border-darkyellow {
	border-color: #9b870c !important;
}
/*---------*/
.btn-outline-darkgray {
	color: #778899;
	background-color: transparent;
	background-image: none;
	border-color: #778899;
  }

.btn-outline-darkgray:hover {
	color: #fff;
	background-color: #778899;
	border-color: #778899;
}
.btn-outline-darkgray:focus, .btn-outline-darkgray.focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 136, 153, 0.5);
}
.border-darkgray {
	border-color: #778899 !important;
}
/*---------*/
.btn-outline-sienna {
	color: #a0522d;
	background-color: transparent;
	background-image: none;
	border-color: #a0522d;
  }

.btn-outline-sienna:hover {
	color: #fff;
	background-color: #a0522d;
	border-color: #a0522d;
}
.btn-outline-sienna:focus, .btn-outline-sienna.focus {
	box-shadow: 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
}
.border-sienna {
	border-color: #a0522d !important;
}
/*---------*/
.btn-outline-darkslategray {
	color: #2f4f4f;
	background-color: transparent;
	background-image: none;
	border-color: #2f4f4f;
  }

.btn-outline-darkslategray:hover {
	color: #fff;
	background-color: #2f4f4f;
	border-color: #2f4f4f;
}
.btn-outline-darkslategray:focus, .btn-outline-darkslategray.focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 79, 79, 0.5);
}
.border-darkslategray {
	border-color: #2f4f4f !important;
}
/*---------*/
.btn-outline-darkblue {
	color: #4682b4;
	background-color: transparent;
	background-image: none;
	border-color: #4682b4;
  }

.btn-outline-darkblue:hover {
	color: #fff;
	background-color: #4682b4;
	border-color: #4682b4;
}
.btn-outline-darkblue:focus, .btn-outline-darkblue.focus {
	box-shadow: 0 0 0 0.2rem rgba(70, 130, 180, 0.5);
}
.border-darkblue {
	border-color: #4682b4 !important;
}
/*---------*/
.btn-outline-gold {
	color: #b8860b;
	background-color: transparent;
	background-image: none;
	border-color: #b8860b;
  }

.btn-outline-gold:hover {
	color: #fff;
	background-color: #b8860b;
	border-color: #b8860b;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
	box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.5);
}
.border-gold {
	border-color: #b8860b !important;
}
/*---------*/
.btn-outline-fuschia {
	color: #ff00ff;
	background-color: transparent;
	background-image: none;
	border-color: #ff00ff;
  }

.btn-outline-fuschia:hover {
	color: #fff;
	background-color: #ff00ff;
	border-color: #ff00ff;
}
.btn-outline-fuschia:focus, .btn-outline-fuschia.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 255, 0.5);
}
.border-fuschia {
	border-color: #ff00ff !important;
}
/*---------*/
.btn-outline-crimson {
	color: #ed143d;
	background-color: transparent;
	background-image: none;
	border-color: #ed143d;
  }

.btn-outline-crimson:hover {
	color: #fff;
	background-color: #ed143d;
	border-color: #ed143d;
}
.btn-outline-crimson:focus, .btn-outline-crimson.focus {
	box-shadow: 0 0 0 0.2rem rgba(237, 20, 61, 0.5);
}
.border-crimson {
	border-color: #ed143d !important;
}
/*---------*/
.btn-outline-darkorange {
	color: #ff8c00;
	background-color: transparent;
	background-image: none;
	border-color: #ff8c00;
  }

.btn-outline-darkorange:hover {
	color: #fff;
	background-color: #ff8c00;
	border-color: #ff8c00;
}
.btn-outline-darkorange:focus, .btn-outline-darkorange.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}
.border-darkorange {
	border-color: #ff8c00 !important;
}
/*---------*/
.btn-outline-olive {
	color: #808000;
	background-color: transparent;
	background-image: none;
	border-color: #808000;
  }

.btn-outline-olive:hover {
	color: #fff;
	background-color: #808000;
	border-color: #808000;
}
.btn-outline-olive:focus, .btn-outline-olive.focus {
	box-shadow: 0 0 0 0.2rem rgba(128, 128, 0, 0.5);
}
.border-olive {
	border-color: #808000 !important;
}
/*---------*/
.btn-outline-turquoise {
	color: #40E0D0;
	background-color: transparent;
	background-image: none;
	border-color: #40E0D0;
  }

.btn-outline-turquoise:hover {
	color: #fff;
	background-color: #40E0D0;
	border-color: #40E0D0;
}
.btn-outline-turquoise:focus, .btn-outline-turquoise.focus {
	box-shadow: 0 0 0 0.2rem rgba(64, 224, 208, 0.5);
}
.border-turquoise {
	border-color: #40E0D0 !important;
}
/*---------*/
.btn-outline-lightgreen {
	color: #33b684;
	background-color: transparent;
	background-image: none;
	border-color: #33b684;
  }

.btn-outline-lightgreen:hover {
	color: #fff;
	background-color: #33b684;
	border-color: #33b684;
}
.btn-outline-lightgreen:focus, .btn-outline-lightgreen.focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 182, 132, 0.5);
}
.border-lightgreen {
	border-color: #33b684 !important;
}
/*---------*/
.bg-indigo {
	background-color: #6610f2 !important;
}
.bg-teal {
	background-color: #20c997 !important;
}
.bg-cyan {
	background-color: #0dcaf0 !important;
}
.bg-maroon {
	background-color: #800000 !important;
}
.bg-pink {
	background-color: #FF69B4 !important;
}
.bg-peach {
	background-color: #FFDAB9 !important;
}
.bg-lightgreen {
	background-color: #33b684 !important;
}
.bg-darkblue {
	background-color: #00008b !important;
}
.bg-darkyellow {
	background-color: #9b870c !important;
}
.bg-darkgray {
	background-color: #778899 !important;
}
.bg-sienna {
	background-color: #a0522d !important;
}
.bg-darkslategray {
	background-color: #2f4f4f !important;
}
.bg-darkblue {
	background-color: #4682b4 !important;
}
.bg-gold {
	background-color: #b8860b !important;
}
.bg-fuschia {
	background-color: #ff00ff !important;
}
.bg-crimson {
	background-color: #ed143d !important;
}
.bg-darkorange {
	background-color: #ff8c00 !important;
}
.bg-olive {
	background-color: #808000 !important;
}
.bg-turquoise {
	background-color: #40E0D0 !important;
}

/**
 * jquery ui
 */
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

/*
 *
 *
 *
 * Bootstrap 4 Component - Chosen
 * Version: 1.1.1
 * Copyright (c) 2017-19 Martin Haubek
 *
 *
 *
 */
.chosen-select,
.chosen-select-deselect {
	width: 100%;
}

.chosen-container {
	display: inline-block;
	position: relative;
	width: 100% !important;
	font-size: 1rem;
	text-align: left;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #80bdff;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: -9000px;
	z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	right: 0;
}
.chosen-container .chosen-results {
	margin: 0;
	position: relative;
	max-height: 15rem;
	padding: 0.5rem 0 0 0;
	color: #6c757d;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0.25rem 0.25rem 0.25rem 1.5rem;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	color: #6c757d;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	cursor: default;
	padding-left: 0.75rem;
	color: #adb5bd;
	font-weight: normal;
	text-transform: uppercase;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 1.5rem;
}
.chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item;
}
.chosen-container .chosen-results li.result-selected {
	color: #495057;
}
.chosen-container .chosen-results li.result-selected:before {
	display: inline-block;
	position: relative;
	top: 0.3rem;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: -1.25rem;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
	background-size: 1.25rem 1.25rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #007bff;
	background-image: none;
	color: white;
}
.chosen-container .chosen-results li.highlighted:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.chosen-container .chosen-results li.highlighted em {
	background: transparent;
	color: rgba(255, 255, 255, 0.8);
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ced4da;
}
.chosen-container .chosen-results .no-results {
	display: list-item;
	padding: 0.25rem 0 1rem 1.065rem;
	color: #dc3545;
}
.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 0.25rem;
	position: absolute;
	text-align: center;
	width: 20rem;
	z-index: 1;
}
.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 1.5;
	text-indent: -5000px;
	width: 0.5rem;
}

.chosen-container-single .chosen-single {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	color: #6c757d;
	display: block;
	height: calc(1.5em + 0.75rem);
	overflow: hidden;
	line-height: calc(1.5em + 0.75rem);
	padding: 0 0 0 0.75rem;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
	display: inline-block;
	position: absolute;
	top: 0.325rem;
	right: 2rem;
	width: 2rem;
	height: 1.5rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
	background-size: 1.5rem 1.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: 4px 0 16px 16px #fff;
}
.chosen-container-single .chosen-single abbr:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}
.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 1.5rem;
	text-overflow: ellipsis;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
	background-position: right 2px;
}
.chosen-container-single .chosen-single div {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 100%;
	padding-left: 0.5rem;
	background-color: #fff;
}
.chosen-container-single .chosen-single div:after {
	display: inline-block;
	position: relative;
	top: 0.125rem;
	left: -1rem;
	width: 2rem;
	height: 2rem;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
	background-size: 2rem 2rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div:after {
	background-color: #fff;
	box-shadow: 4px 0 16px 16px #fff;
}

.chosen-container-single .chosen-default {
	color: #adb5bd;
}

.chosen-container-single a:not([href]):not([tabindex]) {
	color: #6c757d !important;
}

.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
	color: #6c757d !important;
}

.chosen-container-single .chosen-search-input {
	border: none;
}

.chosen-container-single .chosen-search {
	margin: 0;
	padding: 0.5rem 0.5rem 0 0.5rem;
	position: relative;
	white-space: nowrap;
	z-index: 1000;
}
.chosen-container-single .chosen-search:after {
	display: inline-block;
	position: relative;
	top: 0.365rem;
	left: -1.75rem;
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
	background-size: 1.25rem 1.25rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.chosen-container-single .chosen-search input[type='text'] {
	background-color: #f8f9fa;
	border: 1px solid #ced4da;
	outline: none;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	padding: 0.25rem 1rem 0.25rem 0.5rem;
	width: 100%;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search {
	display: none;
}

.chosen-container-multi .chosen-choices {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	cursor: text;
	height: auto !important;
	margin: 0;
	padding: 0.175rem;
	overflow: hidden;
	position: relative;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type='text'] {
	width: 100% !important;
	margin: 0;
	padding: 0.175rem 0.175rem 0.175rem 0.5rem;
	border: 0 !important;
	background: transparent !important;
	color: #6c757d;
	outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
	color: #ced4da;
}
.chosen-container-multi .chosen-choices .search-choice {
	background-clip: padding-box;
	position: relative;
	max-width: 320px;
	margin: 0.175rem 0.25rem;
	padding: 0.25rem 1.5rem 0.25rem 0.25rem;
	border: 1px solid #ced4da;
	background-color: #f8f9fa;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	cursor: default;
	font-size: 0.875rem;
	line-height: 1;
	color: #6c757d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	display: inline-block;
	position: absolute;
	top: 0.2rem;
	right: 0.125rem;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
	background-size: 1rem 1rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}
.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #dee2e6;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}

.chosen-container-active .chosen-single {
	border: 1px solid #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
	transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
	.chosen-container-active .chosen-single {
		transition: none;
	}
}

.chosen-container-active.is-valid .chosen-single {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.4);
}

.chosen-container-active.is-invalid .chosen-single {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.4);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #fff;
	border: 1px solid #80bdff;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
	.chosen-container-active.chosen-with-drop .chosen-single {
		transition: none;
	}
}
.chosen-container-active.chosen-with-drop .chosen-single div:after {
	display: inline-block;
	position: relative;
	top: 0.125rem;
	left: -1rem;
	width: 2rem;
	height: 2rem;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
	background-size: 2rem 2rem;
	background-position: center center;
	background-repeat: no-repeat;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #80bdff;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
	.chosen-container-active .chosen-choices {
		transition: none;
	}
}
.chosen-container-active .chosen-choices .search-field input[type='text'] {
	color: #6c757d !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-search-input {
	display: inline-block;
}

.chosen-disabled {
	cursor: default;
	opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

.chosen-container-optgroup-clickable li.group-result {
	text-transform: none !important;
}
.chosen-container-optgroup-clickable li.group-result:hover {
	background-color: #007bff;
	color: white;
	cursor: pointer;
}
.chosen-container-optgroup-clickable li.group-result:hover em {
	color: white;
}

.chosen-container.is-valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container.is-valid .chosen-drop,
.chosen-container:valid .chosen-single,
.chosen-container:valid .chosen-choices,
.chosen-container:valid .chosen-drop {
	border-color: #28a745;
}

.chosen-container.is-invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop,
.chosen-container:invalid .chosen-single,
.chosen-container:invalid .chosen-choices,
.chosen-container:invalid .chosen-drop {
	border-color: #dc3545;
}

input[type='text'].chosen-focus-input {
	position: absolute;
	top: -9000px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	outline: 0;
}

.input-group:nth-of-type(1) .chosen-container .chosen-choices {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.input-group .chosen-container {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1% !important;
}

.input-group .chosen-choices .search-field {
	min-height: calc(1.5em + 0.75rem);
}

/**
 *
 */

.header #logo a {
	background-color: inherit;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}

.sidebar.sidebar-light {
	background-color: #f8f9fa;
	color: rgba(0, 0, 0, 0.9);
}

.sidebar.sidebar-light .nav-item .nav-link {
	color: rgba(0, 0, 0, 0.9);
}
.sidebar.sidebar-light .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-nav.toggled .nav-item .nav-link .c-badge.badge {
	position: relative;
	margin-left: auto;
	top: auto;
}
.navbar-nav .nav-item .nav-link .c-badge.badge {
	position: relative;
	margin-left: auto;
	top: -0.1rem;
}

.popover {
	z-index: 5001;
}
.pdf-outer {
	top: 10px;
	left: 10px;
	background-color: #ffffffaa;
	cursor: move;
}
.pdf-outer .ui-resizable-e {
	cursor: e-resize;
}
.pdf-outer .pdf-font-family-serif {
	font-family: serif;
	background-color: rgba(255, 255, 255, 0);
}
.pdf-outer .pdf-font-family-serif:focus {
	background-color: #fff;
}
.pdf-outer input.pdf-font-family-serif:read-only {
	background-color: rgba(160, 160, 160, 0.1);
}

.pdf-outer .pdf-font-family-sans-serif {
	font-family: sans-serif;
}
.pdf-stamp-outer {
	width: 80px;
	height: 80px;
}
.pdf-stamp-outer-sm {
	width: 60px;
	height: 60px;
}
.pdf-stamp-outer-lg {
	width: 100px;
	height: 100px;
}
.pdf-stamp-outer .pdf-stamp {
	border: 1px solid #ff0000;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}
.pdf-stamp-outer > .pdf-stamp-center {
	align-items: center;
	display: flex;
}
.pdf-stamp-outer > .pdf-stamp-center > span {
	width: 100%;
	color: #ff0000;
	font-size: 80%;
	line-height: 95%;
}
.pdf-stamp-outer-sm > .pdf-stamp-center > span {
	font-size: 60%;
}
.pdf-stamp-outer-lg > .pdf-stamp-center > span {
	font-size: 100%;
}
.pdf-absolute-ellipsis {
	top: 5px;
	right: 5px;
	position: absolute;
	z-index: 6000;
}

.tooltip-outline-dander .tooltip-inner {
	background-color: #fff;
	color: #ff0000;
	border: 1px solid red;
}
.tooltip-outline-dander.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.tooltip-outline-dander.bs-tooltip-bottom .arrow::before {
	border-bottom-color: red;
}
.tooltip-outline-dander.bs-tooltip-auto[x-placement^='top'] .arrow::before,
.tooltip-outline-dander.bs-tooltip-top .arrow::before {
	border-top-color: red;
}
.tooltip-outline-dander.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.tooltip-outline-dander.bs-tooltip-left .arrow::before {
	border-left-color: red;
}
.tooltip-outline-dander.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.tooltip-outline-dander.bs-tooltip-right .arrow::before {
	border-right-color: red;
}

.gslogo {
	font-family: 'Poppins', sans-serif !important;
	display: inline-block;
  margin-top: -3px !important;
}
.main-heading {
	width: 330px;
	margin-bottom: 30px;
}
.btn.btn-min {
	min-width: 150px;
}

/*-- ラインタイトル --*/
.line_tit{
	margin-bottom: 25px;
	padding: 12px 0 12px 10px;
	border-top: 3px solid #FF9046;
	border-bottom: 1px dashed #ccc;
	font-size: 20px;
}

.error-wrap {
	padding: 68px 0 58px 0;
	width: 1200px;
  margin: 0 auto;
}

.error-login-btn {
	padding: 0.375rem .85rem;
	font-size: 1.2em;
}

.newdocs.tooltip-area {
	left: auto;
	top: calc(8.5rem + 4.7rem);
	right: 2rem;
	bottom: auto;
}

.user-menu-name {
	display: inline-block;
	line-height: 16px;
}

@media (max-width: 575px) {
	.user-menu-name {
		display: none;
	}

}

@media (min-width: 576px) {
	.newdocs.tooltip-area {
		left: auto;
		top: calc(8.5rem + 4.7rem);
		right: 2rem;
		bottom: auto;
	}

}
@media (min-width: 768px) {
	.newdocs.tooltip-area {
		left: auto;
		top: calc(8.5rem + 4.7rem);
		right: 2rem;
		bottom: auto;
	}
}
@media (min-width: 992px) {
	.newdocs.tooltip-area {
		left: auto;
		top: 8.5rem;
		right: 2rem;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	.newdocs.tooltip-area {
		left: auto;
		top: 8.5rem;
		right: 2rem;
		bottom: auto;
	}
}

/* ログインボタン */
.hdr_login_btn a {
	color: #52c343;
}
.hdr_login_btn a i {
	color: #52c343;
}
.first-section {
	font-size: 2.5em;
	line-height: 55px;
}
.first-section-sub {
	font-size: 1.3em;
}
.first-sectin-img {
	width:200px;
}

@media (max-width: 800px) {
	.hdr_login_btn a {
		color: #fff;
	}
	.hdr_login_btn a i {
		color: #fff;
	}
	.first-section {
		font-size: 1.7em;
		line-height: 44px;
	}
	.first-section-sub {
		font-size: 1.2em;
	}
	.first-sectin-img {
		width:150px;
	}
}

/* ======= PC =======*/
@media (min-width: 600px) {
	.form input[type='text'],
	.form input[type='password'],
	.form input[type='email'],
	.form input[type='number'],
	.form input[type='tel'],
	.form input[type='radio'],
	.form input[type='date'],
	.form select,
	.form textarea {
		height: 35px;
		padding: 0 10px;
		border-radius: 3px;
		border: 1px solid #ccc;
		color: #444;
		position: relative;
		top: -1px;
	}
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='number'] {
		min-width: 30%;
	}
	.form input[name='item_mail_1'],
	.form input[name='item_mail_2'],
	.form input[name='item_subject'] {
		min-width: 60%;
	}
	.form textarea {
		min-width: 80%;
	}

	.form textarea,
	.form input[type='radio'] {
		height: auto;
	}
	.form select {
		padding-right: 30px;
	}
	.form input[type='radio'] {
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.form input[type='checkbox'] {
		margin-right: 5px;
	}

	.form .trigger_other input[type='text'],
	.form .work_other input[type='text'] {
		margin-left: 10px;
	}
	.form .same_product input:first-child {
		margin-right: 20px;
	}
	.form .same_product input:nth-child(2) {
		margin-right: 20px;
	}
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.main-heading {
		width: 90%;
		margin-bottom: 30px;
	}
	input {
		font-size: 16px;
	}
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='number'],
	.form input[type='password'],
	.form input[type='tel'],
	.form input[type='radio'],
	.form select,
	.form textarea {
		width: 100%;
		height: 40px;
		padding: 0 5px;
		margin-bottom: 10px;
		border-radius: 3px;
		border: 1px solid #ccc;
		color: #444;
		position: relative;
		top: 0px;
	}
	.preferred_date input[type='text'] {
		width: 35%;
	}
	.adress input[type='text'],
	.form select {
		width: 50%;
	}

	.form textarea {
		height: auto;
	}
	.form input[type='radio'] {
		width: auto;
		height: auto;
		position: relative;
		top: 2px;
	}
	.form select {
		padding-right: 30px;
	}
	.form input[type='radio'] {
		margin-right: 5px;
	}
	.form textarea {
		width: 95%;
	}
}

/*==============================*/
/* 料金表 行部分 */
/*==============================*/
@media (min-width: 600px) {
	.plan_panel dl.lightPlan li:nth-child(2) {
		line-height: 45px;
		padding-top: 0;
	}
	.plan_panel dl.lightPlan li:nth-child(5) {
		line-height: 45px;
		padding-top: 0;
	}
	.plan_panel dl.greatPlan li:nth-child(5) {
		line-height: 45px;
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.plan_panel dl.lightPlan li:nth-child(2) {
		line-height: 45px;
		padding-top: 0;
	}
	.plan_panel dl.lightPlan li:nth-child(5) {
		line-height: 45px;
		padding-top: 0;
	}
	.plan_panel dl.greatPlan li:nth-child(5) {
		line-height: 45px;
		padding-top: 0;
	}
}

.box {
	overflow: hidden;
	position: relative;
}
.box .ribbon {
	position: absolute;
	margin: -10px;
	top: 0;
	left: 0;
	width: 78px;
	height: 21px;
	line-height: 21px;
	background: linear-gradient(darkorange 0%, orange 100%);
	color: white;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	-webkit-transform: rotate(-45deg) translate(-21px, -0px);
	-moz-transform: rotate(-45deg) translate(-21px, -0px);
	-ms-transform: rotate(-45deg) translate(-21px, -0px);
	-o-transform: rotate(-45deg) translate(-21px, -0px);
	transform: rotate(-45deg) translate(-21px, -0px);
}
.main_title_en {
	margin-bottom: 30px;
	text-align: center;
	font-size: 29px;
	font-weight: 500;
	color: #acacac;
}
.main_title_en_header{
  font-size: 29px;
  font-weight: 500;
  color: #FFFFFF;
}
h2.main_title_en::after {
	content: 'free';
	color: #ff9046;
}

h2.main_title_en_header::after {
  content: "free";
  color: #FF9046;
}

.btn-orange {
	color: #fff;
	background-color: #ED6E1C;
	border-color: #ED6E1C;
}

.text-orange {
	color: #ED6E1C;
}

.ml-radio-transfer {
	margin-left: 1.29rem;
}
/* Set bootstrap-select width to 100% unless specific classes are present */
.custom-select-sender:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; /* Set width to 100% for full responsiveness */
}

/* Optional: Adjust padding for better appearance */
.custom-select-sender.dropdown-toggle {
    padding: 0.5rem 1rem; /* Adjust padding as needed */
}

.government-radio-url {
	width: 9.65rem;
}

.ml-radio-sms {
	margin-left: 3rem;
}
.ml-radio-url {
	margin-left: 3.2rem;
}

.btn-outline-orange {
	color: #ED6E1C;
	background-color: #fff;
	border-color: #ED6E1C;
}
.btn-outline-orange.active {
	color: #fff;
	background-color: #ED6E1C;
	border-color: #ED6E1C;
}
.btn-orange:hover {
	color: #fff;
	background-color: #ffa056;
	border-color: #ffa056;
}

.btn-orange:focus,
.btn-orange.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 160, 86, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
	color: #fff;
	background-color: #ff9046;
	border-color: #ff9046;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #ffa056;
	border-color: #ff9046;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 160, 86, 0.5);
}
/* light orange button */
.btn-light-orange {
	color: #fff;
	background-color: #FFC683;
	border-color: #FFC683;
}

.btn-light-orange:hover {
	color: #fff;
	background-color: #ED6E1C;
	border-color: #ED6E1C;
}

.btn-light-orange:focus,
.btn-light-orange.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 160, 86, 0.5);
}

.btn-light-orange.disabled,
.btn-light-orange:disabled {
	color: #fff;
	background-color: #ff9046;
	border-color: #ff9046;
}

.btn-light-orange:not(:disabled):not(.disabled):active,
.btn-light-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #ffa056;
	border-color: #ff9046;
}

.btn-light-orange:not(:disabled):not(.disabled):active:focus,
.btn-light-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 160, 86, 0.5);
}

.badge-promo-content {
  padding: 0.2% 0;
  color: #343a40!important;
}

.icon-GS {
	color: #007bff;
}
.icon-import {
	color: green;
}
.pointer {
	cursor: pointer;
}
.doc-info-edit-input {
	display: none;
	margin-bottom: 10px;
}
.left-box {
	border-right: 1px solid #acacac;
}
.doc-info-history-label {
	margin: 10px 0px;
}
#doc-info-edit-submit {
	margin-right: 10px;
}
#modal-view-history .modal-body,
#modal-view-history-detail .modal-body {
	height: 500px;
	overflow-y: auto;
}
#modal-view-history .modal-dialog,
#modal-view-history-detail .modal-dialog {
    max-width: 800px;
}
#modal-view-history-imported .modal-body {
	height: 400px;
	overflow-y: auto;
}

#modal-view-history-imported .modal-body {
	height: 600px;
	overflow-y: auto;
}

#modal-view-history-imported .modal-dialog {
	max-width: 700px;
}

#doc-edit-btn {
	margin-right: 20px;
}
.doc-info-display {
	line-height: 38px;
}
#amount-input {
	display: flex;
}
.history-tbl {
	overflow-y: scroll;
	max-height: 610px;
}
#contract-amount::-webkit-outer-spin-button,
#contract-amount::-webkit-inner-spin-button,
#auto-update-interval::-webkit-outer-spin-button,
#auto-update-interval::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#contract-amount,
#auto-update-interval {
	-moz-appearance: textfield;
}
.right-label {
	font-size: 1.25rem !important;
	font-weight: 300 !important;
}

.docsmgmt-table .table tbody tr:nth-last-child(2) td {
	border-bottom: 1px solid #dee2e6;
}
.btn-primary[aria-expanded='true']:after {
	content: 'ー';
}
.btn-primary[aria-expanded='false']:after {
	content: '＋';
}
.btn-move,
.btn-download,
.btn-send-email-enotice,
.btn-concluded-download,
.btn-send-enotice,
.search-after-button {
	display: none;
}
#move-list {
	height: 300px;
	overflow-y: auto;
}

#drag-count {
	background: #66d9ff;
	border: solid 1px;
	border-color: #006080;
	border-radius: 4px;
	opacity: 0.5;
	width: 40px;
	height: 44px;
	padding-top: 8px;
}
#drag-count-inner {
	background: #003380;
	border: solid 1px;
	border-color: #006080;
	border-radius: 4px;
	width: 20px;
	height: 28px;
}
.is-drag {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#qstr {
	display: none;
}
#destination-row-format {
	display: none;
}

.doc-info-title {
    padding: 0.8rem;
    background-color: #e9ecef;
	border-radius: .25rem;
	margin-bottom: 1rem;
}

.doc-warning-title {
	padding: 0.8rem;
	color: #664d03;
	background-color: #ffecb5;
	border-radius: .25rem;
	margin-bottom: 1rem;
}

.memo {
	overflow-wrap: anywhere;
}

#count-import-file {
	width: 150px;
	color: #FF0000;
}

#modal-upload-file #helper-text {
	font-size: 12px;
	margin-right: 35px;
}

#start-update-token {
	display: block;
}

#update-token {
	display: none;
}

#sdb-start-update-token {
	display: block;
}

#sdb-update-token {
	display: none;
}

.kintone-btn-icon {
	color: #17a2b8;
}

.user-menu {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.integration-img-div {
	text-align:center;
	justify-content: center;
	display:flex;
}

.paysys-text {
	display: inline;
}

.paysys-input {
	display: none;
}

#modal-upload-file #pdf-uploadpreview input[type="checkbox"] {
	margin: 13px 5px;
}

#modal-upload-file #pdf-uploadpreview input[type="text"] {
	width: calc(100% - 25px);
    margin-left: 25px;
}

.hansha-check-icon {
	width: 16px;
	height: auto;
	margin-bottom: 4px;
}
#hanshaCheck .nav-link.active {
	background-color: #e9ecef;
}
#hanshaCheck .nav-link {
	color: #495057;
	border-color: #e9ecef #e9ecef #dee2e6;
	width: auto;
	min-width: 98px;
	text-align: center;
}

.btn .member-remove-link {
	color: #ff0000;
	text-decoration: none;
}

.input-group-prepend > select.form-control {
    border-radius: 0;
}
.ui-autocomplete-container {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(54px * 5);
	z-index: 100000 !important;
}
.ui-autocomplete-container, .ui-autocomplete-container .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-radius: 0 0 .25rem .25rem !important;
}
.ui-autocomplete-container .ui-menu-item-wrapper {
	padding-left: 15px !important;
}
.ui-autocomplete-container .ui-menu-item-wrapper:hover,
.ui-autocomplete-container .ui-menu-item-wrapper.ui-state-focus,
.ui-autocomplete-container .ui-menu-item-wrapper.ui-state-active {
	background-color: #0062cc;
	border-color: #0062cc;
	color: #ffffff;
}

/* _steps.html*/

.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;

	@media (max-width: 768px) {
		font-size: 10px;
	}
}

.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #D4D4D4;
	width: 100%;
	top: 45px;
	left: -50%;
	z-index: 2;
}

.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #D4D4D4;
	width: 100%;
	top: 45px;
	left: 50%;
	z-index: 2;
}

.stepper-item .step-counter {
	color: #ED6E1C;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #D4D4D4;
	margin-bottom: 6px;
}

.stepper-item.active {
	font-weight: bold;
}

.stepper-item.active .step-counter {
	background-color: #ED6E1C
}

.stepper-item.completed .step-counter {
	background-color: #FFD7B5;
	border: 1px solid #ED6E1C;
}

.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ED6E1C;
	width: 100%;
	top: 45px;
	left: 50%;
	z-index: 3;
}

.stepper-item:first-child::before {
	content: none;
}
.stepper-item:last-child::after {
	content: none;
}

@media (max-width: 768px) {
	.stepper-item::before {
		position: absolute;
		content: "";
		border-bottom: 2px solid #D4D4D4;
		width: 100%;
		top: 35px;
		left: -50%;
		z-index: 2;
	}

	.stepper-item::after {
		position: absolute;
		content: "";
		border-bottom: 2px solid #D4D4D4;
		width: 100%;
		top: 35px;
		left: 50%;
		z-index: 2;
	}

	.stepper-item.completed::after {
		position: absolute;
		content: "";
		border-bottom: 2px solid #ED6E1C;
		width: 100%;
		top: 35px;
		left: 50%;
		z-index: 3;
	}
}

button:disabled, button.disabled {
	cursor: not-allowed;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #e65817;
	border-color: #e65817;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #d05918;
	border-color: #e65817;
}

.bg-primary {
	background-color: #d05918 !important;
	color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 88, 23, 0.5);
}

.send-complete-icon {
	color: #ED6E1C;
	font-size: 10em;
}

.send-complete-contract-icon {
	color: #ED6E1C;
	font-size: 10em;
}

.docsmgmt-badge {
	height: 40px;
	line-height: unset;
	font-weight: 400;
	font-size: 100%;
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.separator {
	border-top: 2px solid #dee2e6;
}

.cc-label {
	background-color: #ED6E1C;
	border: 1px solid #ED6E1C;
	color: #ffffff;
}

.address-row {
	margin-left: 97px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}

.sidebar.toggled .nav-item .econtract-menu {
	padding-left: 0 !important; 
	padding-top: 7px !important;
}

.econtract-menu-background {
	background: #ED6E1C; 
	border-radius: 7px; 
	height: 55px;
}

.econtract-menu-background-padding {
	padding: 10px;
}

.stepper-item-above {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;

	@media (max-width: 768px) {
		font-size: 10px;
	}
}

.no-sidebar-height {
	min-height: calc(100vh - 100px);
}