@import './../fonts/montserrat/montserrat.css';
@import './../fonts/dripicons/dripicons.css';
.q-ico {
	background: url('../../img/icons/q-ico.png') no-repeat center center;
	background-size: auto;
	background-size: cover;
	position: absolute;
	top: 2rem;
	left: -1.25rem;
	height: 2.5rem;
	width: 2.5rem;
	cursor:pointer;
}
body {
	background-color:#f8f3e6;
	color:#644A3D;
	font-family: "Montserrat", "Arial";
	font-weight:300;
	font-size: 15px;
	line-height: 20px;
}
strong {
	font-weight:600;
}
hr {
	background: #E8E5DF;
	height: 1px;
	width:100%;
	border:0px;
}
a {
	/*font-size: 16px;*/
	text-decoration: underline;
	color: #2D67AD;
}
a.nav-link {
	text-decoration:underline;
	font-weight:600;
	color:#644A3D;
}

a.nav-link:hover {
	text-decoration:none;
	color:#644A3D;
}
input.error {
	border:1px solid  #E24C50;
}
p.error {
	font-weight: 500;
	line-height: 24px;
	font-size: 14px;
	color: #E24C50 !important;
}

#header-area {
	background-color:#ffffff;
	padding:10px 0px;
	font-weight:300;
	font-size: 13px;
}
#header-area > div {
	min-height:210px;
	background: url('./../../img/bg/header-area.png') no-repeat right center;
	padding: 20px 25px;
}
h1 {
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	font-size: 32px;
	color: #644A3D;
}
h1 span {
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	font-size:18px !important;
	color: #917E74;
}
.green {
	color: #42B673;
}
.red {
	color: #E24C50;
}
.brown {
	color:#917E74;
}
.black {
	color:#000;
}
.text-warning {
	color: #BE8C29 !important;
}
.text-warning1 {
	color: #E24C50 !important;
}


h3 {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:32px;
	line-height:40px;
	text-align:center;
	font-weight:600;
	white-space:nowrap;
	color:#644A3D;
}
h4 {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:24px;
	line-height:32px;
	font-weight:600;
	white-space:nowrap;
	color:#917E74;
}
header h1 {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:32px;
	line-height:60px;
	text-align:left;
	font-weight:600;
	white-space:nowrap;
	margin-bottom:0px;
	margin-left:10px;
}
header h2 {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:24px;
	line-height:40px;
	text-align:left;
	font-weight:600;
	white-space:nowrap;
	margin-bottom:0px;
	margin-left:0px;
	color:#E24C50;
	text-decoration:underline;
}
header h3 {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:24px;
	line-height:30px;
	text-align:center;
	font-weight:600;
	white-space:nowrap;
	margin-bottom:0px;
	margin-left:10px;
	color:#644A3D;
}

.breadcrumb {
	background-color:transparent;
	padding:0px;
	color: #917E74;
}
.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb a {
	color: #917E74;
	font-size: 14px;
}

.breadcrumb-item.active::after {
	display: inline-block;
	padding-left: .5rem;
	color: #917E74;
	content: "/";
}

.border-area-header {
	border-bottom:1px solid #E8E5DF;
}
.no-border {
	border:0px;
}
.no-wrap {
	white-space: nowrap;
}
#header-auth {
	padding:20px 0px;
	background-color:#FFFFFF;
}

#nav {
	background-color:#8D786A;
}
#nav nav a {
	text-decoration:underline;
	font-weight:600;
	color:#ffffff;
}
#nav .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
#nav .navbar-nav .nav-link:nth-child(1) {
	padding-right: 0rem;
	padding-left: 0rem;
	white-space:nowrap;
}
#navbarWarehouse > ul {
	background: #F8F3E6;
	border-top-left-radius:1rem;
	border-bottom-left-radius:1rem;

	border-top-right-radius:1rem;
	border-bottom-right-radius:1rem;
}
#navbarWarehouse > ul > li > a {
	display:block;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	color: #644A3D;
	/*box-shadow: inset -1px 0px 0px #E3DCCF;*/
	padding:.75rem .75rem;
	text-decoration:none;
	max-height:40px;
	line-height:20px;
	white-space:nowrap;
}
#navbarWarehouse > ul > li > a:hover {
/*
	color:#FFFFFF;
	background:#F86569;
*/
	text-decoration:underline;
}

