:root{
	--ati-stale-gray: #bfcacc
}
body {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	display: flex;
    flex-direction: column;
    min-height: 100dvh;
	height: auto;
}

p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p, p.form-text span {
    font-weight: 400;
    font-size: 16px;
    color: #182023;
}

.page-copy h1, 
.page-copy h2, 
.page-copy h3, 
.page-copy h4, 
.page-copy h5, 
.page-copy p, 
.page-copy a, 
.page-copy span, 
.page-copy button, 
.page-copy .button1, 
.page-copy .button2 {
	font-family: Raleway;
}

p.text-numeric {
	font-family: Rubik;
}

.page-copy button, .page-copy .btn {
	font-weight: 500;
}

input#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton {
    margin-bottom: 20vh;
}

.wrapper-body {
	flex-grow: 1;
	min-height: 0;
}

.container {
	flex-grow: 1;
}

.row {
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin: 0;
}

.hidden {
	display: none;
}

.navigation-wrapper {
  position: relative;
  overflow: hidden; 
}

.navigation-background {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.05);
    z-index: 1;
}

.navigation-content {
  position: relative;
  z-index: 100; 
  padding: 16px;
}
 

.navbar-dark .navbar-nav > li > a:focus {
    border: transparent!important;
    outline: transparent;
}

.heading-edit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	margin-bottom: 3rem;
  }

.ppFlexContainer.affiliate-list-buttons {
	display: flex; 
	flex-direction: column; 
	gap: 1rem; 
	min-width: 300px; 
	align-items: flex-end; 
	justify-content: center;
  }

.ppFlexContainer.mobile-sub-nav,.ppFlexContainer.desktop-sub-nav {
	display: flex;
	gap: 30px;
	margin: 45px 0 0 0;
}

.ppFlexContainer.mobile-sub-nav {
	display: none;
	background-color: #000000c7;
    padding: 15px;
}
@media (max-width: 600px) {
	.ppFlexContainer.desktop-sub-nav {
		display: none;
	}

	.ppFlexContainer.mobile-sub-nav {
		display: flex;
	}
}
  
@media (max-width: 768px) {
	.heading-edit {
		gap: 1rem;
	  	flex-direction: column;
	  	align-items: flex-start;
	}

	
  }

  @media (max-width: 1199px) {
	.ppFlexContainer.affiliate-list-buttons {
		align-items: stretch;
        justify-content: left;
        flex-direction: row;
        margin-top: 2rem;
    }
  }
  

@media (max-width: 576px){
	.columnBlockLayout {
		padding: 7px!important;
	}
}
.navbar-toggler.custom-navbar-toggler > #menu-icon-ati {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect fill='%23182023' x='1.9' y='15.3' width='28.9' height='1.5' transform='translate(16.1 -6.9) rotate(45)'/><rect fill='%23182023' x='1.9' y='15.3' width='28.9' height='1.5' transform='translate(-6.5 16.3) rotate(-45)'/></svg>");
    }

.navbar-toggler.custom-navbar-toggler.collapsed > #menu-icon-ati {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect fill='%23182023' x='3.9' y='5.2' width='25' height='1.5'/><rect fill='%23182023' x='3.9' y='25.2' width='25' height='1.5'/><rect fill='%23182023' x='3.9' y='15.2' width='25' height='1.5'/></svg>");
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
	border: 0px!important;
}

#menu-button-ati {
	margin-top: 25px;
	background-color: transparent;
	border: none;
}

.static-top.navbar-dark {
	box-shadow: none;
}

.btn-group>.btn {
    margin-right: 0px;
}

.document-title-link 
	{
		text-decoration: none!important;
		font-size: 1em;
	}


/* Cards */
.ati.card, .ati.list-group {
	border-radius: var(--bs-border-radius);
	border: solid 1px var(--bs-gray-300);
	min-height: 200px;
}

.ati.card .card-header {
	background-color: transparent;
	border-radius: var(--bs-border-radius);
	padding-top: 17px;
}

.ati.card .list-group-item {
	display: flex;
	flex-direction: row;
}

.ati.card .list-group-item .list-title {
	flex-grow: 1;
}

.ati.card .list-title  p {
	margin-bottom: 2px;
}

.ati.card .list-title  small {
	font-family: Rubik;
}

.ati.card a.list-group-item, 
.ati.card a.list-group-item:focus, 
.ati.card a.list-group-item:hover {
    text-decoration: none !important;
	cursor: pointer;
}
.ati.card .card-body {
	border-radius: var(--bs-border-radius);
	display: flex;
  	flex-direction: column;
}

