body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-weight: 300;
	background: #ffffff;
}

h2 {
	font-size: 35px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

h4 {
	font-size: 25px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

h5 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

input {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.back-image {
	background: url(../img/pen.png) no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-nav li a {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
}

.navbar-form {
	padding: 0px 0px 0px 46px;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: 22px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}

.btn.btn-default {
	background: #572e6f;
	color: white;
	font-size: 12px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	height: 40px;
	width: auto;
	text-transform: uppercase;
	outline: none !important;
	min-width: 100px;
}

#bs-example-navbar-collapse-1 {
	padding-right: 0;
	float: right;
	width: 100%;
}

.btn.btn-default.cliebt-butn {
	width: auto;
	margin-left: 15px;
	outline: none;
}

button {
	outline: none;
}

.navbar-default .navbar-nav li a {
	color: black;
	text-transform: uppercase;
}

.sec-section {
	width: 100%;
	float: left;
	margin-top: 90px;
	margin-bottom: 90px;
}

.user-name-space {
	width: 100%;
	float: left;
}

.welcome-heading p {
	text-align: center;
	width: 100%;
	float: left;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 1px;
}

.welcome-heading span {
	color: #572e6f;
}

.iner-text p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: white;
	padding: 102px 0px 85px 0px;
	text-transform: uppercase;
}

.back-hand-img {
	width: 100%;
	float: left;
	margin-top: 35px;
}

.fa-chevron-down {
	padding-left: 15px;
}

.hand-shake {
	background: url(../img/hand.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	height: auto;
	border-radius: 10px 10px 0px 0px;
	float: none;
	margin: 0 auto;
	max-width: 790px;
	display: table;
}

.fa-user {
	padding-right: 10px;
}

.radio-btn {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 300;
	color: #3a3a3a;
	padding-bottom: 16px;
	Line-height: 16px;
}


/* Hide the browser's default radio button */

.radio-btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	position: absolute !important;
}


/* Create a custom radio button */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: none;
	border-radius: 50%;
	border: 3px solid #a8a8a8;
}

.radio-btn:hover input~.checkmark {
	background-color: none;
}


/* When the radio button is checked, add a blue background */

.radio-btn input:checked~.checkmark {
	background-color: white;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-btn input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.radio-btn .checkmark::after {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #572e6f;
}

.fas.fa-chevron-down.chevron-lft {
	padding-left: 35px;
}

.aggent-detail {
	margin: 0 auto;
	display: table;
}

.signing-aggent {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 0px 10px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	float: left;
}

.radio-btn.client-radio {
	margin-left: 35px;
	padding-left: 21px;
}

.radio-btn.login-page-radio-btn {
	padding-left: 21px;
}

.city-cntr label {
	padding-left: 0px;
	margin-left: -25px;
	width: 49px;
	font-weight: 200;
}

.form-section {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.security {
	font-size: 15px;
	font-weight: 300;
	color: #868686;
	margin: 0 auto;
	display: table;
	box-shadow: 0 5px 0px 0 #eeeaf0;
	border-radius: 12px;
	width: 100%;
	max-width: 790px;
	padding: 60px 30px 30px;
}

.fa-lock {
	padding-right: 10px;
}

.input-typ.save-passcode {
	margin-left: 0;
}

.check-box-click.form-error.check-box-click-lft.error-chk-lft {
	margin-left: 135px;
}

.back-image.back-im-none {
	background: none;
}

.input-typ {
	width: 76%;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #d2d2d2;
	border-right: none;
	padding: 5px 0px 5px 0px;
	color: black;
	outline: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.radio-btn.login-page-radio-btn:hover {
	border-bottom: 3px solid #572e6f;
}

.radio-btn.client-radio:hover {
	border-bottom: 3px solid #572e6f;
}

.input-typ-1 {
	/* margin-top: 35px; */
	width: 76%;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #d2d2d2;
	border-right: none;
	padding: 5px 0px 5px 0px;
	color: black;
	outline: none;
	/* margin-left: 22px; */
}

.radio-btn.login-page-radio-btn {
	padding-left: 21px;
}

.check-tab {
	display: block;
	position: relative;
	padding-left: 29px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500;
	line-height: 25px;
}


/* Hide the browser's default checkbox */

.check-tab input {
	position: absolute !important;
	opacity: 0;
	cursor: pointer;
}


/* Create a custom checkbox */

.checkmark-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #eee;
	border-radius: 5px;
}


/* On mouse-over, add a grey background color */

/* .check-tab:hover input~.checkmark-1 {
	background-color: #ccc;
}

.check-tab:focus input~.checkmark-1 {
	background-color: #572e6f;
} */


/* When the checkbox is checked, add a blue background */

.check-tab input:checked~.checkmark-1 {
	background-color: #572e6f;
	border-radius: 5px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-1:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.check-tab input:checked~.checkmark-1:after {
	display: block;
}


/* Style the checkmark/indicator */

.check-tab .checkmark-1::after {
	left: 6px;
	top: 3px;
	width: 7px;
	height: 11px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check-box-click {
	margin-top: 25px;
	margin-left: 0;
	width: 100%;
	float: left;
	padding-left: 196px;
}

.user-name-space.user-name-top {
	margin-top: 40px;
}

.user-name-space span {
	width: 190px;
	float: left;
	/* background: grey; */
}

.forget-password {
	float: right;
	color: #572e6f;
	text-decoration: underline;
}

.fotter-logo img {
	max-width: 240px;
}

.log-in-form-btn {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-bottom: 50px;
	padding-left: 0;
}

.log-in-form {
	background: #572e6f;
	border: none;
	color: white;
	min-width: 160px;
	height: 52px;
	border-radius: 4px;
	font-size: 19px;
	font-weight: 300;
	outline: none;
	padding: 0 15px;
}

.header-sec-start {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 16px #868686;
	background: white;
}

.footer-section {
	width: 100%;
	float: left;
	background: #572e6f;
	margin-top: 50px;
	padding-bottom: 65px;
}

.font-icon {
	width: 30%;
	float: left;
	margin-top: 40px;
}

.logo-text p {
	color: white;
	font-size: 15px;
	font-weight: 200;
	letter-spacing: 1px;
}

.logo-text {
	margin-top: 30px;
}

.fafa-icon ul li {
	list-style: none;
	float: left;
	padding: 0px 10px;
	color: white;
	padding-left: 0;
}

.fafa-icon ul {
	padding: 0;
}

.fa-facebook-f {
	background: #3b5998;
	padding: 15px 20px;
	border-radius: 4px;
}

.fa-twitter {
	background: #55acee;
	padding: 15px 15px;
	border-radius: 4px;
}

.fa-linkedin-in {
	background: #007ab9;
	padding: 15px 17px;
	border-radius: 4px;
}

.fa-youtube {
	background: #b22518;
	padding: 15px 15px;
	border-radius: 4px;
}

.fafa-icon a {
	color: white;
}

.fafa-icon a:hover {
	color: white;
}

.fafa-icon {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.about-sec {
	width: 20%;
	float: left;
	margin-top: 80px;
	color: white;
	font-size: 18px;
	font-weight: 500;
	margin-left: 30px;
}

.about-list ul li {
	list-style: none;
	padding: 3px 0px;
}

.forget-password a {
	color: #572e6f;
}

.about-list ul {
	padding: 0;
	width: 100%;
	float: left;
}

.about-list a {
	color: white;
	font-size: 13.9px;
	font-weight: 300;
}

.about-list a:hover {
	color: white;
	text-decoration: none;
}

.about-sec.about-sec-1 {
	width: 17%;
}

.about-sec.about-sec-last {
	width: 23%;
	float: right;
}

.fa-phone {
	padding-right: 10px;
}

.fa-fax {
	padding-right: 10px;
}

.fa-envelope {
	padding-right: 10px;
}

.fas.fa-map-marker-alt {
	padding-right: 10px;
}

.last-list a {
	line-height: 7px;
}

.copy-write {
	width: 100%;
	float: left;
	background: #4e2964;
	padding: 26px 0px 13px 0px;
}

.left-copy p {
	font-size: 12px;
	font-weight: 300;
	color: white;
	float: left;
}

.right-copy p {
	font-size: 12px;
	font-weight: 300;
	color: white;
	float: right;
}


/* log-in pipeline style sheet start here */

.sheduling-nav {
	font-size: 20px;
}

.nav.navbar-nav.sheduling-nav li a {
	font-size: 15px;
	font-weight: 600;
	color: white;
	width: 100%;
}

.management-client p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.management-client span {
	font-size: 17px;
	font-weight: bold;
	color: #572e6f;
	letter-spacing: 2px;
}

.management-client {
	width: 56%;
	float: left;
	position: relative;
}

.dropdown-menu {
	position: relative;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: transparent;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* border: 1px solid #ccc; */
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.note-editor .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	/* border: 1px solid #ccc; */
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.sheduling-navigation-bar ul li .dropdown-menu .divider {
	height: 0px;
	margin: 0px 0;
	overflow: none;
	background-color: transparent;
}

.super-admin-logout {
	float: left;
	width: 3%;
	padding-right: 96px;
}

.super-adminbtn {
	background: #572e6f;
	border: none;
	color: white;
	width: 120px;
	height: 40px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
}

.sheduling-section {
	width: 100%;
	float: left;
	background: #f6f6f6;
	padding: 35px;
}

.logo.sheduling-logo img {
	max-width: 100%;
}

.welcome-super-admin {
	float: right;
}

.sheduling-navigation-bar {
	width: 100%;
	float: left;
	position: relative;
}

.sheduling-navigation-bar ul li {
	list-style: none;
	border-bottom: 1px solid #613f72;
	position: relative;
	float: left;
	width: 100%;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-menu li a {
	display: block;
	padding: 0px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu li {
	width: 374px;
}

.sheduling-navigation-bar ul li:last-child {
	border: none;
}

.sheduling-navigation-bar ul li a:hover {
	text-decoration: none;
}

.sheduling-logo {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 0;
	height: 145px;
	padding: 15px 0;
}

.sheduling-navigation-bar ul {
	margin-top: 20px;
	padding: 0;
}

.sheduling-pipeline-head {
	width: 100%;
	float: left;
	padding: 40px 70px 30px 44px;
}

.top-heading-shedling p {
	font-size: 24px;
	color: #572e6f;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.sheduling-tabel {
	width: 48.5%;
	float: left;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
}

.sheduling-tabel ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 55px;
	padding-left: 30px;
	letter-spacing: 1px;
	color: black;
}

.fa-caret-right {
	padding-right: 5px;
}

.sheduling-tabel ul {
	padding: 0;
}

.sheduling-tabel li:nth-child(2n+1) {
	background: #f6f6f6;
}

.sheduling-tabel-left {
	width: 48.5%;
	float: right;
}

.customers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.customers td,
.customers th {
	border: none;
	padding: 17px;
	font-size: 16px;
	font-weight: 300;
}

.sheduling-pipeline-head.unassigned {
	padding-top: 15px;
}

.customers th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: black;
	color: white;
	font-size: 17px;
	font-weight: 600;
}

.customers tr:nth-child(2n+1) {
	background-color: #efeaf0;
}

.customers tr {
	background: white;
	text-align: left;
}

.table-action {
	display: none;
}

.indicators {
	width: 100%;
	float: left;
}

.indicator-section {
	margin-left: 65px;
	margin-top: 14px;
}

.indicator-section p {
	line-height: 15px;
	padding-bottom: 13px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}

.indicator-section span {
	width: 15px;
	height: 15px;
	background: #cb060f;
	float: left;
	border-radius: 4px;
	line-height: 76px;
	margin-right: 15px;
}

.indicator-section-green span {
	background: #03b40b;
}

.fa-calendar-alt {
	padding-right: 10px;
}

.fa-search {
	padding-right: 10px;
}

.fa-phone-volume {
	padding-right: 10px;
}

.fa-users {
	padding-right: 10px;
}

.fa-edit {
	padding-right: 10px;
}

.fa-th-list {
	padding-right: 10px;
}

.table-action-btn {
	background: none;
	border: 1 px solid;
	border: none;
	border: 1px solid #d7d7d7;
	padding: 2px 20px;
	color: #5a5a5a;
	font-weight: 200;
	letter-spacing: 1px;
	border-radius: 4px;
}


/* log-in error style sheet start here */

.login-error {
	width: 100%;
	float: left;
	position: relative;
}

.login-error p {
	color: #c30838;
	font-size: 19px;
	font-weight: 500;
	padding-left: 74px;
}

.login-error p::before {
	background: url(../img/error.jpg) no-repeat;
	content: "";
	left: 50px;
	width: 57px;
	height: 52px;
	position: absolute;
	clear: both;
	top: 4px;
}

.check-box-click.form-error.check-box-click-lft {
	margin-left: 85px;
}

.form-section.form-error-section {
	margin-top: 0;
}

.check-box-click.form-error {
	margin-top: 15px;
}


/* accommodation style sheet start here */

.accommodation-section {
	width: 100%;
	float: left;
}

.accommod-heading p {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	line-height: ;
	letter-spacing: 1px;
}

.accommodation-head {
	width: 100%;
	float: left;
}

.accommod-heading {
	margin-top: 75px;
	width: 100%;
	float: left;
}

.accommodation-nav ul li {
	list-style: none;
	float: left;
	padding: 0px 10px;
}

.accommodation-nav ul li a {
	color: #000000;
	padding: 7px 0px;
	text-decoration: none;
	letter-spacing: 0.3px;
	font-weight: 500;
	text-transform: uppercase;
}

.stylish-table {
	border: 2px solid #e7e7e7;
	border-radius: 5px;
}

.accommodation-nav ul li a:hover {
	text-decoration: none;
}

.navbar-form.navbar-left.accommodation-btn {
	padding-left: 45px;
}

.btn.btn-default.cliebt-butn.container-btn-sec {
	margin-left: 0;
}

.header-section.accommodated-ful-section {
	width: 100%;
	float: left;
}

.btn.btn-default.container-btn {
	height: 37px;
}

.accommodation-list ul li::after {
	background: url(../img/blog.png) no-repeat;
	content: "";
	left: 166px;
	width: 55px;
	height: 66px;
	position: absolute;
	clear: both;
	top: 0px;
	background-size: 25px;
}

.accommodation-list ul li:last-child {
	border: none;
}

.accommodation-list ul {
	padding: 0;
}

.request-party-block {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.request-party-heading p {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.request-party-heading {
	background: url(../img/pattern.png) no-repeat;
	width: 100%;
	padding: 25px;
}

.company-accomodation {
	width: 100%;
	float: left;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
	padding: 0 30px;
}

.north-american-title {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.north-american-title ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 200;
	color: #393939;
	border-bottom: 1px solid #e9e9e9;
	padding: 11px 0px;
}

.two-fax-section li {
	display: inline-block;
}

.north-american-title ul li span {
	font-size: 20px;
	font-weight: 500;
	width: 124px;
	line-height: 22px;
	float: left;
	margin-top: 1px;
}

.ref-no {
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	margin-top: -8px;
	height: 35px;
	padding-left: 20px;
	outline: none;
}

.north-american-title.north-american-title-dwn-wrd {
	margin-top: 15px;
}

.north-american-title ul {
	padding-left: 30px;
}

.north-american-title ul li a {
	color: #572e6f;
	text-decoration: underline;
}

.north-american-title ul li:last-child {
	border: hidden;
}

.accommodation-list ul li:last-child::after {
	background: none;
}

.north-american-title.north-american-title-sec {
	padding: 0;
}

.company-check-btn {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.companu-btn {
	background: #572e6f;
	color: white;
	border: none;
	width: auto;
	height: auto;
	border-radius: 4px;
	float: right;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 30px;
}

.fa-angle-double-right {
	padding-left: 12px;
}

.accommodation-list ul li.active {
	background: url(../img/arrow.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.other-party-blok span {
	float: left;
	padding-right: 20px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

.radio-btn-billing {
	font-size: 18px;
	font-weight: 200;
	color: #414141;
}

.selection-other-lft {
	width: 15%;
	float: left;
}

.selection-pary-one {
	width: 65%;
	float: left;
}

.radio-btn.party-selection {
	padding-right: 25px;
}


/* accommodation-1 style sheet start here */

.other-party {
	width: 100%;
	float: left;
	padding-left: 0;
	padding-top: 22px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 0;
}

.north-american-title.north-billing-party ul li {
	border: ;
	border: none;
}

.ref-no-party {
	width: 74%;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	4px;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 9px 20px;
	outline: none;
}

.enter-party-data {
	width: 100%;
	float: left;
	margin-top: 78px;
}

.north-american-title.north-american-title-sec.north-billing-party {
	padding: 0;
}

.north-american-title.north-billing-party {
	padding-bottom: 0;
}

.continue-btn {
	width: 50%;
	float: right;
}

.back-btn {
	width: 50%;
	float: left;
}

.companu-btn.back-go {
	float: left;
	background: no-repeat;
	border: 1px solid #572e6f;
	color: #572e6f !important;
}

.search-parent-company-MBO .input-type-search-field-button {
	margin-top: 10px;
	padding-left: 140px;
}

.right-left-profile-section .right-content-profile {
	padding-top: 0;
}

.fa-angle-double-left {
	padding-right: 15px;
}

.sheduling-navigation-bar.menu-list ul li.collapsed i.fas.fa-chevron-down.down {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 11px 13px 9px 18px !important;
	margin: 0px 10px 0px 0px !important;
}

.sheduling-navigation-bar.menu-list ul li i.fas.fa-chevron-down.down {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	float: right;
	padding: 8px 0px 12px 0px !important;
	margin: 0px 6px 0px 0px !important;
}

/* accommodation-2 style sheet start here */

.ref-no-addition-contact {
	width: 85%;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	4px;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 9px 20px;
	outline: none;
}

.north-american-title.full-data-north li {
	border: none;
}

.ref-no-addition-contact.transaction {
	margin-top: 10px;
}

.sur-names {
	width: 100%;
	float: left;
}

.col-md-6.nill {
	padding: 0;
}

.col-md-6.nill span {
	margin-left: 26px;
	float: left;
	text-align: ;
}

.ref-no-addition-contact.first-name {
	width: 70%;
}

.ref-no-addition-contact.last-name {
	width: 74%;
}

.col-md-6.nill-down {
	padding: 0px 0px 15px 0px;
}

.basic-details {
	width: 100%;
	float: left;
	padding-bottom: 45px;
}

.payment-transsection.customer-sevr.customer-sevc-last-sec {
	padding: 20px 55px;
}


/* accommodation-3 style sheet start here */


/* change style sheet start here */

.first-addommodation-list {
	width: 100%;
	float: left;
	border: 1px solid #eaeaea;
	margin: 40px 0px 30px 0px;
	max-width: 1365px;
	float: none;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.first-addommodation-list li {
	list-style: none;
	float: left;
	padding: 12px 45px;
}

.first-addommodation-list li a {
	font-size: 18px;
	color: #434343;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
}

.first-addommodation-list li::before {
	background: url(../img/blog.png) no-repeat;
	content: "";
	left: 215px;
	width: 55px;
	height: 66px;
	position: absolute;
	clear: both;
	top: 0px;
	background-size: 22px;
}

.first-addommodation-list li:first-child {
	border: hidden;
}

.first-addommodation-list li span {
	font-size: 12px;
	border: 1px solid black;
	margin-right: 0;
	width: 21px;
	height: 21px;
	margin-top: 5px;
	font-weight: 500;
	color: black;
	line-height: 1;
	text-align: center;
	padding-top: 3.5px;
	display: inline-block;
	position: relative;
	top: 0;
	float: none;
	border-radius: 100%;
}

.first-addommodation-list ul {
	padding: 0;
}

.one {
	width: 25px;
	float: left;
	text-align: center;
	height: 25px;
	margin-top: 1px;
}

.first-addommodation-list ul li {
	position: relative;
}

.first-addommodation-list li.active a {
	color: white;
}

.first-addommodation-list li.active a span {
	color: white;
	border-color: white;
}

.active.sec-active {}

.first-addommodation-list li:first-child::before {
	background: none;
}

.first-addommodation-list.border-show li:first-child::before {
	background: show;
}

.first-addommodation-list li:last-child::before {
	background: none;
}

.first-addommodation-list li:nth-child(3)::before {
	background: none;
}

.first-addommodation-list li:nth-child(2)::before {
	background: none;
}

.first-addommodation-list li:nth-child(4)::before {
	background: none;
}

.monthly-detail-left {
	width: 51%;
	float: left;
}

.singer {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.singer li {
	list-style: none;
	float: left;
	padding: 10px 10px;
	font-size: 20px;
	font-weight: 500;
}

.far.fa-clock {
	position: absolute;
	font-size: 15px;
	color: #373637;
	top: 13px;
	left: 15px;
}

.date-first-aelect {
	padding-right: 90px !important;
}

.singer li:nth-child(2) {
	padding-bottom: 0;
}

.monthly-adding-detail {
	padding: 9px 90px 9px 34px !important;
}

.singer select {
	padding: 9px 30px;
	color: #5a5a5a;
	font-weight: 200;
	font-size: 15px;
	4px;
	border: 1px solid #d7d7d7;
	-moz-appearance: none;
	background-image: url("../img/sign-down.png");
	background-repeat: no-repeat;
	background-position: 88% 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.date-of-birth-section {
	width: 100%;
	float: left;
	margin-top: 18px;
}

.singer-collection {
	width: 100%;
	float: left;
}

.singer-collection ul li {
	list-style: none;
	float: left;
	padding: 10px 9px;
	font-size: 15px;
	color: #414141;
	font-weight: 200;
}

.singer-collection ul {
	padding-left: 32px;
}

.singer ul {
	padding-left: 35px;
}

.singer-data {
	border: 1px solid #b3b3b3;
	4px;
	padding: 9px 147px 9px 25px;
	margin-left: 15px;
	outline: none;
}

.monthly-detail-right {
	width: 49%;
	float: left;
}

.singer-data-left {
	border: 1px solid #b3b3b3;
	4px;
	padding: 9px 242px 9px 25px;
	margin-left: 15px;
	outline: none;
}

.singer-location {
	width: 100%;
	float: left;
	background: #f5f5f5;
	margin-top: 35px;
	padding: 30px 0px 30px 0px;
}

.singer-data.city-center {
	border: 1px solid #b3b3b3;
	4px;
	/* padding: 5px 20px 5px 15px; */
	width: 68%;
	margin-left: 23px;
}

.singer-collection.location-singer li {
	width: 26%;
	padding: 0;
}

.singer-collection.location-singer {
	width: 70%;
	float: left;
	clear: both;
	margin-top: 10px;
}

.singer-collection.location-singer li:first-child {
	width: 21%;
}

.last-sec {
	width: 100%;
	float: left;
}

.singer-data.city-center {
	border: 1px solid #b3b3b3;
	padding: 9px 19px 9px 15px;
	width: 67%;
}

.urben ul {
	padding-left: 0;
}

.urben {
	width: 100%;
	float: left;
}

.singer-collection.location-singer ul {
	padding-left: 40px;
}

.singer-data.singer-data-sign {
	padding: 9px 403px 9px 25px;
	margin-left: 34px;
}

.location-type-list-drw {
	width: 100%;
	float: left;
	padding: 0;
}

.urben li {
	list-style: none;
	float: left;
	padding: 10px 0;
	line-height: 22px;
}

.rurel-area-form {
	border: 1px solid #b3b3b3;
	padding: 10px 50px 10px 25px;
	outline: none;
}

.urben li:nth-child(4) {
	padding-left: 0;
	padding-right: 0;
}

.urben li:last-child {
	padding-left: 0;
	padding-right: 0px;
}

.singer-collection span {
	font-size: 20px;
	font-weight: 500;
	width: 120px;
	float: left;
	color: black;
}

.urben span {
	font-size: 20px;
	font-weight: 500;
}

.radio-btn.party-selection.location-butn-prees {
	font-weight: 200;
	color: #414141;
	font-size: 15px;
}

.house-hold {
	width: 50%;
	float: ;
	float: left;
}

.singer-data.house-hold-sgnr-dts {
	margin-left: 32px;
	/* width: 72%; */
	padding: 5px 230px 5px 25px;
	float: right;
}

.home-data-enter {
	width: 100%;
	float: left;
}

.fund-instalment {
	width: 100%;
	float: left;
}

.fund-instalment li {
	list-style: none;
	float: left;
	padding: 10px 10px;
}

.fund-instalment span {
	font-weight: 300;
	line-height: 47px;
}

.fund-instalment.sec-fnd li:first-child {
	padding-right: 160px;
}

.payment-transsection {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding: 32px 0px;
}

.payment-transsection ul {
	padding: 0;
}

.payment-transsection li {
	list-style: none;
	float: left;
	padding: 0px 50px;
}

.payment-transsection-sec {
	width: 100%;
	float: left;
}

.payment-transsection-sec li:first-child {
	display: ;
	display: ;
	background: ;
	display: none;
}

.payment-transsection-sec ul {
	padding-left: 197px;
}

.payment-form-sect {
	border: 1px solid #b3b3b3;
	padding: 5px 180px 5px 25px;
	outline: none;
	margin-left: 0;
}

.payment-transsection-sec li:last-child {
	padding-left: 0;
}

.payment-transsection-sec li:nth-child(3) {
	padding-right: 0;
}

.payment-transsection-sec span {
	font-size: 20px;
	font-weight: 500;
	font-weight: 500;
}

.fund-instalment p {
	font-size: 20px;
	font-weight: 500;
	line-height: 38px;
}

.payment-transsection-sec span {
	font-size: 20px;
	font-weight: 500;
}

.payment-transsection p {
	font-size: 20px;
	font-weight: 500;
}


/* accommodation-4 style sheet start here */

.payment-transsection.send-all-docum {
	background: no-repeat;
}

.other-sevices {
	width: 100%;
	float: left;
}

.company-accomodation.payment-transsection-sec li:last-child {
	padding-left: 15px;
}

.sub-value {
	padding-left: 371px !important;
}

.rebot.payment-transsection-sec li:nth-child(2) {
	padding-right: 0;
}

.payment-transsection.customer-sevr li:last-child {
	padding-left: 0;
}

.payment-transsection-sec.rebot {
	padding-left: 141px;
}

.payment-transsection-sec.rebot ul {
	padding-left: 180px;
}

.all-send-info {
	width: 100%;
	float: left;
}

.all-send-info li {
	list-style: none;
	float: left;
	padding: 10px 12px;
}

.payment-transsection.customer-sevr {
	background: none;
}

.delivery-method {
	width: 100%;
	float: left;
}

.delivery-method li {
	list-style: none;
	float: left;
	padding: 10px 90px;
	font-size: 17px;
	font-weight: 200;
	color: #414141;
}

.delivery-method li:first-child {
	padding-left: 10px;
}

.delivery-method li:last-child {
	padding-left: 30px;
	line-height: 20px;
}

.singer-data-left.deleverymethod {
	/* padding-left: 66px !important; */
	margin-left: 60px;
}

.delivery-method.nxt ul {
	padding-left: 0px;
}

.delivery-method.nxt li:nth-child(3) {
	padding-right: 0;
	width: 290px;
}

.delivery-method.delivery-method-top {
	margin-top: 40px;
}

.delivery-method.nxt.nxt-botm {
	padding-bottom: 50px;
}

.party-agent.six-radio-inputs .radio-btn {
	font-size: 17px !important;
	color: #000000 !important;
	font-weight: 500;
}

.first-addommodation-list li:nth-child(5)::before {
	background: none;
}

.first-addommodation-list.show-border li:nth-child(3)::before {
	background: url(../img/blog.png) no-repeat;
	content: "";
	left: 225px;
	width: 55px;
	height: 66px;
	position: absolute;
	clear: both;
	top: 0px;
	background-size: 22px;
}

.first-addommodation-list.show-border li:nth-child(2)::before {
	background: url(../img/blog.png) no-repeat;
	content: "";
	left: 210px;
	width: 55px;
	height: 66px;
	position: absolute;
	clear: both;
	top: 0px;
	background-size: 22px;
}

.first-addommodation-list.show-border li:nth-child(1)::before {
	background: url(../img/blog.png) no-repeat;
	content: "";
	left: 210px;
	width: 55px;
	height: 66px;
	position: absolute;
	clear: both;
	top: 0px;
	background-size: 22px;
}


/* accommodation-5 style sheet start here */

.doc-send-too {
	width: 30%;
	float: left;
}

.doc-send-too-lft {
	width: 15%;
	float: left;
}

.doc-send-too-lft.doc-send-too-lft-rqst-prty {
	width: 17%;
}

.last-cntrl-serv {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding: 30px 35px 5px;
}

.last-cntrl-serv {
	width: 100%;
	float: left;
}

.last-cntrl-serv span {
	font-size: 20px;
	font-weight: 500;
	width: 130px;
	float: left;
}

.left-last-cntrl-serv p {
	font-size: 18px;
	font-weight: 200;
	color: #393939;
	line-height: 50px;
}

.right-last-cntrl-serv {
	width: 100%;
	float: left;
}

.right-last-cntrl-serv p {
	font-size: 18px;
	font-weight: 200;
	color: #393939;
	line-height: 50px;
}

.col-md-12.colm-fst {
	padding: 0;
}

.sgf-data {
	width: 100%;
	float: left;
	padding: 25px 50px;
}

.doc-send-too p {
	font-size: 17px;
	font-weight: 500;
}

.tracking-sgf {
	width: 100%;
	float: left;
}

.tracking-sgf-lft {
	width: 75%;
	float: left;
}

.tracking-sgf-lft li {
	list-style: none;
	padding: 10px;
}

.tracking-sgf-lft span {
	width: 305px;
	float: left;
	line-height: 45px;
	font-size: 17px;
	font-weight: 500;
}

.adding-instruction {
	width: 100%;
	float: left;
	padding: 70px 50px;
}

.adding-instruction-heading p {
	font-size: 20px;
	font-weight: 500;
}

.adding-text-area textarea {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding-top: 20px;
	padding-left: 40px;
	outline: none;
}

.radio-btn.login-page-radio-btn {
	border-bottom: 3px solid transparent;
}

.active.sec-active.last-srrow {}

.two-fax-section li {
	width: 47%;
	float: left;
}

.two-fax-section {
	width: 100%;
	float: left;
}

.ref-no-party.last-fax-snd {
	width: 55%;
}


/* after-design style sheet start here */

.singer-data-left-none label {
	width: 120px;
	float: left;
	font-size: 17px;
	font-weight: 200;
	line-height: 38px;
}

.two-fax-section li:last-child {
	float: right;
}

.monthly-adding-detail.doc-drop-down-drp.rrefine-lft {
	padding: 6px 90px 6px 18px !important;
}

.monthly-adding-detail.doc-drop-down-drp {
	padding: 6px 90px 6px 18px !important;
}

.singer-data-left.single-data-with-coms.dollor-sign-input {
	padding: 9px 0px 9px 25px;
}

.far.fa-calendar-alt.shedulind-calndr {
	position: relative;
	top: 1px;
	left: 36px;
}

.far.fa-calendar-alt.position-inside {
	position: absolute;
	top: 13px;
	left: -14px;
	font-size: 15px;
	color: #373637;
	padding-left: 27px;
}

.select-tag-option {
	position: relative;
}

::-webkit-input-placeholder {
	color: #6e6e6e;
	font-size: 16px;
}

::-moz-placeholder {
	color: #6e6e6e;
	font-size: 16px;
}

:-ms-input-placeholder {
	color: #6e6e6e;
	font-size: 16px;
}

::placeholder {
	color: #6e6e6e;
	font-size: 16px;
}

.flow-lft-drt {
	font-size: 17px;
	font-weight: 300;
	width: 100px;
}

.party-agent {
	float: left;
}

.monthly-adding-detail.doc-drop-down-drp {
	width: 450px;
	height: 46px;
}

.monthly-adding-detail.doc-drop-down-drp {
	padding: 10px 30px;
	color: #5a5a5a;
	font-weight: 200;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
	-moz-appearance: none;
	background-image: url("../img/sign-down.png");
	background-repeat: no-repeat;
	background-position: 95% 19px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.monthly-adding-detail.doc-drop-down-drp.singer-data-left\.single-data-with-coms-dor {
	width: 267px;
}

.singer-data-left.single-data-with-coms {
	width: 267px;
	margin-left: 0px;
	margin-left: 0;
}

.fa-dollar-sign {
	position: relative;
	top: -1px;
	left: -28px;
}

.jose-yedin-btn.rrefine-lft {
	border: 1px solid grey;
	background: transparent;
	4px;
	padding: 0px 50px;
	text-align: center;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../img/sign-down.png");
	background-repeat: no-repeat;
	background-position: 88% 17px;
	outline: none;
}

i.fas.fa-chevron-down.down.aheduking-pipelne-fa {
	padding-left: 105px;
}

.jose-yedin-btn.rrefine-lft {
	font-size: 16px;
	color: #5a5a5a;
}

.sheduling-tabel ul li a {
	color: black;
	text-decoration: none;
}

.far.fa-calendar-alt.shedule-pipe-blofg {
	color: white;
	/* float: left; */
	position: relative;
	top: 0;
	left: 3px;
}

.sheduling-navigation-bar li {
	position: relative;
}

.sheduling-navigation-bar span {
	padding-right: 10px;
}

.ref-no-party.last-fax-snd.zip-code {
	width: 100%;
}

.zip-right {
	width: 62px !important;
}

.check-mark-grey::after {
	background: grey !important;
	top: 2px !important;
	left: 2px !important;
	width: 13px !important;
	border-radius: 50%;
	height: 13px !important;
}

.checkmark.check-mark-grey {
	border: 3px solid grey;
	height: 23px;
	width: 23px;
}

.doc-send-too-lft.gso .checkmark.check-mark-grey {
	border: 3px solid grey;
	height: 23px;
	width: 23px;
	top: 3px !important;
}

.header-section.sheduling-header-section {
	width: 100%;
}

.north-american-title.full-data-north span {
	width: 180px;
	float: left;
	margin-top: 10px;
}

.north-american-title.north-billing-party span {
	width: 130px;
	float: left;
	line-height: 41px;
}

.two-fax-section.zip-code-data ul {
	padding: 0;
}

.north-american-title.north-american-title-sec.north-billing-party ul {
	padding: 0;
}

.delivery-method.delivery-method-top li:nth-child(2) {
	padding-left: 60px;
}

.delivery-method.delivery-method-top span {
	font-size: 20px;
	font-weight: 500;
}

.cell-section {
	width: 130px !important;
	padding-left: 60px;
}

.col-md-6.nill span {
	width: 130px;
}


/*bootstrap model */

.model-btn-sheduling {
	background: transparent;
	border: none;
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 4px solid;
}

.close {
	float: right;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: black;
	text-shadow: 0 1px 0 #fff;
	filter: none;
	opacity: 1;
}

.close:hover {
	color: black;
	opacity: 1;
}

button.close {
	-webkit-appearance: none;
	padding: 0px 7px;
	cursor: pointer;
	background: 0 0;
	border: 0;
	border: 3px solid !important;
	4px;
}

.modal-title {
	margin-top: 50px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 22px;
}

.modal-header {
	padding: 15px;
	border-bottom: none;
}

.modal-body p {
	margin-left: 65px;
	margin-bottom: 12px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: none;
}

.inner-model {
	width: 62%;
	float: left;
	padding-left: 65px;
}

.model-selector {
	margin-left: 10px;
	padding-left: 10px;
	outline: none;
	-webkit-appearance: none;
	height: 50px;
	width: 224px;
	line-height: 20px;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #c8c7c5;
}

.fas.fa-caret-down.model-cat {
	position: absolute;
	top: 100px;
	left: 355px;
}

.modal-content {
	width: 100%;
	float: left;
	border: 4px solid #7b7b7b;
}

.modal-body {
	position: relative;
	padding: 15px;
	width: 100%;
	float: left;
	background: #f7f7f7f7;
	margin-bottom: 40px;
}

.modal-dialog {
	width: 700px;
	margin: 30px auto;
}

.modal-footer-btn {
	width: 38%;
	float: left;
}

.modal-footer-btn button {
	background: #572e6f;
	4px;
	border: none;
	color: white;
	font-weight: 500;
	height: 46px;
	width: 212px;
	line-height: 5px;
}


/*inner pages*/

.complete.pending.order-inner-page p {
	font-size: 25px;
	font-weight: 500;
}

.top-heading-assigned-order p {
	color: #572e6f;
	font-size: 22px;
	font-weight: 400;
}


/*-- 16-08-2018 --*/

.sheduling-heading {
	width: 335px;
	background: #572e6f;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
}

.sheduling-navigation-bar {
	float: left;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
}

.super-admin-body {
	float: left;
	width: 100%;
	padding-left: 335px;
}

.sheduling-pipeline-block {
	width: 100%;
	float: left;
}

.unorder-list li i.down {
	position: absolute;
	right: 15px;
	top: 26px;
}

.drop-down-side ul {
	margin: 0;
	padding: 0;
}

.drop-down-side ul li a {
	line-height: 25px;
	font-size: 13px;
	font-weight: 300;
	padding-left: 0;
}

.drop-down-side ul li i {
	position: absolute;
	left: 35px;
	top: 7px;
	color: #ffffff;
}

.drop-menu li a:hover {
	background: transparent !important;
}

.drop-down-side li {
	border: hidden !important;
	padding-left: 50px;
	padding: 5px 0 5px 50px;
}

.drop-down-side {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	display: none;
}


/*-- Accounting Pipeline Super Admin --*/

.sa-sec-padding {
	float: left;
	width: 100%;
	padding: 40px 50px;
}

.page-heading-sa h3 {
	color: #572e6f;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.page-heading-sa hr {
	float: left;
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	background: #572e6f;
	max-width: 70px;
}

.page-heading-sa {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-left: 0;
}

.account-pipe-sa-content-sec {
	float: left;
	width: 100%;
}

.account-pipe-form {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.width-full-row {
	float: left;
	width: 100%;
}

.form-group-sa {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 190px;
	min-height: 30px;
}

label {
	max-width: 190px;
	width: 100%;
	margin-right: 10px;
	font-weight: 500;
}

.form-group-sa input {
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	height: 40px;
	padding: 0 20px;
	max-width: 100%;
	position: relative;
	position: relative;
	top: 3px;
	float: left;
}

.form-group-sa label {
	margin-top: 5px;
}

.form-group-sa span.sec-label {
	font-size: 15px;
	padding-left: ;
	font-weight: 300;
	margin-right: 15px;
}

.margin-left-extra {
	margin-left: 30px;
}

.padding-top30px {
	padding-top: 30px;
	float: left;
	width: 100%;
}

.new-signing-location h4 {
	margin-bottom: 30px;
}

.form-group-sa select {
	border: 1px solid #d5d5d5;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 20px;
	max-width: 100%;
	width: 100%;
	font-size: 15px;
	border-radius: 4px;
}

span.select-drop-image {
	float: left;
	width: 100%;
	max-width: 220px;
	position: relative;
}

.select-drop-image i {
	position: absolute;
	top: 12px;
	right: 20px;
	pointer-events: none;
}

.city-div select {
	float: left;
	max-width: 300px;
	height: 250px !important;
	overflow-y: auto;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 10px;
	border-radius: 0;
}

.city-div option {
	line-height: ;
	padding: 4px 5px;
}

.form-group-checkbox {
	float: left;
	padding-left: 40px;
}

.form-group-checkbox input {
	height: 10px;
	margin-right: 8px;
}

.form-group-checkbox p {
	font-size: 15px;
	font-weight: 300;
	max-width: 280px;
	line-height: 20px;
	margin-top: 15px;
	float: left;
}

.find-branch-office {
	background: #572e6f;
	border: hidden;
	color: #ffffff;
	line-height: normal;
	padding: 9px 20px;
	max-height: 40px;
	text-transform: capitalize;
	text-align: center;
	float: left;
	margin-right: 10px;
	color: #ffffff !important;
	border-radius: 4px;
}

.btn-input-group {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.btn-input-group button {
	margin-right: 15px;
}

.view-pending-payments-sing-agent {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.view-pending-payments-sing-agent h4 {
	width: auto;
	float: left;
	margin-right: 50px;
	margin-top: 11px;
}

.complete-order-table {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.if-scroll-table {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.select-action-table {
	float: left;
	width: 100%;
	max-width: 160px;
	position: relative;
}

.select-action-table i {
	position: absolute;
	left: 21px;
	top: 12px;
	font-size: 18px;
}

.select-action-table select {
	width: 100%;
	padding: 0 !important;
	text-align: left !important;
	padding-left: 40px !important;
	padding-right: 35px !important;
}

.text-align-table .customers th {
	text-align: left;
}

.text-align-table .customers tr {
	text-align: left;
}

.if-scroll-table.text-align-table td {
	font-size: 16px;
}

table .address-width-custom {
	width: 170px;
	width: 170px;
}

table .client-name-custom-width {
	width: 200px;
}

.change-display-fields {
	float: right;
	margin-top: -5px;
}

.new-search-btn-search-result {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.form-group {
	margin-bottom: 0;
}

.section-heading-search {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	margin-bottom: 30px;
}

.paddingzero {
	padding: 0;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover,
button:focus,
button:hover {
	outline: none !important;
}

.form-group-checkbox .checkmark-1 {
	top: 3px;
}

.form-group-checkbox .checkmark-1 {
	top: 3px;
	border: 1px solid #d5d5d5;
	background: transparent;
	border-radius: 0;
}

.form-group-checkbox .check-tab input:checked~.checkmark-1 {
	background-color: #572e6f;
	border-radius: 0;
	border-color: #572e6f;
}

.form-group-checkbox .check-tab .checkmark-1::after {
	left: 5px;
	top: 2px;
	width: 7px;
	height: 11px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*-- Accounting Pipeline Super Admin --*/


/*-- Advance Search --*/

.form-group-sa.contact-type-width span.select-drop-image {
	float: left;
	width: 100%;
	max-width: 500px;
	position: relative;
}

.form-group-sa.contact-type-width select {
	max-width: inherit;
	width: 100%;
	padding-right: 45px;
}

.form-group-checkbox label.check-tab {
	max-width: 300px;
	position: relative;
	z-index: 1;
}


/*-- custom-radio --*/

.radio-custom-new .contain {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */

.radio-custom-new .contain input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 3px;
	width: 15px;
	height: 15px;
	z-index: 99999999999;
	top: 1px;
}


/* Create a custom radio button */

.radio-custom-new .checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.radio-custom-new .contain input:checked~.checkmark {
	background-color: transparent;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-custom-new .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	background: #572e6f;
	border-radius: 100%;
	top: 2px;
	line-height: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/* Show the indicator (dot/circle) when checked */

.radio-custom-new .contain input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.radio-custom-new .contains .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*-- custom-radio --End*/

.section-right-radio.radio-custom-new {
	float: left;
	width: 100%;
}

.inner-radio-heading {
	font-size: 16px;
	float: left;
	margin-top: 2px;
}

.date-select {
	float: left;
	width: auto;
	padding-left: 30px;
	min-width: 145px;
	font-size: 16px;
}

.date-select-myd {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: -6px;
}

.date-select-myd select {
	4px;
	border: 1px solid #d5d5d5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 35px;
	padding: 0 15px;
}

.date-select-myd i {
	position: absolute;
	right: 15px;
	top: 11px;
	pointer-events: none;
}

.middle-to {
	float: left;
	margin: 0 10px 0 23px;
}

.date-select-myd.month-dd {
	width: 110px;
}

.date-select-myd.date-dd {
	width: 90px;
}

.date-select-myd.year-dd {
	width: 110px;
}

.margin-top-radio-sec {
	margin-top: 20px;
	margin-bottom: 50px;
}

.full-width-sec-radio {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.full-width-sec-radio {
	float: left;
	width: 100%;
	margin: 20px 0;
	position: relative;
}

.form-group-sa label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	line-height: 26px;
}


/*-- Advance Search --End*/


/*-- Css Report --*/


/*-- Client Report --*/

.form-group-sa .name-client-css-report input {
	max-width: 400px;
	width: 100%;
}

.input-type-date-picker {
	float: left;
	margin-left: 15px;
	margin-top: -8px;
}

.margin-top-radio-sec-custom {
	margin-bottom: 20px;
}

.margin-bottom-custom {
	margin-bottom: 10px;
}

.section-right-radio.radio-custom-new.margin-bottom-custom {
	margin-top: 5px;
}

.full-width {
	float: left;
	width: 100%;
}

.full-width.checkbox-custom-client-report .form-group-checkbox {
	float: left;
	padding-left: 5px;
}

.full-width.checkbox-custom-client-report .form-group-checkbox label.check-tab {
	max-width: 100%;
	position: relative;
	font-size: 17px;
}

.custom-last-appt {
	width: 130px;
}

.content-equal-input {
	margin-left: 0;
	font-size: 15px;
	position: relative;
	top: -2px;
}


/*-- Client Report -End-*/


/*-- Signing Agent Package Report --*/

.css-report-singing-agent-report .full-width.checkbox-custom-client-report {
	margin-top: 0;
}


/*-- Signing Agent Package Report -End-*/


/*-- Signing Agent Report --*/

a.name-ahcor-tab {
	color: #572e6f;
	text-decoration: underline;
	font-weight: 500;
}


/*-- Signing Agent Report -End-*/


/*-- Scheduling agent --*/

.css-report-Scheduling-report .full-width .form-group-checkbox {
	float: left;
	padding-left: 5px;
}

.css-report-Scheduling-report .margin-bottom-custom {
	margin-bottom: 25px;
}

.font-weight-bold td {
	font-weight: 600;
}


/*-- Scheduling agent -End-*/


/*-- Css Report --End*/


/*-- 16-08-2018 --End*/


/*-- 21-08-2018 --*/


/*-- Maintain-Company --*/

.search-box.form-group-sa label {
	width: auto;
	max-width: inherit;
}

.input-type-search-field input {
	width: 100%;
	max-width: inherit;
}

.input-type-search-field {
	float: left;
	width: 400px;
	position: relative;
}

.input-type-search-field i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	background: #572e6f;
	padding-top: 10px;
	text-align: ;
	padding-left: 10px;
	color: #ffffff;
	text-align: center;
	z-index: 999;
	border-radius: 4px;
}

.search-by-alphabet label {
	max-width: 100%;
	width: 100%;
	float: left;
}

.search-by-alphabet ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.search-by-alphabet ul li {
	display: inline-block;
	border: 1px solid;
	float: left;
	padding: 0 12px;
	width: 45px;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 5px;
}

.search-by-alphabet ul li a {
	font-size: 20px;
	font-weight: 600;
	color: #572e6f;
	text-decoration: none;
}

.search-by-alphabet {
	float: left;
	width: 100%;
	margin-top: 0;
}

.search-list-serach-result {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #d5d5d5;
	margin-bottom: 80px;
}

.search-list-serach-result ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-list-serach-result ul li {
	padding: 5px 0;
	float: left;
	width: 33%;
	padding-right: 20px;
}

.search-list-serach-result ul li a {
	color: #252525;
	text-decoration: underline;
}

.maintain-company-add-company-page .section-heading-search {
	margin-bottom: 30px;
}

.maintain-company-add-company-page .btn-input-group {
	margin-top: 30px;
}


/*-- Maintain-Company -End-*/


/*-- Maintain Branch offices --*/

.maintain-Branch-Offices .section-heading-search {
	margin-bottom: 30px;
}

.search-parent-company-MBO {
	float: left;
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.edit-form-MBO {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.label-width-less.form-group-sa {
	padding-left: 65px;
}

.edit-form-boot-fields .form-group-sa .name-client-css-report input {
	max-width: inherit;
	width: 100%;
}

.edit-form-boot-fields .section-right-radio.radio-custom-new {
	float: left;
	width: auto;
}

.MBO-yes-no-radio .section-right-radio.radio-custom-new.margin-top-radio-sec-custom {
	position: relative;
	top: 8px;
}

.extra-width-section label {
	position: absolute;
	left: 0;
	top: 2px;
	max-width: 100%;
}

.extra-width-section {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 300px;
	margin-top: 30px;
}

.input-field-MBO-edit-sec span.bofore-input-edit-MBO {
	max-width: 200px;
	float: left;
	width: 100%;
	font-size: 16px;
}

span.bofore-input-edit-MBO span {
	float: right;
	margin-right: 20px;
}

.input-field-MBO-edit-sec input {
	4px;
	border: 1px solid #d5d5d5;
	height: 40px;
	padding: 0 15px;
	max-width: 300px;
	width: 100%;
	margin-top: -10px;
}

.input-field-MBO-edit-sec {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.textarea-sec-MBO-full-width {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.textarea-sec-MBO-full-width label {
	float: left;
	width: 100%;
	max-width: 100%;
}

.textarea-sec-MBO-full-width textarea {
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 10px 15px;
	height: 200px;
}


/*-- Maintain Branch offices -End-*/


/*-- Maintain Contacts--*/

button a {
	text-decoration: none;
	color: #ffffff;
}

.Maintain-Contact-page .btn-input-group {
	margin-top: 50px;
}

.Maintain-Contact-page .btn-input-group.form-group-sa {
	margin-top: 0;
}


/*-- Maintain Contacts End--*/


/*-- Add Contacts --*/

span.select-drop-image.company-drop-down {
	max-width: 100%;
	width: 100%;
}

span.select-drop-image.company-drop-down select {
	max-width: 100%;
}

.btn-input-group.add-new-btns {
	margin-top: 10px;
}

.form-group-clint-name.label-width-less-2.form-group-sa {
	padding-left: 110px;
}

.new-content-secin-add-contact-page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.new-content-secin-add-contact-page li {
	padding-bottom: 10px;
}

.new-content-secin-add-contact-page {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.add-contact-textarea {
	float: left;
	width: 100%;
	padding-top: 40px;
}

.form-group-clint-name.form-group-sa.padding-left-less-label {
	padding-left: 130px;
}

.Add-contacts .section-right-radio.radio-custom-new {
	float: left;
	width: auto;
}

.btn-input-group.add-signing-agent-button {
	margin-top: 60px;
}

.Maintain-Singing-Agents .section-right-radio.radio-custom-new {
	float: left;
	width: auto;
}


/*-- Add Contacts --*/


/*-- 21-08-2018 --End*/


/*-- Add Signing Agent --*/

.ASA-Lang-radios .section-right-radio.radio-custom-new {
	float: left;
	width: auto;
}

.name-client-css-report {
	position: relative;
	float: left;
	width: 100%;
}

.name-client-css-report i.fa-angle-down {
	position: absolute;
	left: 190px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.view-branch-page .name-client-css-report i.fa-angle-down {
	right: 20px;
	left: auto;
}

.name-client-css-report i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.form-group-sa.dollar-input input {
	padding-left: 35px;
	width: 150px;
}

.pacage-and-checkbox-sec .form-group-checkbox {
	padding-left: 0;
	margin-top: 7px;
}

.form-group-sa textarea {
	width: 70%;
	min-width: ;
	height: 200px;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	padding: 10px 15px;
}


/*-- Add Signing Agent -End-*/


/*-- Maintain-Employees --*/

.form-group-sa.contact-type-width.custom-select-for-em-select {
	margin-bottom: 100px;
	padding-left: 200px;
}

.form-group-sa.contact-type-width.custom-select-for-em-select label {
	width: auto;
	max-width: 100%;
}

.section-heading-search.custom-heading-blue h5 {
	font-size: 25px;
	color: #572e6f;
}


/*-- Maintain-Employees -End-*/


/*-- Super Admin side bar --*/

.required {
	color: red;
	font-size: 20px;
}

.nav-side-menu {
	overflow: auto;
	font-family: verdana;
	font-size: 12px;
	font-weight: 200;
	background-color: #572e6f;
	position: fixed;
	top: 0px;
	width: 335px;
	height: 100%;
	color: #e1ffff;
}

.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}

.nav-side-menu .toggle-btn {
	display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
	background-color: #68427d;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	background-color: #572e6f;
	border: none;
	line-height: 28px;
	border-bottom: hidden;
	margin-left: 0px;
}

.nav-side-menu ul .sub-menu li a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
}

.nav-side-menu .sheduling-navigation-bar.menu-list ul .sub-menu li {
	padding-left: 25px;
	padding: ;
	line-height: ;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}

.nav-side-menu li {
	border-bottom: 1px solid #613f72;
	height: 60px;
	padding: 13px 0px;
	float: left;
	width: 100%;
}

.nav-side-menu li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-weight: 500;
}

.nav-side-menu li:hover {
	background-color: #68427d;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

@media (max-width: 767px) {
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}

	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #ffffff;
		color: #000;
		width: 40px;
		text-align: center;
	}

	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
}

@media (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
}

.nav-side-menu li a i.fa-chevron-down {
	float: right;
	padding-top: 10px !important;
	margin-right: 20px !important;
}

.sheduling-navigation-bar.menu-list ul li {
	padding-left: 20px;
}

.sheduling-navigation-bar.menu-list ul li i {
	width: 20px;
	text-align: right;
	margin-right: 10px;
}

.sheduling-navigation-bar.menu-list ul li span {
	width: 20px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.sheduling-navigation-bar.menu-list ul {
	float: left;
	width: 100%;
}

.nav-side-menu .sheduling-navigation-bar.menu-list ul .sub-menu li:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #613f72;
}


/*-End- Super Admin side bar --*/


/*--27-08-2008 --*/

.content-management-page .btn.btn-default {
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-radius: 4px;
	height: 100%;
	width: 100%;
	text-transform: none;
	outline: none !important;
}

.content-management-page .form-group input {
	height: 40px;
	box-shadow: none;
	margin-bottom: 0;
}

.content-management-page .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content-management-page .note-editor.note-frame {
	margin-bottom: 0;
}

.content-management-page .note-editor.note-frame {
	float: left;
	width: 100%;
}

.content-management-page .note-toolbar.panel-heading .note-btn-group.btn-group {
	width: auto;
	float: none;
}

.content-management-page .note-toolbar-wrapper.panel-default .btn.btn-default {
	background: #ffffff;
	color: #636b6f;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-radius: 0;
	height: 100%;
	width: auto;
	text-transform: none;
	outline: none !important;
}

.content-management-page .note-editor.note-frame .note-editing-area .note-editable {
	padding: 10px;
	overflow: auto;
	color: #000;
	background-color: #fff;
	min-height: 200px;
}

a.find-branch-office,
a.find-branch-office:hover {
	text-decoration: none;
	color: #ffffff;
}

.content-management-page .panel-body,
.index-page-content .panel-body {
	padding: 0;
}

.index-page-content .find-branch-office {
	margin-top: 7px;
	display: table;
	float: right;
}


/*--27-08-2008 -End-*/


/*-- Client Section __*/

.section-heading-client-sec {
	float: left;
	width: 100%;
	text-align: center;
	color: #572e6f;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.section-heading-client-sec hr {
	margin: 0 auto;
	width: 100px;
	border: 2px solid #572e6f;
	height: 0;
}

.section-heading-client-sec h2 {
	margin-bottom: 10px;
}

.client-page-content {
	float: left;
	width: 100%;
}

.sign-up-steps-client {
	float: none;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: table;
}

.sign-up-steps-client ul {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #d5d5d5;
}

.sign-up-steps-client ul li {
	float: left;
	width: 33.3333333%;
	text-align: center;
	min-height: 60px;
	padding-top: 15px;
}

.sign-up-steps-client ul li.active.first {
	background-image: url("../img/arrow.png");
	background-size: 100% 100%;
	background-position: right;
	background-repeat: no-repeat;
}

.sign-up-steps-client ul li.non-active.middle {
	background-image: url("../img/blog.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}

.sign-up-steps-client ul li a {
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	left: -4px;
	color: #000000;
	text-decoration: none;
}

.sign-up-steps-client ul li.active a {
	color: #ffffff;
}

.sign-up-steps-client ul li span {
	width: 23px;
	height: 23px;
	border: 2px solid;
	border-radius: 100%;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -2px;
}

.input-types-personal-detail-sec {
	float: none;
	display: table;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 40px 30px;
}

.form-group-client {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	position: relative;
}

.form-group-client input {
	width: 100%;
	height: 40px;
	border: 1px solid #d5d5d5;
	padding: 0 15px 0 25px;
}

.form-group-client label {
	font-size: 17px;
	font-weight: 500;
}

.form-group-client-small-parts {
	float: left;
	width: 100%;
}

.of-part {
	float: left;
	width: 40%;
	padding-right: 5px;
	padding-left: 5px;
}

.ot-part {
	float: left;
	width: 35%;
	padding: 0 0 0 5px;
}

.ol-part {
	float: left;
	width: 25%;
	padding-right: 5px;
}

.form-group-client-small-parts input {
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #d5d5d5;
	padding-left: 25px;
	padding-right: 10px;
}

.form-group-client-small-parts label {
	font-size: 17px;
	font-weight: 500;
}

.button-sec-input-types-personal-detail-sec {
	float: none;
	max-width: 700px;
	width: 100%;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

.button-sec-input-types-personal-detail-sec a {
	float: right;
}

.client-form-heading {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.client-form-heading hr {
	height: 0;
	border: 2px solid #000000;
	padding: 0;
	width: 70px;
	margin: 0 auto;
}

.client-form-heading h4 {
	padding-bottom: 10px;
}


/*-- Step 2 Signup-Client--*/

.sign-up-steps-client ul li.active.middle {
	background-image: url("../img/arrow-1.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.sign-up-steps-client ul li.active.middle a {
	left: 2px;
}

.step-2-client-sign-up {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 30px 40px;
}

.form-group-client-small-parts.sign-up-step-2-small .of-part {
	width: 35%;
}

.form-group-client-small-parts.sign-up-step-2-small .ot-part {
	width: 15%;
}

.form-group-client-small-parts.sign-up-step-2-small .ol-part {
	width: 50%;
}

.form-group-client-small-parts.sign-up-step-2-small {
	margin-bottom: 20px;
}

.step-to-client-sign-up .form-group-client:nth-child(2n) {
	width: 50%;
	padding-left: 5px;
}

.step-to-client-sign-up .form-group-client:nth-child(2n+1) {
	width: 50%;
	padding-right: 5px;
}

.sup-step-2-overnight-delivery label {
	position: absolute;
	left: 0;
	width: auto;
	max-width: 100%;
	font-weight: 500;
}

.sup-step-2-overnight-delivery {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 300px;
	margin-top: 70px;
}

span.first-span-ondeseverices {
	position: absolute;
	max-width: 150px;
	left: 0;
	top: 0;
	width: 100%;
}

.first-span-ondeseverices span {
	float: right;
}

.form-group-client-new input {
	width: 100%;
	border-radius: 4px;
	height: 35px;
	border: 1px solid #d5d5d5;
	margin-top: -8px;
	padding: 0 15px;
}

.form-group-client-new {
	position: relative;
	padding-left: 160px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.cb-btn-step-2-client-sign-up {
	float: left;
	width: 100%;
	margin-top: 40px;
}


/*-- Step 2 Signup-Client-End-*/


/*-- Step 3 Signup-Client--*/

.form-group-client label {
	max-width: 100%;
}

.form-group-client textarea {
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	min-height: 150px;
}

.sign-up-steps-client ul li.active.last {
	background-image: url("../img/arrow-lst.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.sign-up-steps-client ul li.non-active.after-none.middle {
	background-image: none;
}

.sign-up-steps-client ul li.non-active.after-image.first {
	background-image: url("../img/blog.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}

.sign-up-steps-client ul li.active.last a {
	left: 3px;
}

.note-section {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
}


/*-- Step 3 Signup-Client-End-*/


/*-- Client Profile --*/

.padding-tb {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.full-client-profile {
	float: left;
	width: 100%;
}

.first-name-lastname-cp {
	float: left;
	width: 100%;
}

.first-name-lastname-cp ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.margin-sec-cpv {
	margin-bottom: 20px;
}

.first-name-lastname-cp.margin-sec-cpv.email-sec-cp ul li {
	width: 100%;
	min-height: 35px;
}

.first-name-lastname-cp.margin-sec-cpv.email-sec-cp.password-sec-cp .value-label {
	letter-spacing: 2px;
	font-size: 25px;
}

.single-triple-cp-ot {
	float: left;
	width: 35%;
	position: relative;
	padding-left: 140px;
}

.single-triple-cp-ot label {
	position: absolute;
	left: 0;
}

.single-triple-cp-os label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.client-profile-three-sections-sec input {
	width: 100%;
	4px;
	border: 1px solid #d5d5d5;
	height: 40px;
	margin-top: -8px;
}

.single-triple-cp-ol label {
	position: absolute;
	top: 0;
	left: 0;
}

.single-triple-cp-os {
	float: left;
	width: 20%;
	position: relative;
	padding-left: 50px;
	padding-right: 10px;
}

.single-triple-cp-ol {
	float: right;
	width: 40%;
	padding-left: 110px;
	position: relative;
}

.client-profile-three-sections-sec {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fif-left-sec label {
	position: absolute;
	left: 0;
	top: 0;
}

.fif-left-sec {
	float: left;
	width: 60%;
	position: relative;
	padding-left: 140px;
}

.single-triple-cp-ol input {
	float: left;
	width: 100%;
	height: 40px;
	4px;
	border: 1px solid #d5d5d5;
	margin-top: -8px;
}

.two-fif-fif-sec-cp {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.three-fif-fif-sec-cp .fif-left-sec {
	float: left;
	width: 40%;
}

.three-fif-fif-sec-cp .fif-left-sec input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	margin-top: -8px;
}

.over-night-delivery-sec-cp {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.over-night-delivery-sec-cp label {
	max-width: 100%;
}

.overnight-sec-cp ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.overnight-sec-cp ul li span.label-ovnsec-cp {
	float: left;
	max-width: 330px;
	width: 100%;
}

.overnight-sec-cp ul li span.inner-losec-cp {
	float: right;
	padding-right: 30px;
}

.over-night-delivery-sec-cp p {
	font-size: 14px;
	margin-bottom: 0;
}

.overnight-sec-cp ul li {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.last-textarea-of-cp {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.last-textarea-of-cp label {
	max-width: 100%;
}

.last-textarea-of-cp textarea {
	float: left;
	width: 100%;
	height: 150px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 10px 15px 20px;
}


/*-- Client Profile -End-*/


/*-- Client Orders --*/

.orders-page-clinet-inner {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 30px 20px 0;
}

.orders-page-clinet-inner h4 {
	margin-bottom: 20px;
}

.orders-page-clinet-inner span.select-drop-image {
	max-width: 400px;
}

.orders-page-clinet-inner .form-group-sa select {
	max-width: 400px;
}

.orders-page-clinet-inner.opci-first {
	margin-bottom: 40px;
}


/*-- Client Orders -End-*/


/*-- Client Services --*/

.client-services-page .sign-up-steps-client {
	max-width: 470px;
	margin-bottom: 50px;
}

.client-services-page .sign-up-steps-client ul li {
	width: 50%;
}

.services-bottom-sec-content {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 30px 25px;
}

.services-bottom-sec-content h4 {
	margin-bottom: 20px;
}

.services-bottom-sec-content p {
	font-size: 15px;
	font-weight: 300;
}

.services-bottom-sec-content .form-group-sa {
	padding-left: 110px;
}

.services-bottom-sec-content .value-of-label-afp {
	float: left;
	margin-top: 5px;
	width: 100%;
}

.services-bottom-sec-content .value-of-label-afp input {
	width: 100%;
	max-width: 100%;
	margin-top: -8px;
}

.section-services-bottom-p {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.radio-button-sec-service {
	float: left;
	width: 100%;
}

input.ref-other-input {
	4px;
	border: 1px solid #d5d5d5;
	max-width: 400px;
	width: 100%;
	height: 40px;
	margin-top: -8px;
	padding: 0 20px;
}

.section-right-radio.radio-custom-new {
	margin-bottom: 20px;
}

.radio-button-sec-service h5 {
	margin-bottom: 30px;
}

.second-radio-button-sec-service {
	margin-top: 30px;
}

.form-group-sa.withour-padding-form-group-sa {
	padding-left: 0;
}

.withour-padding-form-group-sa .select-drop-image {
	margin-top: 20px;
}

.full-textarea {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.full-textarea textarea {
	height: 150px;
	width: 100%;
	margin-bottom: 30px;
}

.full-textarea span {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}


/*-- Client Services -End-*/


/*-- Client Section _End_*/


/*-- Agent Section --*/

.agent-signup-page .input-types-personal-detail-sec {
	float: none;
	display: table;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 40px 30px;
}

.agent-signup-page .form-group-client-small-parts {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.agent-signup-page .button-sec-input-types-personal-detail-sec {
	float: none;
	max-width: 900px;
	width: 100%;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}


/*-- agent sign-up step-2 --*/

.pdsign-label {
	float: left;
	width: auto;
}

.pdsign-input {
	float: left;
	position: relative;
}

.pdsign-input input[type="text"] {
	border: 1px solid #d5d5d5;
	4px;
	height: 40px;
	margin-top: -6px;
	margin-left: 15px;
	width: 100%;
	padding: 0 15px;
	float: left;
}

.row-pdsign-up.form-group-sa {
	padding-left: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

.row-pdsign-up.form-group-sa .select-drop-image {
	margin-top: -7px;
	margin-left: 15px;
}

.row-pdsign-up.form-group-sa span.select-drop-image {
	max-width: 350px;
}

.row-pdsign-up.form-group-sa select {
	max-width: inherit;
}

.row-pdsign-up {
	float: left;
	width: 100%;
}

.pdsign-input {
	float: left;
	max-width: 350px;
	width: 100%;
}

.pdsign-input.small-pdsign-input {
	max-width: 150px;
}

.row-pdsign-up.margin-top-pdsign textarea {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	height: 150px;
	border-radius: 4px;
	margin-top: 5px;
	padding: 10px 15px;
}

.row-pdsign-up .section-right-radio.radio-custom-new {
	float: left;
	width: auto;
}

.pdsign-label.radio-label {
	margin-right: 50px;
}

.bold {
	font-weight: 600;
}

.pdsign-input i {
	position: absolute;
	top: 5px;
	left: 30px;
	color: #572e6f;
}

.price-pdsign .pdsign-input input {
	padding-left: 30px;
}

.client-form-heading.agent-sign-inner-heading {
	margin-bottom: 40px;
}


/*-- agent sign-up step-2 -End-*/


/*-- agent sign-up step-3 --*/

.bussiness-references {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.last-textarea-business-ref {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.last-textarea-business-ref span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.last-textarea-business-ref textarea {
	width: 70%;
	height: 150px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 10px 15px;
}


/*-- agent sign-up step-3 -End-*/


/*-- Agent Section -End-*/


/*-- Super admin 30-08-2018 --*/

.unassigned-pipeline-page .panel-default {
	border-color: #d3e0e9;
	border: hidden;
	background: transparent;
}

.unassigned-pipeline-page .panel-body {
	padding: 0;
}


/* table.customers td a {

	color: #572e6f;

	font-weight: 400;

	text-transform: ;

	text-decoration: navajowhite;

	font-size: 14px;

	background: #572e6f;

	color: #ffffff;

	padding: 7px 20px;

	border-radius: 4px;

} */

table.customers td a {
	color: #572e6f;
	font-weight: 400;
	text-transform: ;
	text-decoration: none !important;
	font-size: 14px;
	background: #572e6f;
	color: #ffffff;
	padding: 7px 19px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	margin-bottom: 4px;
}

table.customers td a:last-child {
	margin-bottom: 0px;
}

table.customers td a:nth-child(4) {
	margin-bottom: 0px;
}

.auto-complete {
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 5px;
	color: #572e6f;
	font-weight: 700;
}

.select-margin-top-minus input {
	position: relative;
	top: -6px;
}

b.range_date_gen {
	position: relative;
	top: -4px;
	margin: 0 5px;
}

.section-right-radio.radio-custom-new.select-margin-top-minus {
	min-height: 40px;
	margin-bottom: 0;
}

.full-width-sec-radio {
	padding-top: 0;
	margin: 0;
}

.btn-input-group.margin-top-button {
	margin-top: 40px;
}

.find-branch-office.fas.fa-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.input-type-search-field-button {
	float: left;
	width: 100%;
	margin-top: 30px;
}


/*-- Super admin 30-08-2018 -End-*/


/*-- 03-09-2018 --*/

.first-addommodation-list ul li {
	position: relative;
	width: 16.666666667%;
	padding: 16px 0;
	text-align: center;
	/*pointer-events: none;*/
}

.north-american-title ul li {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.company-accomodation.request-step-1 {
	padding: 40px 30px 40px;
}

.north-american-title ul li.contact-step-1 {
	padding-top: 40px;
	padding-bottom: 10px;
}

.north-american-title .form-group-sa {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 150px;
	min-height: 40px;
}


/*-- 03-09-2018 -End-*/


/*--04-09-2018 --*/

.step-padding {
	float: left;
	width: 100%;
	padding: 40px 30px 20px;
}

.six-radio-inputs label {
	max-width: 200px;
	padding-right: 0 !important;
}

.rdio-contnt {
	position: relative;
	top: 4px;
}


/*--04-09-2018 -End-*/


/*-- 05-09-2018 --*/

.second-step-other input {
	width: 100%;
	max-width: 100%;
}

.second-step-other .north-american-title.north-billing-party span.select-for-down {
	width: 100%;
	float: left;
	line-height: 41px;
	max-width: 220px;
	position: relative;
}

.select-for-down i {
	position: absolute;
	top: 9px;
	right: 15px;
}

.six-step-third input {
	width: 100%;
	max-width: 100%;
	margin-top: -5px;
}

.six-step-third {
	padding: 40px 20px;
}

.six-step-third .basic-details {
	padding-bottom: 0;
}

.form-group-checkbox.dt-tbd {
	padding-left: 0;
	margin-top: 10px;
}

.form-group-checkbox.dt-tbd label {
	font-weight: 600;
	font-size: 17px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.full-width-input input {
	max-width: 100%;
	width: 100%;
}

.form-group-sa.city-fgsa select {
	width: 100%;
}

.form-group-sa.city-fgsa select {
	width: 100%;
	max-width: 100%;
}

.form-group-sa.state-fgsa select {
	width: 100%;
	max-width: 100%;
}

.form-group-sa.zip-fgsa input {
	width: 100%;
	max-width: 100%;
}

.iner-signing-address {
	float: left;
	width: 100%;
	margin-top: 0;
}

.iner-signing-address .form-group-sa i {
	right: 15px;
}

.six-step-forth .form-group-sa ul li label {
	position: relative;
	z-index: 9;
}

.six-step-forth .form-group-sa ul {
	float: left;
	width: 100%;
}

.six-step-forth .form-group-sa ul li {
	padding-top: 4px;
}

.six-step-forth li.other-radio label {
	margin-right: 0;
	padding-right: 0 !important;
}

.form-group.long-from-two-side input {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.form-group.long-from-two-side .select-for-down {
	position: relative;
	float: left;
	width: 100%;
	max-width: 100%;
}

.form-group.long-from-two-side .select-for-down select {
	width: 100%;
	max-width: inherit;
	padding-right: 40px;
}

.form-group-sa.label-large label {
	max-width: 100%;
	float: left;
	padding-right: 0;
	position: static;
	width: auto;
}

.form-group-sa.label-large span.select-for-down {
	position: relative;
	margin-top: -6px;
	float: left;
	width: 100%;
	max-width: 240px;
}

.form-group-sa.label-large span i {
	top: 16px;
	right: 40px;
}

.form-group-sa.label-large span.text-after-select {
	font-size: 14px;
	margin-top: -7px;
	float: left;
}

.form-group-sa.label-large {
	padding-left: 0;
}

.fund-instalment span.input-dollar-step-4 {
	float: left;
	line-height: 1;
	position: relative;
}

.input-dollar-step-4 i {
	position: absolute;
	left: 8px;
	top: 10px !important;
	width: 20px;
}

.input-dollar-step-4 input {
	padding-left: 40px !important;
}

.six-step-forth {
	padding: 40px 30px;
}

.form-group-sa.label-large.payment-fgsa span.text-after-select {
	margin-top: -6px;
	padding-left: 25px;
}

.form-group-payment label {
	max-width: inherit;
}

.urben .form-group-payment ul {
	padding-left: 0;
}

.six-step-five-radio label {
	max-width: 100%;
	font-weight: 600 !important;
	padding-top: 4px;
}

.form-group-cal input {
	width: 300px;
	height: 40px;
	background: #ffffff !important;
}

.delivery-method li.heading-padding-none {
	padding-left: 0;
	line-height: 100%;
	width: 100%;
	padding-right: 35px !important;
}

.six-step-five-least-sec label {
	max-width: 100%;
}

.delivery-method.six-step-five-least-sec li {
	min-width: 240px;
	padding: 10px 0;
}

.delivery-method.six-step-fradio-list {
	padding: 0 40px;
}

.six-step-last-sec label {
	max-width: 100%;
	font-weight: 500 !important;
	padding-top: 3px;
	line-height: 1;
	font-size: 17px;
}

.six-step-last-sec .doc-send-too-lft {
	width: 40%;
	float: left;
}

.tracking-sgf-lft.six-step-last-sec span {
	width: auto;
	line-height: 1;
}

.tracking-sgf-lft.six-step-last-sec .singer-data-left {
	padding: 0 25px;
	margin-left: 15px;
	height: 40px;
	margin-top: 0;
	width: 100%;
	border-radius: 4px;
}

.six-step-last-sec .row-pdsign-up {
	margin-bottom: 20px;
}

.adding-instruction.last-texarea-six-step {
	padding: 0 45px 50px;
}

.adding-instruction.last-texarea-four-step {
	padding: 0 0px 20px;
}

.adding-instruction.last-texarea-six-step .pdsign-label {
	font-weight: 400;
	font-size: 20px;
}

.last-cntrl-serv .last-sec-hide-seek span {
	width: 100%;
}

.last-sec-hide-seek .form-group-sa label {
	z-index: 0;
}

.last-cntrl-serv .last-sec-hide-seek span.select-pro-last-steap {
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	float: left;
	max-width: 220px;
}

.last-sec-hide-seek .name-client-css-report i {
	position: absolute;
	right: 20px;
	top: 11px;
	left: auto;
	width: 10px;
}

span.help-block {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: red !important;
	text-transform: capitalize;
	font-weight: ;
	float: left;
	width: 100%;
	position: static !important;
	padding-top: 4px;
}

.completion-report-page-pipeline .panel-body,
.assign-agent-pipeline .panel-body,
.select-agent-pipeline .panel-body {
	padding: 0;
	float: left;
	width: 100%;
}

.form-group-super-admin {
	float: left;
	width: 100%;
}

.form-group-super-admin label {
	float: left;
	width: auto;
	max-width: 100%;
	padding-right: 40px;
}

.form-group-super-admin input {
	float: left;
	width: auto;
	max-width: 400px;
	width: 100%;
	4px;
	height: 43px;
	margin-top: -5px;
}

.completion-report-page-pipeline .name-client-css-report span.form-control {
	4px;
	height: 43px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 400px;
}

.completion-report-page-pipeline .orders-page-clinet-inner {
	float: left;
	width: 100%;
	border: hidden;
	padding: 0;
}

.table-agent-aa-pipeline h4 {
	margin-bottom: 20px;
}

.first-name-lastname-cp ul li span.perform-label {
	float: left;
	font-size: 21px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 17px;
}

.value-label {
	text-transform: capitalize;
}


/*-- 05-09-2018 -End-*/


/*-- Signing agent profile --*/

.new-section-sign-agent-profile label {
	position: static;
	max-width: inherit;
	float: left;
	width: 100%;
}

.new-section-sign-agent-profile p {
	font-size: 14px;
}

.approved-free-sing-agent {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.last-any-other-sgse input {
	width: 100% !important;
	max-width: inherit;
}

.new-section-sign-agent-profile .row-pdsign-up.form-group-sa .select-drop-image {
	margin-top: -7px;
	margin-left: 0;
}


/*-- Signing agent profile -End-*/


/*-- 06-09-2018 --*/

.drop-down-menu,
.non-drop-down-btn {
	float: left;
	position: relative;
}

.drop-down-menu .dropdown-menu {
	position: absolute;
	background: #000000;
	max-width: 210px;
	overflow: hidden;
	top: 110%;
}

.drop-down-menu .dropdown-menu li a {
	width: 100%;
	padding: 6px 20px;
	float: left;
	border-bottom: 1px solid #d5d5d5;
	color: #ffffff;
	text-decoration: none;
}

.drop-down-menu .dropdown-menu li:last-child a {
	border-bottom: hidden;
}

.drop-down-menu button,
.non-drop-down-btn button {
	margin-top: -5px;
}

.drop-down-menu button .fa-angle-down {
	font-size: 16px;
	padding-left: 10px;
	position: relative;
	top: 1px;
}

.btn-default:active:focus {
	color: #ffffff;
	background-color: #572e6f;
}

.padding-calender-page {
	float: left;
	width: 100%;
	padding: 0;
}

.calendar-row td.calendar-day-head {
	font-weight: 600;
	font-size: 20px;
	padding-top: 20px;
}

.calendar-row td.calendar-day,
.calendar-row td.smtext {
	background: #ffffff;
}

.calendar-row td.calendar-day {
	text-align: center;
	font-size: 14px;
	min-width: 25px;
}

.calendar-row td.calendar-day:nth-child(2n) {
	background: #c5bbd0;
}

tr.calendar-row {
	border: 1px solid #a2a2a2 !important;
}

.calendar-row td.smtext {
	padding-left: 10px;
}

.blog-img {
	float: left;
	width: 100%;
}

.blog-img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.blog-page .sa-sec-padding,
.blog-detail-page .sa-sec-padding {
	padding: 40px 0;
}

.blog-detail-sec-img h4 {
	float: left;
	width: 100%;
	text-transform: capitalize;
	color: #572e6f;
	margin: 0;
}

.blog-detail-sec-img ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.by-and-calender-blog li {
	color: #000000;
	font-size: 16px;
	margin-top: ;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.blog-content-p {
	float: left;
	width: 100%;
	padding-top: 15px;
	margin: 0;
	font-size: 15px;
	margin-bottom: 20px;
}

.blog-sec-sec {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.blog-title {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.blog-title span {
	color: #000000;
}

.description {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d5d5d5;
}

.description img {
	width: 100% !important;
	margin-bottom: 50px;
	text-transform: ;
}

.comment-section-blog {
	float: left;
	width: 100%;
}

.comments-heading {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.display-comment {
	float: left;
	width: 100%;
}

.display-comment strong {
	color: #572e6f;
	font-weight: 400;
	font-size: 20px;
}

.commentsand-reply {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.form-group input[value="Reply"],
.form-group input[value="Add Comment"] {
	display: ;
	background: #572e6f;
	border: hidden;
	4px;
	color: #ffffff;
	line-height: normal;
	padding: 9px 40px;
	max-height: 40px;
	text-transform: capitalize;
	text-align: center;
}

.add-comments-block {
	float: left;
	width: 100%;
}

.add-comments-block h4 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;
}

.blog-detail-page .content-management-page .form-group input {
	margin-bottom: 10px;
}

.display-comment p {
	font-size: 17px;
	margin-top: 7px;
	margin-bottom: 30px;
}


/*-- 06-09-2018 -End-*/


/*-- 07-09-2018 --*/

.dashboard-body {
	float: left;
	width: 100%;
}

.dashboard-body ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
}

.dashboard-body ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #dddddd;
	padding: 10px 50px 10px 10px;
	background: #ffffff;
	position: relative;
}

.dashboard-body ul li p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #414141;
	padding-top: 10px;
}

.dashboard-body ul li a {
	float: left;
	width: 100%;
	color: #572e6f;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
}

.dashboard-body ul li i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
}

.find-agent-select .value-label {
	padding-top: 6px;
	float: left;
}

.find-agent-select {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.form-group.long-label-sa {
	float: left;
	width: 100%;
}

.form-group.long-label-sa label {
	float: left;
	width: auto;
	max-width: 100%;
	margin-right: 30px;
}

.dollar-sing-set {
	float: left;
	width: 100%;
	max-width: 150px;
	position: relative;
	margin-top: -3px;
}

.dollar-sing-set input {
	border: 1px solid #d5d5d5;
	height: 40px;
	padding-left: 40px;
}

.dollar-sing-set i {
	position: absolute;
	left: 20px;
	top: 49%;
	transform: translateY(-50%);
	color: #572e6f;
}

.client-fees-sab {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.client-fees-sab h4 {
	margin-bottom: 20px;
}

.label-div-for-check-box-dollar label {
	float: left;
	width: 100%;
	max-width: 100%;
}

.client-fees-sab .form-group-checkbox {
	float: left;
	padding-left: 0;
	width: 100%;
}

.client-fees-sab .form-group-checkbox input[type="text"] {
	width: 100%;
	max-width: 300px;
	4px;
	border: 1px solid #d5d5d5;
	padding-left: 40px;
	padding-right: 10px;
}

.client-fees-sab .form-group-checkbox label.check-tab {
	max-width: 100%;
	width: auto;
	margin-right: 15px;
}

.client-fees-sab .dollar-sing-set {
	margin-bottom: 40px;
}

.dollar-sing-set.with-to-dotes input {
	width: 90%;
	float: left;
}

.two-dotes {
	float: left;
	font-size: 20px;
	margin-top: 3px;
	margin-left: 4px;
}

.label-div-for-check-box-dollar>label {
	margin-bottom: 20px;
}

.dollar-sing-set.with-to-dotes input {
	padding-left: 15px;
}


/*-- 07-09-2018 -End-*/


/*-- 17-09-2018 --*/

.mobile-header-sa {
	display: none;
}

.text-area-for-no {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.text-area-for-no span {
	float: left;
	width: 100%;
	font-size: 16px;
	padding-bottom: 5px;
}

input {
	border: 1px solid #d5d5d5;
	padding-left: 20px;
	padding-right: 15px;
}

.completion-report-blade-sec {
	float: left;
	width: 100%;
	padding-top: 50px;
}

.notes-sec-cr {
	float: left;
	width: 100%;
	padding-top: 40px;
}

.notes-sec-cr textarea {
	width: 100%;
	float: left;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 150px;
	padding: 10px;
}

.heading-sec-post {
	float: left;
	width: 100%;
}

.button-edit-del-post {
	float: right;
	width: 100%;
	text-align: right;
	margin: 20px 0;
}

.button-edit-del-post a {
	margin-left: 15px;
}

.discription-sec-post img {
	width: 100% !important;
	float: left;
	margin-bottom: 20px;
}

.discription-sec-post {
	float: left;
	width: 100%;
}

.del_confirm.btn.delete-btn {
	padding: 0;
	color: red;
	text-decoration: underline;
	font-size: 15px;
	margin-bottom: 20px;
}

.display-comment a.reply {
	font-size: 16px;
	margin-bottom: 30px;
	float: left;
	background: #572e6f;
	color: #ffffff;
	4px;
	padding: 8px 30px;
	line-height: 1;
}

.sa-sec-padding.invoice-page textarea {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 20px;
	height: 300px;
	margin-bottom: 30px;
}

body input:hover,
body input,
body input:focus,
body select:hover,
body select,
body select:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none;
	border-color: #d5d5d5 !important;
}


/*-- 17-09-2018 - End -*/


/*-- 18-09-2008 --*/

.name-client-css-report-password label {
	float: left;
	position: static;
}

label.label-value-name {
	position: static;
	color: #572e6f;
	width: auto;
	max-width: 100%;
	text-transform: capitalize;
}

.btn.btn-default {
	min-width: 30px;
}

.agent-password-show {
	float: left;
	font-weight: 600;
	margin-right: 25px;
	margin-top: 4px;
}

.city-state-section-edit-agent .col-lg-3 .label-width-less.form-group-sa input.Zip-code {
	max-width: 220px;
}


/*-- 18-09-2008 End--*/


/*-- 19-09-2018 --*/

.blog-recent-sec {
	float: left;
	width: 100%;
}

.blog-recent-sec h4 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	color: #572e6f;
}

.blog-recent-sec .new-recent-post {
	float: left;
	width: 100%;
	border-bottom: 2px solid #d5d5d5;
	margin-bottom: 25px;
	padding: 5px 0 20px;
}

.new-recent-post h5 {
	text-transform: capitalize;
}

.blog-sec-main-detials {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
}

.padding-right-blog-post {
	float: left;
	width: 100%;
	padding-right: 50px;
}


/*-- 19-09-2018 -End-*/

.notes-order-detail {
	float: left;
	width: 100%;
	max-width: 70%;
}

.notes-order-detail input {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border-radius: 4px;
}

.text-area-detials-order {
	float: left;
	width: 100%;
	max-width: 70%;
	padding: 0;
}

.text-area-detials-order textarea {
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 15px;
	border-radius: 4px;
}


/*-- 24-09-2018 --*/

.first-name-lastname-cp.margin-sec-cpv.email-sec-cp.password-sec-cp .value-label {
	float: left;
}

.availability-none #availability {
	width: 100%;
}

.pdf-file-section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.pdf-file-section i {
	font-size: 30px;
	margin-right: 10px;
	float: left;
}

.pdf-file-section a {
	font-size: 20px;
	text-decoration: underline;
	color: #572e6f;
	line-height: 1;
	margin-top: 6px;
	float: left;
}


/*-- 24-09-2018 -End-*/


/*-- 25-09-2018 --*/

.detials-six-step {
	float: left;
	width: 100%;
}

.detials-six-step {
	float: left;
	width: 100%;
	max-width: 100%;
}

.detials-six-step .accommod-heading {
	margin-top: 0;
	width: 100%;
	float: left;
}

.form-group-btn {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.sheduler-detial {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.detials-six-step .form-group-sa {
	margin-bottom: 10px;
}

.sheduler-detial.agent-assign {
	margin-top: 0px;
}

.sheduler-detial.agent-assign .form-group-btn {
	margin-top: 5px;
}

.input-dollar-step-4 {
	position: relative;
}

.fund-instalment span {
	font-size: 14px;
}

.continue-btn {
	width: AUTO;
}

.back-btn {
	width: AUTO;
}

.continue-btn button {
	margin-left: 10px;
}

.row-pdsign-up.custom-input-labels {
	float: left;
	width: 100%;
	padding-left: 180px;
	position: relative;
}

.custom-input-labels span {
	position: absolute;
	left: 0;
	top: 1px;
}

.north-american-title.north-billing-party span.help-block {
	width: auto;
}


/*-- 25-09-2018 -End-*/


/*-- 26-09-2018 --*/

ul.accommodation-nav {
	float: right;
	padding-top: 8px;
	padding-left: 0;
}

.drop-down-menu.user-dropdown {
	float: right;
	margin-top: 8px;
}

.acco-header-list {
	float: right;
	padding-top: 14px;
}

header.login-after-header {
	border-bottom: 1px solid #9a82a9;
	float: left;
	width: 100%;
	padding: 10px 0;
}

.sec-agent-full {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.user-dropdown-only {
	display: none;
}

.new-section-sign-agent-profile p {
	float: left;
	width: 100%;
}


/*-- 26-09-2018 -End-*/


/*-- 27-09-2018 --*/

.full-client-profile.resources-sec-link {
	padding: 0;
}

.full-client-profile.resources-sec-link a {
	font-family: ;
	font-weight: 600;
	color: #572e6f;
	text-decoration: underline;
}

.padding-lr {
	padding-left: 15px;
	padding-right: 15px;
}

.full-client-profile.resources-sec-link a {
	border-bottom: hidden;
}

.custom-customer {
	width: 250px;
}

.large-label-sa-custom .form-group-sa {
	padding-left: 300px;
}

.large-label-sa-custom label {
	max-width: 300px;
}


/*-- 27-09-2018 -End-*/


/*-- 01-10-2018 --*/

#search_date_format {
	float: left;
	margin: 0;
	padding-top: 10px;
	color: #572e6f;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	margin-top: 0;
}


/*-- 01-10-2018 -End-*/


/*-- 03-10-2018 --*/

.change-password {
	margin-top: -1px;
	font-size: 14px;
	padding: 7px 20px;
}

.padding-three-field .col-md-3 {
	padding-right: 0;
}

.padding-right-none {
	padding-right: 0;
}

.resources-sec-link h3 {
	font-size: 20px;
}

.page-padding {
	padding: 50px 0 0;
	float: left;
	width: 100%;
}

.value-label {
	float: left;
}

.value-label-achor-tag {
	margin-left: 100px;
	float: left;
}

.margin-minus {
	margin-top: -6px;
}

.page-sub-heading-sa {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.radio-button-sec-service span.date-select {
	min-width: 160px;
}

#nav-step2 {
	padding-bottom: 0;
	float: left;
	width: 100%;
}


/* .xxl-table-cont {

	width: 1600px;

} */

.if-scroll-table {
	overflow-x: auto;
}


/*-- 03-10-2018 -End-*/


/*-- 05-10-2018 --*/

.order-detail-client .form-group-sa {
	padding-left: 300px;
}

.order-detail-client label {
	max-width: 220px;
	width: 100%;
	margin: -6px 0 0 0;
	font-weight: 600;
}

.order-detail-client .form-group-sa {
	margin-bottom: 10px;
}

.print-order-btn {
	float: left;
	width: 100%;
}

.change-make-line {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-top: 10px;
}

.change-make-line a {
	color: #572e6f;
	text-decoration: underline;
}

.billing-party-client {
	float: left;
	width: 100%;
	padding-top: 50px;
}

.add-contact-info-client {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.order-detail-client h4 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	color: #572e6f;
}

.accom-signing-det-client {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.customer-info-client {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.form-group-client {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 300px;
}

.form-group-client label {
	position: absolute;
	left: 0;
	max-width: inherit;
	z-index: -1;
}

.section-showing-content-client {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.label-tracking input {
	border: 1px solid aliceblue;
	border-radius: 4px;
	height: 40px;
	margin-left: 10px;
}

.label-tracking {
	font-size: 17px;
	font-weight: 600;
	margin-top: -5px;
	float: left;
	width: 100%;
}

.document-return-ins-client {
	float: left;
	width: 100%;
	padding-top: 50px;
}

.additional-instruc {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.additional-instruc button {
	margin-top: 50px;
}

.documet-del-client {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.form-group-sa span {
	float: left;
	width: 100%;
	line-height: 19px;
}

.form-group-client label {
	margin: 0;
}

.sign-up-step-1-client {
	padding: 30px 15px 30px !important;
	margin-bottom: 0;
	margin-top: 40px;
}

.form-group-client.client-sign-up {
	padding-left: 190px;
}

.sign-up-step-2-client {
	margin-top: 40px;
}

.form-group-client.client-step-2-fg {
	padding-left: 0;
}

.form-group-client.client-step-2-fg label {
	position: static;
}

.sign-up-step-3-client {
	margin-top: 40px;
}

.select-custom-client select {
	height: 35px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 40px;
}

.sc-client-select {
	float: left;
	width: 100%;
	position: relative;
}

.sc-client-select i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}


/*-- 05-10-2018 -End-*/


/*-- 08-10-2018 --*/

.order-pipeline-search {
	max-width: 400px;
}

.view_invoice-page label {
	margin-top: -4px;
}

.heading-invoice-page {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	color: #572e6f;
}

.view_invoice-page .form-group-sa {
	margin-bottom: 15px;
}

.inovice-table-doc-del .form-group-sa,
.inovice-table-doc-return .form-group-sa {
	padding-left: 330px;
}

.inovice-table-doc-del label,
.inovice-table-doc-return label {
	max-width: 100%;
}

.inovice-table-add-notes {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.heading-invoice-page h4 {
	font-size: 22px;
	margin-top: 30px;
	text-transform: uppercase;
}

.first-addommodation-list.border-on-fist-accommo ul li.active {
	background: #572e6f;
}

.first-addommodation-list.border-on-fist-accommo ul li.active::after {
	content: "";
	background-image: url("../img/step-after-active.png");
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: -23px;
	top: 0;
	width: 30px;
	height: 100%;
	z-index: 1;
}

.first-addommodation-list.border-on-fist-accommo ul li.active::before {
	content: "";
	background-image: url("../img/active-before.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	z-index: 1;
}

.first-addommodation-list ul li:nth-child(2) a,
.first-addommodation-list ul li:nth-child(3) a,
.first-addommodation-list ul li:nth-child(4) a,
.first-addommodation-list ul li:nth-child(5) a {
	margin-left: 22px;
}

.first-addommodation-list ul li:first-child::before {
	display: none;
}

.first-addommodation-list ul li:last-child::after {
	display: none;
}

#email {
	word-break: break-all;
	line-height: 18px;
	padding-top: 5px;
}

.form-group-sa #email {
	padding-top: 0;
}

.toast.toast-success {
	margin-top: 10px;
}

.form-client-register .find-branch-office {
	margin-right: 0;
}

.signing-req-client-1 .form-group input {
	width: 100%;
}

.other-party-blok {
	width: auto;
	float: left;
	margin-top: -6px;
}

.selection-other-lft.six-radio-inputs {
	margin-left: 20px;
}

.party-agent.six-radio-inputs {
	margin-left: 20px;
}

.form-group-sa span.checkmark-1 {
	width: 19px;
}

.form-group-sa span.sec-label {
	float: none;
	width: auto;
}

.form-group.six-step-five-radio li p {
	margin-top: -5px;
}

.col-sm-6.input-append.date.form_datetime {
	width: auto;
}

.delivery-method.delivery-method-top.six-step-five-least-sec ul li>span {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.request-party-heading a {
	color: #ffffff;
	text-decoration: none;
}

.form-group-sa.responsive-source span.select-for-down {
	width: 100%;
	float: left;
	max-width: 100%;
	position: relative;
}

.form-group-sa.responsive-source .select-for-down i {
	position: absolute;
	top: 9px;
	right: 20px;
}

.six-step-third .north-american-title .form-group-sa label {
	margin-top: 7px;
}

.two-fax-section.zip-code-data .form-group-sa {
	max-width: 100%;
}

.form-group-sa span.full-row-input-custom {
	width: 50%;
	position: relative;
	padding-left: 120px;
}

.form-group-sa span.sec-label {
	float: none;
	width: auto;
	position: absolute;
	top: 9px;
	left: 0;
}

.form-group-sa span.full-row-input-custom input {
	max-width: 100%;
	width: 100%;
}

.location-type-list-drw ul li:last-child input {
	margin-left: 10px;
	margin-top: -1px;
	left: 0;
}

.form-group-sa.label-large span.select-for-down {
	position: relative;
	margin-top: 0;
	float: left;
	width: 100%;
	max-width: 250px;
}


/*-- 08-10-2018 -End-*/


/*-- 10-10-2018 --*/

.form-group-sa.label-large span.select-responsive-drop i {
	font-size: 18px;
	top: 9px;
	right: 15px;
}

.form-group-sa.whole-radio-step-4 input.rurel-area-form {
	position: absolute;
	opacity: 1;
	width: 300px;
	top: 6px;
	left: 95px;
	max-width: 300px;
}

.request-step-1 .north-american-title .form-group-sa {
	margin-bottom: 15px;
	/* border-bottom:1px solid #d5d5d5; */
}


/*-- 10-10-2018 -End-*/


/*-- 12-10-2018 --*/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #61227c;
}

.label-top-step-5 {
	float: left;
	width: 100%;
	padding-left: 350px;
	position: relative;
}

.label-top-step-5 span.checkbox-heading {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.payment-form-sect.form-control {
	padding: 0 15px;
}

.input-of-other {
	float: left;
	width: 100%;
	padding-left: 100px;
	margin-top: -59px;
	max-width: 300px;
}

.input-of-other input {
	position: relative;
	z-index: 123;
}

.radio-btn.party-selection {
	float: left;
	width: 100%;
	max-width: 100%;
	line-height: 25px;
}

.input-of-other-date {
	float: left;
	width: 100%;
	max-width: 300px;
	margin-top: -7px;
}

.label-top-step-5 p.absolute-p-client {
	position: absolute;
	left: 0;
	top: 25px;
	max-width: 300px;
	font-size: 14px;
}

.label-top-step-5.section-3-step-5 .delivery-method.six-step-fradio-list {
	padding: 0;
}

.label-top-step-5.section-3-step-5 .delivery-method li {
	padding: 0;
}

.label-top-step-5.section-3-step-5 input.singer-data-left {
	padding: 0 15px;
}

.label-top-step-5.section-3-step-5 .singer-data-left {
	padding: 0;
	height: 35px;
	margin-top: -6px;
	margin-left: 0;
	width: 100%;
	max-width: 350px;
}

.label-top-step-5.section-3-step-5 .delivery-method.six-step-fradio-list.nxt ul li:first-child {
	max-width: 190px;
	width: 100%;
}

.label-top-step-5.section-3-step-5 .delivery-method li:last-child {
	padding-left: 0;
	line-height: 20px;
	float: left;
	width: 70%;
}

.label-top-step-5.section-3-step-5 {
	margin-top: 60px;
	margin-bottom: 40px;
}

.company-accomodation.six-step-padding {
	padding: 0;
}


/*-- 12-10-2018 -End-*/


/*-- 15-10-2018 --*/

#return_doc_to_other .form-group-sa input {
	max-width: 100%;
	width: 100%;
}

.select-box-six-step {
	max-width: 100%;
	position: relative;
}

.select-box-six-step i {
	position: absolute;
	right: 18px;
	top: 9px;
}

.six-step-last-sec .doc-send-too-lft {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 350px;
}

.doc-send-too {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: -6px;
}

.six-step-last-sec .row-pdsign-up {
	padding-left: 350px;
	position: relative;
}

.six-step-last-sec .row-pdsign-up .pdsign-label {
	position: absolute;
	left: 0;
}

.tracking-sgf-lft.six-step-last-sec .row-pdsign-up span.pdsign-inpu {
	width: 100%;
	line-height: 1;
	margin-top: -6px;
}

#tabs6 .payment-transsection {
	padding: 32px 45px 10px;
}

.tracking-sgf .form-group ul {
	padding: 0;
	margin: 0;
}

.tracking-sgf .form-group {
	float: left;
	width: 100%;
	padding: 0 45px;
}

.tracking-sgf-lft.six-step-last-sec .pdsign-inpu input.singer-data-left {
	margin-left: 0;
}

.tracking-sgf-lft {
	width: 100%;
}

.client-services-page {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.payment-date-client input {
	padding-left: ;
	margin-left: 20px;
}


/*-- 15-10-2018 -End-*/


/*-- 16-10-2018 --*/

.update-password-section-sa .form-group {
	margin-bottom: 25px;
}

.bus-brancg-sec .form-group-sa {
	margin-bottom: 30px;
}

.maintain-Branch-Offices .full-width-sec-radio {
	padding-top: 2px;
}

.maintain-Branch-Offices .edit-form-boot-fields .section-right-radio.radio-custom-new {
	width: 100%;
	max-width: 90px;
}

.signing-agent-profile-page .form-group-sa select {
	max-width: 100%;
}

.signing-agent-profile-page .name-client-css-report i.fa-angle-down {
	left: auto;
	right: 20px;
}


/*-- 16-10-2018 -End-*/


/*-- 17-10-2018 --*/

.home-section-sign-agent-1 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.form-group-agent {
	padding-left: 330px;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.form-group-agent input {
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	position: relative;
	z-index: 99;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sign-up-agent-step-2 {
	margin-top: 40px;
	float: left;
	width: 100%;
}

.form-group-agent label {
	position: absolute;
	left: 0;
	top: 10px;
	max-width: 330px;
	line-height: 22px;
	min-height: 40px;
}

.select-box-agent {
	float: left;
	width: 100%;
	position: relative;
}

.select-box-agent select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	width: 100%;
	height: 40px;
	4px;
	padding: 0 15px;
}

.select-box-agent i {
	position: absolute;
	right: 20px;
	top: 11px;
}

.form-group-agent textarea {
	width: 100%;
	height: 150px;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	resize: none;
	padding: 10px 15px;
}

.section-right-radio.radio-custom-new.radio-agent {
	width: auto;
	margin-top: 10px;
}

.medium-input {
	max-width: 400px;
}

.agent-dollar-sign {
	float: left;
	width: 100%;
	max-width: 400px;
	position: relative;
}

.agent-dollar-sign input {
	padding-left: 35px;
}

.agent-dollar-sign i {
	position: absolute;
	left: 15px;
	top: 11px;
	z-index: 99999;
}

.select-box-agent.agent-slect-medium {
	max-width: 400px;
}

.singn-agent-step-3 .form-group-client {
	padding-left: 120px;
}

.singn-agent-step-3 .form-group-client label {
	top: 7px;
}

.singn-agent-step-3 {
	margin-top: 40px;
}

.section-step-three-agent {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d5d5d5;
}

.form-group-client.client-sign-up #email {
	padding: 0 25px;
}

.single-a-section-tools {
	float: left;
	width: 33.3333333%;
	padding-bottom: 30px;
}

.single-a-section-tools a {
	color: #572e6f;
	font-weight: 600;
	text-decoration: underline;
	line-height: 25px;
	padding: 10px 0;
}


/*-- 17-10-2018 -End-*/


/*-- 18-10-2018 --*/

.order-detail-agent .form-group-sa span {
	line-height: 30px;
}

.order-detail-agent .form-group-sa label {
	margin: 0;
}

.order-detail-agent .form-group-sa {
	margin-bottom: 20px;
}

.print-order-btn.view-com-rep {
	margin-bottom: 30px;
}

.order-detail-agent h4 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	color: #572e6f;
}

.form-group-sa.two-line-text label {
	line-height: 1;
	padding-top: 6px;
}

.form-group-client {
	min-height: 40px;
}

.section-heading-search h4 {
	color: #572e6f;
}

.six-step-last-sec .doc-send-too-lft.cr-agent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 300px;
}

.completion-report-page-pipeline.agent .form-group-client label {
	max-width: 290px;
}

.two-line-label-agent label {
	line-height: 1;
}

.completion-report-page-pipeline.agent .section-right-radio.radio-custom-new.agent-r {
	float: left;
	width: auto;
	min-width: 100px;
}

.input-super-admin {
	max-width: 400px !important;
	width: 100%;
}

.super-admin .form-group-sa span.full-row-input-custom input {
	width: 100%;
}

.super-admin .form-group-sa .input-super-admin select {
	max-width: 100%;
	padding-right: 40px;
}

.form-group-sa.two-fn-ln-sa input:last-child {
	margin-top: 20px;
}

.city-div {
	float: left;
	width: 100%;
	max-width: 300px;
}

.right-side-city-div {
	float: left;
	width: 100%;
	max-width: 300px;
}

.form-group-sa .d-r-super-admin span.date-select {
	float: left;
	width: auto;
	line-height: 19px;
}

.form-group-sa .input-super-admin select {
	max-width: 100%;
}

.form-group-sa.d-r-super-admin span.date-select,
.form-group-sa.d-r-super-admin span.input-type-date-picker,
.form-group-sa.d-r-super-admin span.middle-to {
	width: auto;
}

.super-admin span.content-equal-input {
	font-size: 14px;
	color: #572e6f;
	padding-top: 5px;
}


/*-- 18-10-2018 -End-*/


/*-- 19-10-2018 --*/

.input-type-search-field.search-company {
	max-width: 400px;
}

.input-type-search-field.search-company button {
	z-index: 9999;
	margin-right: 0;
}

.Add-contacts.sa-sec-padding.super-admin .form-group {
	margin-bottom: 20px;
}

.Add-contacts.sa-sec-padding.super-admin .label-two-line {
	line-height: 1;
}

.form-client-report {
	float: left;
	width: 100%;
}

.form-client-report form {
	float: left;
	width: 100%;
}

.super-admin .form-group-sa.contact-type-width.custom-select-for-em-select {
	margin-bottom: 40px;
	padding-left: 280px;
}

.Maintain-Employees.sa-sec-padding.super-admin .form-group {
	margin-bottom: 25px;
}

.Maintain-Employees.sa-sec-padding.super-admi .label-two-line {
	line-height: 1;
}

.password-show {
	padding-top: 6px;
	margin-bottom: 10px !important;
}

.employee-update .full-width-sec-radio.ASA-Lang-radios.MBO-yes-no-radio.form-group-radio-another.active-sec-edit-yes-no .section-right-radio {
	margin-top: 3px;
}

.add-b-offie .form-group {
	margin-bottom: 25px;
}

.Add-Signing-Agent.super-admin .form-group {
	margin-bottom: 25px;
}

.super-admin .name-client-css-report i.fa-angle-down {
	left: auto;
	right: 20px;
}


/*-- 19-10-2018 -End-*/


/*-- 20-10-2018 --*/

.form-group.user-name-space span {
	position: absolute;
	left: 0;
	top: 5px;
}

.form-group.user-name-space {
	position: relative;
	padding-left: 195px;
}

.input-typ,
.input-typ-1 {
	width: 100%;
}

.sec-section form {
	float: left;
	width: 100%;
}

.forget-password-dv {
	position: relative;
	padding-left: 180px;
}

.forget-password-dv span {
	position: absolute;
	top: 4px;
	left: 0;
}

.check-box-click.form-error.check-box-click-lft.error-chk-lft {
	margin-left: 0;
}

.forget-password-dv span.help-block,
.form-group.user-name-space span.help-block {
	position: static;
}

.tabing-super-admin {
	float: left;
	width: 100%;
	padding: 0 50px;
}

.sper-admin-steps {
	float: left;
	width: 100%;
	padding: 0 50px;
}

.sper-admin-steps .first-addommodation-list {
	width: 100%;
	float: left;
	border: 1px solid #eaeaea;
	margin: 40px 0px 30px 0px;
	max-width: 100%;
	float: none;
	margin: 0;
	display: table;
	overflow: hidden;
}

.accommod-heading {
	margin-top: 0;
}

.find-branch-office.btn-super-admin-l {
	margin-bottom: 20px;
	font-size: 15px;
	padding: 7px 25px;
}

.find-branch-office.btn-super-admin-l.invoice-superamin {
	margin-top: 15px;
}

.form-group-sa-btn {
	padding-left: 180px;
}

.super-admin-body .container {
	width: 100%;
}

.super-admin-body .row {
	margin-left: 0;
	margin-right: 0;
}

.super-admin .form-group {
	margin-bottom: 5px;
}

.form-group-sa label.label-two-line {
	line-height: 1;
}

.tabing-super-admin .north-american-title.north-american-title-dwn-wrd .form-group-sa:nth-child(2) input {
	margin-top: -3px;
}

.new-content-secin-add-contact-page li span:first-child {
	float: left;
	max-width: 200px;
	width: 100%;
}

.new-content-secin-add-contact-page li span:nth-child(2) {
	float: left;
	max-width: 210px;
	width: 100%;
}

.new-content-secin-add-contact-page li {
	width: 100%;
	float: left;
}

.singer-section-cr span.sec-label {
	position: static;
}

.form-group-sa.ll-creport {
	padding-left: 400px;
}

.form-group-sa.ll-creport label {
	max-width: 100%;
}

.form-group-sa.ll-creport .radio-custom-new {
	width: auto;
	max-width: 100px;
	margin-top: 10px;
}

.form-group-supa.ll-creport {
	position: relative;
}


/*-- 20-10-2018 -End-*/


/*-- 21-10-2018 --*/

body input[text],
body textarea {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table-if-scroll-calendar {
	float: left;
	width: 100%;
	overflow: auto;
}

.last-list {
	line-height: 1;
	padding-top: 6px !important;
	float: left;
}

.right-side-city-div.sa-completion-r-n {
	float: left;
	max-width: 100%;
}

.documet-del-client.sa-com-report {
	padding: 0 50px;
}

.documet-del-client.sa-com-report .form-group-checkbox {
	float: left;
	padding-left: 0;
	margin-top: 15px;
}

.documet-del-client.sa-com-report .form-group-checkbox label.check-tab {
	max-width: inherit;
}

.documet-del-client.sa-com-report .check-tab input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 20px !important;
	left: 0;
	height: 20px !important;
}

.sa-com-report .text-area-detials-order {
	max-width: 100%;
	padding: 0;
}

.sa-com-report .notes-order-detail {
	float: left;
	width: 100%;
	max-width: 100%;
}


/*-- 21-10-2018 -End-*/


/*-- 22-08-2018 --*/

.inner-page-inner-heading {
	font-size: 22px;
	font-weight: 600;
}

.blue-a a {
	color: #572e6f;
	text-decoration: underline;
}

.services.blue-a ul {
	padding-left: 15px;
}

.content-management-page.page-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.non-active.middle.cr-step-2.remove-background {
	background-image: inherit;
}

.first.cr-step-1.add-background {
	background-image: url("../img/blog.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}

.select-for-down.input-super-admin {
	position: relative;
}

.astrik {
	width: auto !important;
	position: static !important;
	color: red;
	line-height: 1 !important;
	margin: 0 !important;
	float: none !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

table.customers td a.user-name {
	background: transparent;
	color: #572e6f;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 600;
}

.two-line-label {
	line-height: 1;
}

p {
	margin: 0;
}

.tabing-super-admin #email {
	line-height: 30px;
}

.tabing-super-admin .form-group-sa select {
	border: 1px solid #d5d5d5;
	height: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 10px;
	max-width: inherit;
	width: 100%;
	font-size: 15px;
	padding-right: 40px;
}


/*-- 22-08-2018 -End-*/


/*-- 23-10-2018 --*/

.step-padding.second-step-other {
	padding: 20px 0 10px;
}

.rdio-contnt.rp {
	top: 0;
}

.radio-btn {
	margin-bottom: 0;
}

.second-step-other .north-american-title.north-billing-party span.select-for-down {
	max-width: inherit;
}

.tabing-super-admin .date-time-input {
	max-width: 250px !important;
}

.tabing-super-admin .six-step-forth .form-group.long-from-two-side .select-for-down {
	position: relative;
	float: left;
	width: 100%;
	max-width: 100%;
}

.label-top-step-5.section-3-step-5>div {
	margin-bottom: 10px;
}

.super-admin-step-o {
	float: left;
	width: 100%;
}


/*-- 23-10-2018 -End-*/


/*-- 25-10-2018 --*/

.client-signing-request-steps .input-of-other.input-alignment-qa input {
	margin-top: 11px;
}

.client-signing-request-steps .form-group-sa.whole-radio-step-4 input.rurel-area-form {
	position: absolute;
	opacity: 1;
	width: 287px;
	top: 0;
	left: 105px;
	max-width: 287px;
	z-index: 9 !important;
}

.client-signing-request-steps .six-step-forth .form-group-sa ul li.other-radio {
	position: relative;
	min-height: 54px;
	padding-bottom: 0 !important;
}

.client-signing-request-steps .six-step-forth .form-group-sa .radio-list-step-4 label span {
	line-height: 15px;
}

tr.calendar-row.head-row td {
	padding-left: 12px;
}

.form-group-clint-name.form-group-sa.company-name-branch span {
	line-height: 43px;
}

.pagination li {
	max-width: 20px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #572e6f;
	border-color: #572e6f;
	cursor: default;
}

.pagination {
	float: left;
	margin-top: 50px !important;
	display: table;
	width: 100%;
}


/*-- 25-10-2018 -End-*/

.form-group-sa.line-height-text span {
	line-height: 38px;
}

.full-width-sec-radio.cr-sadmin-radio .form-group-sa {
	padding-left: 280px;
}

.full-width-sec-radio.cr-sadmin-radio .form-group-sa label {
	max-width: inherit;
}

.full-width-sec-radio.cr-sadmin-radio .margin-top-radio-sec-custom input[type="text"] {
	float: left;
	max-width: 400px;
	margin-top: 10px;
}

.full-width-sec-radio.cr-sadmin-radio .margin-top-radio-sec-custom textarea {
	float: left;
	max-width: 400px;
	margin-top: 10px;
}

.form-group-sa.amount-label {
	padding-left: 220px;
}

.form-group-sa.amount-label label {
	max-width: inherit;
}

.form-group-sa.amount-label input {
	width: 100%;
	max-width: 400px;
}

.ccrb-dd-dr-input {
	padding-left: 290px;
}

.ccrb-dd-dr-input label {
	max-width: 100%;
}

.six-step-last-sec .ccrb-dd-dr-input .doc-send-too-lft {
	padding: 0;
}


/*-- 29-10-2018 --*/

.order-detail-sa .form-group-sa span {
	line-height: 30px;
}

.order-detail-sa .form-group-sa label {
	margin-top: 0;
}

.page-scheduler-sa {
	float: left;
	width: 100%;
}

.page-scheduler-sa h3 {
	font-size: 25px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.scheduler-pipeline-table {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

.radio-list-step-4 li.other-radio {
	position: relative;
}


/*-- 29-10-2018 -End-*/


/*-- Super Admin 31-10-2018 --*/

.page-heading-sa.inner-section-headings {
	padding-bottom: 0 !important;
	display: table;
	padding-top: 10px;
}

.page-heading-sa.inner-section-headings h4 {
	font-size: 22px;
}

.advance-search b.range_date_appt,
.advance-search b.range_date_gen {
	font-size: 12px;
	font-weight: 500;
	position: relative;
	top: -9px;
}

.advance-search .select-margin-top-minus input[type="date"] {
	position: relative;
	top: -7px;
}

.tabing-super-admin .form-group-sa.whole-radio-step-4 input.rurel-area-form {
	top: 5px;
}

.tabing-super-admin .form-group-sa.label-large.are-there-close-section span i {
	top: 9px;
	right: 20px;
}

.form-group-sa.label-large.are-there-close-section span.text-after-select {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
}

#funds_due_amount {
	max-width: 200px;
}

body input[name="date"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}

.form-group-clint-name.form-group-sa.website-view-branch span {
	line-height: 100%;
	padding-top: 10px;
}


/*-- Super Admin 31-10-2018 -End-*/


/*-- Super Admin 31-10-2018 --*/

.form-group-sa input.extra-minus {
	top: 2px;
}

.completion-report-super-admin .radio-btn.party-selection {
	float: left;
	width: 100%;
	max-width: 100%;
	line-height: 28px;
	padding-top: 0;
}

.completion-report-super-admin .doc-send-too-lft {
	margin-top: -4px;
}

.form-group-super-admin input {
	height: 35px;
	margin-top: -2px;
}

.form-group.button-cr-super-admin {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
}

.completion-report-sa .full-width-sec-radio.cr-sadmin-radio {
	padding: 0;
	margin: 10px 0 0 0;
}

.completion-report-sa .full-width-sec-radio.cr-sadmin-radio label {
	background-color: white;
	top: -8px;
	z-index: -1;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
	background-image: url("../img/left-cal.png") !important;
	background-size: 100% 100%;
	background-position: center center !important;
}

.ui-datepicker .ui-datepicker-prev {
	left: 1px !important;
	border: 1px solid #572e6f;
	background: #ffffff;
	top: 3px !important;
	cursor: pointer;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
	background-image: url("../img/right-cal.png") !important;
	background-size: 100% 100%;
	background-position: center center !important;
}

.ui-datepicker .ui-datepicker-next {
	right: 1px !important;
	border: 1px solid #572e6f;
	background: #ffffff;
	top: 3px !important;
	cursor: pointer;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	background: #ffffff !important;
	border: 1px solid #572e6f !important;
}

.ui-datepicker-title {
	color: #572e6f;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #572e6f !important;
	background: #572e6f !important;
	color: #ffffff !important;
}

body textarea {
	resize: none;
}

.advance-search input[type="text"] {
	top: 2px;
}

.advance-search .full-width-sec-radio {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	margin-bottom: 20px;
}

.advance-search .section-right-radio.radio-custom-new.select-margin-top-minus {
	min-height: 20px;
	margin-bottom: 0;
}

.advance-search .form-group-sa label.label-two-line {
	line-height: 1;
	margin-top: 0;
}

.client-css-report .form-group-sa input {
	top: 1px;
}

.client-css-report .form-group-sa span.select-drop-image {
	margin-top: 2px;
}

.client-css-report .full-width.checkbox-custom-client-report .form-group-checkbox {
	float: left;
	padding-left: 0;
}

.btn-input-group.buttons-client-report {
	margin-top: 40px;
}

.btn-input-group.generate-report-css-pack {
	margin-top: 20px;
}

.scheduling-css-report .full-width-sec-radio {
	padding-top: 0;
	margin: 10px 0;
}

.scheduling-css-report .form-group-sa input[type="text"] {
	margin-top: -2px;
}

.scheduling-css-report .css-report-Scheduling-report .full-width .form-group-checkbox {
	padding-left: 0;
}

.scheduling-css-report .middle-to {
	margin: 2px -8px 0 7px;
}

.form-group-sa .input-type-search-field.search-company input {
	top: 0;
	padding-right: 110px;
}

.maintain-company .input-type-search-field.search-company {
	top: 1px;
}

.add-company .form-group-sa label {
	margin-top: 6px;
}

.add-branch .form-group-sa input {
	top: 2px;
}

.sheduler-detial {
	margin-top: 0;
}

#email,
#email:hover {
	color: #572e6f;
	text-decoration: none;
}

.track-package-ca .radio-custom-new .checkmark {
	top: 2px;
}

.first-name-lastname-cp.margin-sec-cpv.email-sec-cp.website-section-client-p {
	margin-bottom: 0;
}

.ref-no-party {
	padding: 0 20px;
}

.text-after-select-steps {
	margin-top: 5px;
	margin-left: 0;
}

.security .form-group-checkbox {
	padding-left: 26px;
	width: auto;
}


/*-- Super Admin 31-10-2018 -End-*/


/*-- 02-11-2018 --*/

.select-agent .dollar-sing-set.base-rate-sagent {
	margin-top: -2.5px;
}

.select-agent .find-agent-select .value-label {
	padding-top: 9px;
	float: left;
}

.select-agent .label-div-for-check-box-dollar .dollar-sing-set {
	margin-top: -5px;
}

.select-agent .form-group-checkbox .checkmark-1 {
	top: 2.5px;
}

body input {
	font-size: 16px !important;
	color: #000000 !important;
	font-weight: 300 !important;
}

.client-signing-request-steps .request-step-1 .form-group-sa span.select-for-down {
	margin-top: -2px;
}

.client-signing-request-steps .request-step-1 .form-group-sa span.select-for-down select {
	height: 40px;
}

.client-signing-request-steps .request-step-1 input.ref-no {
	margin-top: -5px;
	height: 40px;
}

.request-step-1 .north-american-title.north-american-title-dwn-wrd .form-group-sa:nth-child(2) input {
	margin-top: -7px !important;
}

.completion-report .form-group-super-admin.form-group-client span {
	float: left;
}

.completion-report .form-group-super-admin.form-group-bbutton {
	padding-left: 190px;
	margin-top: -15px;
	margin-bottom: 25px;
}

.completion-report .form-group-client {
	min-height: 30px;
}

.completion-report .completion-report-blade-sec {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.form-group-sa.compe-rep-agent {
	margin-top: -4px;
}

.form-group-sa.compe-rep-agent span {
	line-height: 1;
	padding-top: 13px;
}

tr.calendar-row td:last-child {
	border-right: 1px solid #d5d5d5;
}

.agent-input-cr .cr-sadmin-radio .form-group-sa span.date-select.agent-input-crr {
	width: auto;
}

.agent-input-cr .cr-sadmin-radio .form-group-sa span.date-yes-completed-on {
	width: auto;
	padding-left: 10px;
	padding-top: 1px;
	font-weight: 600;
}

.form-group-sa span.singer-value {
	line-height: 1;
	padding-top: 10px;
}

.form-group-sa.form-group-sa-cr-input label {
	top: 2px;
}

.cr-input-agent .section-right-radio.radio-custom-new.margin-top-radio-sec-custom {
	padding-top: 5px;
}

.agent-input-cr .doc-send-too {
	top: 0;
}

.form-group-super-admin.single-line-cr-last {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*-- 02-11-2018 -End-*/


/*-- 05-11-2018 --*/

.sign-up-step-1-client {
	padding: 0 !important;
	border: hidden;
}

.sign-up-client-1 {
	border: 1px solid #d5d5d5;
	display: table;
	padding: 30px 15px;
	border-radius: 4px;
}

.sign-up-agent-step-2 .find-branch-office.pull-right {
	margin-right: 0;
}

.singn-agent-step-3 .find-branch-office.pull-right {
	margin-right: 0;
}

.for-dollar i {
	font-size: 18px;
	top: 11px !important;
	color: #572e6f;
}

.accommod-heading {
	margin-bottom: 20px;
}

.sup-step-2-overnight-delivery .form-group-client-new input {
	margin-top: -3px;
}

.form-group-client.client-sign-up input[type="text"] {
	margin-top: -2px;
}

.form-group-client.last-step-label input {
	margin-top: -2px;
}

.tab-content>.active {
	width: 100%;
	display: block;
}

body input[type="text"],
body input[type="email"],
body input[type="password"] {
	-webkit-appearance: none;
}

.documet-del-client.sa-com-report.note-section-detail .form-group-sa {
	padding-left: 70px;
}

.note-section-detail .form-group-sa input {
	top: 2px;
}

.heading-note-section h4 {
	font-size: 25px;
	margin-bottom: 24px;
	color: #572e6f;
	border-top: 1px solid;
	padding-top: 30px;
}

.documet-del-client.sa-com-report.note-section-detail {
	margin-bottom: 40px;
}

.view-pending-payments-sing-agent .find-branch-office {
	margin-top: 5px;
}

#package_info {
	margin-top: 20px;
}

.radio-btn.party-selection .rdio-contnt {
	top: 0;
}

.amount-drop .label-large {
	padding-left: 290px;
	position: relative;
}

.amount-drop .label-large label {
	position: absolute;
	left: 0;
}

.amount-drop .form-group-sa.label-large span.text-after-select {
	margin-top: 0;
}

.amount-drop .form-group-sa.label-large span.select-for-down {
	max-width: 100%;
}

.dollar-upadte .input-dollar-step-4 i {
	position: absolute;
	left: 18px;
	top: 12px !important;
	width: 20px;
}

.order-detail-tabing .tabing-super-admin .form-group-sa.whole-radio-step-4 input.rurel-area-form {
	top: -4px;
	left: 100px;
}

.order-detail-tabing .radio-btn.party-selection .rdio-contnt {
	top: 1px;
	font-weight: 300;
}

.form-group-sa span.text-after-select {
	line-height: 30px;
}

.order-detail-tabing .input-of-other {
	float: left;
	width: 100%;
	padding-left: 100px;
	margin-top: -43px;
	max-width: 450px;
}

.payment-date-client input.datepicker {
	margin-left: 0;
}

.order-detail-tabing .six-step-last-sec label {
	padding-top: 0;
	font-weight: 300 !important;
}

.buttons-order-detail button {
	float: right;
	clear: right;
	margin-bottom: 10px;
	min-width: 210px;
}


/*-- 05-11-2018 -End-*/


/*-- 06-11-2018 --*/

.maintain-agent .form-group-sa .name-client-css-report input {
	max-width: 400px;
	width: 100%;
	margin-top: -2px;
}

.Add-Signing-Agent .form-group-sa span {
	margin-top: 1px;
}

.Add-Signing-Agent .form-group-sa span input,
.Maintain-Contact-page .form-group-sa span.full-row-span input,
.Add-contacts .form-group-sa input {
	top: 0;
}

.Maintain-Contact-page .form-group-sa span.full-row-span {
	margin-top: 2px;
}

.Add-contacts .form-group-sa span.name-client-css-report {
	margin-top: 2px;
}

.client-profile-content input[type="text"],
.client-profile-content .client-profile-three-sections-sec input {
	height: 40px;
	top: 0;
}

.single-triple-cp-ol input {
	margin-top: -3px;
}

.text-center.error-o-page-text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0;
}

.text-center.error-o-page-text h1 {
	font-size: 120px;
	font-weight: 400;
	color: #572e6f;
}

.text-center.error-o-page-text h3 {
	font-size: 40px;
}

.about-page.blue-a .inner-page-inner-heading {
	padding-top: 10px;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.about-page.blue-a p {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}


/*-- 06-11-2018 -End-*/

.super-admin-step-o.signing-request-page {
	padding: 40px 0;
}

.btn.btn-default.cliebt-butn {
	background: #572e6f;
	color: white;
	font-size: 12px;
	font-weight: 400;
	border: none;
	border-radius: 4px;
	height: 40px;
	width: auto;
	text-transform: uppercase;
	outline: none !important;
	min-width: 100px;
	padding: 10px 15px;
	margin-top: -8px;
	-webkit-border-radius: 4px;
}


/*-- 16-11-2018 --*/


/*-- New Header --*/

.client-header,
.agent-header {
	float: left;
	width: 100%;
	background-color: #572e6f;
}

.client-blue-nav,
.agent-blue-nav {
	float: left;
	width: 100%;
	padding: 12px 0;
}

.client-blue-nav ul,
.agent-blue-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.client-blue-nav ul li {
	float: left;
	padding: 0 13px;
}

.agent-blue-nav li {
	float: left;
	padding: 0 20px;
}

.client-blue-nav ul li:first-child,
.agent-blue-nav ul li:first-child {
	padding-left: 0;
}

.client-blue-nav ul li:last-child,
.agent-blue-nav ul li:last-child {
	padding-right: 0;
}

.client-blue-nav ul li a,
.agent-blue-nav ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
}

.client-blue-nav ul li:hover a,
.agent-blue-nav ul li:hover a,
.agent-blue-nav li.active a {
	border-bottom-color: #ffffff;
}

.agent-blue-nav .fa-calendar-alt {
	padding-right: 0;
}

.acco-header-list li a:hover {
	border-bottom: 3px solid #572e6f;
}

.step-2-client-sign-up label {
	max-width: 100%;
}

.button-step-two-client button {
	background: #572e6f;
	border: 1px solid #572e6f;
	color: #ffffff;
	padding: 3px 20px;
	font-size: 15px;
	border-radius: 4px;
}

.button-step-two-client button:hover,
.button-step-two-client button.overnight-delivery-added {
	background: transparent;
	color: #572e6f;
}

.button-step-two-client .form-group-client-new {
	padding-left: 0;
}

.sup-step-2-overnight-delivery.button-step-two-client {
	margin-bottom: -70px;
	margin-top: 40px;
}

.form-client-pdf {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.label-showing-pdf label {
	max-width: 100%;
}


/*-- New Header -End-*/

.form-group-checkbox.three-client-check {
	padding-left: 0;
	padding-top: 20px;
}

.form-group-checkbox.three-client-check label.check-tab {
	max-width: inherit;
}

.form-group-client.step-three-bclabel {
	padding-left: 0;
}

.title-client-three {
	float: left;
	width: 25%;
	padding-right: 15px;
}

.name-client-three {
	float: left;
	width: 75%;
	padding-left: 15px;
	border-left: 1px solid #d5d5d5;
}

.name-client-three label {
	width: 100%;
	max-width: 100%;
}

.sc-client-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	height: 40px;
}

.name-client-three input {
	float: left;
	width: 100%;
	height: 40px;
	border-radius: 4px;
}

.agent-profile-picture {
	margin: 0 auto;
	display: table;
	float: none;
	position: relative;
	margin-bottom: 30px;
}

.agent-profile-picture i {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #572e6f;
	padding: 10px;
	color: #ffffff;
	border-radius: 4px 0 0 0;
	z-index: 999999999;
	pointer-events: none;
}

.agent-profile-picture img {
	height: 200px;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
}

.form-group-agent label {
	max-width: 300px;
}

.agent-profile-picture>div {
	border-radius: 4px;
	overflow: hidden;
}


/*-- 16-11-2018 -End-*/


/*-- New Agent Profile --*/

.agent-profile-heading {
	float: left;
	width: 100%;
	background-image: url("../img/background-heading.png");
	background-size: cover;
	background-position: center;
	padding: 20px 30px;
	color: #ffffff;
	border-radius: 4px 4px 0 0;
	position: relative;
}

.agent-profile-heading h2 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.profile-page-agent #profile_picture img {
	width: 100% !important;
	height: 350px !important;
	object-fit: cover;
	object-position: center;
}

.first-name-lastname-cp ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 0;
}

.first-name-lastname-cp ul li span.perform-label {
	float: left;
	font-size: 21px;
	font-weight: 500;
}

.first-name-lastname-cp ul li i {
	width: 25px;
	font-size: 19px;
	color: #572e6f;
}

.right-left-profile-section {
	float: left;
	width: 100%;
	box-shadow: 0 0 15px 5px #d5d5d5;
}

.first-name-lastname-cp ul li span {
	display: inline-block;
	line-height: 1;
}

.first-name-lastname-cp.email-sec-cp.password-sec-cp ul li {
	border-bottom: hidden;
}

.right-content-profile {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.first-name-lastname-cp .value-label-achor-tag a {
	background: transparent;
	padding: 0;
	color: #572e6f !important;
	text-decoration: underline;
	margin-top: -1px;
}

.first-name-lastname-cp.password-sec-cp ul li span.value-label {
	position: relative;
	top: 5px;
}

.document-delivery-section-agent-pro h5 {
	font-size: 25px;
	font-weight: 500;
}

.document-delivery-section-agent-pro .section-heading-search {
	margin-bottom: 20px;
}

.profile-page-agent label {
	max-width: 100%;
	width: 100%;
	font-weight: 300;
}

.document-delivery-section-agent-pro input {
	width: 100%;
	border-radius: 4px;
	height: 40px;
	padding: 0 15px;
}

.state-city-field-agent-pro select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	padding: 0 30px 0 15px;
}

.document-delivery-section-agent-pro {
	float: left;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
}

.mailing-address-section-agent-pro {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
}

.mailing-add-agent-content {
	float: left;
	width: 100%;
}

.mailing-add-agent-content input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding: 0 15px;
}

.agent-address-field {
	float: left;
	width: 100%;
}

.home-work-no-sections {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.document-delivery-section-agent-pro.grey-same-address-section {
	padding-top: 0;
	margin-bottom: 35px;
}

.language-section-radio label {
	font-size: 22px;
	font-weight: 500;
	float: left;
	width: auto;
	margin: 0;
	padding-right: 30px;
	line-height: 1;
}

.language-section-radio .section-right-radio {
	float: left;
	width: 100%;
	margin: 0;
	max-width: 80px;
}

.language-section-radio .radio-custom-new .checkmark {
	top: 2px;
}

.language-input-section-agent-pro input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding: 0 15px;
}

.language-section-agent-pro {
	float: left;
	width: 100%;
}

.language-section-radio {
	float: left;
	width: 100%;
	margin-top: 42px;
}

.mailing-add-agent-content {
	float: left;
	width: 100%;
	padding: 40px 0 65px;
}

.approved-base-rate {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	color: #000;
	box-shadow: 0 0 18px 2px #e4e4e4;
}

.approved-base-rate .left-approved-base label {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}

.approved-base-rate .left-approved-base p {
	font-size: 15px;
	font-weight: 200;
	line-height: 18px;
}

.approved-base-rate .left-approved-base p a {
	font-size: 17px;
	color: #000 !important;
	text-decoration: underline;
	text-transform: capitalize;
}

.approved-base-rate .left-approved-base {
	float: left;
	width: 70%;
}

.approved-base-rate .right-approved-base {
	float: right;
	width: 30%;
	display: table;
}

.approved-base-rate {
	padding: 20px 25px;
}

.right-approved-base span.prize-section {
	font-size: 20px;
	font-weight: 500;
	padding-top: 2px;
	float: left;
}

.approved-base-rate.approved-email-fee {
	background: transparent;
}

.profile-agent-rate-sections {
	float: left;
	width: 100%;
	margin-top: 80px;
}

.accept-email-radiios {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.radio-label-accept {
	float: left;
	width: 100%;
	box-shadow: 0 0 18px 2px #e4e4e4;
	padding: 25px 20px;
}

.radio-label-accept .section-right-radio {
	float: left;
	width: 100%;
	margin: 0;
	max-width: 90px;
}

.radio-custom-new .checkmark {
	top: 2px;
}

.radio-label-accept label {
	font-weight: 500;
	font-size: 22px;
	margin: 0;
	margin-bottom: 10px;
}

.select-availabel-box label {
	float: left;
	width: auto;
	padding-right: 42px;
	font-size: 21px;
	line-height: 1;
	margin: 0;
	padding-top: 9px;
}

.select-availabel-box select {
	width: 100% !important;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 40px 0 15px;
}

.avialable-select-box {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.avialable-select-box .select-drop-image i {
	top: 11px;
}

.avialable-select-box span.select-drop-image {
	max-width: 280px;
}

.availability-hidden-section {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.availability-hidden-section label {
	float: left;
	width: 100%;
	max-width: 265px;
}

.availability-hidden-section input {
	height: 40px;
	border-radius: 4px;
	max-width: 280px;
}

.textarea-agent-prof {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.textarea-agent-prof label {
	font-size: 23px;
	font-weight: 500;
}

.textarea-agent-prof textarea {
	width: 100%;
	min-height: 115px;
	max-height: 115px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 10px 15px !important;
	line-height: 18px;
	margin-bottom: 30px;
}

.first-name-lastname-cp #profile_picture {
	float: left;
	width: 100%;
	background: #f5f5f5;
}

body input,
body select,
body textarea {
	font-size: 15px !important;
	font-weight: 300 !important;
	color: #000000 !important;
}

.value-label-achor-tag {
	margin-left: 34px;
	float: right;
}

.logo.accom-logo {
	float: left;
	width: auto;
}

.navigation-bar.accommodation-nav {
	float: right;
	width: auto;
	display: table;
	padding-top: 29px;
}

.accommodation-nav ul li:last-child {
	padding-right: 0;
}

.accommodation-nav ul li:first-child {
	padding-left: 0;
}

.accommodation-nav .btn.btn-default.cliebt-butn {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 160px;
}

.accept-email-radiios .col-sm-6:last-child {
	padding-left: 15px;
}

.accept-email-radiios .col-sm-6:first-child {
	padding-right: 15px;
}


/*-- New Agent Profile -End-*/


/*--New Client Profile --*/

.client-profile-top-content-content {
	float: left;
	width: 100%;
	padding: 20px 35px;
	box-shadow: 0 0 10px #e4e4e4;
}

.client-profile-top-content-content .first-name-lastname-cp.email-sec-cp.password-sec-cp ul li {
	border-bottom: 1px solid #d5d5d5;
}

.first-name-lastname-cp.email-sec-cp.website-section-client-p ul li {
	border-bottom: hidden;
	padding-bottom: 10px;
}

.busno-Ext-single-section label {
	font-size: 21px;
	min-width: 292px;
	margin: 0;
}

.busno-Ext-single-section label i {
	color: #572e6f;
	font-size: 20px;
	padding: 0;
	width: 25px;
}

.busno-Ext-single-section {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.busno-Ext-single-section input {
	width: 243px;
	height: 40px !important;
	border-radius: 4px;
	margin-top: -2px;
}

.busno-Ext-single-section span.value-label {
	margin-top: 3px;
}

.bus-no-Ext-section::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	border: ;
	background: #d5d5d5;
	left: 50%;
	top: 0;
}

.bus-no-Ext-section {
	float: left;
	width: 100%;
	padding: 20px 35px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px #e4e4e4;
}

.overnight-sec-cp {
	float: left;
	width: 100%;
	padding: 20px 35px;
	box-shadow: 0 0 10px #e4e4e4;
}

.overnight-sec-cp ul li span.label-ovnsec-cp {
	max-width: 515px;
	font-size: 21px;
	font-weight: 500;
}

.overnight-sec-cp ul li span.inner-losec-cp {
	padding-right: 0;
	width: 200px;
	font-weight: 200;
}

.overnight-sec-cp ul li span.value-sec-cp-ovnight-sec {
	color: #572e6f;
	margin-top: 8px;
	float: left;
	line-height: 1;
}

.overnight-sec-cp ul li {
	float: left;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #d5d5d5;
}

.overnight-sec-cp ul li:last-child {
	padding-bottom: 0;
	border-bottom: hidden;
}

.overnight-sec-cp ul li:first-child {
	padding-top: 0;
}

.overnight-sec-cp ul li i {
	color: #572e6f;
	width: 20px;
}

.last-textarea-of-cp label {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.client-profile-top-content-content ul li {
	position: relative;
	padding-left: 290px;
	padding-right: 200px;
}

.client-profile-top-content-content li span.value-label-achor-tag {
	position: absolute;
	right: 0;
	top: 17px;
}

.client-profile-top-content-content li span.value-label-achor-tag a {
	margin: 0;
}

.right-left-profile-section li {
	position: relative;
	padding-left: 270px !important;
}


/*--New Client Profile -End-*/


/*-- 24-11-2018--*/

.navbar-collapse.collapse {
	padding: 0;
}

.Agreement-Client {
	float: left;
	width: 100%;
	height: 550px;
	overflow-y: auto;
	border: 1px solid #d5d5d5;
	padding: 15px 20px;
}

.Agreement-Client p {
	font-size: 14px;
	margin-bottom: ;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: justify;
	color: #655555;
}

.button-Download-Agreement {
	float: left;
	width: 100%;
}

.button-Download-Agreement a {
	background: #572e6f;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 4px;
	margin-top: 20px;
	float: left;
	font-size: 14px;
}

.sign-up-step-1-client .find-branch-office {
	margin-right: 0;
}

footer {
	float: left;
	width: 100%;
}

.form-group-client.last-step-label.text-area-step-three-client {
	padding: 0;
}

.form-group-client.last-step-label.text-area-step-three-client label {
	position: static;
	margin-bottom: 5px;
}

.form-client-pdf {
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
	margin-top: 20px;
}

.client-signing-request-steps .company-accomodation.request-step-1 .form-group-sa p {
	float: left;
	width: 100%;
	margin-top: 4px;
}

.client-signing-request-steps .company-accomodation.request-step-1 .form-group-sa a p {
	margin-top: 9px !important;
}

.client-signing-request-steps .second-step-other input {
	height: 40px;
}

.client-signing-request-steps .select-for-down i {
	top: 12px;
}

.billing-party-2 .north-american-title .form-group-sa {
	padding-left: 0;
}

.billing-party-2 .form-group-sa label {
	position: static;
	max-width: 100%;
}

.right-section-step-1 .form-group-sa label {
	max-width: 230px;
}

.right-section-step-1 .form-group-sa {
	padding-left: 230px;
}

.billing-party-2 .form-group-sa input {
	top: 0;
}

.client-signing-request-steps .addition-contact-info .north-american-title .form-group-sa {
	position: relative;
	padding-left: 160px;
}

.client-signing-request-steps .six-step-third input {
	margin-top: -3px;
}

.client-signing-request-steps .six-step-forth .form-group-sa.date-accomdat-list-re input {
	top: 0;
	margin-top: -2px;
}

.client-signing-request-steps .six-step-forth .form-group-sa input {
	top: 0;
	margin-top: 0;
}

.client-signing-request-steps .six-step-forth .form-group-sa span.sec-label {
	top: 8px;
}

.client-signing-request-steps .six-step-forth .iner-signing-address.isd-1 select {
	margin-top: -1px;
}

.client-signing-request-steps .six-step-forth .checkmark.check-mark-grey {
	border: 1px solid grey;
	height: 18px;
	width: 18px;
	top: -1px;
}

.client-signing-request-steps .six-step-forth .radio-btn.party-selection .rdio-contnt {
	top: 1px;
}

.client-signing-request-steps .six-step-forth label {
	max-width: 220px;
	width: 100%;
	margin-right: 10px;
	font-weight: 500;
}

.client-signing-request-steps .six-step-forth .form-group-sa {
	padding-left: 220px;
}

.client-signing-request-steps .six-step-forth .form-group-sa.state-fgsa {
	padding-right: 0;
	padding-left: 80px;
	width: 30%;
	float: left;
}

.client-signing-request-steps .six-step-forth .form-group-sa.city-fgsa {
	float: left;
	width: 35%;
	padding-left: 75px;
}

.client-signing-request-steps .six-step-forth .form-group-sa.city-fgsa label {
	margin-left: 10px;
}

.client-signing-request-steps .six-step-forth .form-group-sa.zip-fgsa {
	float: left;
	width: 35%;
	padding-left: 60px;
	padding-right: 10px;
}

.client-signing-request-steps .label-top-step-5.section-3-step-5 .singer-data-left {
	height: 40px;
	margin-top: -9px;
	border-radius: 4px;
}

.client-signing-request-steps .six-step-five .input-of-other-date .form-control {
	height: 40px;
	width: 100%;
	margin-top: -3px;
}

.client-signing-request-steps .six-step-last-sec .row-pdsign-up .pdsign-label {
	position: absolute;
	left: 0;
	top: 9px;
}

.client-signing-request-steps .tracking-sgf-lft.six-step-last-sec .row-pdsign-up span.pdsign-inpu {
	width: 100%;
	line-height: 1;
	margin-top: 0;
}

.print-order-btn a {
	padding: 8px 15px;
	font-size: 15px;
}


/*-- 24-11-2018-End-*/


/*-- 26-11-2018 --*/

.order-detail-agent .form-group-sa {
	padding-left: 300px;
}

.order-detail-agent label {
	width: 100%;
	max-width: 230px;
}

.order-detail-agent .form-group-client {
	padding-left: 300px;
}

.order-detail-agent label {
	width: 100%;
	max-width: 300px;
}

.order-detail-agent .form-group-sa span {
	line-height: 25px;
}

.notes-order-detail input,
.notes-order-detail button {
	margin-bottom: 20px;
}

.form-group-super-admin.form-group-bbutton a {
	padding: 9px 25px;
	font-size: 16px;
}

.completion-report .form-group-sa span.full-row-input-custom input {
	margin-top: -4px;
}

.completion-report .full-row-input-custom .margin-left-extra {
	margin-left: 20px;
}

.completion-report .radio-custom-new .checkmark {
	top: 0;
}

.completion-report .document-del-cr input {
	top: 0 !important;
	margin-top: -2px;
}

.completion-report .six-step-last-sec label {
	padding-top: 0;
}

.completion-report .form-group-super-admin input {
	height: 40px;
	margin-top: -5px;
	border-radius: 4px;
}

.completion-report .form-group-super-admin label {
	float: left;
	width: auto;
	max-width: 100%;
	padding-right: 15px;
}

#funds_collected_during_signing .form-group-sa input,
#funds_collected_during_signing .form-group-sa select {
	top: 0;
	margin-top: -2px;
	width: 100%;
}

#funds_collected_during_signing .form-group-sa {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 290px;
	min-height: 40px;
}

.contain.select-yes-no i {
	position: absolute;
	right: 15px;
	top: 9px;
}

.contain.select-yes-no {
	position: relative;
}

.completion-report .form-group-client {
	padding-left: 190px;
}

.completion-report-page-pipeline.agent .form-group-client.were-funds-label label {
	max-width: 325px;
}

.completion-report .form-group-client.were-funds-label {
	padding-left: 330px;
}

.holiday-table {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.holiday-table ul li {
	float: left;
	width: 50%;
	padding: 6px 0;
}

.holiday-table ul li span.date-left-cal {
	max-width: 300px;
	float: left;
	width: 100%;
}

.holiday-table span.heading-cal-holiday {
	font-weight: 700;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.holiday-table ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}


/*-- 26-11-2018 -End-*/


/*-- 27-11-2018 -**/

.blue-nav-client ul li i {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.order-detail-client label {
	max-width: 300px;
}

.order-detail-client .form-group-sa span {
	line-height: 20px;
	margin-top: -3px;
}

.documet-del-client .form-group-client label {
	max-width: 265px;
}

.documet-del-client .form-group-client {
	padding-left: 330px;
}

span.email-span {
	word-break: break-all;
}

#question_create .form-group-sa label {
	margin-top: 0;
}

#question_create .services-bottom-sec-content .value-of-label-afp {
	margin-top: 4px;
}

#question_create .services-bottom-sec-content input.value-of-label-afp {
	margin-top: -7px;
	top: 0;
}

#question_create .services-bottom-sec-content .form-group-sa {
	padding-left: 190px;
}

input.ref-other-input {
	border-radius: 4px;
}

#question_create .services-bottom-sec-content .step2-services-content .form-group-sa {
	padding-left: 0;
}

#question_create .section-right-radio.radio-custom-new {
	margin-bottom: 0;
}


/*-- 27-11-2018 -End**/

.form-group-sa.last-sec-t-step-4 label {
	max-width: 270px;
}

.form-group-sa.last-sec-t-step-4 {
	padding-left: 280px !important;
}

.form-group-sa.last-sec-t-step-4 span.select-for-down {
	max-width: 245px;
	position: relative;
	margin-bottom: 5px;
}

.form-group-sa.last-sec-t-step-4 .select-for-down i {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 16px;
}

.form-group-sa.last-sec-t-step-4 #funds_due_amount {
	max-width: 245px;
}

#show-exp-pdf li {
	height: 87px;
	max-height: 100%;
}

#question_create .section-right-radio.radio-custom-new {
	margin-bottom: 20px;
}


/*-- 04-12-2018 --*/


/* .xxxl-table {

	width: 1300px;

} */

.customers.xxxl-table tr th:first-child,
.xxxl-table-cont tr th:first-child {
	width: 150px;
}

.xxxl-table-cont tr th:nth-child(5),
.customers.xxxl-table tr th:nth-child(5) {
	width: 150px;
}


/* .xxxl-table-cont {

	width: 1800px;

} */

.completion-report .comple-docu-deliv .form-group-client {
	padding-left: 300px;
}


/*-- 04-12-2018 -End-*/


/*-- 05-12-2018 --*/

.over-night-delivery-sec-cp p a {
	color: #ffffff;
	text-decoration: underline;
}

.wickedpicker__controls__control-up::before {
	content: '' !important;
	font-family: fontawesome !important;
	background-image: url("../img/up-date.png");
	height: 14px;
}

.wickedpicker__controls__control-down::after {
	content: '' !important;
	font-family: fontawesome !important;
	background-image: url("../img/down-date.png");
	height: 14px;
}

.wickedpicker {
	z-index: 9;
}

.wickedpicker p {
	display: none;
}

.wickedpicker::after {
	content: "Time";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #eeeeee;
	text-align: center;
	padding: 5px 0;
}

.wickedpicker {
	width: 200px !important;
	height: 120px !important;
	padding-top: 28px;
}


/*-- 05-12-2018 -End-*/


/*-- 07-12-2018 --*/

.sup-step-2-overnight-delivery {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 380px;
	margin-top: 70px;
}

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

.reset-password .log-in-form-btn {
	margin-top: 0;
}

.form-control {
	height: 40px;
}

.alert.alert-success {
	float: left;
	width: 100%;
	text-align: center;
}


/*-- 07-12-2018 -End-*/

.sc-client-select i {
	top: 12px;
	transform: translateY(0);
}

.help-block strong {
	font-weight: 300;
	font-size: 13px;
}

.services.blue-a ul {
	float: left;
	width: 100%;
	list-style: disclosure-closed;
	padding-left: 35px;
	margin-bottom: 30px;
}

.services.blue-a ul li {
	line-height: 35px;
}

.services.blue-a p {
	float: left;
	width: 100%;
	padding: 15px 0;
	line-height: 30px;
}

.resources.blue-a p {
	float: left;
	width: 100%;
	padding: 15px 0 25px;
}

.inner-page-inner-heading {
	float: left;
	width: 100%;
	margin-bottom: -15px;
}

.glosary-page p {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 10px;
	line-height: 30px;
}

.back-top {
	background: #572e6f;
	padding: 9px 20px;
	border-radius: 4px;
	color: #ffffff !important;
	text-decoration: none !important;
}

.witness-rec p {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 15px;
	line-height: 30px;
}

.tool-trade p {
	float: left;
	width: 100%;
	font-weight: ;
	line-height: 30px;
}

.tool-trade ul {
	padding-left: 35px;
	list-style: disclosure-closed;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.tool-trade ul li {
	float: left;
	width: 100%;
	line-height: 35px;
}

.tool-trade ul li a {
	color: #572e6f !important;
	text-decoration: underline;
}

.form-group-client-small-parts.sign-up-step-2-small .ot-part {
	padding-right: 5px;
}

.form-group-client-small-parts.sign-up-step-2-small .ol-part {
	padding-right: 0;
	padding-left: 5px;
}

.mdtp__wrapper {
	display: table !important;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	overflow: visible !important;
	box-shadow: 0 0 0 0 !important;
}

body .mdtp__wrapper[data-theme="blue"] .mdtp__time_holder,
body .mdtp__wrapper[data-theme="blue"] .mdtp__digit.active span,
body .mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit span:hover,
body .mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__am.active,
body .mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__pm.active,
body .mdtp__wrapper[data-theme="blue"] .mdtp__digit.active::before,
body .mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__clock_dot {
	background-color: #572e6f !important;
}

.mdtp__wrapper[data-theme="blue"] .mdtp__button {
	color: #572e6f !important;
}

.about-page.blue-a span.inner-page-inner-heading {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

.about-page.blue-a p {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.first-name-lastname-cp.email-sec-cp.website-section-client-p span.value-label,
.first-name-lastname-cp.email-sec-cp span.value-label {
	text-transform: inherit;
}

.billing-party-2 .form-group-sa.sa-padding-label span.help-block {
	position: absolute !important;
	bottom: -32px;
	left: 0;
	width: 100%;
}

.update-password-section-sa.padding-tb.padding-lr.super-admin .form-group-sa input {
	margin-top: -4px;
}

.update-password-section-sa.padding-tb.padding-lr.super-admin .form-group.form-group-sa {
	margin-bottom: 20px;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

.view-branch-page .form-group-client-new.button-step-two-client,
.add-branch .form-group-client-new.button-step-two-client,
.update-branch-office .form-group-client-new.button-step-two-client {
	padding-left: 0;
}

.view-branch-page .input-field-MBO-edit-sec span.bofore-input-edit-MBO,
.add-branch .input-field-MBO-edit-sec span.bofore-input-edit-MBO,
.update-branch-office .input-field-MBO-edit-sec span.bofore-input-edit-MBO {
	max-width: 150px;
}

.update-branch-office .name-client-css-report i.fa-angle-down {
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	pointer-events: none;
	right: 15px;
	left: auto;
}

.update-branch-office .large-label-ubo {
	padding-left: 225px;
}

.update-branch-office .form-group-clint-name.form-group-sa.large-label-ubo.form-group label {
	max-width: initial;
}

.update-branch-office .form-group-sa input,
.update-branch-office .form-group-sa select {
	top: 0;
	margin-top: -5px;
}

.update-branch-office .form-group-sa label {
	margin: 0;
}

.update-branch-office .full-width.edit-form-boot-fields {
	margin: 15px 0 5px;
}

.update-branch-office .radio-custom-new .checkmark {
	top: 0;
}

.update-branch-office .MBO-yes-no-radio .section-right-radio.radio-custom-new.margin-top-radio-sec-custom {
	top: 3px;
}

.find-branch-office i {
	margin-right: 2px;
}

.find-branch-office.decline {
	background: #ff0000;
}

.find-branch-office.accepts {
	background: #090;
}

.news_alert .news_alert_title {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

.news_alert {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news_alert .news_letter_created_at {
	float: right;
	font-size: 14px;
	color: #909090;
}

.news_alert .news_alert_description {
	float: left;
	width: 100%;
	border-top: 1px solid #dadada;
	padding-top: 5px;
}

.select-for-down select:disabled {
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	background-color: transparent;
	padding-left: 0;
}

.upload-w9-doc-section .pdf-file-section a,
.upload-w9-doc-section .current-w9-form a,
.upload-w9-doc-section .download-w9-form a {
	font-size: 17px;
}

.upload-w9-doc-section .download-w9-form,
.upload-w9-doc-section .upload-w9-for,
.upload-w9-doc-section .current-w9-form {
	float: left;
	width: 31.3%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	margin-right: 3%;
	padding: 15px 10px;
}

.upload-w9-doc-section .current-w9-form {
	margin: 0;
}

.upload-w9-doc-section .upload-w9-for button {
	background: #572e6f;
	border: none;
	color: #fff;
	padding: 4px 20px;
	float: left;
	border-radius: 4px;
}

.upload-w9-doc-section .upload-w9-for {
	padding: 12px 10px;
}

.upload-w9-doc-section .uploaded-w9 {
	display: inline-block;
	overflow: hidden;
	width: 66%;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 9px;
}

.upload-w9-doc-section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}


/*-- 21-12-2018 --*/

.ET-section {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 20px 0 70px;
}

.ET-section label {
	position: absolute;
	left: 20px;
	top: 0;
	max-width: initial;
}

.ET-section input {
	border: hidden;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0 !important;
	padding: 0;
	height: auto;
}

.Top-image-ET {
	float: left;
	width: 100%;
}

.new-invoice-form {
	width: 100%;
	max-width: 650px;
	border: 1px solid #d5d5d5;
	padding: 0 0 20px 0;
	margin: 0 auto;
	display: table;
}

.ET-section.subject-ET {
	padding-left: 120px;
}

.text-area-ET {
	float: left;
	width: 100%;
	padding: 20px 20px 0;
}

.form-group-sa a.package_tracking {
	background: #572e6f;
	border: hidden;
	color: #ffffff;
	line-height: normal;
	padding: 9px 20px;
	max-height: 40px;
	text-transform: capitalize;
	text-align: center;
	float: left;
	margin-right: 10px;
	color: #ffffff !important;
	border-radius: 4px;
}

.Top-image-ET img {
	width: 100%;
}

.green-btn {
	background: #090 !important;
}

.red-btn,
a.del_confirm {
	background: #ff0000 !important;
}


/*-- 21-12-2018 -End-*/

.has-error .form-control:focus,
.has-error .form-control {
	border-color: #d5d5d5 !important;
}

.client-UP .form-group-sa {
	padding-left: 220px;
}

.client-UP .form-group-sa label {
	max-width: initial;
}

.client-UP .update-password-section-sa.padding-tb.padding-lr.super-admin .form-group-sa input {
	margin-top: -4px;
}

.update-password-btn {
	background: #572e6f;
	color: #ffffff;
	border: hidden;
	padding: 5px 30px;
	border-radius: 4px;
}


/*-- 26-12-2018 --*/

.no-for-contact,
.single-address-section-contact {
	float: left;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 10px 2px #e5e5e5;
	margin-top: 20px;
}

.no-for-contact-heading,
.address-section-heading {
	float: left;
	width: 100%;
	background: #552f72;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
}

.no-for-contact-heading .fa-phone {
	padding-right: 0;
	transform: rotate(90deg);
	font-size: 16px;
}

.no-for-contact-heading .fa-fax,
.contact-address-section .fas.fa-map-marker-alt {
	padding: 0;
	font-size: 16px;
}

.no-for-contact-content {
	font-size: 30px;
	text-align: center;
	float: left;
	width: 100%;
	padding: 20px 15px;
	min-height: 110px;
}

.no-for-contact-content i {
	font-size: 14px;
	float: left;
	width: 100%;
}

.no-section-heading h2 {
	font-size: 28px;
	float: left;
	width: 100%;
}

.contact-address-section {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.address-section-content {
	float: left;
	width: 100%;
	padding: 15px 15px;
}

.superior-office-team {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.teamo-details {
	float: left;
	width: 100%;
	padding: 15px;
	border-top: 1px solid #d5d5d5;
	min-height: 160px;
}

.teamo-details .teamo-name {
	float: left;
	width: 100%;
	font-weight: 600;
	color: #552f72;
}

.teamo-details .teamo-desi {
	font-size: 14px;
	color: #726d6d;
	margin-top: -5px;
	float: left;
	width: 100%;
}

.teamo-email {
	float: left;
	width: 100%;
}

.teamo-email a {
	word-break: break-all;
	color: #000000 !important;
}

.single-officer-section {
	float: left;
	width: 100%;
	box-shadow: 0 0 10px 2px #e4e4e4;
	margin: 15px 0;
}

.teamo-working-days {
	float: left;
	width: 100%;
}

.question-section-content {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}

.question-section-content a {
	color: #552f72;
}

.single-question-section {
	float: left;
	width: 100%;
	box-shadow: 0 0 10px 2px #e4e4e4;
	margin-top: 20px;
}

.question-section-contact {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.superior-office-team h2 {
	margin-bottom: 10px;
}

.teamo-image img {
	height: 270px;
	width: 100%;
	object-fit: cover;
}

.both-no-section {
	float: left;
	width: 100%;
}


/*-- 26-12-2018 -End-*/


/*-- 27-12-2018 --*/

#accordion {
	float: left;
	width: 100%;
}

#accordion .panel.panel-default {
	margin: 0 !important;
	margin-bottom: 10px !important;
	float: left;
	width: 100%;
}

#accordion .panel.panel-default>a {
	background: #572e6f;
	float: left;
	width: 100%;
	color: #ffffff !important;
	position: relative;
	border-radius: 4px;
	text-decoration: none !important;
	padding: 10px 40px 10px 0;
}

#accordion .panel.panel-default a i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#accordion .panel-collapse {
	float: left;
	width: 100%;
}

.privacy-policy-page span.inner-page-inner-heading,
.term-and-conditions span.inner-page-inner-heading {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.PP-single-section {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.PP-single-section p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 28px;
}

.PP-single-section p a {
	color: #572e6f;
	text-decoration: underline !important;
}

#accordion .panel-collapse a {
	color: #572e6f !important;
	text-decoration: underline !important;
}

#accordion .fa.fa-chevron-down.rotate {
	transform: rotate(180deg) translateY(50%) !important;
	display: ;
	right: 0 !important;
}


/*-- 27-12-2018 -End-*/

.input-types-personal-detail-sec .form-group-client label {
	margin: 0;
	top: 4px;
}

.sign-up-step-2-small span.help-block {
	position: absolute !important;
	left: 4px;
	bottom: -22px;
}

.form-group-client-small-parts.sign-up-step-2-small div {
	position: relative;
}

.cb-btn-step-2-client-sign-up .find-branch-office {
	margin-right: 0;
}


/*-- 02-01-2019 --*/

.client-signing-request-steps .form-group-sa.form-group-payment.whole-radio-step-4 input.rurel-area-form {
	width: 202px;
	max-width: 202px;
}

.form-group-sa.state-fgsa label {
	left: 3px;
}


/*-- 02-01-2019 -End-*/

.rdio-contnt {
	font-weight: 500;
	color: #000000;
}

.radio-list-step-4 .radio-btn {
	padding-left: 25px;
}

.glosary-page ul {
	float: left;
	width: 100%;
	padding: 0;
}

.glosary-page ul li {
	float: left;
	width: 100%;
	list-style: none;
}

.glosary-page {
	float: left;
	width: 100%;
}


/***4-1-19***/

.select-agent .label-div-for-check-box-dollar .dollar-sing-set .form-control {
	width: 93%;
}

.client-fees-sab .label-div-for-check-box-dollar.as-dollar label {
	width: 100%;
	float: left;
}

.client-fees-sab .label-div-for-check-box-dollar.as-dollar .input_fields_wrap {
	float: left;
	width: 100%;
}

.client-fees-sab .label-div-for-check-box-dollar.as-dollar .form-group-checkbox {
	width: 33%;
	float: left;
}

.select-agent .label-div-for-check-box-dollar .dollar-sing-set {
	max-width: 100%;
	width: 100%;
}

.select-agent .label-div-for-check-box-dollar .form-group-checkbox.lst-other .dollar-sing-set {
	max-width: 320px;
	width: 100%;
}

.select-agent .label-div-for-check-box-dollar .dollar-sing-set .form-control {
	max-width: 100%;
}

.client-fees-sab .label-div-for-check-box-dollar.as-dollar .form-group-checkbox.lst-other {
	width: 100%;
	float: left;
}

.select-agent .find-agent-select .value-label {
	padding-top: 4px;
}

.find-agent-select>.form-group-sa.payment-admin-as {
	width: 50%;
}

.select-agent .find-agent-select .payment-admin-as .value-label {
	float: none;
}

.select-agent .find-agent-select .form-group-sa.payment-admin-as label {
	max-width: inherit;
	width: auto;
	display: inline-block;
	position: static;
}

.select-agent .find-agent-select .form-group-sa.payment-admin-as {
	padding-left: 0px !important;
}

.client-fees-sab .form-group-sa textarea {
	height: 150px;
}

.client-fees-sab .dollar-sing-set {
	margin-bottom: 30px;
}

.find-agent-select {
	margin-top: 25px;
}

.client-fees-sab {
	margin-top: 10px;
}

.select-agent .find-agent-select .form-group-sa.payment-admin-as .dollar-sing-set {
	margin-bottom: 10px;
}

.find-agent-select .form-group-sa {
	margin-bottom: 13px;
	min-height: 30px;
}

.sa-sec-padding {
	padding: 25px 50px 40px;
}

.client-fees-sab .dollar-sing-set {
	margin-bottom: 20px;
}


/***END***/

.jan-new-section-drop select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.jan-new-section-drop .pdsign-inpu {
	position: relative;
	width: 100%;
	float: left;
}

.jan-new-section-drop .pdsign-inpu select {
	width: 100%;
}

.jan-new-section-drop .pdsign-inpu i {
	position: absolute;
	right: 15px;
	top: 11px;
}

.label-top-step-5 {
	padding-left: 360px;
}

.six-step-last-sec .doc-send-too-lft {
	padding-left: 360px;
}

.six-step-last-sec .row-pdsign-up {
	padding-left: 360px;
}


/*-- 24-01-2019 --*/

.order-detail-client .additional-instruc .additional_instructions label,
.documet-del-client .additional_instructions label {
	max-width: 285px;
	margin: 0;
}

.order-detail-client .additional-instruc .additional_instructions,
.documet-del-client .additional_instructions {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.order-detail-client .additional-instruc .additional_instructions .are-doc,
.documet-del-client .additional_instructions .are-doc {
	float: left;
	width: 100%;
}


/*-- 24-01-2019 -End-*/


/*-- 25-01-2019 --*/

.nav.nav-tabs {
	float: left;
	width: 100%;
	border: hidden;
	margin-top: 30px;
}

.nav.nav-tabs li {
	width: 50%;
	text-align: center;
	background: #d5d5d5d5;
	border-right: 1px solid #ffffff;
}

.nav.nav-tabs li a {
	margin: 0;
	font-size: 20px;
	border: hidden;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;
	border-radius: 0 !important;
}

.nav.nav-tabs li.active a {
	background: #572e6f;
	color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: hidden !important;
}

.documents-upload,
.documents-uploaded {
	float: left;
	width: 100%;
	padding-top: 50px;
}

.select-files,
.upload-btn {
	float: right;
	display: inline-block;
	padding: 8px 0;
	background: #572e6f;
	border: hidden;
	color: #ffffff;
	border-radius: 4px;
	min-width: 230px;
}

.drag-upload-files-selected {
	float: left;
	width: 100%;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.document-download-file {
	float: left;
	width: 100%;
	overflow: auto;
}

.drag-upload-files-selected table {
	width: 100%;
}

.drag-upload-files-selected table th,
.document-download-file table th {
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 25px;
	font-weight: 600;
}

.select-files-to-upload {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}

.drag-upload-files-selected table td,
.document-download-file table td {
	font-size: 16px;
	padding: 15px 25px;
}

.drag-upload-files-selected tbody tr:nth-child(2n) {
	background: #e5e5e5;
}

.upload-file-div {
	float: left;
	width: 100%;
	text-align: right;
}

#uploadDocuments .help-block {
	float: left;
	width: 100%;
	color: red;
}

.document-download-file table {
	width: 100%;
}

.document-download-file table td i.fa-file-pdf {
	font-size: 30px;
	color: red;
}

.document-download-file table td i.fa-file-word {
	font-size: 30px;
	color: #0096e6;
}

.document-download-file table form {
	float: left;
	width: auto;
}

.document-download-file table button {
	background: transparent;
	border: hidden;
	padding: 0 25px 0 0;
	font-size: 20px;
}


/*-- 25-01-2019 -End-*/


/*-- 30-01-2019 --*/

.select-time,
.select-time-sp {
	background: transparent;
	border: hidden;
	width: 40px;
	margin-left: 8px;
	position: absolute;
	right: 0;
	background: #e4e4e4;
	height: 100%;
	top: -1px;
	border-radius: 0 4px 4px 0;
}

.select-time i {
	position: static !important;
	color: #000000 !important;
	font-size: 20px !important;
	padding-top: 2px;
}

.clock-sign-div {
	position: relative;
	max-width: 100%;
	float: left;
}

.far.fa-file-pdf {
	color: red;
	font-size: 30px;
}

.far.fa-file-word {
	font-size: 30px;
	color: #0096e6;
}

.new-invoice-form .note-toolbar-wrapper.panel-default {
	display: none;
}

.new-invoice-form .note-editable {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.new-invoice-form .note-editable p {
	margin-bottom: 20px;
}


/*-- 30-01-2019 -End-*/


/**19-2-19**/

.client-signing-request-steps #top-form li {
	width: 20%;
}

.client-signing-request-steps #top-form li a {
	font-size: 11px;
	display: inline-block;
	pointer-events: none;
}

.client-signing-request-steps #top-form li a span {
	display: inline-block;
}

.tracking-sgf.step-four-new .form-group {
	padding: 0;
}

.tracking-sgf.step-four-new .tracking-sgf-lft.four-step-last-sec.jan-new-section-drop span .singer-data-left {
	margin-left: 0px;
}

.tracking-sgf.step-four-new .tracking-sgf-lft.four-step-last-sec.jan-new-section-drop span {
	font-size: 17px;
	font-weight: 500;
	width: 100%;
}

.adding-instruction.last-texarea-four-step .pdsign-label {
	font-weight: 500;
}

.specific-adding-section.addition-contact-info {
	float: left;
	width: 100%;
}


/***END**/

.form-group-client.upload-file {
	background: rgba(0, 0, 0, 0.01);
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 5px;
}

.form-group-client.upload-file label {
	width: 100%;
	color: #545454;
	float: left;
	text-align: center;
	position: relative !important;
	top: auto;
	opacity: 1;
	z-index: 1;
}

.form-group-client.upload-file #add,
.form-group-client.upload-file #add:hover {
	position: absolute;
	right: 11px;
	top: 23px;
	z-index: 2;
	background: #572e6f;
}

.form-group-client.upload-file .agents-documents-upload {
	float: left;
	width: 100%;
}

.form-group-client.upload-file .agents-documents-upload table {
	width: 100% !important;
}

.form-group-client.upload-file .input-container {
	margin: 0 auto 15px;
	max-width: 100%;
	background-color: #EDEDED;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	padding-right: 30px;
}

.form-group-client.upload-file .add_row {
	position: relative;
}

.form-group-client.upload-file input[type='file'] {
	display: none;
}

.form-group-client.upload-file .file-info {
	font-size: 13px;
	padding-left: 15px;
}

.form-group-client.upload-file .browse-btn {
	background: #572e6f;
	color: #fff;
	min-height: 35px;
	padding: 10px;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 15px;
}

.form-group-client.upload-file #delete {
	background: red;
	border: 0 none;
	height: 44px;
	margin: 0 auto 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	display: inline-block;
	width: 95%;
	margin-left: 5%;
}

.form-group-client.upload-file .browse-btn:hover {
	background: #572e6f;
}

@media (max-width: 300px) {
	.form-group-client.upload-file button {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;
	}

	.form-group-client.upload-file .file-info {
		display: block;
		margin: 10px 5px;
	}
}


/*-- 21-02-2019 --*/

.form-group-client.upload-file #delete {
	background: red;
	border: 0 none;
	height: auto;
	margin: 0 auto 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	display: inline-block;
	width: auto;
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	padding: 0;
	color: red;
	font-size: 16px;
}

.uploaded-action-content div {
	display: inline-block;
	margin-right: 15px;
}

.uploaded-action-content div a {
	color: #572e6f;
}

.uploaded-action-content div.delete-btn a {
	color: red;
}

.delete-btn a.del_confirm {
	background: transparent !important;
}

.right-left-profile-section.drag-upload-files-selected.profile-table {
	margin-top: 0;
	box-shadow: none;
}


/*-- 21-02-2019 -End-*/

.page-padding.order-detail-client div.additional-instruc span {
	display: flex;
}


/*-- 04-03-2019 --*/

.help-block.combined-error.non-admin {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -10px;
	padding-top: 20px;
}

.nav.nav-tabs li a {
	position: relative;
}

.nav.nav-tabs li.active a::after {
	content: "";
	position: absolute;
	background-image: url("../img/down-tab-icon.png");
	left: 0;
	right: 0;
	bottom: -20px;
	width: 30px;
	height: 20px;
	margin: 0 auto;
	background-size: 30px;
	background-repeat: no-repeat;
}


/* - Internet Explorer 10–11

   - Internet Explorer Mobile 10-11 */

body input:-ms-input-placeholder {
	color: #ccc !important;
}


/* Edge (also supports ::-webkit-input-placeholder) */

body input::-ms-input-placeholder {
	color: #ccc;
}


/*-- 04-03-2019 -End-*/


/*-- 15-03-0019 --*/

.client-signup-page .client-page-content .alert.alert-danger {
	float: left;
	width: 100%;
}


/*-- 15-03-0019 -End-*/


/*-- 27-03-2019 --*/

.last-step-new .sgf-data {
	padding: 25px 45px;
}

.last-step-new .six-step-last-sec label {
	font-weight: 300 !important;
	padding-top: 0;
	font-size: 18px;
}

.last-step-new .doc-send-too-lft.gso .checkmark.check-mark-grey {
	top: 1px !important;
}

.Add-Signing-Agent .edit-agent-global span.help-block {
	position: absolute !important;
	bottom: -20px;
	padding: 0;
	width: 100%;
	left: 15px;
	display: none;
}

.top-radio-step-2 .checkmark.check-mark-grey {
	top: 3px;
}

/*-- 27-03-2019 -End-*/
/*-- 25-04-2019 --*/
.order-detail-client .additional-instruc.instruction-add-client-new .additional_instructions label {
	max-width: 300px;
}

.page-padding.order-detail-client div.additional-instruc.instruction-add-client-new span {
	display: initial;
}

/*-- 25-04-2019 -End-*/

.padding-div-order-detail-agent {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.documet-del-client .form-group-client {
	min-height: 0;
}

.order-detail-client #change-form-order-data .label-tracking.order-detail-cleint-tracking.order-detail-client-input-custom label {
	max-width: 220px;
	width: 100%;
	margin: 6px 0 0 0;
	font-weight: 600;
}

.completion-report-page-pipeline.agent.page-padding.completion-report.completion-report-without-input .six-step-last-sec.completion-report-blade-sec .completion-report-blade-sec {
	padding-top: 0;
}

.completion-report-page-pipeline.agent.page-padding.completion-report.completion-report-without-input .six-step-last-sec.completion-report-blade-sec .form-group {
	margin-top: -5px;
}

.right-content-profile .first-name-lastname-cp ul li span.perform-label {
	top: 45%;
	transform: translateY(-50%);
}

.right-content-profile .value-label {
	position: relative;
}

.right-content-profile .value-label .help-block {
	position: absolute !important;
	bottom: -16px;
}

.right-content-profile .value-label .help-block strong {
	font-weight: 300;
	font-size: 12px;
}


.select-drop-image.input-super-admin select.state {
	border: 1px solid #d5d5d5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 20px;
	max-width: 100%;
	width: 100%;
	font-size: 15px;
	border-radius: 4px;
	height: 40px;
}

.purple-bar-top-header {
	float: left;
	width: 100%;
	background: #572e6f;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

.purple-bar-top-header p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
}

.north-american-title.north-billing-party span.help-block-email {
	position: absolute;
	bottom: -17px;
	left: 0;
	line-height: 1;
	width: 100%;
}

.purple-bar-top-header p a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	line-height: 1;
	background: #fff;
	color: #572e6f !important;
}

/*-- 24-05-2019 --*/
.add-more-doc-btn {
	float: left;
	width: 100%;
}

.add-more-doc-btn button {
	background: #dcdcdc !important;
	color: #000 !important;
}

.add-more-doc-btn .find-branch-office {
	font-size: 17px;
	font-weight: 300;
}

.documents-upload .upload-file-div {
	float: left;
	width: 100%;
	text-align: center;
}

.documents-upload .upload-file-div.pull-left {
	width: 100%;
	text-align: center;
}

.documents-upload .upload-btn {
	padding: 8px 20px;
	float: none;
}

.form-group-client.upload-file .add-more-doc-btn #add {
	position: static;
}

.upload-file-div .find-branch-office.btn-view-ud {
	background: #dcdcdc;
	color: #000 !important;
	margin-top: 20px;
	float: none !important;
}

/*-- 24-05-2019 -End-*/
.nav-tabs.nav li a {
	background: #d5d5d5;
}

.right-content-profile .first-name-lastname-cp.email-sec-cp.password-sec-cp .value-label:last-child {
	margin-left: 22px;
}

.right-content-profile .first-name-lastname-cp.email-sec-cp.password-sec-cp {
	border-bottom: 1px solid #d5d5d5;
}

.right-content-profile .first-name-lastname-cp.email-sec-cp.password-sec-cp:last-child {
	border: 0 none;
}

.right-content-profile .first-name-lastname-cp.email-sec-cp.password-sec-cp input {
	max-width: 115px;
	display: inline-block;
	margin-left: 10px;
}

.right-content-profile .first-name-lastname-cp.email-sec-cp.password-sec-cp:last-child ul li span.value-label {
	top: 0;
}

.yes-section-for-company span {
	float: left;
	min-width: 350px;
	max-width: 390px;
	font-size: 16px;
}

.yes-section-for-company a {
	float: left;
	background: #572e6f;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 1;
	height: 30px;
	padding: 8px 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
	margin-left: auto;
}

.no-section-for-company .no_create_new {
	float: left;
	background: red;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 1;
	height: 30px;
	padding: 8px 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: right;
	margin-top: 15px;
	font-weight: 500;
}

#existing_company p.yes-section-for-company {
	float: left;
	width: 100%;
	display: flex;
	padding: 6px 0;
	border-bottom: 1px solid #d5d5d5;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

#existing_company,
#existing_branch {
	float: left;
	width: 100%;
	background: #e8e8e8;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#existing_company p:first-child,
#existing_branch p.first-child {
	float: left;
	width: 100%;
	font-weight: 500;
	padding-bottom: 15px;
}

.help-block.company_select_error {
	padding-bottom: 15px;
}

/*-- 07-08-2019 --*/
.document-download-file .fas.fa-trash-alt {
	color: #e31e1e;
}

/*-- 07-08-2019 End --*/
.blockElement {
	float: left;
	width: 100%;
}

/*-- 26-08-2019 --*/
.radio-new-outer-div {
	position: relative;
	padding-left: 30px;
}

.radio-new-outer-div label {
	position: absolute !important;
	left: 0;
	top: 0;
	padding: 0 !important;
	width: 19px !important;
	height: 19px;
	max-width: inherit !important;
	margin: 0;
	z-index: 9;
}

.top-radio-step-2 {
	float: left;
	position: relative;
	top: -4px;
}

.form-group-checkbox.dt-tbd.radio-new-outer-div {
	padding-left: 27px;
	padding-top: 0;
}

.client-signing-request-steps .six-step-forth .form-group-sa.date-accomdat-list-re .radio-new-outer-div input {
	margin-top: 0;
}

.form-group-checkbox.radio-new-outer-div .checkmark-1 {
	top: 0;
}

.six-step-forth .form-group-sa ul li.radio-new-outer-div {
	padding-left: 24px;
	padding-top: 0;
	margin-right: 15px;
	padding-bottom: 0;
}

.six-step-forth .form-group-sa ul li.radio-new-outer-div label {
	padding: 0;
}

.six-step-forth .form-group-sa ul li.radio-new-outer-div label .check-mark-grey::after {
	width: 12px !important;
	height: 12px !important;
}

.client-signing-request-steps .six-step-forth .form-group-sa .radio-new-outer-div label input {
	height: 17px;
	width: 17px;
	margin: 0;
}

.client-signing-request-steps .six-step-forth .form-group-sa ul li.other-radio.radio-new-outer-div {
	min-height: inherit !important;
}

.form-group-sa.whole-radio-step-4 .radio-list-step-4 {
	padding-top: 11px;
}

.client-signing-request-steps .form-group-sa.whole-radio-step-4 input.rurel-area-form {
	top: -8px;
}

.client-signing-request-steps .form-group-sa.whole-radio-step-4 .radio-new-outer-div label {
	top: 2px;
}

.label-top-step-5 .radio-new-outer-div {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.label-top-step-5 .radio-new-outer-div .input-of-other.input-alignment-qa {
	margin-top: 0;
	padding-left: 90px;
	position: absolute;
	left: 0;
	top: -14px;
}

.label-top-step-5 .radio-new-outer-div label {
	top: 3px;
}

.label-top-step-5.section-3-step-5 .delivery-method li.radio-new-outer-div {
	padding: 0;
	padding-left: 30px;
}

.sgf-data.six-step-last-sec .radio-new-outer-div {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.agent.completion-report .six-step-last-sec.completion-report-blade-sec .radio-new-outer-div {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.super-admin.client-css-report .client-radio-input-css .section-right-radio.radio-custom-new.margin-top-radio-sec-custom input {
	top: 5px;
}

.radio-list-step-4 .other-radio.radio-new-outer-div .input-for-radio-step-4.has-error .help-block {
	padding-left: 91px;
	padding-top: 15px;
}

/*-- 26-08-2019 End --*/
span.help-block.contact_phone_error {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}

/**---03-09-2019-END----****/
.new_page-package .agent-profile-heading h2 {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: 600;
}

.new_page-package .agent-profile-heading {
	padding: 10px 25px;
}

.new_page-package .signup-uploaded-documents {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 10px 20px 0;
	background: #f7f7f7;
	margin-bottom: 40px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.single-button-a_o {
	float: left;
	width: 100%;
}

.single-button-a_o {
	float: left;
	width: 100%;
	background: #000000;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}

.single-button-a_o a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.new_page-package .form-group-client.upload-file label {
	text-align: left;
}

.btn.btn-primary.new_btn-pac {
	color: #572e6f;
	font-weight: 400;
	text-transform: ;
	text-decoration: none !important;
	font-size: 14px;
	background: #572e6f;
	color: #ffffff;
	padding: 7px 19px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	border: hidden;
	margin-top: 20px;
}

.new_page-package .select-new_o_pack select {
	-webkit-appearance: none;
	appearance: none;
}

.new_page-package .name-client-css-report i.fa-angle-down {
	right: 15px;
	left: auto;
}

.form-collapse {
	display: none;
}

.single-button-a_o.panel-accordian i {
	color: #000;
	float: right;
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 25px;
	line-height: 29px;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.single-button-a_o.panel-accordian i.rotate-i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 23px;
}

/***11-09-2019ENDS**/
.customers.xxxl-table tr th:nth-child(3) {
	width: 120px;
}

.customers.xxxl-table tr th:nth-child(4) {
	width: 155px;
}

.text-align-table .customers th a {
	color: #fff;
	text-decoration: none;
}

.fa.fa-sort-desc::before,
.fa.fa-sort-numeric-desc::before {
	content: "\f0dd";
}

.fa.fa-sort-asc::before,
.fa.fa-sort-numeric-asc::before {
	content: "\f0de";
}

/**---13-09-2019-END----****/
button.document-ad-pipline {
	background: red;
	border: hidden;
	color: #ffffff;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

span.new-upload-field-to {

	float: left;
	padding: 0 0 20px 27px;
	width: 100%;
}

span.new-upload-field-to label {
	float: left;
	width: auto;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding-top: 4px;
	margin-right: 10px;
}

span.new-upload-field-to input {
	max-width: 310px;
	width: 100%;
	height: 35px;
	padding: 0 10px;
}

span.new-upload-field-to {
	float: left;
	padding: 0;
	width: auto;
	position: absolute;
	left: 300px;
	top: -6px;
}

span.new-upload-field-to label {
	float: left;
	width: auto;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	padding-top: 4px;
	color: #3a3a3a;
	margin-right: 10px;
}

span.new-upload-field-to .far.fa-clock {
	top: 11px;
	left: 13px;
}

/**---16-09-2019-END----****/
/***snooze from snoozto**/
.snooze_button {
	background: #572e6f;
	color: white !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	border: none;
	border-radius: 4px;
	width: auto;
	text-transform: uppercase;
	outline: none !important;
	min-width: 100px;
	padding: 13.5px 15px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin: 0 !important;
	text-decoration: none;
	cursor: pointer;
}

.right-content-profile .first-name-lastname-cp.email-sec-cp.password-sec-cp .value-label:nth-last-child(2) {
	margin-left: 10px;
	margin-right: 10px
}

/*****seller package-11-02-2020***/
.form-group-sa.payment-admin-as.long-label-sa.buyer-browser-package {
	padding-left: 370px !important;
}

.form-group-sa.payment-admin-as.select-agent-td.long-label-sa label {
	width: 360px;
}

/*-- 23-02-2020 --*/
.label-new-clientfeedback-div {
	position: relative;
	float: left;
	width: 100%;
}

/*-- 23-02-2020 End --*/

/*-- 14-02-2020 --*/
.client-signing-request-steps .other-party {
	padding-bottom: 16px;
}

.client-signing-request-steps #tabs4 .urben .radio-list-step-4 span {
	font-size: 17px;
	font-weight: 400;
}

#tabs4 .tracking-sgf-lft.four-step-last-sec.jan-new-section-drop ul .row-pdsign-up span.pdsign-label {
	float: left;
	width: 100%;
	line-height: 22px;
	margin-bottom: 5px;
}

#tabs4 .tracking-sgf-lft.four-step-last-sec.jan-new-section-drop ul div.row-pdsign-up {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.payment-date-client.payment-transsection {
	background: transparent;
}

.client-signing-request-steps #tabs5 .label-new-clientfeedback-div .clock-sign-div {
	position: relative;
	width: 230px;
	float: left;
	max-width: 230px;
}

.client-signing-request-steps #tabs5 .label-new-clientfeedback-div .clock-sign-div input {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
	margin-top: -1px;
}

#delivery_method_div {
	display: none;
}

/*-- 14-02-2020 End --*/


span.perform-something {
	padding-left: 26px;
	color: #000;
	font-weight: 300;
}

.something-outer-div {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.something-outer-div label {
	padding: 0;
	margin: 0;
}

.something-outer-div .input-of-other {
	padding-left: 10px;
	position: absolute;
	margin: -4px 0 0 0;
}

.six-step-five .something-outer-div .input-alignment-qa .payment-form-sect.form-control {
	top: 0;
}

.label-new-clientfeedback-div.class-for-responsive-upload-time {
	margin-bottom: 10px;
}

/****signing agnet credentials***/
.single-button-a_o a {
	color: #572e6f !important;
}

.single-button-a_o {
	background: #c5bbd0;
}

.notifyjs-corner {
	position: fixed;
	margin: 5px 0px 0px 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1050;
	right: 0;
	background: #fdf9ff;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 6px;
	border: 2px solid #ac7cc8;
	box-shadow: 0px 0px 33px #000;
}

.notifyjs-corner .notifyjs-container span {
	color: #151515;
	line-height: 25px;
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	float: left;
	width: 100%;
	text-align: center;
}

.notifyjs-corner .notifyjs-container span a {
	background: #572e6f;
	color: white;
	font-size: 13px;
	font-weight: 400;
	border: none;
	border-radius: 4px;
	width: auto;
	text-transform: uppercase;
	outline: none !important;
	min-width: 100px;
	padding: 7px 15px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin: 7px 0;
	text-decoration: none;
	cursor: pointer;
	margin: 7px auto;
}

.notifyjs-corner .notifyjs-container span p {
	text-align: left;
}

.notifyjs-happyblue-base.notifyjs-happyblue-warn ol {
	padding: 0 0 0 20px;
}

@media only screen and (max-width:1199px) {
	.notifyjs-corner .notifyjs-container span {
		line-height: 20px;
		font-size: 13px;
	}
}

/****21-02-2020*****/
.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios {
	display: block;
	float: left;
}

.document-delivery-section-agent-pro.newDesignHere h5 {
	width: 100%;
	margin-bottom: 15px;
	font-size: 21px;
}

.document-delivery-section-agent-pro.newDesignHere h5 i {
	color: #572e6f;
}

.document-delivery-section-agent-pro.newDesignHere {
	padding: 0px;
	margin: 0px 0px;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios .section-right-radio {
	float: left;
	width: auto;
	padding-right: 15px;
}

.document-delivery-section-agent-pro.newDesignHere {
	padding-top: 0;
	margin-bottom: 0;
}

.document-delivery-section-agent-pro.newDesignHere .section-heading-search {
	margin-bottom: 0px;
	padding: 18px 0px 0;
}

.document-delivery-section-agent-pro.newDesignHere .date-select {
	width: auto;
	padding-right: 15px;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios .section-right-radio:last-child {
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 18px;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios .section-right-radio:last-child #legal_entity_type_other_container {
	margin-top: 0;
	float: left;
	width: auto;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios .section-right-radio:last-child.date-select {
	margin-top: 6px;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios .section-right-radio:last-child .contain {
	margin-top: 9px;
	float: left;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios .section-right-radio:last-child .date-select {
	padding-left: 0;
	margin-top: 9px;
	margin-left: -6px;
	min-width: inherit;
}

.client-signing-request-steps span.perform-something {
	padding-left: 31px;
	color: #000;
	font-weight: 300;
	float: left;
	margin-top: -2px;
}

.client-signing-request-steps .label-top-step-5 div:last-child {
	margin-top: 10px;
}

.client-signing-request-steps .label-top-step-5 .input-of-other.input-alignment-qa input {
	margin-top: -1px;
}

.client-signing-request-steps #tabs5 .label-new-clientfeedback-div .clock-sign-div input {
	max-width: 100%;
}

/*-- 28-02-2020 --*/
.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios.new-radio-profile-feb .section-right-radio:last-child .contain {
	margin: 0;
	float: none;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios.new-radio-profile-feb .section-right-radio:last-child .date-select {
	padding-left: 30px;
	margin-top: 0;
	margin-left: 0;
	min-width: inherit;
}

.document-delivery-section-agent-pro.newDesignHere .section-new-heading-radios.new-radio-profile-feb .section-right-radio:last-child {
	width: auto;
	margin-bottom: 0;
	padding-bottom: 18px;
	border-bottom: hidden;
}

.profile-agent .right-content-profile .radio-custom-new .checkmark {
	top: 3px;
}

.first-name-lastname-cp ul li.name_input_list {
	padding-left: 0 !important;
	padding-top: 30px !important;
	padding-bottom: 25px !important;
}

.first-name-lastname-cp ul li.name_input_list span.perform-label {
	position: static;
	float: left;
	width: 100%;
}

#name_input {
	margin-left: 0;
	padding-left: 30px;
}

#name_input input {
	float: left;
	width: calc(33.3333% - 10px);
	margin-right: 15px;
}

#name_input input:last-child {
	margin: 0 !important;
}

/*-- 28-02-2020 End --*/
/****03-03-2020***/
#docModal .modal-title {
	padding: 0;
	width: calc(100% - 60px);
	float: left;
	margin: 0;
	font-size: 18px;
	line-height: 21px;
}

#docModal #formagree {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#docModal #formagree .form-check {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 45px;
	position: relative;
}

#docModal #formagree .form-check:nth-child(4) {
	border-bottom: 0 none;
}

#docModal #formagree .form-check .form-check-label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 100%;
}

#docModal .modal-footer,
#docMissingModal .modal-footer {
	display: none;
}

#docModal .modal-body,
#docMissingModal .modal-body {
	margin-bottom: 0;
	background: transparent !important;
}

#docModal #formagree .form-check .form-check-label .form-check-input.agree {
	margin-top: 7px;
	margin-right: 10px;
}

#docModal #formagree .clos_popup,
#docMissingModal #doc_notes_btn {
	font-size: 17px;
	color: #FFF !important;
	background: #572e6f !important;
	padding: 9px 20px;
	border: 0 none;
	float: left;
	width: auto !important;
	margin-right: auto;
	font-weight: 400;
	text-transform: uppercase;
	height: auto;
}

#docModal #formagree .form-check::before {
	content: "1";
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	background: #572e6f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	font-size: 12px;
	align-items: center;
	top: 2px;
	color: #FFF;
	font-weight: bold;
}

#docModal #formagree .form-check:nth-child(2)::before {
	content: "2";
}

#docModal #formagree .form-check:nth-child(3)::before {
	content: "3";
}

#docModal #formagree .form-check:nth-child(4)::before {
	content: "4";
}

#docModal .radio-new-outer-div label {
	top: 5px;
}

#docModal .form-group-checkbox {
	padding-left: 25px;
	margin-top: 0;
}

/*-- 16-03-2020 --*/
#covidModal .modal-header button.close {
	position: absolute;
	right: 10px;
	top: 15px;
}

#covidModal .modal-title {
	margin-top: 0;
	padding-left: 0;
	font-weight: bold;
	font-size: 22px;
	padding-right: 45px;
}

#covidModal .modal-header button.close {
	position: absolute;
	right: 10px;
	top: 15px;
}

#covidModal .form-group-agent {
	padding-left: 0;
}

#covidModal .form-group-agent label {
	max-width: 100%;
	position: static;
	min-height: auto;
}

#covidModal .section-right-radio.radio-custom-new {
	margin-bottom: 0;
}

#covidModal .modal-body div form .form-group-agent:last-child {
	margin-bottom: 0;
}

#covidModal .modal-footer button {
	background-color: #572e6f !important;
	border-color: #572e6f !important;
}

#covidModal .modal-body {
	margin-bottom: 15px;
}

.toast-error {
	background-color: #BD362F;
	opacity: 1 !important;
}

.toast-message a {
	text-decoration: underline;
	font-weight: 500;
	color: #fff;
}

#covidModal .document-delivery-section-agent-pro {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}

.document-delivery-section-agent-pro.pass-phrase .col-md-6 {
	width: 100%;
	margin-bottom: 10px;
}

.answer_covid_phrase_pass_code {
	background-color: #572e6f !important;
	border-color: #572e6f !important;
}

/*-- 16-03-2020 End --*/

/*-- 06-04-2020 --*/
.agents-documents-upload .adding-instruction textarea {
	margin-bottom: 20px;
}

#uploadedDocuments .documents-uploaded textarea {
	margin-bottom: 20px;
}

#uploadedDocuments .documents-uploaded button {
	margin: 0 0 40px 0;
}

#uploadedDocuments .documents-uploaded label.uploaded_text_label {
	font-size: 25px;
	margin-bottom: 10px;
}

#docModal .sub-options-new-radio {
	position: relative;
	padding-left: 25px;
	float: left;
	margin-right: 30px;
}

#docModal #formagree .form-group-checkbox {
	padding-left: 0;
	margin-top: 0;
}

#docModal #formagree .form-check.missing-doc-upload {
	display: none;
}

#docModal #formagree .form-check.missing-doc-upload::before {
	display: none;
}

#docModal #formagree .sub-options-new-radio .check-tab .checkmark-1 {
	border-radius: 100%;
	background: transparent;
	border: 1px solid #d5d5d5;
}

#docModal #formagree .sub-options-new-radio .check-tab .checkmark-1::after {
	left: 3px;
	top: 3px;
	width: 11px;
	height: 11px;
	border: hidden;
	background: #572e6f;
	border-radius: 100%;
}

#docModal #formagree .sub-options-new-radio.check-tab input:checked~.checkmark-1 {
	background-color: transparent;
	border-radius: 100%;
	border-color: #d5d5d5;
}

#docModal #formagree .sub-options-new-radio .check-tab {
	margin: 0;
	position: static;
}

#docModal #formagree .sub-options-new-radio {
	line-height: 18px;
}

/*-- 06-04-2020 End --*/

/*-- 28-04-2020 --*/
.document-delivery-section-agent-pro.newDesignHere h5 i {
	width: 25px;
	font-size: 19px;
	color: #572e6f;
}

.document-delivery-section-agent-pro.newDesignHere .section-heading-search.new-three-input-for-this .section-new-heading-radios {
	display: block;
	float: left;
	min-width: 225px;
}

.section-heading-search.new-three-input-for-this {
	display: flex;
}

.new-three-inline-inputs-agent-pro div {
	float: left;
	width: calc(33.3333% - 4px);
	margin-right: 6px;
}

.new-three-inline-inputs-agent-pro div:last-child {
	margin-right: 0;
}

.new-three-inline-inputs-agent-pro div input {
	width: 100% !important;
}

.input-family-new-pro-diff {
	width: 100%;
	max-width: 245px;
}

/*-- 28-04-2020 End --*/

/*-- 20-07-2020 --*/
.jconfirm.jconfirm-supervan .jconfirm-bg {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.jconfirm-box.jconfirm-hilight-shake {
	background: #fff !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.jconfirm-title {
	font-weight: 600;
	line-height: 30px;
	font-size: 18px !important;
	padding: 8px 15px !important;
	text-align: left;
	color: #fff !important;
	float: left;
	width: 100%;
	background-color: #572e6f;
}

.jconfirm-content-pane .jconfirm-content div p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: left;
	color: #000000;
	font-weight: 500;
}

.jconfirm-content-pane .jconfirm-content div {
	padding: 15px 15px;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
	background: #572e6f !important;
	border: none !important;
	padding: 7px 15px !important;
	color: #fff !important;
	font-size: 14px !important;
	min-height: inherit;
	height: auto !important;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 10px !important;
}

/*-- 20-07-2020 End --*/


/*-- 27-07-2020 --*/
.first-name-lastname-cp.margin-sec-cpv.pdf_section.new_page-package .form-group-checkbox.checknew-topcfp label {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.first-name-lastname-cp.margin-sec-cpv.pdf_section.new_page-package .form-group-checkbox.checknew-topcfp {
	margin: 5px 0 10px 0;
	padding-left: 25px;
	position: relative;
	font-weight: 500;
}

/*-- 27-07-2020 End --*/

/*-- 31-07-2020 --*/
.client-header+.order-detail-super-admin .tabing-super-admin {
	padding: 0;
}

.client-header+.order-detail-super-admin .ccc-aaa-ccc-box label {
	margin: 0;
	height: 19px;
	padding: 0;
	position: absolute !important;
	left: 0;
}

.client-header+.order-detail-super-admin .specific-adding-section.billing-party-2 .company-accomodation .other-party {
	padding-bottom: 17px;
}

.client-header+.order-detail-super-admin .tabing-super-admin .form-group-sa select {
	height: 40px;
}

.client-header+.order-detail-super-admin .form-group-checkbox.dt-tbd.ccc-aaa-ccc-box {
	position: relative;
	padding-left: 24px;
	padding-top: 3px;
}

.client-header+.order-detail-super-admin .radio-list-step-4 li.ccc-aaa-ccc-box {
	position: relative;
	padding-left: 26px !important;
	padding-top: 0 !important;
	margin-top: 10px;
	margin-right: 15px;
}

.client-header+.order-detail-super-admin .ccc-aaa-ccc-box label {
	margin: 0;
	position: absolute !important;
	left: 0;
	top: 0;
}

.client-header+.order-detail-super-admin .order-detail-tabing .ccc-aaa-ccc-box label input {
	height: 14px;
	width: 14px;
	margin: 0 !important;
}

.client-header+.order-detail-super-admin .six-step-forth .urben span {
	font-size: 17px;
	font-weight: 400;
}

.client-header+.order-detail-super-admin .check-mark-grey::after {
	background: #572e6f !important;
	top: 3px !important;
	left: 3px !important;
	width: 12px !important;
	border-radius: 50%;
	height: 12px !important;
}

.client-header+.order-detail-super-admin .order-detail-tabing .tabing-super-admin .form-group-sa.whole-radio-step-4 .other-radio.ccc-aaa-ccc-box input.rurel-area-form {
	top: -8px;
	left: 80px;
}

.client-header+.order-detail-super-admin .location-type-list-drw .urben .form-group-sa.whole-radio-step-4>label {
	top: 11px;
}

.client-header+.order-detail-super-admin .radio-list-step-4 li.ccc-aaa-ccc-box label {
	padding: 0;
	width: 19px;
	height: 19px;
}

.client-header+.order-detail-super-admin #view-contact-button {
	float: right;
	margin-bottom: 20px;
	margin-right: 0;
}

.client-header+.order-detail-super-admin .party-agent.six-radio-inputs.ccc-aaa-ccc-box {
	position: relative;
	padding-left: 26px;
}

.client-header+.order-detail-super-admin .order-detail-tabing .party-agent.six-radio-inputs.ccc-aaa-ccc-box .radio-btn.party-selection {
	width: 20px;
	max-width: 20px;
	top: 2px;
}

.client-header+.order-detail-super-admin .order-detail-tabing .ccc-aaa-ccc-box label input {
	height: 14px;
	width: 14px;
	margin: 0 !important;
}

.client-header+.order-detail-super-admin .top-radio-step-2 .checkmark.check-mark-grey {
	top: 0;
}

.client-header+.order-detail-super-admin .check-mark-grey::after {
	background: #572e6f !important;
	top: 3px !important;
	left: 3px !important;
	width: 12px !important;
	height: 12px !important;
}

.client-header+.order-detail-super-admin .selection-other-lft.six-radio-inputs.ccc-aaa-ccc-box {
	position: relative;
	padding-left: 27px;
}

.client-header+.order-detail-super-admin .selection-other-lft.six-radio-inputs.ccc-aaa-ccc-box>label {
	top: 2px;
}

.client-header+.order-detail-super-admin .checkmark.check-mark-grey {
	border: 1px solid #d5d5d5;
	height: 20px;
	width: 20px;
}

.client-header+.order-detail-super-admin .label-new-clientfeedback-div {
	position: relative;
	float: left;
	width: 100%;
}

.client-header+.order-detail-super-admin .class-for-radio-fix {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.client-header+.order-detail-super-admin .six-step-five .radio-btn.party-selection {
	line-height: 22px;
	padding: 0 !important;
}

.client-header+.order-detail-super-admin .checkmark.check-mark-grey {
	border: 1px solid #d5d5d5;
	height: 20px;
	width: 20px;
}

.client-header+.order-detail-super-admin .order-detail-super-admin .six-step-five .radio-btn.party-selection {
	line-height: 22px;
}

.client-header+.order-detail-super-admin .class-for-radio-fix.others-for-radio-fix {
	margin-top: 20px;
}

.client-header+.order-detail-super-admin .order-detail-tabing .six-step-five .input-of-other {
	margin-top: -38px;
}

.client-header+.order-detail-super-admin .order-detail-tabing .six-step-five .input-of-other {
	padding-left: 100px;
}

.client-header+.order-detail-super-admin .class-for-radio-fix>span {
	float: left;
	padding-left: 25px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
}

.client-header+.order-detail-super-admin .doc-send-too-lft.gso .checkmark.check-mark-grey {
	border: 1px solid #d5d5d5;
	height: 20px;
	width: 20px;
	top: 4px !important;
}

.client-header+.order-detail-super-admin .sgf-data.six-step-last-sec .doc-send-too-lft.gso .checkmark.check-mark-grey {
	top: 3px !important;
}

.client-header+.order-detail-super-admin .super-admin .form-group-sa {
	margin-bottom: 20px;
}

.client-header+.order-detail-super-admin .form-group-sa.form-group.uploaded-document-agent-admin {
	padding-left: 0;
}

.client-header+.order-detail-super-admin .form-group-sa.form-group.uploaded-document-agent-admin.admin-ord-doc {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #d5d5d5;
}

.client-header+.order-detail-super-admin .form-group-sa.form-group.uploaded-document-agent-admin label {
	position: static;
	margin-bottom: 10px;
	max-width: initial;
}

.client-header+.order-detail-super-admin .form-group-sa.form-group.uploaded-document-agent-admin.admin-ord-doc label {
	font-size: 25px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.client-header+.order-detail-super-admin .accommod-heading {
	margin-bottom: 0;
	margin-top: 30px;
}

.super-admin-body .container {
	width: 100%;
	padding: 0 15px !important;
}

.client-header+.order-detail-super-admin label {
	max-width: 240px;
}

.client-header+.order-detail-super-admin .form-group-sa label {
	margin-top: 0;
}

.client-header+.order-detail-super-admin .form-group-sa {
	padding-left: 240px;
}

.client-header+.order-detail-super-admin .company-accomodation.six-step-padding .payment-transsection {
	padding: 32px 30px;
}

.client-header+.order-detail-super-admin .sgf-data {
	padding: 25px 30px;
}

.client-header+.order-detail-super-admin .tracking-sgf .form-group {
	padding: 0 30px;
}

.client-header+.order-detail-super-admin .adding-instruction.last-texarea-six-step {
	padding: 0 30px 50px;
}

.client-header+.order-detail-super-admin .six-step-third .north-american-title .form-group-sa label {
	margin-top: 0;
}

.client-header+.order-detail-super-admin .form-group-sa input {
	top: 0;
}

.client-header+.order-detail-super-admin input.ref-no {
	margin-top: -5px;
}

.client-header+.order-detail-super-admin .billing-party-2 .form-group-sa label {
	position: absolute;
	top: 5px;
}

.client-header+.order-detail-super-admin .company-accomodation.six-step-forth.fourth-step .form-group-sa label {
	top: 5px;
}

.client-header+.order-detail-super-admin .radio-list-step-4 li.ccc-aaa-ccc-box label {
	top: 0 !important;
}

.client-header+.order-detail-super-admin .form-group-sa.whole-radio-step-4 .radio-list-step-4 {
	padding-top: 0;
}

.client-header+.order-detail-super-admin #return_doc_to_other .form-group-sa label {
	top: 5px;
}

.client-header+.order-detail-super-admin .six-step-last-sec .row-pdsign-up .pdsign-label {
	top: 5px;
}

.client-header+.order-detail-super-admin .label-top-step-5.section-3-step-5 {
	margin-top: 10px;
	margin-bottom: 40px;
}

.client-header+.order-detail-super-admin .specific-adding-section {
	float: left;
	width: 100%;
}

/*-- 31-07-2020 End --*/

/*-- 04-08-2020 --*/
.Agreement-Client h3 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}

.Agreement-Client ul {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.Agreement-Client ul li {
	font-size: 14px;
	float: left;
	width: 100%;
	color: #655555;
	margin-bottom: 5px;
}

/*-- 04-08-2020 End --*/

/*-- 10-08-2020 --*/
.two-buttons-in-row-popup button.go-back-button {
	background: #dcdcdc !important;
	font-size: 17px;
	font-weight: normal;
	padding: 14px 25px;
	height: auto;
	margin-left: 10px;
	color: #000;
	float: right;
	border: none !important;
}

.nextStep .modal-header {
	display: none;
}

.two-buttons-in-row-popup {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.two-buttons-in-row-popup button.go-back-button.first-bb {
	padding: 12.5px 25px;
}

#docModal .modal-header .close {
	display: none;
}

#docModal .modal-title {
	width: 100%;
}

/*-- 10-08-2020 End --*/

/*-- 11-08-2020 --*/
.new-three-inline-inputs-agent-pro div label {
	font-weight: 500;
	font-size: 14px;
	margin-top: 5px;
}

.new-august-label-section .three-input-admind-new label {
	position: static;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0 !important;
}

/*-- 11-08-2020 End --*/
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {

	color: unset !important;
}

.forget-password-dv {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.security.error-security.forgett-password .check-box-click {
	padding-left: 180px;
}

.security.error-security.forgett-password .forget-password-dv span {
	top: 8px;
}

.otp-info {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

/*-- 23-10-2020 --*/
.inner-tutorials-page h2 {
	float: left;
	width: 100%;
	font-size: 42px;
	font-weight: 700;
	color: #572e6f;
}

.inner-tutorials-page p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 33px;
	margin: 22px 0 30px;
	font-weight: 400;
}

.single-tutorial-video {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.single-video-block {
	float: left;
	width: 100%;
	position: relative;
}

span.play-btn-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-tutorial-video h6 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 25px 0 20px;
	border-bottom: 2px solid #d5d5d5;
	margin: 0;
}

.single-video-block>img {
	max-width: 100%;
	width: 100%;
}

.tutorials-page {
	float: left;
	width: 100%;
	padding: 50px 0 0;
}

/*-- 23-10-2020 End --*/

/*-- 26-10-2020 --*/
.check-box-click.form-error.check-box-click-lft.error-chk-lft span {
	display: inline-block;
	margin: 0 10px;
}

button.log-in-form.resend {
	background-color: #797979;
}

.verify-password {
	float: left;
	width: 100%;
	margin-top: -20px;
}

/*-- 26-10-2020 End --*/
.iner-signing-address.isd-1 .zip-fgsa {
	float: left;
	width: 40%;
	padding-left: 220px;
}

.iner-signing-address.isd-1 .state-fgsa {
	float: left;
	width: 30%;
	padding-left: 90px;
}

.iner-signing-address.isd-1 .city-fgsa {
	float: left;
	width: 30%;
	padding-left: 100px;
}

.form-group-sa.state-fgsa label {
	margin-left: 15px;
}

.form-group-sa.state-fgsa label {
	left: 3px;
}

.iner-signing-address.isd-1 .zip-fgsa label {
	margin-left: 0;
}

.iner-signing-address.isd-1 .city-fgsa label {
	margin-left: 20px;
}

/*-- 06-11-2020 --*/
.form-group.user-name-space .captcha span {
	position: static;
	display: block !important;
}

.row.form-group.user-name-space.user-name-top.captcha-div {
	margin: 30px 0 0 0;
}

.form-group.user-name-space.enter-captcha-here {
	margin-top: 20px;
}

button#refresh {
	margin-top: 7px;
}

/*-- 06-11-2020 End --*/
.plyr__video-wrapper {
	float: left;
	width: 100%;
	height: 0;
	padding-top: 56.3%;
}

.plyr__video-wrapper video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.plyr__poster {
	background-size: cover !important;
}

.padding-div-order-detail-agent .find-branch-office {
	margin-right: 20px;
	font-weight: 600;
}

/*-- 21-12-2020 --*/
.Add-Signing-Agent .btn-input-group.two-button-view-agent-o button.btn.btn-success.new_btn-pac.action_type {
	font-weight: 400;
	text-decoration: none !important;
	font-size: 14px;
	background: #22bb33;
	color: #ffffff;
	padding: 7px 19px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	border: hidden;
}

.Add-Signing-Agent .btn-input-group.two-button-view-agent-o button {
	margin: 10px 5px 0 5px !important;
}

.Add-Signing-Agent .btn-input-group.two-button-view-agent-o button.btn.btn-danger.new_btn-pac.action_type {
	font-weight: 400;
	text-decoration: none !important;
	font-size: 14px;
	background: red;
	color: #ffffff;
	padding: 7px 19px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	border: hidden;
	margin-right: 0;
}

.Add-Signing-Agent .btn-input-group.two-button-view-agent-o {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	display: inline-block;
}

.Add-Signing-Agent .form-group-sa.form-group.uploaded-document-agent-admin {
	margin-bottom: 0;
}

/*-- 21-12-2020 End --*/
button#send_user_password_reset {
	width: auto;
	background: #572e6f;
	color: #fff;
	font-size: 17px;
	border: hidden;
}

/*-- 01-02-2021 --*/
#contact_found .modal-body {
	margin-bottom: 0;
}

#contact_found .form-check .selection-other-lft.six-radio-inputs.radio-new-outer-div {
	width: 100%;
	margin: 10px 0;
}

#contact_found .form-check {
	float: left;
	width: 100%;
}

#contact_found .form-check .selection-other-lft.six-radio-inputs.radio-new-outer-div span.new-radio-content-div {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}

#contact_found .form-check .radio-new-outer-div label {
	position: absolute !important;
	left: 0;
	top: 1px;
	padding: 0 !important;
	width: 19px !important;
	height: 19px;
	max-width: inherit !important;
	margin: 0;
	z-index: 9;
}

#contact_found .modal-title {
	margin-top: 0;
	padding-left: 0;
	font-size: 20px;
	padding-right: 50px;
}

#contact_found .modal-header .close {
	margin-top: 0;
	top: 10px;
	position: absolute;
	right: 10px;
}

#contact_found .radio-new-outer-div {
	padding-left: 35px;
}

#contact_found .modal-content {
	padding: 10px;
}


/*-- 01-02-2021 End --*/
/**---03-02-2021-start----****/
button.document-flagged-pipline {
	background: #1579e1;
	border: hidden;
	color: #ffffff;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

a.dropdown-item.button-new-archive {
	font-weight: 500;
	text-decoration: none !important;
	font-size: 15px;
	background: #572e6f;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
}

.pull-right.button-and-text-archived {
	max-width: 250px;
}

.pull-right.button-and-text-archived p {
	text-align: right;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 20px;
}

/*-- 22-04-2021 --*/
div#existing_company a,
div#existing_branch a {
	display: inline-block;
	font-size: 14px;
	background: #5f5f5f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	padding: 8px 15px;
	text-decoration: none;
	float: right;
	min-width: 250px;
	text-align: center;
}

div#existing_company a.add_exist_company,
div#existing_branch a.add_exist_branch {
	background: #572e6f;
}

div#existing_company p,
div#existing_branch p {
	margin: 0 -20px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div#existing_company p span,
div#existing_branch p span {
	margin-right: 15px;
}

div#existing_company p:first-child,
div#existing_company p:last-child,
div#existing_branch p:first-child,
div#existing_branch p:last-child {
	margin: 0;
	border: hidden;
	padding: 0;
}

div#existing_company p:first-child,
div#existing_branch p:first-child {
	margin-bottom: 20px;
}