#navbarWarehouse > ul > li > a.active {
	color:#FFFFFF;
	background:#F86569;
}
#navbarWarehouse > ul > li:nth-child(1) > a {
	border-top-left-radius:1rem;
	border-bottom-left-radius:1rem;
}

.notification-list a,a.notification-list {
	font-size:24px;
	font-weight:bold;
}
#header-usr-info {
	margin-top: 10px;
}

#h-table-message {
	display:none;
	margin-top:10px;
	padding:10px;
	border:1px solid #c00;
	color: #c00;
	font-weight:bold;
}

.bdrs-50p {
	border-radius: 50% !important;
}
.btn.btn-header-search {
	font-size:14px;
	border:1px solid #CCC3B8;
	color:#917E74;
	border-left:0px;
	background-color:#ffffff;
}
.btn.btn-alfa-light {
	min-width:100px;
	border-radius: 1.2rem;
	border:1px solid #CCC3B8;
	color: #917E74;
	font-size:14px;
	padding: .375rem 1.8rem;
	text-decoration:none;
	background-color:#FFFFFF;
}
.btn.btn-alfa-light:hover {
	color: #FFFFFF;
	background-color:#F86569;
	border:1px solid #F86569;
}



.btn.btn-alfa-green {
	min-width:100px;
	border-radius: 1.2rem;
	border:1px solid #CCC3B8;
	color: #fff;
	font-size:14px;
	padding: .375rem 1.8rem;
	text-decoration:none;
	background-color:#28a745 ;
}
.btn.btn-alfa-green:hover {
	color: #fff;
	background-color:#28a745;
	border:1px solid #CCC3B8;
}

.btn.btn-alfa-light.active {
	color: #FFFFFF;
	background-color:#F86569;
	border:1px solid #F86569;
}

.btn.btn-alfa-beige {
	min-width:100px;
	border-radius: 1.2rem;
	border:1px solid #CCC3B8;
	color: #917E74;
	font-size:14px;
	padding: .375rem 1.8rem;
	text-decoration:none;
	background-color:#F8F3E6;
}
.btn.btn-alfa-beige:hover {
	color: #FFFFFF;
	background-color:#F86569;
	border:1px solid #F86569;
}


.btn.btn-alfa-red {
	min-width:80px;
	border-radius: 1.2rem;
	border:1px solid #CCC3B8;
	color: #FFFFFF;
	font-size:14px;
	padding: .375rem 1.2rem;
	text-decoration:none;
	background-color:#F86569;
}
.btn.btn-alfa-red:hover {
	color: #F86569;
	background-color:#FFFFFF;
	border:1px solid #CCC3B8;
}

.btn.btn-alfa-dark {
	min-width:100px;
	border-radius: 1.2rem;
	font-size:18px;
	font-weight:bold;
	padding: .375rem 2rem;
	color: #FFFFFF;
	background-color:#F86569;
	border:1px solid #F86569;
}



.form-control::placeholder {
	color:#917E74;
	font-size:14px;
}
.form-control {
	font-size:14px;
	border:1px solid #CCC3B8;
	color:#917E74;
}


.media h5 {
	font-weight: 600;
	line-height: 32px;
	font-size: 24px;
	color: #917E74;
}
.media p {
	font-weight: 500;
	line-height: 26px;
	font-size: 18px;
	color: #333333;
}

#content {
	margin-top:40px;
}

#quick-order strong {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:32px;
	line-height:40px;
	text-align:center;
	font-weight:600;
	white-space:nowrap;
	color:#644A3D;
}
.block, .block-large {
	margin-top:40px;
}

.alfa-block-1 {
	background-color:#F8F3E6;
}
.alfa-block-2 {
	background: #FFFBF2;
	border: 1px solid #E8E5DF;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px #E8E4DF;
	text-align:left;
}
.alfa-block-2 a {
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
	color: #644A3D;
}

.alfa-block {
	background-color:#FFFBF2;
	border:1px solid #E8E4DF;
	padding:25px 45px;
}
.alfa-block-white {
	background-color:#FFFFFF;
	border:1px solid #E8E4DF;
	padding:25px 45px;
}

.alfa-message {
	margin-top: 1rem;
	border-bottom: 1px solid #E8E5DF;
}

