/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/*---------- Copied from Styles CSS ----------*/

#wrapper,
.ohidden {
  position: relative
}

#wrapper {
  float: none;
  background-color: #fff;
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

body:not(.no-transition) #wrapper {
  position: relative;
  animation-fill-mode: both;
}

.shadowed-top {
  box-shadow: 0 -50px 50px -50px rgba(0,0,0,0.25);
}

.content-wrap {
  padding: 80px 0;
}

#content, #content .container, .content-wrap {
  position: relative;
}

#content {
  background-color: #fff;
	overflow: hidden;
}

body * {
  font-style: normal;
}


.col-padding {
  padding: 60px;
}


.topmargin-sm {
  margin-top: 30px !important;
}


.title-center {
  text-align: center;
}

.fancy-title {
  position: relative;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px;

}

.pricing-box {
  position: relative;
	border-radius: 3px;}


.pricing-box.pricing-extended .pricing-desc {
  float: left;
  width: 70%;
  padding: 25px;
}

.pricing-box.pricing-extended .pricing-action-area {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 30%;
  height: 100%;
	padding: 30px;
  border-radius: 0 3px 3px 0;
  text-align: center;
}

.pricing-box.pricing-extended .pricing-action-area {
  text-align: center;
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price {
  padding-bottom: 20px;
}

.pricing-price {
  position: relative;
	line-height: 1;
}

.pricing-box.pricing-extended .pricing-action-area {
  text-align: center;
}

.pricing-price span {
  display: inline-block;
  vertical-align: top;
  margin: 7px 3px 0 0;
  font-size: 28px;
  font-weight: 400;
}

.pricing-price {
  line-height: 1;
}


label {
	text-transform: uppercase;
	cursor: pointer;
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
  display: block;
  margin: 10px 0 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

.pricing-price span.price-tenure {
	color: #999;
	}

.bottommargin-sm {
	margin-bottom: 30px !important;}

.bottommargin {
  margin-bottom: 50px !important;
}

.bottommargin-lg {
  margin-bottom: 80px !important;
}

.topmargin-lg {
  margin-top: 80px !important;
}

.topmargin {
  margin-top: 50px !important;
}


.notopmargin {
  margin-top: 0 !important
}

.nobottommargin {
  margin-bottom: 0 !important
}

.uppercase {
  text-transform: uppercase !important
}
.nomargin {
  margin: 0 !important
}

/*------------------------------- */
/* Stride 2024 - adding variables */
/*------------------------------ */

:root {
	--navy: #181a48;
	--blue: #00A6DA;
	--purple: #812382;
	--orange: #F26524;
	--teal: #C2F6EC;
	--green: #81BA45;
	--yellow: #FDB91D;
	--pink: #DD3187;
	
	/* Darker Colors */
	
	--d-navy: #181a48;
	--d-blue: #513BFF;
	--d-purple: #D25AFF;
	--d-orange: #F26524;
	--d-teal: #C2F6EC;
	--d-green: #478802;
	--d-yellow: #D39701;
	--d-pink: #A10051;
	
	
	
	/* Gradients */
	

	--blue-g: linear-gradient(45deg, #513BFF, #00A6DA);
	--green-g: linear-gradient(45deg, #478802, #81BA45);
	--yellow-g: linear-gradient(45deg, #D39701, #FDB91D);
	--purple-g: linear-gradient(45deg, #D25AFF, #812382);
	--pink-g: linear-gradient(45deg, #A10051, #DD3187);

}


/* Gradient Backgrounds */

.blue-g-bg {
	background: var(--blue-g) !important;
}
.green-g-bg {
	background: var(--green-g) !important;
}
.yellow-g-bg {
	background: var(--yellow-g) !important;
}
.purple-g-bg {
	background: var(--purple-g) !important;
}
.pink-g-bg {
	background: var(--pink-g)!important;
}



#logo img {
    height: 150px!important;
    margin: 25px 0;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}


.card-header {
/*    background-color: #FFFFFF;*/
/*    color:#00A6DA!important;*/
    border-radius: 0 0!important;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.card-body {
/*    background-color: #FFFFFF;*/
/*    color:#6D6E70!important;*/
    border-radius: 0;
    padding: 0.25rem 1.25rem 1.25rem;
}

.card-body h4 {
    font-size: 20px;
	font-weight: 700;
}

#content .card-body p {
/*    color:#6D6E70!important;*/
    line-height: 1.3;
}

.card {
    border: 1px solid transparent;
/*    color:#414042!important;*/
    border-radius: 0rem;
    position: relative;
/*    background: #FFF;*/
    overflow: hidden;
    box-shadow: 0 25px 50px -25px rgba(0,0,0,0.5);
	transition: all ease .3s;
}

.card.bl:after {
  content: '';
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.card.br:after {
  content: '';
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.card.blue-bl:after  {
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent transparent #00A6DA transparent ;
}

.card.blue-br:after  {
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #00A6DA transparent transparent ;
}

.card.pink-bl:after  {
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent transparent #EC008C transparent ;
}

.card.pink-br:after  {
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #EC008C transparent transparent ;
}

.card.purple-bl:after  {
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent transparent #92278F transparent ;
}

.card.purple-br:after  {
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #92278F transparent transparent ;
}

.card.yellow-bl:after  {
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent transparent #FDB913 transparent ;
}

.card.yellow-br:after  {
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #FDB913 transparent transparent ;
}

.card.green-bl:after  {
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent transparent #8DC63F transparent ;
}

.card.green-br:after  {
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #8DC63F transparent transparent ;
}

.card:hover { 
    -webkit-box-shadow: 0 50px 100px -50px rgba(0,0,0,0.5);
    box-shadow: 0 50px 100px -50px rgba(0,0,0,0.5);
	transition: all ease .3s;
}



.widget p:not(.lead) {
    font-size: 16px;
}

.widget p {
    line-height: 1.3;
}

#optin .input-group-addon input[type=radio], input[type="radio"] {
    margin: 0 0 3px;
    width: 24px;
    height: 24px;
    border-color: #FFF;
    background-color: #FFFFFF;
    vertical-align: middle!important;
}

.DialogInsightFormCategoryTitle {
    font-weight: bold;
    width: 100%;
    padding-bottom: 5px;
}

.col_one_fourth {
    width: 24%;
    margin-right: 1.3%;
}

.shadowed-top { box-shadow: 0 -50px 50px -50px rgba(0,0,0,0.25); }

.shadowed-bottom { box-shadow: 0 50px 50px -50px rgba(0,0,0,0.25); }

#PayrollForm .col_two_third { box-shadow: 0 50px 50px -50px rgba(0,0,0,0.25); }
					
.DialogInsightFormSubmit input[type=submit]:hover {
    background-color: #181a48; color: #FFFFFF;border-color: rgba(255,255,255,0); letter-spacing: 2px; box-shadow: 0 10px 20px -10px rgba(0,0,0,0.9)!important;
}

body {
    line-height: 1.5;
    color: #444;
    font-family: NeuePlak, sans-serif!important;
/*	background-image:url(https://engage.cashandcarslottery.ca/CashandCarsLottery/2018/images/bgs/stripes.png);*/
	background-repeat: repeat;
}

#content p {
	font-size: 16px;
	line-height: 1.3!important;
	font-weight: 500!important;
	margin-bottom: 15px!important;
    color:#444;
    text-shadow: 2px 0 5px rgba(0,0,0,.05);
}

h1 {
    text-shadow: 1px 0 2px rgba(0,0,0,.15);
	color: #00A6DA;
    line-height: 1!important;
    font-weight: 900!important;
}

.black {
    color:#444!important;
}

.gold {
    color:#FDB913!important;
}

.golden {
    color:#bf8d56!important;
}

.gold-bg {
    background-color:#FDB913;
}

.golden-bg {
    background-color:#bf8d56;
}

.fancy-title.title-dotted-border {
    background: url(../images/_dotted-yellow.png) center repeat-x;
}

.pricing-box {
/*    border: 1px solid #FDB913;*/
	border: 4px solid var(--navy);
    min-height: 200px;
}

.pricing-price {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 64px;
}


.pricing-price label {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -2px;
}

.pricing-box.pricing-extended {
    background-color: rgba(255,255,255,0.5);
    text-align: left;
}

.pricing-price .price-tenure label {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.pricing-title {
    border-bottom: 1px solid rgba(226,194,101,0.25);
}

.pricing-title h3 {
    margin: 0;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1548;
    line-height: 1;
}

.pricing-features label {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5!important;
    letter-spacing: 0px;
    text-transform: none;
    color: #1c1548;
    top: 10px;
    margin-bottom: 0px;
}

.pricing-box {
    box-shadow: 0 50px 50px -50px rgba(0,0,0,0.5);
}

.pricing-box.pricing-extended .pricing-action-area {
    top:-1px;
    border-left: 1px solid #FDB913 ;
    background-color: #FDB913;
    min-height: 200px;
}

.pricing-box.pricing-extended .pricing-meta {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
    background-color: #fff;
}

style-msg, .style-msg2 {
    position: relative;
    display: block;
    color: #444;
    border: 1px solid #181a48!important;
    margin-bottom: 20px;
    font-size: 16px;
/*    font-family: "NeuePlak",sans-serif!important;*/
}

.style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border: 1px solid #181a48!important;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}

.style-msg2 {
    border: 4px solid #181a48!important;
}

.style-msg2 .msgtitle {
    color: #FFFFFF;
    background-color: #181a48!important;
    text-shadow: 1px 1px 1px #181a48!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
/*    font-family: "NeuePlak",sans-serif!important;*/
}


.blueangle-bottom-left{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #007bff;
    -webkit-transform:rotate(360deg);
	transform:rotate(360deg);
    
}

.blueangle-bottom-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #007bff transparent;
    -webkit-transform:rotate(360deg);
	transform:rotate(360deg);
    
}



@media(max-width:767.98px) {
    
    
    #FullHouseLotteryTickets .col_one_fourth { margin-bottom: 10px !important }
    #FullHouseLotteryTickets .col_last { margin-bottom: 30px !important }

    #ThousandsADayGivewayTickets .col_one_third { margin-bottom: 10px !important }
    #ThousandsADayGivewayTickets .col_last { margin-bottom: 30px !important }

    #FiftyFiftyExtra .col_one_third { margin-bottom: 10px !important }
    #FiftyFiftyExtra .col_last { margin-bottom: 30px !important }

    .price-tenure .bottommargin { margin-bottom: 0px !important }
    .pricing-box.pricing-extended .pricing-action-area { top: 0px; }

    #PayrollForm .col_full, #PayrollForm .col_half, #PayrollForm .col_one_sixth, #PayrollForm .col_one_third { margin-bottom: 0px !important; }

    #footer .footer-widgets-wrap { position: relative; padding: 80px 0 0!important; text-align: center!important; }

    #footer .footer-widgets-wrap .col_half { margin-bottom: 0px!important; }
    
    #footer .footer-widgets-wrap p { margin-bottom: 10px!important; }

    #footer .footer-widgets-wrap img { display: block; margin: 0 auto; }

    #footer .widget_links h4 {  margin-bottom: 10px!important; }
    
    #copyrights .col_half:last-child { display: block!important; text-align: center!important; margin-top: 10px!important; }
    
}



























/* ----------------------------------------------------------------
	Custom Original CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




.white {
	color: #FFF!important;
}
.navy {
	color: #181a48!important;
}
.blue {
/*	color: #00A6DA!important;*/
	color: #513BFF !important;
}
.purple {
	color: #D25AFF!important;
}
.orange {
	color: #F26524!important;
}
.teal {
	color: #C2F6EC!important;
}

.pink {
	color: #EC008C!important;
}

.yellow {
	color: #FDB913!important;
}

.green {
/*	color: #8DC63F!important;*/
	color: #478802!important;
}

.greyone {
	color: #6D6E70!important;
}

.greytwo {
/*	color: #414042!important;*/
	color: #5f5f5f !important;
}

.white-bg {
	background-color: #FFFFFF!important;
}

.navy-bg {
	background-color: #181a48!important;
}
.blue-bg {
	background-color: #513BFF!important;
}
.purple-bg {
	background-color: #D25AFF!important;
}
.orange-bg {
	background-color: #F26524!important;
}
.teal-bg {
	background-color: #C2F6EC!important;
}

.pink-bg {
	background-color: #EC008C!important;
}

.yellow-bg {
	background-color: #FDB913!important;
}

.green-bg {
	background-color: #8DC63F!important;
}

.greyone-bg {
	background-color: #6D6E70!important;
}

.greytwo-bg {
	background-color: #414042!important;
}

.glass-bg {
    background-color: rgba(255, 255, 255, .15);  
     backdrop-filter: blur(5px);
}

.linepattern-bg {
	background-image:url(https://engage.cashandcarslottery.ca/CashandCarsLottery/2018/images/bgs/stripes.png);
	background-repeat: repeat;
}

.toppadding-lg {
	padding-top: 80px;
}

.toppadding-sm {
	padding-top: 30px;
}

.bottompadding-lg {
	padding-top: 80px;
}

.glow {
	text-shadow: 0 0 10px #fff;
}

.glow-dark {
	text-shadow: 0 0 10px #000;
}

.glow-darker {
	text-shadow: 3px 3px 10px #000!important;
}

.boxshadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.25)!important;
}

.lh-1 {
	line-height: 1!important;
}

.lh-1q {
	line-height: 1.25!important;
}

.portfolio-desc span {
    display: inline-block;
}

.portfolio-1 .portfolio-desc span {
    margin-top: 0px;
    font-size: inherit!important;
}

.prize-features li {    
	list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.4em;
    padding-left: 2em;
	margin-bottom: 10px;
}

.text-fix {
	font-size: 16px!important;
}

.heading-block > span:not(.before-heading) {
    color: #414042!important;
}

.heading-block:after {
    border-top: 2px solid #6D6E70;
}


#logo img {
    height: 150px!important;
}



#buytix {
    margin-top: 54px!important;
	background-color: #FDB913!important;
	color: #414042!important;
    font-family: NeuePlak,sans-serif!important;
    font-weight: 600!important;
	border: 0!important;
}

#buytix:hover {
	background-color: #8DC63F!important;
	color: #FFFFFF!important;
}

#page-menu {
	height: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 0!important;
}