div#existing_company p:last-child,
div#existing_branch p:last-child {
	margin-top: 15px;
}

#existing_company,
div#existing_branch {
	margin-bottom: 20px;
}

/*-- 22-04-2021 End --*/
/*01-10-2021*/
.quickbook-signal {
	height: 25px;
	width: 25px;

	border-radius: 50%;
	display: inline-block;
}

.red {

	background-color: red;

}

.green {

	background-color: green;

}


.inner_text-agent {
	font-weight: 300;
	font-size: 17px;
	margin-left: 10px;
	text-transform: capitalize;
}

.Add-Signing-Agent .form-group-sa.unik-agent-edit span {
	margin: 0;
	position: relative;
	top: 10px;
}

.pac-container.pac-logo.hdpi::after {
	display: none !important;
}

.form-group.form-group-sa.notification-sms-filter-div.time-notification-sms-div {
	background: #f4f4f4;
	padding: 20px 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	flex-wrap: wrap;
}

.time-notification-sms-div h4 {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
}

.time-notification-sms-div .select-time-regular,
.time-notification-sms-div .end-time-regular {
	border: hidden;
	width: 40px;
	margin-left: 8px;
	position: absolute;
	right: 1px;
	background: #e4e4e4;
	height: 100%;
	top: -1px;
	border-radius: 0;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.time-notification-sms-div .select-time-regular i,
.time-notification-sms-div .end-time-regular i {
	position: static !important;
	color: #000000 !important;
	font-size: 20px !important;
}

.single-filter-box label {
	font-size: 15px;
	margin-top: 10px;
}

/* Credential page css March 6, 2024 */
.page-main-wrap {
	display: inline-block;
	width: 100%;
	padding: 50px 0;
}

.header-links ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	border-bottom: 1px solid #4c4c4c;
}

