:root {
	--font: 'open-sans', sans-serif;
  --headerFont: 'open-sans', sans-serif;
  --primaryFont: 'open-sans', sans-serif;
  --primaryColour:#822433;
  --linkColour:#822433 !important;
  --linkHoverColour: #999;
  --primaryButtonColour:#822433;
  --primaryButtonHoverColour:#9e3a48;
  --primaryInputColour:#f5e6e8;
}


@font-face {
  font-family: 'Handel-Gothic-BT';
  src:  url('../fonts/Handel-Gothic-BT.ttf.woff') format('woff'),
  url('../fonts/Handel-Gothic-BT.ttf.svg#Handel-Gothic-BT') format('svg'),
  url('../fonts/Handel-Gothic-BT.ttf.eot'),
  url('../fonts/Handel-Gothic-BT.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'insigniaroman';
	src: url('../fonts/insignia-webfont.woff2') format('woff2'),
	url('../fonts/insignia-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, .sideMenu ul li a, button, select {
	font-family: var(--font);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font);
	line-height:1.4;
	color: var(--primaryButtonColour) ;
}


@media all and (max-width: 1024px) {
	h1 {font-size: 1.8em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.2em;}
	h4 {font-size: 1em;}
	h5 {font-size: 0.9em;}
	h6 {font-size: 0.8em;}

	.display h1 {
		font-size: 1.8em;
	}
}
input[type=checkbox],input[type=radio] {
  width: unset !important;
}

.LogoSet, #TopLogo{
	height:70px;
}
.LogoSet{
	height:90px;
	padding:20px;
}

#TopLogo{
	height:70px;
	padding:6px;
}


.page-footer{
	margin-top:2.5rem;
}

.lightBackground{
	background:#fff8f4;
}

#topMenu .navbar-nav{
	right: 0;
	position: absolute;

}

#topMenu .nav-item a{
	color:#F57325;
}



.navbar{
	position:fixed; 
	top:0px; 
	left:0px; 
	right:0px; 
	padding-left:40px;
	padding-right:40px;
	background:white; 
	z-index:2;
}

#headerSpacer{
	height:66px;
}

.mainColour {
	color:#212529;
}

.secColour {
	color:var(--primaryButtonColour);
}


a.EditLink  {	
	color:#F57325 !important;
	cursor: pointer;
}

a{
	color: var(--primaryButtonColour);
}


a.noHover:hover{
	color:#F57325;
}


.BigLogo
{
	margin-bottom:20px;
	width:150px;
	height:150px;
}

.mainColourBg ,
.mainColourBg:disabled,
.mainColourBg:disabled:hover
{

	background:#F57325;
	border-color:#F57325;
}

.mainColourBg:hover
{
	background:#999;
	border-color:#999;
}

a:hover
{

	color:#999;
}

.brandLogo{
	border:  1px solid #F57325;	
	margin-top:66px;
	margin-bottom:66px;
	padding: 20px;
}

.showElem {
	display: block;
}

.hideElem {
	display: none;
}

.tblHeader {font-weight: bold;}



.btn-link:hover {
	color: #F57325;
	text-decoration: none;

}

.no-space {
	margin: unset;
	padding: unset;
}

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

.answer input {
	width: 80px;
	padding: 0.48em 0.6em;
}

.answer input[type=radio] {
	width: unset;
}

.header{
	color: var(--primaryButtonColour);
	padding: 15px;
}

.headerSection {
	cursor: pointer;
	border-bottom: 1px solid black;
}

.answerRow {
	padding-bottom: 25px;
	margin: 0px 10px;
	border-bottom: 1px solid black;
}


.dataHubSupportIcon{
	 position:fixed;
	 right:40px;
	 bottom:40px;
	 cursor:pointer
}

.seperator{

	border-top:  1px solid #F57325;	
	border-bottom:  1px solid #F57325;
	position:relative;
	padding-bottom: 20px;
}