#page-menu #page-menu-wrap {
	top: 150px;
	opacity: 0;
    height: 75px;
    line-height: 75px;
	text-align: center;
	background: #00A6DA!important;
	pointer-events: auto;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: translate3d(0,-75px,0);
	-o-transform: translate3d(0,-75px,0);
	transform: translate3d(0,-75px,0);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

#page-menu #page-menu-wrap:hover {
    background-color: #8DC63F!important;
}

#page-menu.sticky-page-menu { overflow: visible; }

#page-menu.sticky-page-menu #page-menu-wrap {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#page-menu .menu-title {
    float: none!important;
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
}



.small {
	font-size: 85%!important;
}




.button {
	color: #FFFFFF!important;
    font-size: 20px!important;
    letter-spacing: 0px!important;
	text-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
	display: inline-block;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
	height: 40px;
  line-height: 40px;
	font-weight: 700;
  text-transform: uppercase;
	border: none;
	position: relative;
	font-family: "Sofia Sans", sans-serif !important;
  font-style: normal;
}

.button:hover {
	color: #FFFFFF!important;
}

.button.button-xlarge {
	color: #414042!important;
    padding: 10px 16px!important;
    font-size: 18px!important;
    letter-spacing: 0px!important;
    height: auto!important;
    line-height: 1.3333333!important;
	text-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
}