.header-links ul li a {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	background-color: #4c4c4c;
	display: inline-block;
	min-width: 208px;
	text-align: center;
	padding: 12px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none !important;
	transition: all 0.4s ease;
}

.header-links ul li a:hover {
	background-color: #572e6f;
}

.header-links ul li {
	display: inline-block;
	margin-right: 10px;
}

.header-links ul li.active a {
	background-color: #572e6f;
}

.credential-buttons {
	margin: 40px 0 60px;
}

.credential-buttons ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 11px;
}

.credential-buttons ul li {
	width: 100%;
	flex: 1;
	text-align: center;
}

.credential-buttons ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    background-color: #572e6f;
    padding: 17px 20px;
    width: 100%;
    display: block;
    text-decoration: none !important;
    border: 1px solid #572e6f;
    transition: all 0.3s ease;
}

.credential-table table {
	width: 100%;
}

.credential-table table thead tr th {
	padding: 0 20px 20px;
	border-bottom: 2px solid #572e6f;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
}

.credential-table table tbody tr td {
	padding: 20px;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
}

.credential-table table tbody tr td a {
	color: inherit;
	text-decoration: none !important;
}

.credential-table table tbody tr td .delete-item {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #4c4c4c;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	color: #fff;
	font-size: 18px;
}

.header-links ul li:last-child {
	margin-right: 0;
}

