/******Custom css******/

body {
    position: relative;
    height: 100%;
}

.container,
.slds-wrapper_container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
	font-family:'HelveticaLTStd-Roman',Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

p {
    font-size: 16px;
    font-weight: normal;
}
.text-primary{
	color:#000;
}
lightning-button .slds-button{
    background-color:#000;
    border-color: #000;
    color:#ffffff;
}
/* login screen css */
.slds-wrapper_container .salesforceIdentityLoginForm2,
.slds-wrapper_container .salesforceIdentityForgotPassword2{
    max-width:450px;
    margin:0 auto;
}
.slds-wrapper_container .salesforceIdentityLoginForm2 .inputBox,
.slds-wrapper_container .salesforceIdentityForgotPassword2 .inputBox{
    outline:none;
    margin-top:0;
	width:100%;
}
.slds-wrapper_container .salesforceIdentityLoginForm2 .inputContainer,
.slds-wrapper_container .salesforceIdentityForgotPassword2 .inputContainer{
    display: flex;
    align-items: center;
}
.slds-wrapper_container .salesforceIdentityLoginForm2 button.uiButton,.slds-wrapper_container .salesforceIdentityLoginForm2 button.uiButton:hover,
.slds-wrapper_container .salesforceIdentityForgotPassword2 .uiButton,.slds-wrapper_container .salesforceIdentityForgotPassword2 .uiButton:hover{
    background-color: #000;
    box-shadow:none;
    outline:none;
}
.slds-wrapper_container > .forceCommunityRichText:first-child{
	margin-top:50px;
}
.slds-wrapper_container .salesforceIdentityForgotPassword2 .inputIcon{
	font-size:inherit;
}
.uiInputText,.inputBox{
    width:100%;
} 
.slds-wrapper_container .salesforceIdentityLoginForm2 .inverseTextColor{
    color:#000;
}
/* for lightning view */

.forceStyle.container {
    height: 100vh;
}
/* for lightning view */
.main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.slds-wrapper_container {
    padding: 15px;
	width:100%;
	min-height:calc(100vh - 300px);
}
.slds-wrapper_container .siteforceSldsOneColLayout{
	display:flex;
	width:100%;
}
.comm-page-forgot-password .slds-wrapper_container .siteforceSldsOneColLayout,
.comm-page-login-home .slds-wrapper_container .siteforceSldsOneColLayout{		
	justify-content:center;
	align-items:center;
}
.comm-page-forgot-password .uiOutputRichText{
	margin-bottom:15px;
}
.siteforceContentArea .comm-layout-column:not(:empty) {
    padding: 0;
}

.siteforceContentArea .comm-layout-column:empty {
    display: none;
}

.header-content {
    background: #000;
    padding: 15px 15px 0;
}

.header-content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.top-header {
    justify-content: space-between;
	align-items:center;
    margin-bottom: 15px;
}

.header-content .forceCommunityGlobalNavigation {
    background-color: transparent;
}

.full-width {
    width: 100%;
}
.horizontal-form .c-address{
    padding-left: 20%;
}
.horizontal-form .slds-form_group.c-address label{
	max-width:100%;
	text-align:left;
}
/* .logo-container {
    float: left;
} */

.logo-container a {
    display: inline-block;
    max-width: 200px;
    height: 68px;
}

/* .logo-wrapper {
    max-width: 160px;
    height: 49px;
} */


/* .login-wrapper {
    float: right;
} */


/* footer */

footer {
    color: #ffffff;
    /* background: #333092 url('../ftr_ptrn') no-repeat right center; */
    background-color: #000;
    background-size: 50% 100%;
    height: inherit;
    padding: 45px 0;
    position: relative;
    /* left: 0;
    right: 0;
    bottom: 0; */
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-widget h4 {
    color: #000;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 0;
    margin: 0 0 20px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.footer-widget ul li a {
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 0 5px;
    display: inline-block;
    text-decoration: none;
}

.bottom-footer {
   /*  border-top: 1px solid #181563; */
    padding: 15px 0 0;
}

.copyright-list p {
    font-size: 13px;
    margin-bottom: 5px;
}

.copyright-list ul li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 0 8px;
    display: inline-block;
    position: relative;
}

.copyright-list ul li a:before {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    top: 3px;
    background: #fff;
    width: 1px;
    height: 80%;
}

.copyright-list ul li:first-child a {
    padding-left: 0;
}

.copyright-list ul li:last-child a:before {
    display: none;
}
.social-list{
	margin-top:10px;
}

.social-list li a {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin-left: 20px;
}

.social-list li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.social-list li a:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.social-list li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.logo-wrapper {
    margin-right: 20px;
}
.logo-wrapper img{
	max-width:100%;
	height:62px;
}

footer button {
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #000;
    background: #000;
    text-align: center;
    padding: 8px 10px;
}

footer button:hover,
footer button:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #000;
}