.seperator:after
{

	position:absolute;
	top:7%;
	bottom:7%;
	right:0px;
	border-right: solid #F57325 1px;
	content: '';
}

.seperator:last-child:after
{
	display:none;
}

.bottomBorder
{
	border-bottom: solid black 1px;
}
.topBorder
{
	border-top: solid #F57325 1px;
}
.leftBorder
{
	border-left: solid #F57325 1px;
}
.rightBorder
{
	border-right: solid #F57325 1px;
}
@media only screen and (max-width: 767px) {
	.rightBorder{
		border-right: none;
	}
}

@media only screen and (min-width: 767px) {
	.seperator.hideTopBorder{
		border-top: none;
	}
}

@media only screen and (max-width: 767px) {

	.seperator:after{
		/*Do not show the right border on mobile screens*/
		display:none;
	}

	.seperator:not(:first-child){
		/*Do not show on 2nd row for mobile screens*/
		border-top:  none;
	}
}





.simpleMenuHorizontal{
	position:absolute;
	right:40px;	
	top: 15px;
}


.simpleMenuHorizontal span{
	margin-left:30px;
}


input,
select,
textarea {
	padding: 0.6em 0.6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0px 0px 0px 0px red;
	background-color: var(--primaryInputColour);;
}


table.table thead tr th 
{
	white-space: nowrap;
    background: var(--primaryButtonColour);
    color: white;
    font-weight: unset;
}
table.table tbody tr td {
    background: #dddddd;
    vertical-align: middle;
    border-top: 1px solid #b7b7b7;
}


.typeAheadIcon
{
	position:absolute;
	right: 10px;
	font-size:16px !important;
	top: 11px;
}




.btn {
	padding: 7px 25px;
	font-size: 1em;
	line-height: 2em;
	border-radius: 0px;
	letter-spacing: 1px;  

	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;    
}

.btn-primary{
	background-color: var(--primaryButtonColour);
	border-color: var(--primaryButtonColour);
}


.btn-primary:hover,
.btn-primary:active
{
	background-color: var(--primaryButtonHoverColour); ;
	border-color: var(--primaryButtonHoverColour); ;
}

.btn-default
{
	color: #111;
	background:#CCCCCC;
	border-color: #CCCCCC;
}

.btn-default:hover,
.btn-default:active
{
	color: #111;
	background:#A1A1A1;
	border-color: #A1A1A1;
}

.requiredMissing {
	border: 1px solid var(--primaryButtonColour);
	background: var(--primaryInputColour);
}

.requiredMissing.style{
	border-color: red;
}


.control-group{
	color: #F57325;
}


.control-group>label{
	width: 200px;
	display:inline-block;
	position:absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.control-group>input{
	margin-left:200px;
}


.control-group .controls{
	width: calc(100% - 210px);	
	display:inline-block;
	margin-left:210px;
}

.control-group{
	position: relative;
	border-bottom: solid #F57325 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.card-header{
	position: relative;
}

div > .EditLink{

	position: absolute;
	top:50%;
	right:10%;
	transform: translateY(-50%);
}

.font{
	font-family: 'insigniaroman', sans-serif;
}

.nav-tabs li,
.nav-tabs li a
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}



.nav-tabs li a.active{

	border-top: solid #F57325 1px;
	border-left: solid #F57325 1px;
	border-right: solid #F57325 1px;
	border-bottom: solid #F57325 0px;
	border-top-left-radius:  10px;
	border-top-right-radius: 10px;
}

.nav-tabs{
	border-bottom-width: 0px;
}