header.alfa-block {
	background-color:#FFFBF2;
	border:1px solid #E8E4DF;
	padding:10px 32px;
}
header.alfa-block a {
	margin-left:20px;
	font-weight: 500;
	line-height: 26px !important;
	font-size: 18px;
	text-decoration: underline;
	color: #917E74;
}
.alfa-block strong {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:18px;
	line-height:26px;
	text-align:left;
	font-weight:600;
	color:#644A3D;
	text-decoration:underline;
}

.alfa-block p {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:.9rem;
	line-height:22px;
	text-align:left;
	color: #644A3D;
}
.alfa-block b {
	font-family:"Montserrat-SemiBold", "Montserrat", "Arial";
	font-size:16px;
	line-height:24px;
	text-align:center !important;
	color:#644A3D;
	font-weight:600;
}


.close/*, .collapsed*/ {
	font-size:21px;
	line-height:21px;
	color:#D8D4CC;
	margin-right:-20px;
}



.carousel {
	background-color:#FFFFFF;
	border: 1px solid #E8E4DF;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;

}

#carousel .carousel-inner .active + .carousel-item,
#carousel .carousel-inner .active + .carousel-item + .carousel-item,
#carousel .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
	display: block;
}

#carousel-logo .carousel-inner .active + .carousel-item,
#carousel-logo .carousel-inner .active + .carousel-item + .carousel-item,
#carousel-logo .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
#carousel-logo .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
#carousel-logo .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	display: block;
}
#carousel-logo .panel-thumbnail {
	min-height:80px;
}
/* The colour of the indicators */

.blog .carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.blog .carousel-indicators .active {
	background: #707070;
}
.carousel-item {
	margin: 10px 0;
}
.carousel-item strong {
	color:#644A3D;
	font-size:16px;
	line-height:28px;
	font-weight:600;
}
/*
#carousel-logo .carousel-item img {
	height:80px;
}
*/
.carousel-control-next-icon {
	background-image: url("../../img/icons/right-ico.png");
}
.carousel-control-prev-icon {
	background-image: url("../../img/icons/left-ico.png");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width:13px;
	height:38px;
}
.carousel-control-next, .carousel-control-prev {
	max-width:50px;
}
.footer {
	margin-top:40px;
	padding-top:60px;
	padding-bottom:60px;
	background: #FFFFFF;
	color: #644A3D;
}
.footer header {
	margin-bottom:24px;
}
.footer header h4 {
	font-weight: 600;
	line-height: 32px;
	font-size: 24px;
	color: #644A3D;
}
.footer textarea {
	border: 1px solid #E8E5DF;
	padding:10px;
	margin-bottom: 20px;
}
.footer a {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	font-size: 12px;
	text-decoration: underline;
	color: #2D67AD;
}

.footer p {
	font-size: 12px;
}
.footer a.btn {
	text-decoration: none;
}
footer {
	padding:60px 0px;
	height:158px;
	background: #F8F3E6;
	border-top: 2px solid #FFFFFF;
}
footer span {
	padding: .5rem .5rem;
}
.border-right-1 {
	border-right:1px solid #E8E5DF;
}
.padding-0 {
	padding:0px;
}
.margin-0 {
	margin:0px;
}
.padding-left-25 {
	padding-left:25px;
}
.bg-1 {
	background-color:#F8F3E6;
}
.white-bg {
	background-color:white;
}

.btn-alfa {
	margin:0px;
	border-radius: 1.2rem;
	font-size:16px;
	font-weight:500;
	background-color:#EBE3D3;
	border:1px solid #EBE3D3;
	color: #644A3D;
	border-radius:0px;
}
.btn-alfa:hover {
	margin:0px;
	border-radius: 1.2rem;
	font-size:16px;
	font-weight:500;
	background-color:#F86569;
	border:1px solid #F86569;
	color: #FFFFFF;
	border-radius:0px;
}
.btn-alfa-active {
	background-color:#F86569;
	border:1px solid #F86569;
	color: #FFFFFF;
}
.btn-alfa-right-noactive {
	border-radius: 1.2rem;
	font-size:16px;
	font-weight:500;
	background-color:#EBE3D3;
	border:1px solid #EBE3D3;
	color: #644A3D;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.btn-alfa-right-active {
	border-radius: 1.2rem;
	font-size:16px;
	font-weight:500;
	background-color:#F86569;
	border:1px solid #F86569;
	color: #FFFFFF;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.btn-alfa-right-noactive:hover,.btn-alfa-right-active:hover {
	background-color:#F86569;
	border:1px solid #F86569;
	color: #FFFFFF;
}


