/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'open_sans';
  src: url('/fonts/opensans-bold-webfont.eot');
  src: url('/fonts/opensans-bold-webfont.eot?#iefix') format("embedded-opentype"), url('/fonts/opensans-bold-webfont.woff2') format("woff2"), url('/fonts/opensans-bold-webfont.woff') format("woff"), url('/fonts/opensans-bold-webfont.ttf') format("truetype"), url('/fonts/opensans-bold-webfont.svg#open_sansbold') format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('/fonts/opensans-regular-webfont.eot');
  src: url('/fonts/opensans-regular-webfont.eot?#iefix') format("embedded-opentype"), url('/fonts/opensans-regular-webfont.woff2') format("woff2"), url('/fonts/opensans-regular-webfont.woff') format("woff"), url('/fonts/opensans-regular-webfont.ttf') format("truetype"), url('/fonts/opensans-regular-webfont.svg#open_sansregular') format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('/fonts/opensans-semibold-webfont.eot');
  src: url('/fonts/opensans-semibold-webfont.eot?#iefix') format("embedded-opentype"), url('/fonts/opensans-semibold-webfont.woff2') format("woff2"), url('/fonts/opensans-semibold-webfont.woff') format("woff"), url('/fonts/opensans-semibold-webfont.ttf') format("truetype"), url('/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format("svg");
  font-weight: 600;
  font-style: normal;
}
body {
  min-height: 100vh;
  width: 100%;
  line-height: 1.5em;
  color: #444;
  font-family: "open_sans", sans-serif;
  font-size: 16px;
}
em {
  font-weight: 600;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 5px;
  margin: 0 5px;
  text-align: left;
}
table td.number {
  text-align: center;
}
table thead {
  border-bottom: 1px solid #444;
}
table thead th {
  font-weight: 600;
}
.container {
  padding-top: 100px;
  background-image: radial-gradient(50% 147%, #666 50%, #444 100%);
  min-height: calc(100vh - 100px);
}
.container .content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.mod-content-block {
  width: 480px;
  background-color: #F8F6F9;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}
.mod-content-block header {
  background-image: linear-gradient(90deg, #F25A5A 0%, #DE9B4D 98%);
  color: white;
  padding: 0 40px;
}
.mod-content-block header h1 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
  margin: 0;
}
.mod-content-block header h1:not(.plain):before {
  content: url('/images/Thinka-logo.png');
  margin-right: 3px;
  float: left;
}
.mod-content-block section {
  padding: 40px;
}
.mod-content-block section p {
  margin-bottom: 20px;
}
.mod-content-block section a {
  color: #666;
  text-decoration: none;
}
.mod-content-block section a.info {
  color: #85bef5;
  font-size: .9em;
}
.mod-content-block section a.info::before {
  content: "ℹ";
  margin-right: 10px;
}
.mod-content-block section a.danger {
  color: #cc0000;
}
.mod-content-block section a.inline {
  color: #85bef5;
}
.mod-content-block section .feedback {
  margin-top: 5px;
  display: inline-block;
}
.mod-content-block section .feedback.feedback-error {
  color: #cc0000;
}
.mod-content-block section .field {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mod-content-block section .actions {
  margin-top: 30px;
}
.mod-content-block section select.timestamp {
  font-size: 12pt;
  color: gray;
  height: 30px;
  width: 100%;
}
.mod-content-block section button.close {
  background-color: lightgray;
  text-transform: uppercase;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 2px;
  min-width: 180px;
  padding: 0 10px;
  cursor: pointer;
}
.mod-content-block section input {
  box-sizing: border-box;
  font-size: 18px;
  padding: 12px;
  border: 1px solid #CDCDCD;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.mod-content-block section input.button {
  text-transform: uppercase;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 2px;
  min-width: 180px;
  padding: 0 10px;
  cursor: pointer;
  width: 100%;
}
.mod-content-block section input.button.button-blue {
  background-color: #4A83AF;
}
.mod-content-block section input.button.button-red {
  background-color: #f25a5a;
}
.mod-content-block section input.button.right {
  float: right;
}
.login,
.register,
.authorize {
  align-items: center;
}
.login h1,
.register h1,
.authorize h1 {
  text-align: center;
}
.login .form,
.register .form,
.authorize .form {
  margin: 0 auto;
  height: 40%;
  width: 400px;
  padding: 20px;
  background-color: #f0f0f0;
}
.login ul.access-control,
.register ul.access-control,
.authorize ul.access-control {
  padding-left: 20px;
}
.login ul.access-control li::before,
.register ul.access-control li::before,
.authorize ul.access-control li::before {
  content: "✓";
  margin-right: 10px;
}
.admin {
  background-image: radial-gradient(50% 147%, #666 50%, #444 100%);
  min-height: 100vh;
  color: #fff;
}
.admin .link {
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.admin a {
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.admin section {
  padding: 20px;
}
.admin dl {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}
.admin dl dt {
  width: 170px;
}
.admin dl dd {
  margin-left: 30px;
  width: calc(100% - 200px);
}
.admin .payload {
  margin-top: 20px;
  white-space: pre-wrap;
  font-family: monospace;
}
.admin header[role='page'] {
  background-image: linear-gradient(90deg, #F25A5A 0%, #DE9B4D 98%);
  color: white;
  padding: 0 40px;
  display: flex;
}
.admin header[role='page'] h1 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
  flex: 1 1 auto;
}
.admin header[role='page'] nav {
  flex: 0 1 auto;
  margin: auto 0;
}
.admin header[role='page'] nav ul {
  list-style-type: none;
}
.admin header[role='page'] nav ul li {
  display: inline-block;
}
.admin header[role='page'] nav ul li + li {
  margin-left: 20px;
}
.admin header[role='filter'] {
  padding: 10px;
  text-align: right;
}
.admin table td a {
  text-decoration: underline;
}
.admin h2 {
  margin-top: 20px;
  font-size: 20px;
}
.admin dl {
  padding-bottom: 20px;
}
.admin input[type='submit'] {
  -webkit-appearance: button;
}
.admin input[type='submit'].link {
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.admin .messages .filter input[type='submit'].link,
.admin .settings .form input[type='submit'].link {
  text-decoration: underline;
}