.tab-content{

	border-top: solid #F57325 1px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}


.collapseIcon::After {
	position: absolute;
	font-size: 34px;
	font-weight: bold;
	padding-left: 10px;
	font-family: "FontAwesome";
	color: #F57325;
	display: inline-block;
	content: "\f107";
}

.collapseIcon.collapsed::After {

	content: "\f105";
}


.padding{
	margin-top: 66px;
	margin-bottom: 66px;

}

.simpleMenu{
	padding-inline-start: 0px;

}


.socialMenu img{
	width:40px;
	height:40px;
}

.socialMenu img:hover{
	filter: none;
}

footer h3{
	line-height:1.4;
	font-size:18px;
	letter-spacing:normal;

}

.footerPhone{
	margin-top: 28px;
	line-height:28px
}

.footerEmail{
	line-height:28px
}

footer{
	padding-bottom: 2.5rem;
}

#mainPhoto{
	width:100%;
}


.csstooltipcheck{

	margin-left: 0px;
	border-radius: 50px;
	text-align: center;
	padding: 5px;
	font-size:19px;
}


.csstooltip > .csstooltiptext{
	display:none;
	position:relative;
}

.csstooltip {
	position: relative;
}

.csstooltip.tooltiphover:hover > .csstooltiptext,
.csstooltip.tooltipshow > .csstooltiptext
{
	position:absolute;
	display:block;
	z-index: 10000;
	background: #c0ccd8;
	border: 1px solid #c0ccd8;
	min-width:200px;
	margin:15px;
	font-size:15px;
	color:black;
	text-align:center;
	left:0%;
	bottom:10px;
	transform: translateX(-50%);
}

.tooltip-inner
{
	background: #c0ccd8;
	color:black;
}
.tooltip .arrow::before{

	border-top-color: #c0ccd8;
}

.formBackground{
	background: rgba(238,238,238, 0.95);
}


#dataTbl .headerRow {

	position: sticky;
	top:0px;
	background-color: white;
	z-index:1;
	height:47px;
	background:#D9D9D9;
}

#dataTbl .headerRow [class^="col"]{
	font-weight:bold;
}

#dataTbl .row 
{
	/*border-bottom: 1px solid #dee2e6;*/
}


#dataTbl .pagination span{
	border: 1px solid #F57325;
	padding:2px 3px;
	margin:2px;
	color: #F57325;
	width: 30px;
	display: inline-block;
	text-align:center;
}

#dataTbl .pagination {
	margin-bottom: 12px;
}


#dataTbl .fa
{
	color: var(--primaryButtonColour)
}

#dataTbl .inactive,
#dataTbl .inactive  .fa
{
	color:#adadad
}

#dataTbl .inactive
{
	background: #f1f1f1;
}



.dropdownMenu{
	display:none;
}

.expandedMenu .dropdownMenu{
	text-align:left;
	display:block;	
	position: absolute;
	background: white;
	z-index: 12;
	right: 0px;
	border: 1px solid #dee2e6;
	width: 230px;
	padding: .75rem;
}

.colThird
{
	position: relative;
	width: 100%;
	min-height: 1px;
}

.colTwoThird
{
	position: relative;
	width: 100%;
	min-height: 1px;
}


@media (min-width: 768px)
{
	.colThird{
		flex: 0 0 2.777777%;
		max-width: 2.777777%;
	}
	.colTwoThird{
		flex: 0 0 5.555555%;
		max-width: 5.555555%;
	}
}



.deleting{
	background: #fb8383;
}

.p-75rem {
	padding: 0.75rem!important;
}

.vCenter{
	align-items: center
}


@media (max-width: 768px)
{
	.toprightmobile{
		position:absolute;
		right:5px;
		top:25px;
	}
}

.formBackground{
	background: rgba(238,238,238, 0.95); 
	padding:50px;
}

.expandRow>.row h3{
	padding: 10px 0px;
	border-bottom: 1px solid black;
	color: #F57325;
}

.expandRow.expandContent>.row h3
{
	color: #D1D3D4; 
}

.expandRow > h3::after{
	font-family: 'Font Awesome 6 Free';
	margin-left: 10px;
	content: '\f105';
	color: #F57325;
	font-weight: 900;
}

.expandRow.alwaysShow h3::after{
	content: '';
}