.col-padding-home {
    padding: 300px 60px 0px!important;
}

.portfolio-overlay {
    background-color: rgba(255,255,255,0.75);
}

.portfolio-overlay .portfolio-desc h2 {
    font-weight: 600;
    color: #FFFFFF !important;
    line-height: 1.5;
	text-shadow: 0 0 10px #000!important;
}

.portfolio-overlay .portfolio-desc span {
	text-shadow: 0 0 10px #000!important;
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #00A6DA;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
}

.portfolio-overlay a:hover {
    color: #EC008C!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 0px;
    margin-bottom: -1px;
	font-size: 18px!important;
	font-weight: 700!important;
    background-color: #ffffff;
    border: 0px solid #dddddd;
}

.list-group-item:last-child {
	padding-bottom: 0px!important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 7px 9px;
	font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #92278F;
    border-radius: 7px;
    font-size: 18px;
}

.toggle.toggle-border {
    border: 1px solid #DDD!important;
    border-radius: 4px;
}



.toggle .togglet, .toggle .toggleta {
    color: #00A6DA!important;
	font-size: 16px!important;
	font-weight: 500!important;
}

.toggle.toggle-border .togglet:first-child {
    border-top: none;
}

.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta {
    border-top: 1px dotted #DDD;
    line-height: 1.25;
    padding: 10px 15px;
}




