﻿/*#region Site CSS*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

.bg-01
{
	background-color: #ddd;
}
.bg-02
{
	background-color: #eee;
}
body
{
	/*font-family: Helvetica, Arial, sans-serif;*/
}

	body.infoPage header#global_header
	{
		padding-top: 7.5rem !important;
		background-color: #f18701;
		background-image: url(/_Theme/wp-content/themes/gwrr-parent/img/svg/HeaderTriangularPatterns.svg);
		background-position: center left;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
		padding-bottom: .1px;
		overflow: hidden;
	}
.portal-font-bold
{
	font-weight: 800;
}
.min-main
{
	min-height: 400px;
}
input[type=button], input[type=submit], input[type=reset]
{
	margin-bottom: 20px;
}
.pes
{
	color: #333;
}
.c-white
{
	color:white;
}
.portal.navbar-toggler:active, .portal.navbar-toggler:focus
{
	outline: none;
	box-shadow: none;
	border-color: white;
}
.portal.navbar
{
	padding-left: 0px;
}
.portal.nav-link.dropdown-toggle.c-white.show
{
	color: #f88401 !important;
}
a.c-white:hover
{
	color: #f88401 !important;
}
a.c-orange
{
	color: #ba6301 !important;
}
	a.c-orange:hover
	{
		color: #f88401 !important;
	}

.navbar-toggler
{
	color: white !important;
	border: 2px solid white;
}
.navbar-toggler-icon
{
	color: white !important;
}
a.portal.nav-link:hover
{
	color: #f88401 !important;
}
.site-rule
{
	min-height: 1px;
	background-color: #999;
	margin-top: 15px;
	margin-bottom: 25px;
}

.centered
{
	margin: auto;
	padding: 10px;
}

.top-panel
{
	background: black; /* url("/_Theme/themes/cfsecommerce/img/svg/masthead-orange.svg") no-repeat !important;*/
	/*background-size: 33% !important;*/
}

#global_header #ghead_company_nav .no-bullets#menu-company-menu li label,
#global_header #ghead_company_nav .no-bullets#menu-company-menu li a
{
	color: white;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	/*font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
}

.logoImage
{
	height: 100px !important;
}
.site-logo
{
	max-height: 125px !important;
}

.hidden
{
	display: none !important;
}

#global_header, #global_header::before, #global_header::after,
#global_header *, #global_header *::before, #global_header *::after
{
	box-sizing: content-box !important;
}

h1
{
	font-family: Helvetica, Arial, sans-serif
}

h3
{
	font-weight: 500;
}

h4.pes-h4
{
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
}

h5.pes-h5
{
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	line-height: 1.4;
}

.h2-link-right
{
	padding-top: 8px;
	margin-left: -60px;
	text-align: right;
}

.ta-left
{
	text-align: left !important;
}

.ta-center
{
	text-align: center !important;
}

.ta-right
{
	text-align: right !important;
}

.message-success
{
	text-align: center;
	vertical-align: middle;
	border: none;
	/*border: 1px solid #28a745;
	border-bottom: 4px solid #28a745;*/
	padding: 15px;
	margin-bottom: 20px;
	color: #28a745;
}

.message-warning
{
	text-align: center;
	vertical-align: middle;
	border: none;
	/*border: 1px solid #ffc107;
	border-bottom: 4px solid #ffc107;*/
	padding: 15px;
	margin-bottom: 20px;
	color: #ffc107;
}

.message-error
{
	text-align: center;
	vertical-align: middle;
	border: none;
	/*border: 1px solid #dc3545;
	border-bottom: 4px solid #dc3545;*/
	padding: 15px;
	margin-bottom: 20px;
	color: #dc3545;
}

.message-info
{
	text-align: center;
	vertical-align: middle;
	border: none;
	/*border: 1px solid #17a2b8;
	border-bottom: 4px solid #17a2b8;*/
	padding: 15px;
	margin-bottom: 20px;
	color: #17a2b8;
}
.error-ref
{
	font-size: 12px;
	color: #bbb;
}

a
{
	text-decoration: none;
}

.validation-style
{
	padding-bottom: 25px;
}

	.validation-style > ul > li
	{
		list-style-type: none !important;
		text-align: center !important;
	}

.page-bg
{
	background-image: url("/_Theme/themes/cfsecommerce/img/svg/slice2.svg"), url("/_Theme/themes/cfsecommerce/img/svg/slice3.svg");
	background-size: auto 70em, auto 50em;
	background-position: calc(100% + 30em) 0,0 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 50px !important;
	/*background-color: white !important;*/
}

option:disabled
{
	color: #aaa;
}