.credential-table table tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.102);
}

/* CSS March 15, 2024 */

#myModal .modal-content, #myModal-custom .modal-content {
	border: 0;
}

#myModal .modal-content .modal-body, #myModal-custom .modal-content .modal-body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#myModal .modal-content .modal-body .modal-header, #myModal-custom .modal-content .modal-body .modal-header {
	background-color: #572e6f;
	color: #fff;
	padding: 18px 20px;
}

#myModal .modal-dialog, #myModal-custom .modal-dialog {
	width: 100%;
	max-width: 880px;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.upload-file + .error_step {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#myModal .modal-content .modal-body .modal-header h5, #myModal-custom .modal-content .modal-body .modal-header h5 {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: normal;
	color: #ffffff;
	font-weight: 300;
}

.modal-backdrop.in {
	opacity: 0.85;
}

.wrapper-button {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.149);
}

.wrapper-button .btn {
	height: 40px;
	border-radius: 5px;
	background-color: #4c4c4c;
	border: 1px solid #4c4c4c;
	outline: none;
	display: inline-block;
	font-size: 15px !important;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: 600 !important;
	font-family: "Montserrat";
	padding: 7px 10px;
	min-width: 120px;
	box-shadow: none !important;
	overflow: hidden;
	opacity: 1;
}