/* change password page css*/
.change-password-block{
	max-width:400px;
	width:100%;
	margin:0 auto;
}
.slds-scope .change-password-block .slds-button_brand{
	width:100%;
	font-size:13px;
	background-color:#000;
}
.slds-scope .change-password-block .slds-button_brand:hover{
	font-size:13px;
	background-color:#000;
}
.title-block {
    margin-top: 15px;
    margin-bottom: 20px;
}

.page-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.membership-container p {
    font-style: italic;
}

.custom-table thead {
    background: #f5f5ff;
}

.custom-table thead th,
.custom-table tbody td {
    padding: 8px;
    vertical-align: top;
}

.custom-table thead th {
    font-size: 18px;
    font-weight: 600;
}

.custom-table tbody td {
    font-size: 16px;
    font-weight: 400;
}

.horizontal-form .slds-form_group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.horizontal-form .slds-form_group label,
.slds-form_group label,
.slds-form_group legend {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    padding-right: 30px;
    display: inline-block;
	vertical-align:middle;
    width: 100%;
}

.horizontal-form .slds-form_group label,
.slds-form_group legend {
    max-width: 20%;
    width: 100%;
}

.slds-vertical_form .slds-form_group label{
	text-align: left;
	max-width: 100%;
	font-size:16px;
	font-weight:500;
}
/* .slds-form-element__control input,
.slds-form_group .slds-form-element__control .slds-checkbox  */
.slds-form_group {
   margin-bottom: 15px;
}

.horizontal-form .slds-form_group .slds-form-element__control {
    max-width: 80%;
    width: 100%;
}

.slds-form_group .slds-form-element__help {
    margin-left: 20%;
    font-size: 13px;
    text-transform: capitalize;
}

.slds-form_group .label-left label {
    text-align: left;
}

.slds-radio label {
    text-align: left;
}


/* payment screen css */