.btn-alfa-left-active {
	border-radius: 1.2rem;
	font-size:16px;
	font-weight:500;
	background-color:#F86569;
	border:1px solid #F86569;
	color: #FFFFFF;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.btn-alfa-left-active:hover {
	color: #FFFFFF;
}
.btn-alfa-left-noactive {
	border-radius: 1.2rem;
	font-size:16px;
	font-weight:500;
	background-color: #EBE3D3;
	border: 1px solid #EBE3D3;
	color: #644A3D;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.btn-alfa-left-noactive:hover {
	background-color:#F86569;
	border:1px solid #F86569;
	color: #FFFFFF;
}


.alfa-table thead th {
	font-weight: 500;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #917E74;
	border:0px;
	white-space:nowrap;
}

.alfa-table tbody td {
	text-align:center;
}
.alfa-table tbody tr:nth-child(odd) {background: #F8F3E6;}
.alfa-table tbody tr:nth-child(even) {background: #F2EBDC;}

.alfa-table > tbody > td, .alfa-table > tbody > th {border-top:1px solid #FFF;border-right:1px solid #FFF;}
.nav-order li {
	clear:both;
}
.nav-order li a {
	font-weight: 500;
	line-height: 26px;
	font-size: 18px;
	text-decoration: underline;
	color: #E24C50;
}

#email-template footer {
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	font-size: 16px;
	color: #73635C;
}

#email-template footer p a {
	color: #E24C50;
	text-decoration: underline;
}
.brown {
	color: #644A3D;
}
.lnk-red {
	color: #E24C50;
	text-decoration: underline;
}
.lnk-red:hover {
	color: #F86569;
	text-decoration: none;
}
#navbarNavFooter a {
	white-space:nowrap;
	font-size:16px;
}
form .panel a {
	display:block;
	width:100%;
	box-sizing: border-box;
	padding:.6rem 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 1rem;
	text-align: center;
	color: #A8A193;
	background: url('../../img/bg/button.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-decoration:none;
}


form .panel a.non-active-first {
	background: url('../../img/bg/button-non-active-first.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
form .panel a.regular-active {
	font-weight: 600;
	background: url('../../img/bg/button-regular-active.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}
form .panel a.active {
	font-weight: 600;
	background: url('../../img/bg/button-active.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}


.bg-england ul {
	list-style: none;
	padding-left:1.5rem;
}
.bg-england ul li:before {
	color:#917E74;
	content: "•";
	font-size:48px;
	position:absolute;
	left:.75rem;
}
.bg-england ul li {
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	margin-bottom:2rem;
}
.bg-england ul li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #2D67AD;
	text-decoration:underline;
}
.bg-england ul li strong {
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	font-size: 18px;
	color: #644A3D;
}
.bg-england {
	background:#FFFFFF url('../../img/bg/bg-england.png') no-repeat bottom right;
}

.btn-not-underline {
	text-decoration:none;
}

.warning-ico {
	background: url('../../img/icons/warning-ico.png') no-repeat center center;
	background-size: cover;
	position: absolute;
	top:1rem;
	left:-1.25rem;
	height:2.5rem;
	width:2.5rem;
}


.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-left: -24px;
}
.checkbox input[type="checkbox"], .radio input[type="radio"] {
	margin: 0;
	margin-left: 0px;
	opacity: 0;
	padding: 0;
}


.checkbox label {
	padding-left:2rem;
	font-style: normal;
	font-weight: 500;
	line-height:32px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.radio label {
	padding-left:2rem;
	font-style: normal;
	font-weight: 500;
	line-height:32px;
	font-size: 16px;
	color: #333333;

}

.checkbox label *,.radio label * {
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    font-size: 16px;
}
.radio input[type="radio"] + label:after {
	content:'';
	height: 24px;
	width: 24px;
	display:block;
	border:1px solid #E3DCCF;
	background-color:#FFFFFF;
	cursor: pointer;
	border-radius:50%;
	top:.25rem;
	left:.25rem;
	position: absolute;
}
.radio input[type="radio"]:checked + label:after {
	content:'';
	height: 24px;
	width: 24px;
	border:9px solid #F86569;
	transition: all .2s;
}

#order-confirm > tbody > tr > td > div > a {
	font-size:11px;
}



.checkbox input[type="checkbox"] + label:before {
	content:'';
	height: 24px;
	width: 24px;
	display:block;
	border:1px solid #E3DCCF;
	background-color:#FFFFFF;
	cursor: pointer;
	top:.5rem;
	left:0;
	position: absolute;
}
.checkbox input[type="checkbox"]:checked + label:before {
	font-size:1.2 rem;
	text-align:center;
	height: 24px;
	width: 24px;
	content:'\2714';
	background-color:#F86569;
	color: #FFFFFF;
	transition: all .2s;
	line-height:24px;
}

/*
.checkbox input[type="checkbox"] + label:after {
	display:block;
	position:absolute;
	font-size:1.2 rem;
	top:.25 rem;
	left:-0.75 rem;
	height:24px !important;
	width:24px !important;
	border:1px solid #E3DCCF;
	background-color:#FFFFFF;
	color:#F86569;
	cursor: pointer;
	line-height:24px;
	text-align:center;
}

.checkbox input[type="checkbox"]:checked + label:after {
	content:'\2714';
	background-color:#F86569;
	color: #FFFFFF;
	transition: all .2s;
}
*/



.media .checkbox input[type="checkbox"]:checked + label:after {
	top:1.8rem;
	left:1.2rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px auto;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
	margin: 0 auto;
	max-width: 50px;
}
#parcels_table_warehouse_wrapper > div:nth-child(3) > div:nth-child(1) {
	display:none !important;
}
#parcels_table_warehouse_wrapper > div:nth-child(3) > div:nth-child(2) {
	margin: 0 auto;
	width:50% !important;
	max-width:50% !important;
	flex: 0 0 50% !important;
}
div.dataTables_wrapper div.dataTables_paginate {
	text-align:left !important;
}

.dataTables_paginate {
	padding-top: 0.25rem;
	padding-bottom: 1rem;
	margin:0 auto;
	text-align:center;
}

.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_active {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*font-size: 23px;*/
	box-sizing: border-box;
	display: inline-block;
	min-width: 1rem;
	padding: 0.25rem 1rem;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #917E74 !important;
	border: 0px solid transparent;
	border-radius: 0px;
}
.page-item .page-link {
	padding: 0.25rem 1rem;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #917E74 !important;
	border: 0px solid transparent;
	border-radius:0px;
	display:inline;
}


.dataTables_paginate .paginate_active {
	color: #917E74 !important;
	border: 1px solid #E8E5DF;
	background-color: #fff;
}
.page-item.active .page-link {
	color: #917E74 !important;
	border: 1px solid #E8E5DF;
	background-color: #fff;
}



.media-body {
	font-weight: 600;
	line-height: 24px;
	font-size: 16px;
}
.more-open {
	padding-right:20px;
	background: url('../../img/bottom-small.png') no-repeat center right;
	font-size:0.9rem;
	font-weight:300;
}
.more {
	padding-right:20px;
	background: url('../../img/top-small.png') no-repeat center right;
	font-size:0.9rem;
	font-weight:300;
}

.navbar .btn {
	border-radius:0;
	border-right:1px solid white;
	min-width:10rem;
	padding:.5rem 1.2rem;
	background: #F2EBDC;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #917E74;
	text-decoration:none;
}
.navbar .btn.active {
	background: #F8F3E6;
	color: #917E74;
}

.frm strong {
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	font-size: 18px;
	color: #644A3D;
	text-decoration:none;
}
.text-decoration-none {
	text-decoration:none !important;
}
.text-decoration-dotted {
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
}
.sample {
	font-style: italic;
	font-weight: normal;
	line-height: 19px;
	font-size: 14px;
	color: #A8A193;
}

.display-5 {
	font-style: normal;
	font-weight: 500;
	line-height:2;
	font-size:1rem;
	color: #333333;
}
.fs-08 {
	font-size:.8rem;
}
.fs-09 {
	font-size:.9rem;
}
.lh-80p {
	line-height:80%;
}
.lh-90p {
	line-height:90%;
}
.lh-100p {
	line-height:100%;
}

.tooltip-inner {
	min-width:150px !important;
	max-width: 600px !important;
}




#additional-service-frm a {
	font-size: 15px;
}
















h1 {font-size:1rem;} /*1rem = 16px*/

.paginate_button.page-item.first.disabled,
.paginate_button.page-item.previous.disabled,
.first.paginate_button.paginate_button_disabled,
.previous.paginate_button.paginate_button_disabled
{
display:none;
}