#myModal .wrapper-button input.btn, #myModal-custom .wrapper-button input.btn {
    background-color: #572e6f;
    border-color: #572e6f !important;
    padding: 0 20px;
} 
.modal-body-content label {
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 500;
    float: none;
    margin: 0 0 10px;
}

.modal-body-content {
    padding: 20px;
}

#myModal .modal-body-content select#documents {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #9c9c9c !important;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0 5px;
    letter-spacing: 0px;
    color: #4c4c4c !important;
    opacity: 1;
    font-weight: 400 !important;
}
.modal-sub-header {
    padding: 30px 20px;
    background-color: #eeeaf0;
}

.modal-sub-header h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: #010101;
    font-weight: 500;
}

#myModal .modal-content .modal-body fieldset:nth-child(3) .modal-body-content label, #myModal-custom .modal-content .modal-body fieldset:nth-child(3) .modal-body-content label {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: #010101;
    font-weight: 500;
    margin: 0 0 25px;
}

.modal-body-content .dynmic-directions .direction-text {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: normal;
    color: #010101;
    font-weight: 300;
    display: block;
    margin: 0 0 12px;
	display: flex;
	align-items: center;
}

.modal-body-content .dynmic-directions .direction-text .counter {
    width: 33px;
    height: 33px;
    border-radius: 17px;
    background-color: #572e6f;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 300;
    margin-right: 10px;
}
.error_step {
    font-size: 15px;
    font-weight: 400;
}