.StripeElement {
    border: 1px solid #a4a4a4;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}


/* custom radio buton */


/* The container */

.custom-radio-btn {
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.custom-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.custom-radio-btn:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.custom-radio-btn input:checked~.checkmark {
    background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom-radio-btn input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.custom-radio-btn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* checkbox */

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom-checkbox input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slds-button_brand,
.slds-button--brand,
.slds-button_brand:hover,
.slds-button_brand:focus,
.slds-button--brand:hover,
.slds-button--brand:focus {
    font-size: 15px;
    background-color: #000;
    border-color: #000;
}

.no-label label {
    display: none;
}
/*css for checkbox in declaration*/
.slds-grow1{
    margin-right: 375px;
}
.c-error-msg{
    margin-left: 275px;
    color:#FF0000;
}
.slds-form-element__help1{
    margin-right: 225px;
}

.c-text {
    text-align: center;
    font-size: 30px;
    color: #ffff;
    margin: 0 auto;
}

.c-object-row {
    padding: 20px 15px;
    text-align: center;
    border: rgb(10, 1, 1);
    border-radius: 5px;
    padding: 50px;
    color: #333333;
    background: #000;
    margin-top: 18px;
    max-width: 500px;
    width: 100%;
    cursor: pointer;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*Training screen */
.training-container .slds-form_group label{
	padding-right:5px;
	
}
.training-container .img-item{
	max-width:168px;
	height:auto;
}
.training-container lightning-button .slds-button{
	margin: 10px 0;
}
.custom-modal .slds-modal__content{
	background:#ddd;
}
.custom-modal .modal-header,
.custom-modal .modal-body{
	background:#ffffff;
	color:#000;
}
.custom-modal .modal-body label{
	display:inline-block;
	font-weight:600;
}
.custom-modal .slds-modal__close{
	border-radius: 50%;
    border: 2px solid #fff;
    background: #000;
    outline: none;
    top: -1rem;
    right: -1rem;	
	width:1.5rem;
	height:1.5rem;
	box-shadow:0px 1px 0px 2px rgba(195, 195, 179, 0.5);
	-webkit-box-shadow:0px 1px 0px 2px rgba(195, 195, 179, 0.5);
	-moz-box-shadow:0px 1px 0px 2px rgba(195, 195, 179, 0.5);
	-ms-box-shadow:0px 1px 0px 2px rgba(195, 195, 179, 0.5);
}
.custom-modal .slds-modal__close svg{
	width:1rem;
	height:1rem;
}
.product-details p span{
	font-weight:normal;
	display:inline-block;
	padding-left:10px;
}
.slds-map_container .slds-map{
	height:350px;
}
.loader{
    left: 100%;
    margin-left: -4em;
}
.cart-wrapper{
	position:relative;
	margin-left:5px;
}
.cart-wrapper .cart-counter{
	position: absolute;
    color: #fff;
    top: -15px;
    right: 0;
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
	font-size:11px;
	line-height:1.7;
	box-shadow:-1px 1px 0px 1px rgba(211,211,211,0.5);
	-webkit-box-shadow:-1px 1px 0px 1px rgba(211,211,211,0.5);
	-moz-box-shadow:-1px 1px 0px 1px rgba(211,211,211,0.5);
	-ms-box-shadow:-1px 1px 0px 1px rgba(211,211,211,0.5);
}
.cart-wrapper .slds-icon-text-default{
	fill:#ffffff;
}
.cart-wrapper .slds-text-color_inverse{
	font-size:12px;
}
.horizontal-form .auto-suggestion-block{
	border: 1px solid #eee;
    margin-left: 20%;
    padding: 0;    
    margin-top: -15px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	margin-bottom:15px;
}
.horizontal-form .auto-suggestion-block .c-address{
	padding:0;
}
.horizontal-form .auto-suggestion-block .c-address a{
	display:inline-block;
	width:100%;
	padding:2px 8px;
	color:#4a4a4a;
	border-bottom:1px solid #eee;	
	text-decoration:none;
}
@media(min-width:991) {
    .container,
	.slds-wrapper_container{
        max-width: 960px;
    }
}

@media(min-width:1280px) {
    .container,
	.slds-wrapper_container	{
        max-width: 1140px;
    }

}

@media(max-width:1024px){
    .logo-container a{
        max-width:200px;
        height: auto;
    }
}
@media(max-width:991px){
	.training-container .img-item{
		/* height:170px; */
	}
	.custom-modal .slds-modal__content{
		max-width:40rem;
	}
}
@media(max-width:767px) {
	p{
		font-size:14px;
	}
    .page-title {
        font-size: 24px;
    }
	.comm-navigation__list {
		
	}
	.header-content{
		position:relative;
	}
	.header-content .comm-navigation {
		position:absolute;
		right:20px;
		top:15px;
	}
	.header-content .profileMenuRegion{
		margin-right:25px;
	}
    .horizontal-form .slds-form_group label,
    .slds-form_group legend {
        font-size: 15px;
        max-width: 100%;
        text-align: left;
        padding-right: 0px;
    }
    .horizontal-form .slds-form_group .slds-form-element__control {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .logo-wrapper {
        display: none;
    }
	.slds-wrapper_container .salesforceIdentityLoginForm2, 
	.slds-wrapper_container .salesforceIdentityForgotPassword2{
        max-width: 300px;
    }
	.slds-wrapper_container {
		min-height:calc(100vh - 223px);
	}
	.top-header + div{
		justify-content:flex-end;
	}
	.header-content .slds-p-vertical--xx-small,
	.header-content .slds-p-horizontal--small{
		padding-left:0;
		padding-right:0;
	}
    .footer-widget {
        display: none;
    }
    .footer-widget:nth-child(1n+4) {
        display: block;
        text-align: center;
    }
    .footer-widget h2 {
        font-size: 20px;
    }
	.social-list li a{
		width: 30px;
		height: 30px;
		vertical-align: top;
		padding: 6px;
		margin-left: 10px;
		line-height: 1;
	}
    .logo-container a {
        max-width: 105px;
        height: auto;
    }
    .bottom-footer {
        justify-content: center;
        text-align: center;
    }
    .c-object-row {
        max-width: 300px;
    }
    .c-text {
        font-size: 18px;
    }
    footer {
        padding: 15px 0;
		background-position:center center;
		background-size:100% 100%;
    }
    .slds-form_group label {
        text-align: left;
		font-size:15px;
    }
	.custom-modal label.slds-text-align_right{
		text-align:left;
	}
	.slds-map_container .slds-map{
		min-width:20rem;
		max-width:20rem;
		height:auto;
	}
	.change-password-block{
		max-width:300px;
	}
	.slds-vertical_form .slds-form_group label{
		font-size:14px;
	}
	.horizontal-form .auto-suggestion-block{
		margin-left: 0;
		margin-top: -30px;
	}
}