.topmargin--10 {
	margin-top: -10px!important;
}


.customrow {
	display: inline!important;
}



/* --------------------------------------------*/
/*---------- New Style 2024 - STRIDE ----------*/
/*---------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	font-family: "NeuePlak Condensed", sans-serif;
/*				font-optical-sizing: auto;*/
	font-weight: 900;
	font-style: normal!important;
	line-height: 1;
}

h1 {
	font-size: 56px;
}
h2 {
	font-size: 42px
}



.effect {
	position: absolute;
	top: 35%;
    left: 0;
}







.grey-bg-fade {
/*    background: linear-gradient(123deg, var(--d-purple) 30%, #fff 85%);*/
	background: linear-gradient(123deg, #3d3d3d 30%, #fff 85%);
}

.skew{
	transform: skewX(-5deg);
}
.skew input[type=radio] {
	transform: skewX(5deg);
}

.card * {
	color: #fff;	
	font-style: normal;
}


.card.white-br:after {
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: transparent #fff transparent transparent;
}

.blue-dark {
	color: var(--d-blue);
}
.pink-dark {
	color: var(--d-pink);
}
.yellow-dark {
	color: var(--d-yellow);
}
.green-dark {
	color: var(--d-green);
}
.purple-dark {
	color: var(--d-purple);
}
.navy-dark {
	color: var(--d-navy);
}
.white *{
	color: #fff !important;
}


#PayrollForm .col_two_third{
	background: #fff;
}