h3.card-title {
    margin-top: 0;
    font-family: 'Raleway';
    font-size: 1em;
    font-weight: 600;
}
.card-cta {
  margin-top: auto;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 1rem;   
}

/* Task Type Card */
.task-type-card {
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.task-type-card:hover {
  background-color: var(--portalThemeOnColor2);
  border-color: var(--ati-stale-gray);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.task-type-card.active {
  border-color: var(--portalThemeColor2);
  background-color: var(--portalThemeOnColor2);
  box-shadow: 0 0 0 2px rgba(13,110,253,0.15);
}

.task-type-card i {
  min-width: 32px; /* keeps icon aligned */
}


/* Divider */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0 2rem 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--bs-gray-300);
}

.divider:not(:empty)::before {
  margin-right: 0.75em; 
}

.divider:not(:empty)::after {
  margin-left: 0.75em;
}

/* Spinner */
  #spinner {
    position: fixed;
    top: 0px;
    left:0px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
  }

  .spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .spinner-border {
    color: #ff4800;
  }

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #f3f3f3;
	border-top: 5px solid #ff4800;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	display: none; /* Hidden by default */
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/* PDF Viewer */
#pdf-container {
	position: relative; 
	width: 100%; 
	height: auto;
	justify-content: center;
	align-items: center;
}

#pdf-viewer {
	width: 100%;
	overflow-y: auto; 
	overflow-x: hidden;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	position: relative;
	max-height: 80vh;
	padding: 10px;
}

canvas {
	display: block;
	margin-bottom: 10px;
	width: 100%; /* Make the canvas take up full width of viewer */
}



.upload-container {
  text-align: center;
}

#drop-zone {
  border: 2px dashed #888;
  background: #f4f7f9;
  border-radius: 10px;
  padding: 40px 20px;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
}

#drop-zone.dragover {
  border-color: #0078d4;
  background: #b6d7f4;
}

#upload-status {
  margin-top: 15px;
  font-size: 14px;
  color: #444;
}






button {
	padding: 3px 5px;
	border-radius: 30px;
	background-color: transparent;
	border: 2px solid #182023;
	font-size: 16px;
	margin: 10px;
}

#page-num, #page-count {
	font-weight: bold;
}

.heading-with-cta {
    display: flex;
    flex-direction: row;
}

.heading-with-cta .heading {
	flex-grow: 1;
}

.heading-with-cta .cta {
	padding-top: 7px;
}


.kpi-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	align-items: flex-start; 
	width: 100%; 
	max-width: 100vw;
	padding: 0;
	margin: 0;
  }
  
  .kpi {
	flex: 0; 
	text-align: left; 
	white-space: nowrap; 
  }

@media (min-width: 769px){
	.kpi-container {
		flex-direction: row;
		align-items: center; 
	}
	
}

table.fof-table {
	display: none;
	font-size: 15px;
	font-family: Rubik;
	width: 100%;
}

table.fof-table.mobile {
	display: block;
}

@media (min-width: 992px){
	table.fof-table {
		display: block;
	}
	table.fof-table.mobile {
		display: none;
	}
	
}

.fof-table th {
	padding: 2px 5px;
	font-weight: 400; 
	font-size: 0.8rem;
}

.fof-table td {
	vertical-align: top;
	padding: 2px 5px;
	font-weight: 300; 
}

.fof-table .border-top {
	border-top: 1px solid #ccc;
}


.fof-table .border-bottom {
	border-bottom: 1px solid #ccc;
}

.fof-table tfoot td {
	font-weight: 400; 
}

.fof-table tbody.table-first :first-child td {
    padding-top: 10px;
}

.fof-table tbody.table-section :last-child td {
    padding-bottom: 25px;
}

.fof-table tbody.table-footer :last-child td {
    padding-bottom: 10px;
}

.fof-table td.shaded, .fof-table th.shaded {
	background-color: var(--portalThemeColor7);
}

.fof-table td.number, th.number {
	white-space: nowrap;
	text-align: right;
}

.fof-table td.total-row, th.total-row {
	padding-top: 10px;
	font-weight: 400;
}







/* Texts */
.missing-data {
	color: var(--portalThemeColor4);
}

.blurred-text {
	filter: blur(5px);
	color: black;
}

.text-success {
	color: var(--portalThemeColor12);
}

.text-danger {
	color: var(--portalThemeColor11);
}

.item-checked, .item-unchecked {
	padding-left: 30px;
	position: relative;
}