.modal-content .upload-file > label {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background-color: #572e6f;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding: 25px 20px 23px 130px;
    max-width: 400px;
    background-image: url('https://development.initialhere.com/img/pc-image.png');
    background-repeat: no-repeat;
    background-position: left 45px center;
    cursor: pointer;
}

.modal-content .upload-file input {
    position: absolute;
    visibility: hidden;
    height: 0;
    width: 0;
}

.modal-content .upload-file {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    flex-flow: column;
}
.modal-content .upload-file #filename {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    max-width: 400px;
    margin: 5px auto 0;
}

.modal-content .upload-file label > span {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    display: block;
    margin: 12px 0 0;
}

.modal-content .effective-date-section {
    display: flex;
    flex-wrap: wrap;
}

.modal-content .effective-date-section .btn {
    margin-top: 0 !important;
    border-radius: 5px;
    background-color: #572e6f !important;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-content .effective-date-section .effective_dat,
.modal-content .expiration-section .exp_dat {
    display: flex;
    align-items: center;
    background-color: rgba(76, 76, 76, 0);
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    width: 100%;
    max-width: 470px;
    margin: 0 20px 0 0;
}

.modal-content .effective-date-section .effective_dat input,
.modal-content .expiration-section .exp_dat input {
    height: 46px;
    border-radius: 5px;
    background-color: rgba(76,76,76,0);
    border: 0;
    width: 100%;
}

.modal-content .effective-date-section .effective_dat i,
.modal-content .expiration-section .exp_dat span {
    width: 52px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    border-left: 1px solid #9c9c9c;
    cursor: pointer;
}

.modal-content .expiration-section .exp_dat span {
    height: 46px;
}

.modal-content .expire-section {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.modal-content .expire-section > input {
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #9c9c9c;
    flex-shrink: 0;
    margin-right: 10px;
}

.modal-content .expire-section label {
    margin: 0;
}
.modal-content .button-wrapper {
    display: flex;
    align-items: center;
    max-width: 470px;
    width: 100%;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    overflow: hidden;
}

.modal-content .button-wrapper > button {
    height: 46px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    flex: 1;
    border: 0;
	font-size: 15px;
}

.modal-content .button-wrapper > button:not(:first-child) {
    border-left: 1px solid #bebebe;
}

.modal-content .expiration-section .exp_dat {
	margin-bottom: 10px;
}
.modal-content .expiration-section .button-wrapper {
    border: 0;
}
.modal-content .expiration-section .button-wrapper > button {
    height: 38px;
    background-color: #dbdbdb;
}


/* 27 march 24 */
#myModal-custom .modal-body-content>p {
	margin: 0;
}
#myModal-custom .modal-body-content input#document-name {
	width: 100%;
}

