/*-------------------------------------------------
RESET
-------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

img {border: none;}
em em {font-style: normal;}
@charset "UTF-8";
/**
 * Defaults
**/
/* line 5, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
strong {
  font-weight: bold;
}

/* line 12, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
em {
  font-style: italic;
}

/* line 13, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
a {
  color: #888;
}

/* line 14, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
a:hover {
  color: #000;
}

/**
 * Variables
**/
/**
 * Some generic components
**/
/* line 25, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.btn {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  display: inline-block;
  padding: .25em .5em;
  border-radius: 2px;
  border: none;
  background-image: linear-gradient(#2fadcf, #2b9fbe);
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}

/* line 38, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.btn:hover, .btn:focus {
  background-image: linear-gradient(#2da6c7, #2791ae);
}

/* line 42, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.btn:focus {
  box-shadow: 0 0 0 3px rgba(47, 173, 207, 0.5);
}

/* line 46, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.btn.btn--large {
  font-size: 1.25em;
  padding: .5em .75em;
}

/* line 52, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
select, input {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1em;
}

/* line 56, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
input[type='text'],
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1em;
  padding: .2em .25em;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-top: 1px solid #bbb;
}

/* line 64, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
input[type='text']:focus,
textarea:focus {
  box-shadow: 0 0 0 2px rgba(47, 173, 207, 0.5);
}

/* line 68, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
textarea {
  line-height: 1.4em;
}

/**
 * Base layout
**/
/* line 75, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #e9e9e9;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}

/* line 86, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.container {
  background: #fff;
  margin: 1rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

/**
 * Header
**/
/* line 97, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
header {
  background: #111;
  color: #999;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 106, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
header h1 {
  font-size: 1.5em;
}

/* line 109, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
header a {
  color: #2fadcf;
  text-decoration: none;
}

/* line 112, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
header a:hover, header a:focus {
  color: #2fadcf;
  text-decoration: underline;
}

/* line 117, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
header a:first-child {
  font-weight: bold;
}

/**
 * Navigation
**/
/* line 126, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
nav {
  background: #333;
  display: flex;
}

/* line 129, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
nav a {
  color: #ccc;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

/* line 133, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
nav a:hover, nav a:focus {
  background: #222;
  color: #fff;
}

/* line 138, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
nav a.current {
  background: #2fadcf;
  color: #fff;
}

/* line 143, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
nav .nav__badge {
  background-color: rgba(0, 0, 0, 0.3);
  padding: .25em .6em;
  border-radius: 1em;
  font-size: .75em;
  color: #fff;
  margin-left: .25em;
}

/**
 * Page title
**/
/* line 156, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
h2 {
  padding: 1rem 1.5rem;
  font-size: 18px;
  background-color: #f9f9f9;
  color: #2fadcf;
  border-bottom: 1px solid #eee;
}

/* line 162, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
h2 small {
  font-size: .75em;
  color: #999;
}

/**
 * Notice
**/
/* line 171, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.notice {
  background: #ffc;
  color: #666600;
  font-size: 1em;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ffff33;
}

/* line 177, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.notice a {
  color: #666600;
}

/* line 179, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.notice a:hover, .notice a:focus {
  color: black;
}

/**
 * Search form
**/
/* line 189, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.search {
  padding: 1rem 1.5rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  line-height: 2em;
}

/**
 * Empty state & blankslate
**/
/* line 200, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.empty-state {
  padding: 3rem 1.5rem;
  text-align: center;
}

/* line 203, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.empty-state svg {
  max-height: 200px;
  margin: 2em 0;
}

/* line 207, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.empty-state .empty-state__msg {
  font-size: 1.25em;
  color: #aaa;
}

/* line 211, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.empty-state form {
  margin-top: 1em;
}

/**
 * Locales list (locales index)
**/
/* line 220, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list {
  display: grid;
  padding: 1.5rem 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

/* line 227, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list a {
  text-decoration: none;
  color: #2fadcf;
  padding: 1.5em 1em;
  height: 100%;
  display: block;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 2px;
}

/* line 238, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list a span {
  font-size: 1.15em;
}

/* line 241, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list a em.missing_translations,
ul.locales-list a em.updated_translations {
  font-style: normal;
  background: #ff3860;
  color: #fff;
  font-size: 9px;
  padding: .25em .6em;
  border-radius: 1em;
  line-height: 1em;
  vertical-align: top;
}

/* line 252, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list a em.updated_translations {
  background: #ffe857;
  color: rgba(0, 0, 0, 0.7);
}

/* line 256, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list a:hover, ul.locales-list a:focus {
  background-color: #f9f9f9;
}

/* line 259, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list a:hover span, ul.locales-list a:focus span {
  text-decoration: underline;
}

/* line 265, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
ul.locales-list form {
  border: 1px dashed rgba(47, 173, 207, 0.5);
  background-color: rgba(47, 173, 207, 0.025);
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 1.5em 1em;
}

/**
 * Translations form
**/
/* line 280, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations table {
  width: 100%;
  text-align: left;
}

/* line 285, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations td, div.translations th {
  padding: 1rem 1.5rem;
  vertical-align: top;
  width: 50%;
}

/* line 290, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations td {
  color: #222;
}

/* line 293, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations th {
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 1.5rem .25rem 1.5rem;
}

/* line 301, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations th.actions,
div.translations td.actions {
  width: 50px;
  text-align: center;
  padding: 12px .5rem;
}

/* line 308, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations tbody tr:nth-child(2n) td {
  background-color: #fbfbfb;
}

/* line 312, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations tbody tr.active td:first-child {
  box-shadow: 3px 0px 0px -1px #2fadcf inset;
}

/* line 316, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations textarea.locale {
  width: 100%;
  min-height: 42px;
}

/* line 321, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .updated,
div.translations .previous {
  color: #999;
  border-left: 1px solid #ccc;
  margin-bottom: 1.5em;
  padding: 0 0 0 .75em;
}

/* line 327, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .updated .key,
div.translations .previous .key {
  margin: 0 0 .5em 0;
  line-height: 13px;
}

/* line 330, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .updated .key em,
div.translations .previous .key em {
  color: #999;
  text-transform: uppercase;
  font-size: 9px;
  font-style: normal;
  margin-bottom: .5em;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 2px;
}

/* line 342, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .updated {
  color: #222;
  border-color: orange;
}

/* line 346, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .updated .key em {
  color: orange;
  border-color: orange;
}

/* line 353, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .translation-key {
  color: #aaa;
  font-size: 10px;
  display: block;
}

/* line 360, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .original textarea {
  display: none;
}

/* line 364, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .original .interpolation,
div.translations .original .carriage_return,
div.translations .original .boolean {
  color: #2fadcf;
  font-family: Courier, monospace;
  font-weight: bold;
  cursor: help;
}

/* line 372, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .original .carriage_return:before {
  content: "¶";
}

/* line 377, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .actions a {
  font-weight: bold;
  text-decoration: none;
}

/* line 382, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .actions .warning {
  font-weight: bold;
  font-size: 1.35em;
  color: orange;
  padding: 2px 4px;
  display: none;
  cursor: help;
}

/* line 391, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .highlight {
  background-color: yellow;
}

/* line 395, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
div.translations .table_submit {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**
 * Pagination
**/
/* line 408, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.pagination {
  color: #777;
  background: #f5f5f5;
}

/* line 412, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.pagination a, .pagination span, .pagination em {
  font-style: normal;
  padding: .25em .75em;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
}

/* line 420, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.pagination a.disabled, .pagination span.disabled, .pagination em.disabled {
  opacity: .5;
}

/* line 425, ../../../../../var/lib/gems/2.7.0/gems/tolk-4.0.1/app/assets/stylesheets/tolk/screen.scss */
.pagination a:hover,
.pagination a:focus,
.pagination em.current {
  background-color: #2fadcf;
  border-color: #2fadcf;
  color: #fff;
}
/*


*/
