html,
body {
    height: 100%;
}

body {
	overflow-x: hidden;
	font-family: 'MazdaTypeTT', sans-serif;
}

a {
	color: #101010;
}

.login-errors {
	color: #fff;
}
.hidden {
	display: none;
}
#root {
    width: 100%;
	height: 100%;
	z-index: 1;
}
.container {
    min-height: 100vh;
}

#prev-root {
    position: fixed !important;
	z-index: 2;
    transform: translateY(100%);
    top: 0;
    width: 100vw;
}
.hide-right {
    position: absolute !important;
    transform: translateY(100%);
    top: 0;
    width: 100vw;
}

.app {
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
.app,
.component {
    min-height: inherit;
}
.component {
	border: solid 1px #101010;
}

/** ======================================================================================
* HEAD
* ======================================================================================== */
.header {
    width: 100%;
    padding: 1em 2rem;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.header {
	background-color: #101010;
}
.App-logo {
	max-width: 10%;
	height: auto;
}
.App-logo img {
	width: 100%;
	height: auto;
}

.App-title-user {
	color: #fff;
	margin-left: 2rem;
	align-self: flex-start;
}
.App-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
}
.App-user {
	margin: 0;
}
.header.home .App-logo,
.header.home .App-title-user {
	display: none;
}

.App-hamburger {
	margin-left: auto;
}

.App-menu {
	position: absolute;
	top: 0;
	right: -100%;
	bottom: 0;
	background-color: #2e2e2eec;
	padding: 2rem;
	padding-top: 4rem;
	transition: all 0.3s;
	z-index: 10;
}
.App-menu.open {
	display: block;
	right: 0;
}
.App-menu .close {
	position: absolute;
	top: 1rem;
	right: 2rem;
	background-image: url(../images/close.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	text-align: right;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.main-menu {
	font-weight: 400;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu > ul > li {
	text-transform: uppercase;
	border-top: solid 1px #707070;
	padding: 1rem 0;
}
.main-menu > ul > li > ul > li {
	font-size: 0.8em;
}
.main-menu a {
	color: #fff;
}
.main-menu a:hover {
	opacity: 0.8;
	text-decoration: none;
}



/** ======================================================================================
* HOME & LOGIN
* ======================================================================================== */
.component.home {
    background-color: #101010;
}
.component.home .main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-logo-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    width: 100%;
}
.home-logo-title img {
    margin-top: 10vh;
    max-width: 30%;
}
.home-logo-title h1 {
    color: #fff;
    margin-top: 2rem;
    text-transform: uppercase;
    max-width: 50%;
    text-align: center;
	font-size: 2.4375rem;
	font-weight: 400;
}

#App-login-form {
    display: block;
    width: 60%;
}
#App-login-form h2 {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    margin-top: 3rem;
}
#App-login-form input {
    width: 100%;
    border: solid 1px #D5D5D5;
    margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-radius: 3px;
	font-size: 16px;
	height: 45px;
	padding: 0 20px;
}

.App-login-forgot {
    text-align: right;
}
.App-login-forgot a {
    color: #fff;
}
.App-login-button {
    margin-top: 2rem;
    display: block;
    background: none;
    border: solid 1px #fff;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 0.5em 3em;
    text-transform: uppercase;
}
.App-login-button:hover {
	border: solid 1px #910A2D;
	background-color: #910A2D;
    color: #ffffff;
}

/** ======================================================================================
* FORMS ELEMENTS
* ======================================================================================== */
.label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="phone"] {
    background: #ffffff;
    color: #101010;
    border: 1px solid #D5D5D5;
    padding: 13px 15px;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
	font-family: "MazdaType", arial, helvetica, sans-serif;
	font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    flex: 1 1 auto;
    border-radius: 3px;
    height: auto;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: antialiased;
}
input[type="text"]:focus {
	border: 2px solid #101010;
	padding: 12px 14px;
}