/* April 4, 2024 */
.if-scroll-table.text-align-table td:nth-child(5) {
    padding-right: 0;
    display: flex;
    align-items: center;
}

.if-scroll-table.text-align-table td:nth-child(5) .edit-document {
    margin-bottom: 3px;
}

.if-scroll-table.text-align-table td:nth-child(6) .view-docs {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-inline: 15px;
}

.if-scroll-table.text-align-table td {
    vertical-align: top;
}
/* April 5, 2024 */
.credential-buttons ul li:nth-child(2) .add-custom-credential {
    color: #572e6f;
    background-color: #fff;
}

.credential-buttons ul li:nth-child(2) .add-custom-credential:hover {
    background-color: #572e6f;
    color: #fff;
}

.credential-buttons ul li a:hover {
    background-color: #fff;
    color: #572e6f;
}

/* April 15, 2024 */
.legend { border: 1px solid #000; padding: 10px; }
  .legend h3 { margin: 0; padding-bottom: 5px; }
  .legend ul { list-style: none; padding: 0; }
  .legend li { margin-bottom: 5px; }
  .color-code { display: inline-block; width: 20px; height: 20px; margin-right: 5px; }
  
  
  .status-color-container .legend ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.status-color-container .legend ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #444343;
}

.status-color-container .legend ul li span.color-code {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    display: inline-block;
}