.expandRow.expandContent>.row h3::after{
	content: '\f107';
	color: #D1D3D4; 
}


.expandRow .content
{
	display:none;
}


.expandRow.expandContent .content
{
	display:block;
}


.expanderMenu .expandRow .expandContent {
	display: none;
}


.expanderMenu .expandRow.expanded>.expandContent {
	display: block;
}


input[type="color"]{
	padding:0px;
}

.expanderMenu h3,
.expandRow h3
{
	margin-bottom: 0px;
	font-family:var(--font);
}

.btn-primary:disabled,
.btn-primary[disabled],
.btn-primary:hover[disabled],
.btn-primary:active[disabled]{
	border: 1px solid #999999 !important;
	background-color: #cccccc !important;
	color: #666666 !important;
}
#passwordToggle {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	padding-left: 10px;
}

.copyrightBlock {
	text-align: center;
	padding-top: 80px;
}

.copyrightBlock div {
	color: #9b9b9b;
}
.copyrightBlock p {
	color: #212529;
}




.statsSet {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0px;	
	width: 100%;
	font-family: 'insigniaroman', sans-serif;
}
.statsSet div{
	border:1px solid var(--primaryButtonColour);
	/*min-height:160px;*/
}
.statsSet .header{
	background:  var(--primaryButtonColour);
	position: absolute;
	margin-top:-44px;
	margin-bottom:0px;
	color:white;
	padding:10px 14px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.statsSet .value{
	padding:6px 10px;
	margin:0;
	color:#F57325;
	font-weight:600;
}

.statsSet .value div, .eventsTable {
	border: unset !important;
	min-height: unset !important;
}

.pimStatus h5{
	color: var(--primaryButtonColour);
	width: 50%;
	margin: unset;
	padding: 5px 0px;
}
.pimStatus div{
	display: flex;
	border-bottom: 1px solid black;
}
.pimStatus .value{
	color: #9e9e9e;
	background: #f3f3f3;
	padding: 5px 15px;
}



.noSpacing {
    margin: 0px;
    padding: 0px;
}


.table {
	font-size: 0.8rem;
}












.contentTitle {
	color: #212529;
}

/*!
 * Product Search Section
 * /datahub/products#
 */
.searchProductRow {
	padding-left:0px !important;
	margin: unset;
	padding: unset !important;
	display: flex;
	justify-content: space-between;
}

.searchProductRow div {
	/*background: #fce3d4;*/
	/*padding: 10px;*/
	place-self: center;
}

.searchProductRow div input,
.searchProductRow div select
{
 	background:  var(--primaryInputColour);;
 	color: #757575;
 	border: none;
}

.searchProductRow .btnProducts {
	margin: 10px 0px;
    font-size: 14px;
}

.searchProductRow div input,
.searchProductRow div select,
.searchProductRow .multiSelectDropdowDiv
{
 	padding: unset;
 	margin: unset;
 	width: 300px;

}







/*!
 * Product Display Section
 * /datahub/product/edit/(productId)
 */



.segment table {
	margin-top: 1rem;

}
.title .productDisplayTitleSection {
	margin-bottom: 0px;
}

.productDisplayTitleSection {
	padding: 10px 0px;
    border-top: 1px solid #9e9e9e;
    /*border-bottom: 1px solid #9e9e9e;*/
    border-bottom-width:0px;
    color: var(--primaryButtonColour);
    cursor:pointer;
}
.productDisplaySection {
    border-bottom: 1px solid #9e9e9e;
    padding: 0px;
    margin: 0px;
    color: #6c6c6c;
}
.productDisplaySection .flexSection {
    display: flex;
    column-gap: 5px;
    margin: 0px 10px;
}
.productDisplaySection .flexSection .divTitle {
	width: 35%;
	margin: 10px 0px;
}
.productDisplaySection .flexSection .divInfo {
	margin: 10px 0px;
	width:65%;
}
.productDisplaySection .flexSection .divInfo img {
	width: 40px;
}



/*!
 * 
 * EDIT FORM TEMPLATE
 * 
 * User Edit Section
 * /datahub/users/edit
 *
 * User Type Edit Section
 * /datahub/usertypes/edit
 */

.editFormSection .section {
    padding-bottom: 15px;
}

.editFormSection .fieldLabel {
    padding-bottom: 5px;
    font-weight: bold;
}

.editFormSection input,
.editFormSection select,
.editFormSection textarea,
.editFormSection multiSelectDropdowDiv {
    width: 100%;
}

.editFormSection .radioFlex input[type=radio] {
    margin-top: 5px;
}

.editFormSection input[type=checkbox],
.editFormSection input[type=radio] {
  width: unset;
}

.dropdownUserMenu {
    top: 25px !important;
    left: 30px !important;
    border: 1px solid var(--primaryButtonColour);
    border-radius: 0px;
    font-weight: 100;
}


/*!
 * User Management Module
 * /datahub/users/?
 */
.searchUserRow {
	padding: 0px 0px 0px 20px !important;
	margin: unset;
	display: flex;
	justify-content: space-between;
}

.searchUserRow div {
	background: var(--primaryInputColour);
	padding: 10px;
	place-self: center;
}

.searchUserRow div input,
.searchUserRow div select
{
 	background: var(--primaryInputColour);
 	color: #757575;
 	border: none;
}

.searchUserRow .btnProducts {
	margin: 10px 0px;
    font-size: 14px;
}

.searchUserRow div input,
.searchUserRow div select,
.searchUserRow div button
{
 	padding: unset;
 	margin: unset;
 	width: 300px;
}




/*!
 * 
 * Information Manager Configuration
 * /datahub/products/config
 * 
 */

.infoMngrConfig {

}

.infoMngrConfig .headerConf {
	display: flex;
    justify-content: space-between;
}

.infoMngrConfig .headerConf h4 {
	color: #212529;
	margin: 6px 0px;
}

.infoMngrConfig .iconLeft {
	float: right;
	color: var(--primaryButtonColour);;
}


#segmentDialog, #brandDialog, #groupDialog {
	position: fixed;
    background: white;
    width: 300px;
	border: 1px solid var(--primaryButtonColour);
    overflow: auto;
}