.disabled-link
{
	pointer-events: none;
}

.bordered-row
{
	border: 1px solid #999;
	margin-bottom: 20px;
	padding: 20px;
}

.col-12 p
{
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px)
{
	.h2-link-right
	{
		padding-top: 0px;
		padding-bottom: 20px;
		font-size: 1.5rem;
		margin-left: 0px;
		text-align: left;
	}
}

.faq-container h2.no-pointer
{
	cursor: default;
}

.pes-col-hr
{
	border-bottom: 1px solid #999;
}

.dialog-btn
{
	margin-left: 20px;
	background-color: #f18701;
	color: white;
	padding: 15px;
	border-radius: 1.5rem;
	cursor: pointer;
}

	.dialog-btn:hover
	{
		background-color: #F4BE79;
		color: #333;
		cursor: pointer;
	}

.ta-no-resize
{
	resize: none;
}

.mandatory
{
	color: #cc0000;
}
/*#endregion*/

/*#region radioButtons as buttons*/
.gw-radio-grp
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

	.gw-radio-grp li
	{
		float: left;
		margin: 0 5px 0 0;
		min-width: 100px;
		min-height: 40px;
		position: relative;
		text-align: center;
	}

	.gw-radio-grp label
	{
		padding: 2px 10px;
		min-width: 100px;
		text-align: center;
	}

	.gw-radio-grp input
	{
		position: absolute;
		padding: 2px 10px;
	}

		.gw-radio-grp input::before
		{
			content: "";
		}

		.gw-radio-grp input[type="radio"]
		{
			opacity: 0.01;
			z-index: 100;
		}

			.gw-radio-grp input[type="radio"]:checked + label,
			.Checked + label
			{
				background: #f18701;
				color: white;
			}

	.gw-radio-grp label
	{
		padding: 5px 15px;
		border: 1px solid #CCC;
		cursor: pointer;
		z-index: 90;
		border-radius: 20px 20px;
		font-size: 26px;
	}

		.gw-radio-grp label:hover
		{
			background: #DDD;
		}

/*#endregion*/

/*#region Padding and Margins*/
.pad-ten
{
	padding: 10px;
}

.pad-bottom-10
{
	padding-bottom: 10px;
}

.pad-bottom-20
{
	padding-bottom: 20px;
}

.pad-bottom-30
{
	padding-bottom: 30px;
}

.pad-bottom-40
{
	padding-bottom: 40px;
}

.pad-bottom-50
{
	padding-bottom: 50px;
}

.pad-left-10
{
	padding-left: 10px;
}
.marginTop20
{
	margin-top: 20px;
}
/*#endregion*/

/*#region Size Hint Panel*/
.HideSizeHintPanel
{
	display: none;
	height: 0px;
}

.ShowSizeHintPanel
{
	display: block;
	height: 70px;
}

.bg-l
{
	background-color: #cccccc;
	min-height: 10px;
}

.bg-d
{
	background-color: #aaaaaa;
	min-height: 10px;
}
/*#endregion*/

/*#region CSS Dialog box*/
.popup-span
{
	white-space: pre-line;
}

.fl-modal-dialog
{
	position: fixed;
	z-index: 10000 !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: default;
	background: rgba( 128, 128, 128, .5 );
	display: none;
	margin: 0px 0px;
}

.fl-modal-message
{
	background: rgba(255,255,255,1);
	background-color: white;
	margin: 50px auto auto auto;
	max-width: 500px;
	padding: 25px 25px;
	border: 1px solid black;
	text-align: left;
}