.status-color-container .legend {
    padding: 0;
    margin-bottom: 20px;
}

#multi-step-modal .modal-dialog {
    width: 100%;
    max-width: 880px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#multi-step-modal .modal-content {
    border: 0;
}
#multi-step-modal .modal-content .modal-body{
    padding: 0;
    margin: 0;
    background-color: #fff;
}
#multi-step-modal .modal-content .modal-body .modal-header {
    background-color: #572e6f;
    color: #fff;
    padding: 18px 20px;
}
#multi-step-modal .modal-content .modal-body .modal-header h5{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: normal;
    color: #ffffff;
    font-weight: 300;
}
#multi-step-modal  .modal-body-content select#documents {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #9c9c9c !important;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0 5px;
    letter-spacing: 0px;
    color: #4c4c4c !important;
    opacity: 1;
    font-weight: 400 !important;
}
#multi-step-modal  .wrapper-button input.btn {
    background-color: #572e6f;
    border-color: #572e6f !important;
    padding: 0 20px;
}

.view-documents-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #4c4c4c;
}
.view-documents-links {
    display: inline-block;
    width: 100%;
}
.view-documents-links ul li {
    display: inline-block;
    margin-right: 10px;
}
.view-documents-links ul li a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-color: #4c4c4c;
    display: inline-block;
    min-width: 208px;
    text-align: center;
    padding: 12px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none !important;
    transition: all 0.4s ease;
}
.view-documents-links ul li.active a {
    background-color: #572e6f;
}
.upload-document-links {
    margin: 40px 0 40px;
}
.upload-document-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 11px;
}
.upload-document-links ul li {
    width: 100%;
    flex: 1;
    text-align: center;
}
.upload-document-links ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    background-color: #572e6f;
    padding: 17px 20px;
    width: 100%;
    display: block;
    text-decoration: none !important;
    border: 1px solid #572e6f;
    transition: all 0.3s ease;
}
.upload-document-links  ul li:nth-child(2) a {
    color: #572e6f;
    background-color: #fff;
}

/** 7th May 2024 **/


.add-custom-direction p {
	margin-left: 0;
	font-size: 20px;
	font-weight: initial;
  }
  
  .downloadBtn {
	text-align: center;
	border: 1px solid #572e6f;
	max-width: max-content;
	border-radius: 5px;
	margin: auto;
	color: #572e6f;
  }
   .downloadBtn a {
	color: #572e6f;
	text-decoration: navajowhite;
  }
  
  .downloadBtn a {
	  color: #572e6f;
	  text-decoration: navajowhite;
	  display: flex;
	  justify-content: center;
	  align-content: center;
	  height: 100%;
	  padding: 5px 25px;
  }
  .downloadBtn:hover {
	  background: #572e6f;
  }
  .downloadBtn:hover a{
	  
	  color: #fff;
  }

  /* 15 May */

.top-switch-box-label label.switch {
	position: relative;
	z-index: 1;
}

.error_step {
	color: red;
}

/* 15th July 2024 */

.expiration-section {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
  }
  .not-expire {
	display: flex;
	align-content: center;
	position: relative;
	width: 30%;
	float: left;
	margin: 45px 0 0 0;
  }
  #noExpire {
	margin: 6px 8px 0 0;
	line-height: 1;
	width: 16px;
	height: 16px;
  }
  .expi-date-section {
	width: 60%;
	float: left;
  }
  .expire-section {
	width: 100%;
	float: left;
  }
  .expire-section .skip_entering_dates {
	border-radius: 5px;
	background-color: #572e6f !important;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	padding: 16px 12px;
	border: unset;
  }


.exp-not-expire {
	display: flex;
  }
  .exp-not-expire .expire-not2-section {
	display: flex;
	align-items: center;
	column-gap: 5px;
	margin-bottom: 10px;
  }
  .exp-not-expire .expire-not2-section input {
	margin: 0;
  }
  .exp-not-expire .expire-not2-section label {
	margin: 0;
  }
  .exp-not-expire .exp_dat {
	margin-bottom: ;
  }
  button.skip_entering_dates.form-2 {
	border-radius: 5px;
	background-color: #572e6f !important;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	padding: 16px 12px;
	margin: 20px 0;
	border: unset;
  }

/* 19th July 2024 */
#customPopup {
	width: 510px;
	padding: 30px;
	border: 2px solid #ac7cc8;
	background: #fdf9ff;
	position: fixed;
	z-index: 1;
	right: 20px;
	bottom: 60px;
  }
  #customPopup ol {
	padding: 0 20px;
	margin: 10px 0 0 0;

  }
  #customPopup  .closeBtn {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 0;
}
.closeBtn:hover,
.closeBtn:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#errorContent li {
	margin-bottom: 10px;
}
#showErrorsBtn {
	background: #572e6f;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-content: center;
	justify-content: center;
	bottom: ;
  }
  #showErrorsBtn i {
	position: relative;
	top: 6px;
  }
/* Show Errors Button */
#showErrorsBtn {
	position: fixed;
	right: 20px; /* Adjust the distance from the right edge */
	bottom: 20px; /* Adjust the distance from the bottom edge */
	padding: 10px 20px;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 2; /* Ensure the button is above other content */
}


.page-main-wrap .container .header-links .accepted-policies {
	background-color: #008000;
  }
  .page-main-wrap .container .header-links .Pending-Review {
	background-color: #0000FF;
  }
  .page-main-wrap .container .header-links .Rejected {
	background-color: #FF0000;
  }
  .page-main-wrap .container .header-links .Expired {
	background-color: #FFA500;
  }
  .update-certificate-note{
	color:#572e6f;
  }

  /** 26th Feb 2025 */

.agent-address-changes-request-modal .modal-body {
	background: transparent;
	margin: 0;
  }
  .agent-address-changes-request-modal .modal-body .col-md-12 {
	padding: 0;
	margin: 0 0 20px 0;
  }
  .agent-address-changes-request-modal .modal-body .col-md-12 input,  .agent-address-changes-request-modal .modal-body .col-md-12 select {
	height: 50px;
  }
  .agent-address-changes-request-modal .modal-body .col-md-12 select {
	appearance: auto;
  }
  .agent-address-changes-request-modal .document-delivery-section-agent-pro {
	padding: 0;
	margin: 0;
  }
  .agent-address-changes-request-modal .modal-content {
	box-shadow: none;
	border: none;
	padding: 0 0 40px 0;
  }
  .agent-address-changes-request-modal  .close {
	position: absolute;
	right: -20px;
	top: -10px;
	background: #572e6f;
	border: none;
	color: #fff;
	border: none !important;
	border-radius: 50px;
  }
  .agent-address-changes-request-modal .modal-content .modal-header {
	padding: 0;
  }
  .agent-address-changes-request-modal .modal-content h5 {
	font-weight: 600;
	text-align: center;
  }
  .agent-address-changes-request-modal  .modal-footer {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	padding: 0;
	width: 100%;
	float: left;
  }
  
  
/* may 28/25 */
.dropdown-container {
    position: relative;
    width: 300px;
  }

  .dropdown-toggle {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    user-select: none;
  }

  .checkbox-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    display: none; /* Hidden by default */
    z-index: 1000;
  }

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

  .checkbox-list li {
    margin-bottom: 8px;
  }

  .checkbox-list input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
  }

  .dropdown_users {
    height: auto;
    float: unset;
    clear: both;
  }
  
  .maintain-Branch-Offices form>label {
    max-width: 100%;
  }
 
div#bs-example-navbar-collapse-client ul {
    display: flex;
    justify-content: space-between;
}