#complianceDialog {
	background:white;
	width: 300px;
	border: 1px solid #f47424;
}

#tagDialog {
	position: fixed;
	background:white;
	width: 300px;
	border: 1px solid #f47424;
}

#segmentDialog .contentDialog,
#tagDialog .contentDialog,
#brandDialog .contentDialog,
#groupDialog .contentDialog,
#complianceDialog  .contentDialog {
    padding:20px;
}

.contentDialog p {
	font-weight: unset !important;
	color: var(--primaryButtonColour);
}
.contentDialog input,.contentDialog textarea {width: 100%;}

.btn-dialog {
	display: flex;
    justify-content: space-between;
	color: var(--primaryButtonColour);
	padding: 6px 20px;
	border-top: 1px solid var(--primaryButtonColour);
    cursor: pointer;
}

.tagOuter {
	display:flex;
    background: var(--primaryButtonColour);
    color: #ffffff;
}
.tagOuter p,.tagOuter i {
    padding: 10px;
}
.tagOuter i {
    background: rgb(255 255 255 / 35%);
    padding-top: 14px;
}
.tagOuter.selected {
	background: #F29A63;
}
.tagOuter .tagName {
	cursor: pointer;
}
.subCategorySection {
	margin-left: 25px;
}
.flexCategoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}