@media (max-width: 480px)
{
	.btn-block-mobile
	{
		width: 100%;
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px)
{
	.btn-block-mobile
	{
		width: 100%;
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
	}
}
/*#endregion*/

/*#region Index*/
.search-button
{
	text-align: center !important;
	margin-top: 10px !important;
}

.clippy
{
	display: none !important;
}

.ta-centre
{
	text-align: center;
}

.h2
{
	text-align: left !important;
	font-family: century-gothic, Arial, Helvetica, sans-serif;
	font-size: 36px !important;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 60px;
	color: #333;
}

.h2-centered
{
	text-align: center !important;
	font-family: century-gothic, Arial, Helvetica, sans-serif;
	font-size: 36px !important;
	padding-top: 0px;
	padding-bottom: 20px;
	/*margin-left: 60px;*/
	color: #333;
}

.lp-section
{
	margin-bottom: 30px;
	padding: 0 25px;
}

.lp-section-row
{
	height: 100%;
}

.lp-section-inner
{
	border-top: 1px solid #222222;
	background-image: url('/_theme/Images/Chevron.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.lp-icon
{
	padding-top: 20px;
	height: 100px;
}

.lp-link-block
{
	padding: 0px 8px 20px 8px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-wrap: anywhere;
	overflow-wrap: anywhere;
}

.lp-link
{
	background-color: white;
	background-image: url('/_Theme/Images/btnCorner.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #222222;
	border-radius: 10px;
	min-height: 80px;
	color: #333;
	/*width: 80%;*/
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 5px 5px 5px silver;
	word-wrap: anywhere;
	overflow-wrap: anywhere;
	max-width: 100%;
}

	.lp-link:hover
	{
		/*color: orange;*/
		color: white;
		background-color: #f29e34;
		background-image: url('/_Theme/Images/btnCornerHover.png');
	}

.lp-link-row
{
	background-color: white;
	background-image: url('/_Theme/Images/btnCorner.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #222222;
	border-radius: 10px;
	min-height: 80px;
	color: #333;
	/*width: 80%;*/
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	box-shadow: 5px 5px 5px silver;
	word-wrap: anywhere;
	overflow-wrap: anywhere;
	max-width: 100%;
}

	.lp-link-row:hover
	{
		/*color: orange;*/
		color: white;
		background-color: #f29e34;
		background-image: url('/_Theme/Images/btnCornerHover.png');
	}

.lp-link-disabled
{
	background-color: #ddd;
	background-image: url('/_Theme/Images/btnCornerDisabled.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #222222;
	border-radius: 10px;
	min-height: 80px;
	color: #999;
	/*width: 80%;*/
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 5px 5px 5px silver;
	word-wrap: anywhere;
	overflow-wrap: anywhere;
}

.lp-link-inner
{
	margin: 15px;
	text-align: center;
	font-size: 24px;
	min-height: 70px;
	word-wrap: anywhere;
	overflow-wrap: anywhere;
	max-width: 80%;
}

.news-image-span
{
	max-height: 205px;
	max-width: 200px;
	min-width: 200px;
	padding: 10px;
	overflow: hidden;
}

.news-image
{
	max-height: 185px;
	/*max-width: 200px;*/
}
/*##########*/

.lp-counter
{
	font-family: 'Bodoni Moda', serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.lp-counter-count
{
	/*border-radius: 10px;*/
	/*border: 1px solid #666666;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	/*    background: #f18701;*/
	color: #f18701;
	font-size: 4em;
	min-height: 60px;
	padding: 10px;
}

.lp-counter-text
{
	font-family: Arial, Helvetica, sans-serif,Arial, sans-serif;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
}

@media (max-width: 575px)
{
	/*Extra Small*/
	.lp-counter-count
	{
		font-size: 3em;
	}
}

@media (max-width: 767px)
{
	/*Small*/
	.lp-counter-count
	{
		font-size: 4em;
	}
}

@media (max-width: 991px)
{
	/*Medium*/
	.lp-counter-count
	{
		font-size: 5em;
	}
}

@media (min-width: 992px)
{
	/*large*/
	.lp-counter-count
	{
		font-size: 6em;
	}
}

/*#endregion*/

/*#region Report*/
.no-padding-or-margin
{
	padding: 0px !important;
	margin: 0px !important;
}

.pad-top-ten
{
	padding-top: 10px;
	margin: 0px !important;
}

.hide
{
	display: none;
}

#ReportSpace
{
	border: none;
	margin: 0px;
	padding: 0px;
	height: calc(100vh - 250px);
	height: -webkit-calc(100vh - 250px);
}

#UnsizedReportSpace
{
	min-height: 400px;
	overflow: visible;
}
/*#endregion*/

/*#region SitRep*/
.sitrep-section
{
	margin-bottom: 10px;
	padding: 0 25px;
}

.sitrep-link-block
{
	padding: 0px 8px 10px 8px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sitrep-link
{
	cursor: pointer;
}

	.sitrep-link:hover
	{
		background-color: orange;
	}

.sitrep-counter
{
	color: white;
	display: inline-block;
	font-size: 3rem;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

.sitrep-detail
{
	font-size: 28px;
	line-height: 30px;
}

.sitrep-detail-counter
{
	color: white;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 5px;
}

.sitrep-detail-comment
{
	color: #999;
}

.sitrep-detail-baricon
{
	font-size: 1.8rem;
	padding-left: 3px;
	color: white;
}

.sitrep-label
{
	color: white;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	padding: 0 5px;
	font-size: 0.8rem;
}

.sitrep-loc-label
{
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	color: #f28b18;
	font-size: 1.4rem;
	text-decoration: underline;
}

.sitrep-update-text
{
	font-size: 14px;
	color: #999;
	vertical-align: bottom;
	text-align: center;
}

.sitrep-turnaround-label
{
	text-align: center;
	color: #fe8d00;
}

.sitrep-turnaround-time
{
	text-align: center;
	font-size: 2rem;
	line-height: 55px;
}

.sitrep-turnaround-time-small
{
	text-align: center;
	font-size: 1.2rem;
	line-height: 55px;
}

.sitrep-area-issue
{
	min-height: 55px;
}

.sitrep-green
{
	background-color: #006600;
}

.sitrep-amber
{
	background-color: #FF9900;
}

.sitrep-red
{
	background-color: #990000;
}

.sitrep-grey
{
	background-color: #666666;
}

.sitrep-black
{
	background-color: #000000;
}

.sitrep-green-rev
{
	color: #006600;
	background-color: white;
}

.sitrep-amber-rev
{
	color: #FF9900;
	background-color: white;
}

.sitrep-red-rev
{
	color: #990000;
	background-color: white;
}

.sitrep-grey-rev
{
	color: #666666;
	background-color: white;
}

.sitrep-black-rev
{
	color: #000000;
	background-color: white;
}

.sitrep-baricon
{
	padding-left: 3px;
	color: white;
}

.sitrep-green-bar
{
	width: 100%;
	border-radius: 10px;
	background-color: #006600;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}

.sitrep-amber-bar
{
	width: 100%;
	border-radius: 10px;
	background-color: #FF9900;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}

.sitrep-red-bar
{
	width: 100%;
	border-radius: 10px;
	background-color: #990000;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}

.sitrep-grey-bar
{
	width: 100%;
	border-radius: 10px;
	background-color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}

.sitrep-black-bar
{
	width: 100%;
	border-radius: 10px;
	background-color: #010101;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}

.sitrep-location
{
	color: #333;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 30px;
	min-height: 125px;
	box-shadow: 5px 5px 5px silver;
}
/*#endregion*/

/*#region Switch Account*/
.account-switch-link
{
	color: red;
}
.bordered
{
	border: 1px solid orange;
}
/*#endregion*/

/*#region Quoting*/
.quote-mandatory-label
{
	color: #cc0000 !important;
}

.quote-mandatory-border
{
	border: 1px solid #cc0000;
}

.quote-h2
{
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
}

.quote-nav-btn-row
{
	/*margin-top: 20px;*/
}
@media (max-width: 1023px)
{
	.col-9.col-sm-9 h3
	{
		font-weight: 600;
	}
}

input[type="submit"].quote-nav-btn,
.quote-nav-btn
{
	margin-left: 10px;
	background-color: #f18701;
	color: white;
	padding: 15px;
	border-radius: 1.5rem;
	cursor: pointer;
	min-height: 51px;
	vertical-align: middle;
	white-space: pre;
	border: none;
}
	input[type="submit"].quote-nav-btn:hover,
	.quote-nav-btn:hover
	{
		background-color: #F4BE79;
		color: #333;
		cursor: pointer;
	}

input[type="submit"].quote-nav-btn-left,
.quote-nav-btn-left
{
	margin-right: 20px;
	background-color: #f18701;
	color: white;
	padding: 15px;
	border-radius: 1.5rem;
	cursor: pointer;
	min-height: 51px;
	vertical-align: middle;
	white-space: pre;
	border: none;
}
	input[type="submit"].quote-nav-btn-left:hover,
	.quote-nav-btn-left:hover
	{
		background-color: #F4BE79;
		color: #333;
		cursor: pointer;
	}



.quote-waypoint-btn
{
	margin-left: 20px;
	background-color: #f18701;
	color: white;
	padding: 15px;
	border-radius: 1.5rem;
	cursor: pointer;
}

.quote-wayquote-btn:hover
{
	background-color: #F4BE79;
	color: #333;
	cursor: pointer;
}

.quote-review-value
{
	width: 100%;
	border: 1px solid #ddd;
	color: #444444;
	background-color: #eee;
	padding: 10px;
	border-radius: 3px;
	min-height: 45px;
}

#MovementDate.datepicker
{
	background-color: white !important;
}

.breadcrumb-row
{
	/*background-color: #cccccc;*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 25px;
}

.breadcrumb-col
{
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	border: 1px solid #F88401;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #F88401;
	background-color: white;
	line-height: 50px;
}

	.breadcrumb-col.done
	{
		color: white;
		background-color: #F88401
	}

		.breadcrumb-col.done:hover
		{
			cursor: pointer;
		}
/*#endregion*/