.item-unchecked::before {
	content: '';
    position: absolute;
    left: 0px;
    top: 50%;
	margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    border: 2px solid #ffc800;
    background-color: transparent;
}

.item-checked::before {
	content: '';
    position: absolute;
    left: 0px;
    top: 50%;
	margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    border: 2px solid #00b52d;
    background-color: #00b52d;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19l12-12-1.41-1.41z"/></svg>');
}

.item-checked.item-warning::before {
	border: 2px solid #ffc800;
    background-color: #ffc800;
}

.status-flag::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.status-flag.pending::before {
   background-color: #ffc800;
}

.status-flag.done::before {
   background-color: #00b52d;
}

.text-pending {
	color: #ffc800;
}

.text-success {
	color: #00b52d;
}

/* Form Container */
.crmEntityFormView {
	border: none !important;
	background-color: transparent !important;
}


.crmEntityFormView .tab-title {
	border: none !important;
}


@media (max-width: 767px) {
    .crmEntityFormView .tab .tab-column:last-child, .crmEntityFormView .tab fieldset:last-child, .crmEntityFormView .tab:last-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px){
	
	legend.section-title {
		padding-left: 18px;
	}
	
}





/* Form Inputs */
.form-label, .crmEntityFormView label {
	font-weight: 400;
	font-size: 0.82rem;
	background-color: transparent!important;
}

.form-select, .crmentityformview select {
	border: none;
    border-bottom: 1px solid #ccc;
	border-radius: 0px;
}

td.clearfix.cell.checkbox-cell {
    top: -10px;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
.control select
{
    width: 100%;
	margin: 4px 0px;
    padding: 5px 2px 4px 5px;
    margin-bottom: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
	font-weight: 300;
	text-decoration: none !important;
    color: #182023;
	background-color: transparent!important;
    box-sizing: border-box;
}

.control textarea
{
    width: 100%;
	min-height: 150px;
    padding: 5px 4px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
	font-weight: 300;
    color: #182023;
    box-sizing: border-box;
}

.form-control:focus {
	background-color: #f6f7f7 !important;
    border-color:#182023 !important;
    outline: none !important;
    box-shadow: none !important;
}

.input-group-text {
    display: flex;
    align-items: center;
    margin-top: 1px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

button.btn.btn-default.launchentitylookup {
    margin-top: -4px;
    border-radius: 100px !important;
}

a.btn.button2.btn-bright {
    border-color: var(--portalThemeColor1);
    color: var(--portalThemeColor1)
}

a.btn.button2.btn-bright:hover {
    background-color: var(--portalThemeColor1);
	color: var(--portalThemeColor8);

}


legend.section-title h3 {
	margin-top: 0px;
	margin-bottom: 35px;
}

html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 6px 5px 1px 20px;
}

.crmEntityFormView .cell .picklist label {
    float: none;
    font-weight: 400;
    margin-right: 15px;
}

.crmEntityFormView .cell .picklist input[type=radio] {
    vertical-align: middle;
}

.crmEntityFormView .actions {
    border-top: none;
    margin: 20px 0;
    padding: 0px
}

.crmEntityFormView  fieldset {
	background-color: #fff;
	margin-bottom: 45px;
    padding: 45px 15px 20px 15px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 5px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 5px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 3px 5px 20px -10px rgba(0,0,0,0.75);
}

.description.below {
	font-size: 0.85rem;
	font-weight: 300;
	font-style: italic;
}

/* Inline Form */
.inline-form .crmEntityFormView fieldset {
    background-color: transparent;
    box-shadow: none;
	border-radius: 0px;
	margin-bottom: 0px;
    padding: 10px 0px;
}

/* File upload */
.btn-for-file-input {
    min-height: 40px;
    min-width: 150px;
}

.break-file-name.file-name-container {
    padding-top: 18px;
    font-style: italic;
}


.btn.btn-default.btn-for-delete.btn-without-border {
    margin-top: 16px;
    margin-left: 30px;
}

/* Profile */

.fa-linkedin:before, .fa-windows:before, .fa-google:before, .fa-user:before {
    content: "";
}


.page-header {
	margin-left: 20px;
}

.card.mb-3 img {
    display: none;
}

.card.mb-3.profile-info > .card-body > .row > img {
	display: none;
}

.card.mb-3.profile-info > .card-body > .row >  .userFullName.col-9 {
	padding-left: 15px;
}

.card-body img {
    display: none;
}

.card.mb-3.profile-info {
    border: 0;
}

.list-group.nav-profile {
    border: 0;
}

.list-group.nav-profile a.list-group-item {
    border: 0;
}

.weblinks-depth-1.weblinks.list-group {
    border: 0;
}

.weblinks-depth-1.weblinks.list-group a.weblink.list-group-item {
    border: 0;
}

.list-group.nav-profile > .list-group-item.active {
	background-color: transparent;
    border-color: transparent;
    color: #000000;
}

.xrm-editable-adx_weblinkset.xrm-entity {
    margin-left: 5px;
}

a.weblink.list-group-item[href="/profile/"][title="Profile"] {
    margin-left: 5px;
}

.card.nav-profile {
    margin-left: 5px;
	margin-bottom: 30px;
	border: 0;
}

.card.nav-profile > .card-header
{
	display: none;
}


#ProfileFormView {
	border: none;
}

