/* Superior Diamond Drilling Inc. CSS */

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}
img{border-style:none}svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1,h2,h3,h4,h5,h6,.w3-slim,.w3-wide{font-family:"Segoe UI",Arial,sans-serif}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:"Times New Roman",Times,serif}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
img{margin-bottom:-5px}a{color:inherit}

/* ########################### HEADER CSS ######################################### */

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #999999;
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #headerLinks {
  display: none;
  background-color: #999999;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu icon and the shopping cart icon */
a.icon-hb {
  background: #999999;
  padding: 15px 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
a.icon-sc {
  background: #999999;
  padding: 15px 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/* Add different background color on mouse-over */
.topnav a:hover {
  margin: 0px;
  background-color: #4D4D4D;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: ##F1C5AE; 
  color: white;
}

.container {
  width: 100%;
  display: inline-block;
}

/* Custom Color Palette */

.palette1 {color:#000 !important; background-color:#666666 !important}
.palette2 {color:#000 !important; background-color:#999999 !important}
.palette3 {color:#000 !important; background-color:#999999 !important}

.footer-max-width-500px {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main {
  min-width: 100%;
  display: inline-block;
  margin-top: 100px;
  z-index: -1;
}

.content-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.row {
}

/* ################################ PRODUCTS CSS ############################# */
.category-separator {
  display: inline block;
  z-index: -1;
  position: relative;
  border: none;
  width: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.category-separator-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: 8px;
  text-align: center;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: black;
  background-color: #ebb294;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

/* ############################## ORDERS CSS ##################################### */

.orders-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.orders-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.orders-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.field-shrink {
  width: 1px;
  white-space: nowrap;
}

.field-grow {
  width: 100%;
}

.orders-table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 10px;
  background: #ced2c2;
}

/* ############################## CART CSS ##################################### */

.cart-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 400px;
  min-height: 500px;
  margin: 10px 10px 10px 10px;
  text-align: center;
}

.cart-header {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 10px 10px 10px 10px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
}

.cart-item-container {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  min-width: 75%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.cart-button-continue-shopping {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.cart-button-update-cart {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.cart-button-checkout {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.cart-button-continue-shopping:hover {
  color: #494949 !important;
  background: #999999;
  border-color: #494949 !important;
  transition: all 0.4s ease 0s;
}

.cart-button-checkout:hover {
  color: #494949 !important;
  background: #999999;
  border-color: #494949 !important;
  transition: all 0.4s ease 0s;
}
.cart-button-update-cart:hover {
  color: #494949 !important;
  background: #999999;
  border-color: #494949 !important;
  transition: all 0.4s ease 0s;
}

.cart-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  max-width: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cart-table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 10px;
  background: #ebb294;
}

.cart-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.cart-error, .profile-error, .referral-error, .signin-alert, .signup-alert {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #e58e62;
  margin: 10px 10px 10px 10px;
  padding: 15px 15px 15px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
}

.cart-shipping-explanation {
  max-width: 400px;
  padding: 15px 15px 15px 15px;
  border: 2px solid #494949;
  background: #ecddd0;
  text-align: center;
  font-size: smaller;
}
/* ############################## CONTACT CSS ########################################### */

.contact-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  max-width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 10px;
  background: #999999;
}

.contact-table td {
  border: 1px solid #ddd;
  padding: 10px;
}


/* ############################## SIGNIN/SIGNUP CSS ##################################### */

.signin-header {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 10px 10px 10px 10px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
}

.signin-button {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.signin-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.signup-button {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.signup-ad-button {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #999999;
  max-width: 400px;
  margin: 5px 5px 5px 5px;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.signin-button:hover {
  color: #494949 !important;
  background: #999999;
  border-color: #494949 !important;
  transition: all 0.4s ease 0s;
}

.signup-button:hover {
  color: #494949 !important;
  background: #999999;
  border-color: #494949 !important;
  transition: all 0.4s ease 0s;
}
.signup-ad-button:hover {
  color: #494949 !important;
  background: #999999;
  border-color: #494949 !important;
  transition: all 0.4s ease 0s;
}

.signup-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ############################# PROFILE/APPLICATION CSS ################################### */

.profile-header {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 10px 10px 10px 10px;
  padding: 15px 15px 15px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
}

.profile-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  max-width: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.profile-table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 10px;
  background: #999999;
}

.profile-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.profile-label {
  text-align: right;
}

.profile-input {
  text-align: left;
}

.application-status {
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  margin: 10px 10px 10px 10px;
  padding: 15px 15px 15px 15px;
  border: 4px solid #494949 !important;
  display: inline-block;
}

.application-content-container {
  border: 4px solid #494949 !important;
  padding: 15px 15px 15px 15px;
  margin: 10px 10px 10px 10px;
}


/* ############################## Dashboard CSS ##################################### */

.dashboard-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  white-space: nowrap;
  max-width: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dashboard-user-detail-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  white-space: nowrap;
  max-width: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dashboard-table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 3px;
  background: #999999;
}

.dashboard-user-detail-table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 10px;
  background: #999999;
}

.dashboard-table td {
  border: 1px solid #ddd;
  padding: 3px;
}

.dashboard-user-detail-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.dashboard-label {
  text-align: right;
}

.dashboard-input {
  text-align: left;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: orange;
}

.bg-yellow {
  background: yellow;
}

.bg-green {
  background: green;
}

@media print {
  .page-break { display: block; page-break-before: always; }
}

/* ############################## Forgot Password CSS ################################# */
.forgot-password-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 500px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.forgot-password-button {
  color: #494949;
  text-decoration: none;
  background: #ecddd0;
  margin: 5px auto 5px auto;
  padding: 0px 15px 0px 15px;
  border: 4px solid #494949;
  display: block;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.forgot-password-button:hover {
  color: #494949;
  background: #f1c5ae;
  border-color: #494949;
  transition: all 0.4s ease 0s;
}

.ajaxError {
  width: fit-content;
  color: black;
  text-decoration: none;
  background: #e58e62;
  margin: 10px auto 10px auto;
  padding: 10px 10px 10px 10px;
  border: 4px solid #494949;
  display: inline-block;
}

.password-rules {
  background: #ced2c2;
  padding: 5px;
  text-align: center;
  font-size: smaller;
}

/* ############################## Slideshow CSS ################################# */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  z-index:-1;
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