.grey-bg {
	background: #F4F4F4;
}

.button {
	background: #181a48 !important;
/*	border: 3px soilid #414042 !important;*/
}
.button:hover {
	background: #181a48 !important;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.9) !important;
}

/*---------- style.css overrides ----------*/

.col_half,
.postcontent.bothsidebar { width: 50%; }
.col_one_third { width: 33.33%; }
.col_two_third { width: 66.66%; }
.col_one_fourth,
.sidebar { width: 25%; }
.col_three_fourth,
.postcontent { width: 75%; }
.col_one_fifth { width: 20%; }
.col_two_fifth { width: 40%; }
.col_three_fifth { width: 60%; }
.col_four_fifth { width: 80%; }
.col_one_sixth { width: 16.66%; }
.col_five_sixth { width: 83.33%; }

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	margin-right: 0;
/*	padding-right: 2%;*/
}


::selection {
	background: #3390FF;
}

.card label {
	text-transform: inherit;
	letter-spacing: inherit;
}

/*---------- Bootstrap overrides ----------*/

/* form */

#PayrollForm .form-row {
	margin-bottom: 10px;
}

/* Popup */

button.close {
	font-size: 45px;
	position: absolute;
    right: 20px;
}



@media (min-width: 576px) {
    .modal-dialog {
		margin: 20px;
		max-width: 100%;
    }
}

@media (min-width: 1140px) {
    .modal-lg, .modal-xl {
        max-width: 1100px;
		margin: 2.5vh auto;
    }
}


/*---------- Dialog Insight Overrides ----------*/

@media(max-width: 768px) {
	.DialogInsightInputContainer {
		margin-bottom: 10px !important;
	}

}


.DialogInsightGlobalErrors div{
	background-color: var(--pink);
	border-color: var(--pink);
}
input[type=text].DialogInsightFieldInError, textarea.DialogInsightFieldInError {
	border-color: var(--pink);
	color: var(--pink);
}
.DialogInsightErrorContents {
	color: var(--pink);
}

#PayrollForm input[type=text].DialogInsightFormInput:focus, #PayrollForm select.DialogInsightFormInput:focus, #PayrollForm textarea.DialogInsightFormInput:focus {
	border-bottom-color: #513BFF;
}