/*!
 * 
 * Multi Select Dropdow
 * /datahub/product/edit/#
 * /datahub/products
 * 
 */


	.multiSelectDropdowContainer {
		max-width:33%;
	}

	.multiSelectDropdowDiv {
		background:  var(--primaryInputColour);;

		border: 1px solid #ccc;

		display: flex;
		justify-content: space-between;
		float: right;
	}

	.multiSelectDropdowDiv .fieldLabel{	
		width: 100%;
    	padding: 0.35em 0.6em;
	}

	.multiSelectDropdowDiv .fa-caret-down,
	.multiSelectDropdowDiv .fa-chevron-down,
	.iconsContainer .fa-caret-down,
	.iconsContainer .fa-chevron-down{
		width: 2%;
    	margin: 0.9em 0.6em;
    	font-size: 12px;		
    	padding: 0.5em 0.6em;
	}

	.multiSelectDropdowDiv .fa-caret-down{
		width: 2%;
    	margin: 0.7em 0.6em;		
	}


	.multiSelectDropdowDiv .dropdownItems{
		overflow-x:auto;
		overflow-y:scroll;
		position:fixed;


		padding: 10px;
		background:white;
		max-height: 200px;
		border: 1px solid #fde4d4;
		z-index:1000;

    	min-height: 121px;
	}

	.multiSelectDropdowDiv .dropdownItems .hideSearch{
		text-decoration: line-through;
		opacity: .4;
	}
	


	.multiSelectDropdowDiv .dropdownItems label{
		width:100%;
		padding-right:10px;
		color: rgb(117, 117, 117); font-size: 14px;
	}


	.multiSelectDropdowDiv .dropdownItems label input{
		margin-top:4px;
		float:right;
	}

	.multiSelectDropdowDiv .outerDisplay{
		width: 100%;
		cursor:pointer;
		display: flex;
		justify-content: space-between;
	}

	.multiSelectDropdowDiv .outerDisplay .value{
		padding: 7px 0px 7px 10px; 
		width:100%; 
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.multiSelectDropdowDiv .outerDisplay .value span.value{
		color: #757575;
		font-size: 14px;
	}

	.multiSelectDropdowDiv .outerDisplay .value span.remove
	{
		color: #757575;
		font-size: 14px;
		width: 5%;
	}



	.multiSelectDropdownButton {
		width:60px; 
		padding: 2px 0px 0px 0px;
	}

	.multiSelectDropdownButton button{
		border: unset;
    	padding: 0.6em 0.6em;
    	font-size: 12px;
    	margin: unset;
    	cursor: pointer;
    	background:  var(--primaryInputColour);
    	float: right;
	}

	.multiSelectDropdowPopUp {
		overflow-x: auto;
		overflow-y: scroll;
		position: fixed;
		width: 160px !important;
		bottom: 0px;
		background: white;
		max-height: 200px;
		border: 1px solid black;
	}
	.multiSelectDropdowCloseButton {
		position: absolute;
		right: 0px;
		cursor: pointer;
	}
	.multiSelectDropdowDiv .dropdownRow {
		/*background: #e1e1fb;*/
		/*display: flex;*/
  		/*justify-content: space-between;*/
	}


	@media only screen and (max-width: 800px) {
		.multiSelectDropdowContainer {
			max-width:100%;
		}
	}


.panelBreadcrumbs{
	padding: 10px 0px;
}
.panelBreadcrumbs a{
	cursor:pointer;
}
.panelBreadcrumbs a:hover{
    text-decoration: underline !important;
}

.applicationImage {
	width: 100%;
	height: 100%;
}
.applicationImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.swal2-confirm 
{
	background: var(--primaryButtonColour) !important;
}
.swal2-confirm:focus
{
	box-shadow: 0 0 0 3px var(--primaryButtonColour) !important;
}




.table tbody+tbody {
    border-top-width: 0px;
}

/* quicksort */

.tt-dropdown-menu{
	background:white;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:188px;
	overflow:hidden;
}

.tt-dropdown-menu .tt-suggestion
{
 	border-bottom: 1px solid #ccc;
}

.tt-dropdown-menu .quickSortType {
 	width:100%;
 	display: block;
 	border-bottom: 1px solid #ccc;
}

.tt-dropdown-menu .quicksortName {
	white-space:nowrap;
}


