html, body {
    height: 100%;
}
body {
    font-family: 'Exo 2', sans-serif;
    background-color: white;
}
table {
	border:none;
    border-collapse: collapse;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
::-webkit-scrollbar { width: 4px; }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
    background-color: rgba(255,255,255,0.5);
}

.container {
    background-color: #2b2b2b;
    height: 100vh;
    max-width: 650px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
#pleasewait {
    left: -10px;
    top: calc(50vh - 125px);
    position: fixed;
    z-index: 2;
    color: white;
    font-size: 5em;
    background-color: #000000f2;
    width: calc( 100% + 10px);
    height: 250px;
    text-align: center;
    display: none;
}
@media only screen and (max-width: 900px) {
    .container {
		background-color: #2b2b2b;
		height: 100vh;
		width: 100vw;
		overflow-y: auto;
		position: fixed;
		max-width:100%;
	}
	.pcl-font h1 {
	    font-size: 21px !important;
	}
}
@media( max-width: 450px ) {
	.large-display-only {
		display:none !important;
	}
	.container {
	    padding: 0px 3px !important;
		overflow: auto !important;
	    overflow-x: hidden !important;
	}
	#msform {
		margin: 10px auto !important;
	}
	#msform fieldset {
	    zoom: 1.0 !important;
	    padding: 15px 10px !important;
	    width: 100% !important;
        margin: 0px 0px 80px 0px !important;
	}
	#progressbar li {
		font-size: 11px !important;
	}
}
.btn-secondary {
	border-color: transparent !important;
    border-bottom: 1px solid #212121 !important;
}
.stock-alert {
    color: red;
    font-weight: 600;
	display:none;
}
.pcl-font {
	font-size: 19px;
	font-weight: 500;
}
.pcl-font h1 {
    font-size: 39px;
}
.btn-secondary:hover {
    color: #000;
    background-color: #ffe92f;
    border-color: #616161;
}
.header-bar {
    background-color: black;
    color: white;
    padding: 15px 20px;
}
.underline {
  border-bottom: 2px solid currentColor;
  display: inline-block;
  line-height: 0.85;
}
.section-description {
    background-color: #868686;
    padding: 15px;
    text-align: left;
    border-radius: 5px;
    color: white;
}
.card-img-top {
	background-color: #dadada;
	min-height: 233px;
}
.card-body {
	background-color: #545454;
}
.card-text {
	color: white;
    text-align: center;
    font-size: 15pt;
}
.addShadow {
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 4px rgb(255, 255, 255);
	box-shadow: 0px 2px 10px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.booking-button {
    width: 100%;
    height: 100%;
    max-height: 62px;
    font-size: 16pt;
    font-weight: 600;
}
.nav-return {
    background-color: #404040;
    padding: 15px;
    text-align: left;
    color: white;
    margin: 10px 0px;
    width: 100%;
}
.time-selector {
	height: 19px;	
}
.time-selector:hover {
	background-color: #013575 !important;
}
.time-selected {
    background-color: #ffea00;
    color: black;
    font-weight: 600;
}
.on-hover { display: none; }
.on-hover:hover { display: block; }
#computer-repair-options { display: none; }
#mobile-repair-home {
    padding-bottom: 20px;
}
#mobile-repair-options { display: none; }

.repair-breadcrumbs {
	display: none;
    background-color: #ffe92f;
    font-weight: 500;
    font-size: 14pt;
    padding: 5px;
	border-bottom: 1px solid #d2d2d2;
}
#calendar {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}
#verify_appointment {
    background-color: #000000d1;
    padding: 15px;
    color: white;
    width: 100%;
	border: 1px solid #7b7b7b;
	font-size: 11pt;
}
.appt-box {
	display: none;
}
.confirmation-title {
    color: black;
    background-color: #ffe92f;
    font-weight: 500;
    font-size: 14pt;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    margin: -15px;
    left: 31px;
    width: calc(100% - 32px);
    text-align: center;
}
.input-title {
    border-bottom: 1px solid #ffffff6e;
    padding-top: 6px;
}
#success {
    position: fixed;
    left: calc(50% - 12.5em);
    top: 30%;
    width: 25em;
    height: 50px;
    z-index: 100;
    background-color: #000000d6;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 15pt;
}
#success-box {
    background-color: #ffffffbf;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}



/*** NEW INDEX PAGE STYLES **/
/*form styles*/
#msform {
	max-width: 500px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	position: relative;
    z-index: 1;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	/* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	margin-bottom: 20px;
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
/*	font-family: montserrat; */
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
    padding: 0 !important;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	width: calc(100% - 25px);
	float: left;
	position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: white;
    background: #484848;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: gray;
	position: absolute;
	left: -50%;
	top: 15px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #ffe92f;
	color: black;
	font-size: 14pt;
}
#loading {
    background-color: #151515bf;
    position: absolute;
    margin-left: -15px;
    top: 0;
    max-width: 650px;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
}
.load-animate {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
#loading_message {
    position: relative;
    top: calc(50% - 80px);
    color: white;
    font-size: 18pt;
    line-height: 60px;
}

.app_confirm_accept {
	position: absolute;
    bottom: -28px;
    left: 19px;
    width: 330px;
    height: 45px;
    text-align: center;
    background-color: black;
    margin: 0px -20px -15px -20px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid gray;
    padding-top: 3px;
}

.appt_confirm_header {
	margin: -15px -20px 0px -20px;
	padding: 10px;
	background-color: black;
	border-bottom: 1px solid gray;
	font-size: 18pt;
}

.appt_confirmation {
	position: fixed;
	background-color: #2c2c2c;
	color: white;
	padding: 15px 20px;
	margin-left: calc( 50vw - 150px);
	margin-right: calc( 50vw - 150px);
	margin-top: calc(15vh);
	text-align: center;
	z-index: 100;
	width: 330px;
	border: 1px solid;
}

.appt_confirm_container {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000a3;
	z-index: 2;
	position: fixed;
}
.appt_msg_cont {
    background-color: #121111;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 5px;
    margin: 0px -17px 10px -17px;
}