input[type="checkbox"] {
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    transition: .05s border-color ease-in-out;
}
input[type="checkbox"]:checked {
	border: 1px solid #101010;
	background: #101010;
}
input[type="checkbox"]:checked::before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%225.289%2C8.799%206.135%2C8.134%209.263%2C12.128%2013.799%2C4.859%2014.713%2C5.423%209.37%2C13.994%20%22%2F%3E%0A%3C%2Fsvg%3E);
    margin: -3px 0 0 -3px;
	height: 25px;
	width: 25px;
}


input[type="radio"] {
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 22px;
    margin: -.25rem 12px 0 0 !important;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 22px !important;
    min-width: 22px !important;
    -webkit-appearance: none;
    transition: .05s border-color ease-in-out;
}
input[type="radio"] + span {
	color: #999999;
	letter-spacing: 0.15em;
}
input[type="radio"]:checked::before {
	content: "";
    float: left;
    display: inline-block;
    vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
    speak: none;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #101010;
	margin: 6px 0 0 6px;
}
input[type="radio"]:checked + span {
	color: #101010;
}

.input-textarea {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	width: 100%;
	border: solid 1px #D5D5D5;
	padding: 0.3rem 1rem;
}
.input-select {
	padding: 0.3rem 1rem;
}
.App-submit-button {
	background: none;
	border: none;
	border: solid 1px #101010;
	border-radius: 4px;
	padding: 0.3rem 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem !important;
}
.App-button {
	background: none;
	border: none;
	border: solid 1px #101010;
	border-radius: 4px;
	padding: 0.2rem 1rem;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.primary {
    background: #101010;
    color: #ffffff;
    border: 2px solid #101010;
    padding: 14px 23px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
	font-family: "MazdaType", arial, helvetica, sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    flex: 1 1 auto;
    transition: all 0.2s linear;
    border-radius: 3px;
    height: auto;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: antialiased;
}
.primary:hover {
	text-decoration: none;
	border: 2px solid #910A2D;
	background: #910A2D;
	color: #fff;
}
.alt-primary {
    background: #910A2D;
    color: #ffffff;
    border: 2px solid #910A2D;
    padding: 14px 23px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
	font-family: "MazdaType", arial, helvetica, sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    flex: 1 1 auto;
    transition: all 0.2s linear;
    border-radius: 3px;
    height: auto;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: antialiased;
}
.alt-primary:hover {
	text-decoration: none;
	border: 2px solid #101010;
	background: #101010;
	color: #fff;
}
.secondary {
    background: #ffffff;
    color: #101010;
    border: 2px solid #101010;
    padding: 14px 23px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
	font-family: "MazdaType", arial, helvetica, sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    transition: all 0.2s linear;
    border-radius: 3px;
    height: auto;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: antialiased;
}
.secondary:hover {
	text-decoration: none;
	border: 2px solid #910A2D;
	background: #910A2D;
	color: #fff;
}
a:hover .secondary {
	text-decoration: none;
	color: #fff;
}

.tertiary {
	border: none;
    background: none;
    color: #999999;
	border-bottom: 2px solid #999999;
	padding: 0;
    padding-bottom: 6px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
	font-family: "MazdaType", arial, helvetica, sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    transition: all 0.2s linear;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: antialiased;
}
.tertiary:hover {
	text-decoration: none;
	border-bottom: 2px solid #910A2D;
	color: #101010;
}

/** ======================================================================================
* APPOINTMENTS
* ======================================================================================== */
.App-tabs {
	background-color: #E7E7E7;
	border-bottom: solid 1px #101010;
}
.App-submenu {
	background-color: #101010;
}
.App-tabs ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 1rem;
	padding-left: 10px;
}
.App-tabs ul li {
	padding: 10px 0;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.App-tabs ul li a {
	font-size: 13px;
	color: #ffffff;
}
.App-tabs ul li a:hover {
	text-decoration: none;
}

.App-tabs ul li:hover {
	border-bottom: solid 3px #ffffff;
}
.App-tabs ul li.selected {
	border-bottom: solid 3px #910A2D;
}

.App-appointments-options {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: solid 1px #101010;
	margin-bottom: 1px;
}
.App-appointments-filter {
    display: flex;
    align-items: flex-end;
}
.App-appointments-filter-date1 {
	background: none;
	border: none;
	border: solid 1px #101010;
	border-radius: 4px;
}
.App-appointments-filter-button {
	margin-left: 15px;
}
.App-appointments-filter-labels {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.App-appointments-filter-date {
	width: 100%;
}
.clear-filter-date {
	cursor: pointer;
}
/*
.App-schedule-appointment button {
	background: none;
	border: none;
	background-color: #910A2D;
	padding: 0.1rem 1rem;
	color: #fff;
	text-transform: uppercase;
}*/


.App-appointments-item {
	border-top: solid 1px #101010;
	background-color: #F7F7F7;
}
.App-appointments-container div.App-appointments-item:first-child {
	border: none;
}
.App-appointments-container div.App-appointments-item:nth-child(even) {
	background-color: #ffffff;
}

.App-appointment-item-status {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	padding-bottom: 10px;
}
.App-appointment-item-status .appointment-customer {
	font-weight: 700;
	background-image: url("../images/wheel.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-left: 36px;
}
.App-appointment-item-status .appointment-customer.virtual {
	background-image: url("../images/play.svg");
	background-size: 20px 20px;
}
.App-appointment-item-status .appointment-customer.dealership {
	background-image: url("../images/two-persons.svg");
	background-size: 26px 26px;
}

.App-appointment-item-status .appointment-customer > * {
	display: block;
}
.App-appointment-item-status .appointment-customer span {
	font-weight: 400;
	font-size: 0.8em;
}
.App-appointment-item-status .appointment-status {
	background-image: url("../images/check-grey.svg");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 26px;
	text-transform: uppercase;
	color: #A7A7A7;
	font-size: 0.9em;
	vertical-align: middle;
	padding-top: 4px;
	align-self: self-start;
	display: block;
    margin-left: auto;
}
.App-appointment-item-status .appointment-status.confirmed {
	background-image: url("../images/check-green.svg");
	color: #2EA403;
}
.App-appointment-item-status .appointment-status-container {
	display: flex;
	flex-direction: column;
}
.App-appointment-item-status .appointment-status-container > * {
	flex: 0 1 100%;
}

.App-appointment-item-body {
	padding: 20px;
}
.App-appointment-item-body .appointment-vehicle {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.App-appointment-item-datetime .appointment-date {
	background-image: url("../images/calendar.svg");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-right: 40px;
}
.App-appointment-item-datetime .appointment-time {
	background-image: url("../images/clock.svg");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-right: 20px;
}
.appointment-arrow {
	margin-left: auto;
	font-size: 0.85em;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
}
/*
.appointment-arrow:after {
	content: "";
	display: inline-block;
	background-image: url("../images/arrow-up.svg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	transition: transform 0.3s;
	vertical-align: bottom;
	margin-left: 15px;
}
.appointment-arrow.clicked:after {
	transform: rotate(180deg);
}
*/
.appointment-arrow:after {
	content: "+";
	display: inline-block;
	font-size: 32px;
	line-height: 16px;
	margin-left: 12px;

	width: 20px;
	font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
	white-space: nowrap;
    font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	text-align: center;
}
.appointment-arrow.clicked:after {
	content: "–";
	margin-top: -3px;
}


.App-appointment-item-datetime {
	display: flex;
}
.App-appointment-item-actions {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s;
	box-sizing: border-box;
}

.App-appointment-item-actions .App-button {
	box-sizing: border-box;
}
.App-appointment-item-actions hr {
	width: 100%;
	border-top: solid 1px #BBBBBB;
}
.App-appointment-item-actions p {
	width: 100%;
}
.appointment-followup-status strong {
	font-weight: 400;
	text-transform: uppercase;
}
.appointment-followup-status .green {
	color: #08EF72;
}
.appointment-followup-status .yellow {
	color:#D0C000;
}
.appointment-followup-status .red {
	color: #D30000;
}
.App-appointments-item.followup .App-appointment-item-body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.App-appointment-item-delivered-notes {
	width: 100%;
}

.App-snapcell-container {

}
.App-snapcell-container iframe {
	width: 100%;
	height: 100vh;
}


.App-appointment-item-issues-details {
	display: flex;
	justify-content: space-between;
}
.App-appointment-item-issues {
	display: block;
	margin-top: 15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s;
	box-sizing: border-box;
}
.App-appointment-item-issues hr {
	width: 100%;
	border-top: solid 1px #BBBBBB;
}
.App-appointment-item-issue {
	border-top: solid 1px #E2E2E2;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	display: flex;
	align-items: center;
}
.App-appointment-item-issue span {
	margin-right: 15px;
}
.App-appointment-item-issue strong {
	margin-right: 30px;
}
.App-appointment-item-issue a {
	text-decoration: underline;
}
.appointment-vehicle .issues-resolved {
	text-transform: none;
}
.App-appointment-item-issue .issue-actions {
	margin-left: auto;
	min-width: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.App-appointment-item-issue .email-issue {
	background-image: url(../images/email.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 68% auto;
	background-color: #aaa;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	margin-right: 15px;
	cursor: pointer;
}

/** ======================================================================================
* SCHEDULE APPOINTMENT
* ======================================================================================== */
.App-back-button {
	padding: 1rem 1rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem;
}
.App-back-button a {
	color: #101010;
}
.App-back-button a:hover {
	text-decoration: none;
}
.App-schedule-appointment-container {
	padding: 1rem;
}
.App-schedule-appointment-inputs {
	position: relative;
}
.App-schedule-appointment-inputs > * {
	display: block;
}
.App-schedule-appointment-inputs.done > * {
	text-align: center;
}
.App-schedule-appointment-dropdown-input {
	position: relative;
}

.App-schedule-appointment-inputs input {
	margin-top: 0.8rem;
	width: 100%;
}
.App-schedule-appointment-inputs .atwm-lastname input {
	margin-top: 0;
	margin-bottom: 0;
}

.App-schedule-appointment-inputs .atwm-search input {
	margin-top: 7px;
	margin-bottom: 7px;
}

.App-schedule-appointment-dropdown-input {
	margin-bottom: 0;
}
.App-schedule-appointment-dropdown-input input {
	margin-bottom: 0;
}
.App-schedule-appointment-inputs .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: solid 1px #D5D5D5;
	border-top: none;
	width: 100%;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	max-height: 150px;
	overflow: auto;
}
.App-schedule-appointment-inputs .dropdown ul {
	list-style: none;
	padding: 10px 15px;
	margin-bottom: 0;
}
.App-schedule-appointment-inputs .dropdown ul li {
	cursor: pointer;
}


.App-schedule-appointment-inputs textarea {
	height: 110px;
}
.App-schedule-appointment-inputs select {
	width: 100%;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	border: solid 1px #D5D5D5;
	padding: 13px 15px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
}
.App-schedule-appointment-inputs select.members-select {
	width: 100%;
}

.App-schedule-appointment-inputs h3 {
	text-transform: uppercase;
	border-bottom: solid 1px #101010;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.4rem;
}
.App-schedule-appointment-datetime {
	display: flex;
	width: 100%;
}
.App-schedule-appointment-datetime .row {
	width: 100%;
}
.App-schedule-appointment-type {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.App-schedule-appointment-type label {
	display: inline-flex;
	align-items: center;
	margin-right: 2rem;
}
.App-schedule-appointment-type input {
	width: auto;
	margin-top: 0;
}


.App-schedule-appointment-type label span {
	background-image: url("../images/two-persons.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	padding-left: 36px;
}
.App-schedule-appointment-type label.atwm-remote span {
	background-image: url("../images/wheel.svg");
	background-size: 24px 24px;
}
.App-schedule-appointment-type label.atwm-virtual span {
	background-image: url("../images/play.svg");
	
	background-size: 20px 20px;
}



.App-schedule-appointment-actions {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.App-schedule-appointment-actions > *{
	flex: 0 1 auto;
}

.App-schedule-appointment-videos input {
	width: 20px;
	margin-top: 0;
}
.App-schedule-appointment-videos {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.App-schedule-appointment-videos .video-sample {
	width: 100%;
	cursor: pointer;
}
.App-schedule-appointment-videos .video-sample span {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 25px;
}
.App-schedule-appointment-videos .video-sample span:before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 100%;
	height: 0;
	background-color: rgba( 0,0,0,0.3);
	z-index: 1;
}
.App-schedule-appointment-videos .video-sample span:after {
    content: "";
    display: block;
    position: absolute;
	z-index: 2;
	background-image: url(../images/video.svg);
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.App-schedule-appointment-videos .video-sample span img {
	display: block;
	position: absolute;
	max-width: none;
	height: 100%;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	
}

.App-schedule-appointment-videos label {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	display: flex;
    flex-wrap: wrap;
}
.App-schedule-appointment-videos label p {
	line-height: 1em;
	width: 100%;
}
.App-schedule-appointment-videos label p.title {
	text-align: center;
	margin-top: 10px;
}
.App-schedule-appointment-videos label p.select {
	border-top: solid 1px #707070;
	align-self: flex-end;
	padding-top: 15px;
}

.DayPicker {
	display: block;
	width: 100%;
}
.DayPicker-wrapper,
.DayPicker-Months,
.DayPicker-Month {
	width: 100%;
}
.DayPicker-Month {
	margin-left: 0;
	margin-right: 0;
}
.DayPicker-Caption {
	text-align: center;
}
.DayPicker-NavButton--prev {
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23101010%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214.305%2C0.417%204.602%2C10%2014.305%2C19.583%20%22%2F%3E%3C%2Fsvg%3E');
}
.DayPicker-NavButton--next {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23101010%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.602%2C19.583%2014.305%2C10%204.602%2C0.417%20%22%2F%3E%3C%2Fsvg%3E');
}
.DayPicker-Day {
	border-radius: 3px;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
	background-color: #910A2D;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #999999;
}

.atwm-time-picker-period {
	margin-left: 15px;
}
.atwm-time-picker-period label {
	margin-right: 30px;
}
.App-schedule-appointment-datetime-desc {
	width: 100%;
	padding-left: 15px;
	padding-top: 20px;
}

.atwm-time-picker-hour-minute {
	display: flex;
}
.atwm-time-picker-hour-minute label {
	margin-left: 15px;
}
table.time-hour, table.time-minute {
    width: 100%;
    border-spacing: 12px 12px;
    border-collapse: separate;
}
table.time-hour td, 
table.time-minute td {
    text-align: center;
    width: 40px;
    height: 30px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    background-color: #202020;
    color: #fff;
    cursor: pointer;
}

table.time-hour td.selected, 
table.time-minute td.selected {
	background-color: #910A2D;
}
table.time-hour td:hover, 
table.time-minute td:hover {
	background-color: #999999;
}


.App-appointments-filter-date-dropdown {
    position: absolute;
	background-color: #fff;
	box-shadow: 3px 3px 4px rgba( 0,0,0,0.15);
	top: 100%;
}
.App-appointments-filter-date-dropdown .DayPicker-Months {
	display: flex;
}
.App-appointments-filter-date-dropdown .DayPicker-Month {
	width: 50%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.App-appointments-filter-date-dropdown .DayPicker-Caption,
.App-appointments-filter-date-dropdown .DayPicker-Weekdays,
.App-appointments-filter-date-dropdown .DayPicker-Body {
	display: block;
	width: 100%;
}
.App-appointments-filter-date-dropdown .DayPicker-WeekdaysRow,
.App-appointments-filter-date-dropdown .DayPicker-Week {
	display: flex;
	justify-content: space-between;
}
.App-appointments-filter-date-dropdown .DayPicker-Week {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.App-appointments-filter-date-dropdown .DayPicker-Day,
.App-appointments-filter-date-dropdown .DayPicker-Weekday {
	display: block;
	width: 13%;
}
.App-appointments-filter-date-dropdown .DayPicker-Day {
	padding: 0 0.5em;
}







/** ======================================================================================
* APPOINTMENT DETAILS
* ======================================================================================== */
.App-appointment-header {
	border-bottom: solid 1px #910A2D;
	display: flex;
	padding: 20px;
	justify-content: space-between;
}
.App-appointment-date {
	font-size: 1.2rem;
}
.App-appointment-date p {
	margin-bottom: 0;
}

.App-appointment-container {
	padding: 20px;
}
.App-appointment-container.center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.App-schedule-appointment-videos-header {
	display: flex;
	justify-content: space-between;
}
.App-schedule-appointment-videos-header-left {
	width: 50%;
}



.App-appointment-details-inputs label {
	width: 100%;
}
.App-appointment-details-actions {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.App-appointment-details-actions > *{
	margin-left: 15px;
	margin-right: 15px;
}

.App-appointment-details-inputs .specification {
	text-indent: -28px;
	padding-left: 28px;
}
.App-appointment-confimed {
	margin-top: 1rem;
}
.App-appointment-details-inputs1111 .specification input[type="checkbox"] + span {
	color: #D5D5D5;
}
.App-appointment-details-inputs1111 .specification input[type="checkbox"]:checked + span {
	color: #101010;
}

/** ======================================================================================
* START DELIVERY
* ======================================================================================== */
.App-start-delivery-container {
	padding: 20px;
}
.App-start-delivery-header {
	display: flex;
	justify-content: space-between;
}
.App-appointment-date {
	font-size: 1.2rem;
}
.App-appointment-date p {
	margin-bottom: 0;
}
.App-start-delivery-details-inputs label {
	width: 100%;
}
.App-start-delivery-details-inputs .specification {
	text-indent: -28px;
	padding-left: 28px;
}
.App-start-delivery-details-inputs .specification span.disabled {
	color: #B4B9BD;
}

.App-start-delivery-actions {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.App-start-delivery-actions > *{
	margin-left: 15px;
	margin-right: 15px;
}

.App-start-delivery-details-inputs .issues div > * {
	margin-right: 20px;
}


/** ======================================================================================
* CUSTOMERS
* ======================================================================================== */
.App-customers-filter-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: solid 1px #101010;
    margin-bottom: 1px;
}

.App-customer-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
	border-top: solid 1px #101010;
}
.App-customer-item .customer-name {
    font-weight: 700;
    background-image: url(../images/info.svg);
    background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    padding-left: 36px;
}
.App-customers-filter {
	margin-right: 15px !important;
}

.App-Customer-container .App-customer-item .customer-name {
	background: none;
	width: 100%;
	padding-left: 0px;
}
.App-Customer-container .App-customer-item .customer-email,
.App-Customer-container .App-customer-item .customer-phone {
	width: 100%;
}

.App-customer-item-container {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: solid 1px #101010;
}
.App-customer-item-container .App-customer-item {
	display: flex;
	justify-content: space-between;
	border: none;
	padding: 0;
}
.App-customer-edit input {
	margin-bottom: 15px;
}
.App-customer-edit div input {
	width: 100%;
}
.App-customer-edit #atwm-first {
	margin-right: 15px;
}

.App-Customer-appointments {
	padding: 20px;
	border-bottom: solid 1px #101010;
}
.App-Customer-appointments h3 {
	font-size: 1.3rem;
}
.App-Customer-appointment {
	margin-top: 1em;
	margin-left: -15px;
	margin-right: -150px;
}
.App-Customer-appointment span {
	margin-left: 15px;
	margin-right: 15px;
}

/** ======================================================================================
* VIDEOS
* ======================================================================================== */
.App-appointment-container.videos {
	position: relative;
}
.App-send-videos-popup {
	position: fixed;
	top: 60px;
	left: 20px;
	right: 20px;
	background-color: #2C2C2C;
	color: #2C2C2C;
	border: solid 1px #707070;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 100px;
	z-index: 10;
}
.App-send-videos-popup .popup-inner {
	padding: 20px;
	padding-bottom: 40px;
}
.App-send-videos-popup .close-popup {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	border: none;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
}
.App-send-videos-popup input {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.App-send-videos-popup .send-video,
.App-send-videos-popup .send-issue {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
}
.App-videos-options {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.App-videos-options select {
	width: 200px;
	border: solid 1px #D5D5D5;
	padding: 13px 15px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
	width: 30%;
}




/** ======================================================================================
* VIDEO POPUP
* ======================================================================================== */
.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 10;
}
.popup {
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	color: #2C2C2C;
	border-top: solid 2px #ED1C2F;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.popup .popup-inner {
	padding: 20px;
	padding-bottom: 40px;
}
.popup .close-popup {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	border: none;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
}
.popup h3 {
	font-size: 1.2rem;
	border-bottom: solid 1px #cacaca;
	padding: 10px 20px;
	padding-right: 40px;
	font-weight: bold;
}
.popup img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-player-wrapper {
	display: flex;
	justify-content: left;
}
  

/** ======================================================================================
* PASSWORD FORGOT POPUP
* ======================================================================================== */
.password-forgot-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.password-forgot-popup {
	position: absolute;
	bottom: 60px;
	left: 20px;
	right: 20px;
	background-color: #2C2C2C;
	color: #ffffff;
	border: solid 1px #707070;
	max-width: 600px;
	min-height: 40vh;
	margin-left: auto;
	margin-right: auto;
}
.password-forgot-popup .close-popup {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	border: none;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
}
.password-forgot-popup .popup-inner {
	padding: 40px 40px;
}
.password-forgot-popup h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
}
.password-forgot-popup p {
	text-align: center;
}
#atwm-emailphone {
	width: 100%;
}
.App-forgot-password-button {
	background: none;
	border: none;
	border: solid 1px #696969;
	background-color: #101010;
	border-radius: 4px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 30px;
	display: block;
	margin-top: 50px;
}


/** ======================================================================================
* PASSWORD FORGOT POPUP
* ======================================================================================== */
.App-analytic-summary {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}
.App-analytic-navigation {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	margin-top: 40px;
	justify-content: center;
}
.App-analytic-summary-table {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 40px;
}
.App-analytic-summary h3 {
	font-size: 1.3rem;
}
.App-analytic-table table {
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.App-analytic-table table thead th {
	background-color: #101010;
	color: #fff;
	padding: 3px;
	text-align: center;
}
.month-left {
	display: block;
	background: none;
	border: none;
	background-image: url(../images/arrow-left.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	margin-right: 30px;
}
.month-right {
	display: block;
	background: none;
	border: none;
	background-image: url(../images/arrow-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	margin-left: 30px;
}
.App-analytic-navigation button:active {
	outline: none;
	border: none;
}
.App-analytic-navigation button:focus {outline:0;}


@keyframes atwmOutBottom {
	0% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateY(0%);
	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateY(100%);
	}
}
.atwmOutBottom {
    -webkit-animation-name: atwmOutBottom;
    animation-name: atwmOutBottom;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 0.5s;
}

@keyframes atwmInBottom {
	0% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateY(100%);		
	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateY(0%);
	}
}
.atwmInBottom {
    -webkit-animation-name: atwmInBottom;
    animation-name: atwmInBottom;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}



@keyframes atwmOutLeft {
	0% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(0%);
	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(-100%);
	}
}
.atwmOutLeft {
    -webkit-animation-name: atwmOutLeft;
    animation-name: atwmOutLeft;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@keyframes atwmInLeft {
	0% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(-100%);		
	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(0%);
	}
}
.atwmInLeft {
    -webkit-animation-name: atwmInLeft;
    animation-name: atwmInLeft;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}


@keyframes atwmInRight {
	0% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(100%);		
	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(0%);
	}
}
.atwmInRight {
    -webkit-animation-name: atwmInRight;
    animation-name: atwmInRight;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@keyframes atwmOutRight {
	0% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(0%);
	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateZ(0);
		transform: translateX(100%);
	}
}
.atwmOutRight {
    -webkit-animation-name: atwmOutRight;
    animation-name: atwmOutRight;
	
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@media (max-width: 575px) {
	.container {
		padding: 0;
	}
	.home-logo-title h1 {
		max-width: 80%;
	}

	.header {
		flex-wrap: wrap;
		padding: 1em 15px;
		justify-content: center;
	}
	.App-logo {
		max-width: 20%;
		height: auto;
	}
	.App-title-user {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		text-align: center;
	}
	.App-title {
		font-size: 1.35rem;
	}
	.App-hamburger {
		position: absolute;
		top: 15px;
		right: 15px;
	}


	.App-tabs ul {
		padding-left: 0;
	}
	.App-tabs ul li a {
		font-size: 12px;
	}
	.App-back-button {
		font-size: 1.1rem;
		letter-spacing: 1px;
	}

	.App-submenu ul {
		background-color: #E7E7E7;
		padding: 1rem 1rem;
		justify-content: center;
	}
	.App-submenu ul li {
		display: none;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
	}
	.App-submenu ul li.selected {
		display: block;
		border: none;
	}
	.App-submenu ul li a {
		color: #101010;
		font-size: 1.1rem;
		font-weight: 700;
	}

	.App-appointments-filter-container {
		width: 100%;
		order: 1;
		margin-top: 15px;
		position: relative;
	}
	.App-appointments-options {
		flex-wrap: wrap;
	}
	.App-appointments-filter {
		display: flex;
		justify-content: space-between;
	}
	.App-schedule-appointment {
		width: 100%;
		order: 0;
	}
	.App-schedule-appointment a {
		width: 100%;
	}
	.App-appointments-filter-date-dropdown .DayPicker-Month {
		width: 100%;
	}
	.App-appointment-item-datetime {
		flex-wrap: wrap;
	}
	.App-appointment-item-datetime .appointment-date,
	.App-appointment-item-datetime .appointment-time {
		width: 100%;
	}
	.App-appointment-item-actions {
		margin-left: -15px;
		margin-right: -15px;
	}
	.App-appointment-item-actions hr,
	.App-appointment-item-actions p {
		width: calc( 100% - 30px );
		margin-left: 15px;
		margin-right: 15px;
	}
	.App-appointment-item-actions .tertiary {
		width: calc( 50% - 30px );
		margin-left: 15px;
		margin-right: 15px;
		font-size: 13px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	.App-schedule-appointment-datetime .row {
		margin-left: 0;
		margin-right: 0;
	}
	.App-schedule-appointment-datetime .row .col-8,
	.App-schedule-appointment-datetime .row .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
	table.time-hour td, table.time-minute td {
		font-size: 13px;
	}
	.App-schedule-appointment-type {
		flex-wrap: wrap;
	}
	.App-schedule-appointment-type label {
		width: 100%;
	}
	.App-schedule-appointment-videos label {
		width: 50%;
	}
	.App-schedule-appointment-videos-header {
		flex-wrap: wrap;
	}
	.App-schedule-appointment-videos-header-left {
		width: 100%;
	}
	.App-schedule-appointment-videos-header-right {
		margin-bottom: 15px;
	}

	.App-start-delivery-header {
		flex-wrap: wrap;
	}
	.App-appointment-date {
		flex: 0 1 100%;
		order: 1;
	}
	.App-appointment-add-to-calendar {
		flex: 0 1 100%;
		order: 0;
		margin-bottom: 15px;
	}
	.App-appointment-add-to-calendar a {
		width: 100%;
	}

	.App-customers-filter-container {
		flex-wrap: wrap;
	}
	.App-customers-filter-container > div {
		width: 100%;
		margin-right: 0 !important;
	}
	.App-customers-filter {
		flex: 0 1 100%;
		display: flex;
		justify-content: stretch;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 770px;
	}
	.App-appointments-filter-container {
		flex: 1 1 auto;
		padding-right: 100px;
		position: relative;
	}
	.App-appointments-filter {
		display: flex;
	}
	.App-appointments-filter-button {
		flex: 0 1 auto;
	}
	.App-schedule-appointment a {
		padding: 8px 23px;
	}
}