.vc-weekday {
    color: #4a5568 !important;
}
.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}


/* ---- confirmation screen ---- */

.sis-certificateTable {
	width: 450px;
    font-size: 16px;
  }
  
  .details {
	margin-bottom: 20px;
  }
  
  .summary {
	font-weight: bold;
	padding: 0.8em 0.5em;
	color: #303030;
	box-sizing: border-box;
	margin: 0;
	font-size: 16px;
  }
  
  .details-container {
	padding-top: 10px;
	
  }
  
  .hr {
	/* background-color: #cecece; */
	border-bottom: solid 1px #3d3d3d;
	margin-top: 70px;
  }
  
 
  
  .hr h4 {
	margin: 0;
	color: #3d3d3d;
	padding: 8px 0;
	font-size: 16px;
  }
  
  .details-box {
	display: flex;
	margin: 10px 5px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: dashed 1px #cecece;
  }
  
  .details-box h4 {
	margin: 0;
	font-weight: 300;
	color: #636363;
	font-size: 16px;
  }
  
  .details-box p {
	font-weight: 600;
	color: #575757;
	padding: 8px 0;
  
	margin: 0;
  }
  
  .address-box {
	padding: 20px 10px;
  }
  
  .address-box p {
	margin: 0;
	padding: 2px 0;
	font-weight: 400;
	font-size: 14px;
	color: #636363;
	text-transform: capitalize;
  }
  
  .address-box .post {
	text-transform: uppercase;
  }
  
  .address-line:empty {
	display:none;
  }
  
  .no-refund {
	margin: 0;
	text-align: right;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
  }

  .sis-ct-timeslot:hover {
	color: white;
	
  }

  
  .info-button {
	  display: block;
	  background: transparent;
	  margin: 5px 0;
  }
  .info-button i {
	  color: grey;
  }

  .modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
  }
  
  .modal-wrapper {
	display: table-cell;
	vertical-align: middle;
  }
  
  .modal-container {
	max-width: 500px;
	margin: 0px auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
	font-family: Helvetica, Arial, sans-serif;
  }
  
  .modal-header h3 {
	margin-top: 0;
	color: #42b983;
  }
  
  .modal-body {
	margin: 20px 0;
  }
  
  .modal-default-button {
	
	background: #0070BA;
	color: white;
  }
  
  /*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */
  
  .modal-enter {
	opacity: 0;
  }
  
  .modal-leave-active {
	opacity: 0;
  }
  
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  

  .modal-box-container {
	padding: 10px 30px;
  }
  
  .modal-box {
	display: flex;
	/* border-right: solid 1px #d3d3d3; */
	margin: 10px 5px;
  
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: dashed 1px #c2c2c2;
  }
  
  .modal-box p {
	margin: 0;
	font-weight: 300;
	color: #636363;
	font-size: 16px;
  }
  
  .modal-box h4 {
	font-weight: 600;
	color: #575757;
	padding: 8px 0;
  font-size: 17px;
	margin: 0;
  }


  .inine {
	display: inline;
  }
  
  .time-link {
	font-size: 15px;
  }

  .column-header {
	background: #0070BA;
	color: white;
	font-size: 18px;
	text-align: center;
	padding: 20px 0 !important;
  }

  .govuk-header {
	background: white;
	border-bottom: solid 1px #f0f0f0;
	padding: 15px 0;
  }

  .govuk-header__container {
	border-bottom: none;
  }

  .govuk-list a {
	color: #333;
  }

  .govuk-button {
	background-color: #0070ba;
    border: 2px solid #0070ba;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: none;
	padding: 12px;
  }

  .govuk-button:hover {
	background-color: #fff;
    border: 2px solid #0070ba;
    color: #0070ba;
    box-shadow: none;
  }

  .govuk-button--secondary {
	background-color: #fff;
    border: 2px solid #0070ba;
    color: #0070ba;
  }

  .govuk-button--secondary .govuk-button__start-icon {
	margin: 0 10px 0 0;
	transform: rotate(180deg);
  }

  .govuk-button--secondary:hover {
	background-color: #0070ba;
    border: 2px solid #0070ba;
    color: #fff;
  }

.ui-datepicker-calendar .ui-state-hover, .sis-ct-timeslot:hover {
	background: #005790;
}
  
  

  @media (max-width: 40.0625em) {
	.sis-certificateTable {
		width: 100%;
	}
  }