/* Transaction */


.key-value {
	border-bottom: 1px solid #ccc;
}



.ppFlexContainer.mobile-reverse {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.ppFlexContainer.mobile-reverse {
	  flex-direction: column-reverse !important;
	}
  }


/*********		SIGN IN 		*******/


.signinpage label {
    text-align: left;
}


#content-container.signinpage #content .nav.nav-tabs {display:none!important;}
/* Sign In form */ 
#content-container.signinpage h2 {
	font-weight: 300;
}
	#content-container.signinpage .page-content.row .row {}
	
	@media (min-width: 992px){
	}
	@media (min-width: 1200px){
		
	}
	#content-container.signinpage .page-content.row .row .col-md-12 {
		display: flex;
		flex-direction: column;
	}

	.external-login-panel {
		display: flex;
		flex-direction: column;
	}
	
	#content-container.signinpage a {
		text-align: center;
	}
	
	#content-container.signinpage .page-content.row .row .col-md-6 button.btn {
			width: 80%;
			margin: 10px 20px;
			align-self: center;
		} 

	.signinpage label.col-md-12.col-form-label.required.fw-bold::before {
		display: none;
	}
	#content-container.signinpage 	label.col-md-4.col-form-label.required:before {
			display: none;
		}

	#ContentContainer_MainContent_MainContent_ExternalLoginButtons > button {
		width: 80%;
		margin: 10px 20px;
		align-self: center;
	}

	button#Google,button[title="Google"] {
			background-color: #ffc800;
			border-color: #ffc800;
		}
	
	
	
	button#LinkedIn,button[title="LinkedIn"],button#https\:\/\/www\.linkedin\.com\/oauth\/v2\/authorization\/ {
			background-color: #0a66c2;
			border-color: #0a66c2;;
		}
	
	button#Microsoft,button[title="Microsoft"] {
			background-color: #00a2ed;
			border-color: #00a2ed;;
		}
	
	

	
	 #content-container.signinpage{ z-index: 1;}

	 #content-container.signinpage #content .page-content form {
	    background: #ffffff;
		border-radius: .5rem !important; 
		margin-top: 100px; 
		margin-bottom: 100px;
		
		padding-left: 2.14rem !important; 
		padding-right: 2.14rem !important; 
		padding-top: 2.85rem !important; 
		padding-bottom: 2.85rem !important;
		flex-direction: column; 
		justify-content: space-between;
		-webkit-box-shadow: 3px 10px 30px -15px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 10px 30px -15px rgba(0,0,0,0.75);
		box-shadow: 3px 10px 30px -15px rgba(0,0,0,0.75);
		}
	@media (min-width: 992px){

			#content-container.signinpage #content .page-content form { 
				-ms-flex: 0 0 40%; 
				flex: 0 0 40%; 
				min-height: 520px;
			}

			#content-container.signinpage.register #content .page-content form { 
				-ms-flex: 0 0 100%; 
				flex: 0 0 100%; 
				min-height: 520px;
			}


			#content-container.signinpage.redeem #content .page-content form {
				min-height: 200px;
			}

		}
	#content-container.signinpage.redeem #content .page-content form legend span {padding: 0px 10px;}
	input#InvitationCode, label[for*="InvitationCode"] {width: 100%; display: block; word-break: normal; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	#content-container.signinpage.redeem .col-sm-offset-2.col-sm-10 .checkbox {display:none;}


	
/* Register */
#ContentContainer_MainContent_PageCopy_PageCopy {margin: 0px;}
#Register {width: 100%;}
#ContentContainer_MainContent_MainContent_SecureRegister .alert{display:none;}
#Register #ContentContainer_MainContent_MainContent_SecureRegister .row {margin: 0 auto; margin-bottom: 50px;}
#Register #ContentContainer_MainContent_MainContent_SecureRegister .row .col-md-6 button.btn[title*="Internal"] {display:none;}