/*------------------------------------*\
                RESET
\*------------------------------------*/
html,
body,
div,
section,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: normal;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

button,
a {
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: blue;
  text-transform: none;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

button:focus,
a:focus {
  outline: none;
}

/*HTML5 display-role reset for older browsers*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ’’;
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*date picker style*/
input[type="date"]::-webkit-datetime-edit {
  padding: 0;
}
input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  background-color: none;
}
input[type="date"]::-webkit-datetime-edit-text {
  color: inherit;
  padding: 0 0.45em;
}

input[type="date"]::-webkit-datetime-edit-month-field {
  color: inherit;
  text-transform: uppercase;
}
input[type="date"]::-webkit-datetime-edit-day-field {
  color: inherit;
  text-transform: uppercase;
}
input[type="date"]::-webkit-datetime-edit-year-field {
  color: inherit;
  text-transform: uppercase;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  height: 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 0px;
  opacity: 0.5;

  -webkit-filter: invert(39%) sepia(85%) saturate(5644%) hue-rotate(206deg)
    brightness(106%) contrast(101%);

  filter: invert(39%) sepia(85%) saturate(5644%) hue-rotate(206deg)
    brightness(106%) contrast(101%);
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*\
        Contact: techjork.com
\*++++++++++++++++++++++++++++++++++++*/
