/*#region URL: /ResourceEditor/Content/Skoda.less */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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,
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,
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Default styles */

.clear {
  clear: both;
}
strong,
b {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
sub {
  vertical-align: sub;
  font-size: 0.8em;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}
fieldset {
  padding: 1em;
  border: 1px solid #9f9f9f;
}
table.content-table {
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
table.content-table thead,
table.content-table tbody {
  background-color: transparent;
}
table.content-table thead tr,
table.content-table tbody tr {
  background-color: transparent;
}
table.content-table thead tr th,
table.content-table tbody tr th,
table.content-table thead tr td,
table.content-table tbody tr td {
  background-color: transparent;
  padding: 5pt 0 5pt 12pt;
  text-align: left;
}
table.content-table thead tr th:last-child,
table.content-table tbody tr th:last-child,
table.content-table thead tr td:last-child,
table.content-table tbody tr td:last-child {
  padding-right: 12pt;
}
table.content-table thead tr {
  background-color: #cccccc;
}
table.content-table thead tr th {
  background-color: transparent;
  font-weight: bold;
  font-size: 11pt;
  padding: 9pt 0 9pt 12pt;
  text-align: left;
  vertical-align: middle;
}
table.content-table tbody tr:nth-child(even) {
  background-color: white;
}
table.content-table tbody tr:nth-child(odd) {
  background-color: #ececec;
}
table.content-table tbody tr td {
  font-size: 9pt;
  background-color: transparent;
  padding: 5pt 0 5pt 12pt;
}
table.content-table tbody tr td:last-child {
  padding-right: 15pt;
}
table.content-table tbody tr th {
  font-size: 9pt;
  font-weight: bold;
  background-color: transparent;
  padding: 8pt 0 8pt 15pt;
  text-align: left;
}
table.content-table.translation-edit tbody tr {
  background-color: transparent;
}
table.content-table.translation-edit tbody tr td {
  vertical-align: top;
}
table.content-table.translation-edit tbody tr.submit-row td {
  vertical-align: baseline;
}
table.content-table.editable tbody tr {
  position: relative;
}
table.content-table.editable tbody tr:hover {
  background-color: #e8f4e4;
}
table.content-table.editable tbody tr:hover td,
table.content-table.editable tbody tr:hover th {
  position: relative;
}
table.content-table.editable tbody tr:hover td.edit-icon-placement,
table.content-table.editable tbody tr:hover th.edit-icon-placement {
  cursor: pointer;
}
table.content-table.editable tbody tr:hover td.edit-icon-placement:after,
table.content-table.editable tbody tr:hover th.edit-icon-placement:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 16px;
  width: 26px;
  height: 100%;
  background-image: url("/ResourceEditor/Content/Images/pencil-icon.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
table.content-table.editable tbody tr.insertable:nth-child(even) {
  background-color: #cdf2cc;
}
table.content-table.editable tbody tr.insertable:nth-child(odd) {
  background-color: #a5e8a3;
}
table.content-table.editable tbody tr.insertable:hover {
  background-color: #b9edb7;
}
table.content-table.editable tbody tr.insertable:hover td,
table.content-table.editable tbody tr.insertable:hover th {
  position: relative;
}
table.content-table.editable tbody tr.insertable:hover td.edit-icon-placement,
table.content-table.editable tbody tr.insertable:hover th.edit-icon-placement {
  cursor: pointer;
}
table.content-table.editable tbody tr.insertable:hover td.edit-icon-placement:after,
table.content-table.editable tbody tr.insertable:hover th.edit-icon-placement:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 16px;
  width: 26px;
  height: 100%;
  background-image: url("/ResourceEditor/Content/Images/svg-icons/edit_add.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}
table.content-table.editable tbody tr.locked:hover .edit-icon-placement {
  cursor: auto;
}
table.content-table.editable tbody tr p.locked-row {
  display: none;
}
table.content-table.editable tbody tr.locked p.locked-row {
  display: block;
}
table.content-table.editable tbody tr td div.to-be-removed {
  padding-top: 0.4em;
  color: #da0000;
}
table.form-table {
  border-spacing: 0;
  width: 100%;
}
table.form-table thead,
table.form-table tbody {
  background-color: transparent;
}
table.form-table thead tr,
table.form-table tbody tr {
  background-color: transparent;
}
table.form-table thead tr th,
table.form-table tbody tr th,
table.form-table thead tr td,
table.form-table tbody tr td {
  background-color: transparent;
  padding: 5pt 0 5pt 12pt;
  text-align: left;
}
table.form-table thead tr th:last-child,
table.form-table tbody tr th:last-child,
table.form-table thead tr td:last-child,
table.form-table tbody tr td:last-child {
  padding-right: 12pt;
}
table.form-table thead tr td:first-child,
table.form-table tbody tr td:first-child {
  width: 30%;
  vertical-align: top;
  padding-top: .9em;
}
table.form-table input[type=text],
table.form-table input[type=password],
table.form-table textarea,
table.form-table select {
  max-width: 430px;
  width: 70%;
  min-width: 300px;
}
table.form-table input[type=submit] {
  background-color: black;
  color: white;
  border: 0;
  padding: 3pt 8pt 4pt 8pt;
  font-family: verdana, arial, helvetica, sans-serif;
  margin-left: 0;
  cursor: pointer;
  background-color: #4ba82e;
}
table.form-table input[type=submit]:hover {
  background-color: #555555;
}
table.form-table input[type=submit]:hover {
  background-color: #35861c;
}
table.form-table input[type=submit].red {
  background-color: black;
  color: white;
  border: 0;
  padding: 3pt 8pt 4pt 8pt;
  font-family: verdana, arial, helvetica, sans-serif;
  margin-left: 0;
  cursor: pointer;
  background-color: #da0000;
}
table.form-table input[type=submit].red:hover {
  background-color: #555555;
}
table.form-table input[type=submit].red:hover {
  background-color: #da9100;
}
table.form-table span.field-validation-error {
  color: #da0000;
  font-size: 0.85em;
}
table.form-table .input-validation-error {
  border: 1px solid #da0000;
}
span.guid {
  white-space: nowrap;
}
.display-only-for-print {
  display: none;
}
@media print {
  .display-only-for-print {
    display: block;
  }
}
.do-not-display {
  display: none;
}
abbr {
  border-bottom: 1px dotted #555555;
}
.skoda-green-button {
  background-color: black;
  color: white;
  border: 0;
  padding: 3pt 8pt 4pt 8pt;
  font-family: verdana, arial, helvetica, sans-serif;
  margin-left: 0;
  cursor: pointer;
  background-color: #4ba82e;
  border-radius: 2px;
  color: white !important;
}
.skoda-green-button:hover {
  background-color: #555555;
}
.skoda-green-button:hover {
  background-color: #35861c;
}
.skoda-green-button:hover {
  text-decoration: none !important;
}
.warning {
  color: red;
  font-weight: bold;
}
/* SKODA AUTO stylesheet */

/* required css reset by meyerweb before this style */

/* body behavior */

body {
  background-color: #f2f2f2;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
}
body div.outer-main-container {
  background-color: white;
  /* centering element; width means size of web */

}
body div.outer-main-container div.centered {
  position: relative;
  width: 90%;
  min-width: 640px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media print {
  body div.outer-main-container div.centered {
    width: 100%;
  }
}
body div.outer-main-container header.brand {
  position: relative;
  height: 89px;
  border-bottom: 1px solid black;
  margin-bottom: 50px;
}
body div.outer-main-container header.brand div.centered {
  height: 89px;
  background-image: url('/ResourceEditor/Content/Images/claim.png');
  background-position: -20px top;
  background-repeat: no-repeat;
}
body div.outer-main-container header.brand div.centered div.skoda-logo {
  position: absolute;
  top: 0;
  right: 20px;
}
body div.outer-main-container header.brand div.centered div.logged-user-box {
  position: absolute;
  bottom: -33pt;
  left: 0;
}
body div.outer-main-container header.brand div.centered div.logged-user-box a {
  color: #299926;
  text-decoration: none;
  cursor: pointer;
}
body div.outer-main-container header.brand div.centered div.logged-user-box a:hover {
  text-decoration: underline;
  color: #4ba82e;
}
body div.outer-main-container nav.main-nav {
  padding-bottom: 20pt;
  padding-top: 3pt;
}
body div.outer-main-container nav.main-nav div.centered ul {
  background-color: #4ba82e;
}
body div.outer-main-container nav.main-nav div.centered ul li {
  display: inline-block;
  padding: 5pt 0;
}
body div.outer-main-container nav.main-nav div.centered ul li:hover {
  background-color: #299926;
}
body div.outer-main-container nav.main-nav div.centered ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  line-height: 16pt;
  color: #555555;
  color: white;
  text-decoration: none;
  padding: 6pt 13pt;
}
body div.outer-main-container div.main div.centered {
  min-height: 200px;
  padding-bottom: 20px;
  /* edit box for single translation edit */

}
body div.outer-main-container div.main div.centered h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  line-height: 16pt;
  margin-bottom: 3pt;
}
@media print {
  body div.outer-main-container div.main div.centered h1 {
    page-break-before: auto;
    page-break-after: avoid;
  }
}
body div.outer-main-container div.main div.centered h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  line-height: 16pt;
  font-size: 11pt;
  line-height: 14pt;
  color: #555555;
  margin-bottom: 2pt;
}
@media print {
  body div.outer-main-container div.main div.centered h2 {
    page-break-before: auto;
    page-break-after: avoid;
  }
}
body div.outer-main-container div.main div.centered p {
  line-height: 1.3em;
  margin-bottom: 1em;
}
body div.outer-main-container div.main div.centered a {
  color: #299926;
  text-decoration: none;
  cursor: pointer;
}
body div.outer-main-container div.main div.centered a:hover {
  text-decoration: underline;
  color: #4ba82e;
}
body div.outer-main-container div.main div.centered ul li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1em;
}
body div.outer-main-container div.main div.centered ul li:before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0px;
  width: 5px;
  height: 10px;
  background-image: url('/ResourceEditor/Content/Images/icons_arrows.png');
  background-position: -51px -2px;
}
body div.outer-main-container div.main div.centered div.alert-box {
  display: block;
  background-color: #e8f4e4;
  padding: 2em 3em;
  color: #da0000;
  font-size: 12pt;
  margin: 1em 0;
}
body div.outer-main-container div.main div.centered div.translation-edit-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: #e8f4e4;
  border: 2px solid #4ba82e;
  z-index: 10;
  overflow-x: auto;
}
body div.outer-main-container div.main div.centered div.translation-edit-box div.close-ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url('/ResourceEditor/Content/Images/svg-icons/fileclose.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  cursor: pointer;
}
body div.outer-main-container div.main div.centered div.translation-edit-box div.close-ico:hover {
  background-image: url('/ResourceEditor/Content/Images/svg-icons/fileclose-2.0.svg');
}
body div.outer-main-container div.main div.centered div.translation-edit-box div.question {
  padding: 20pt 40pt;
}
body div.outer-main-container div.main div.centered div.filter-target span.applied-filter {
  color: #299926;
  text-decoration: none;
  cursor: pointer;
}
body div.outer-main-container div.main div.centered div.filter-target span.applied-filter:hover {
  text-decoration: underline;
  color: #4ba82e;
}
body div.outer-main-container div.main div.centered div.filter-target span.filter-to-apply {
  color: #299926;
  text-decoration: none;
  cursor: pointer;
}
body div.outer-main-container div.main div.centered div.filter-target span.filter-to-apply:hover {
  text-decoration: underline;
  color: #4ba82e;
}
body div.outer-main-container footer.brand {
  background-color: #f2f2f2;
}
body div.outer-main-container footer.brand div.centered {
  position: relative;
  min-height: 50px;
  padding-top: 20px;
}
body div.outer-main-container footer.brand div.centered div.footer-logo-shaddow {
  position: absolute;
  right: 20px;
  top: 0;
  width: 151px;
  height: 31px;
  background-image: url('/ResourceEditor/Content/Images/skoda-footer.png');
  background-repeat: no-repeat;
  padding-top: 20px;
}
body div.outer-main-container footer.brand div.centered div.footer-text {
  padding-bottom: 10px;
}
body div.outer-main-container footer.brand div.centered div.footer-text a {
  color: #299926;
  text-decoration: none;
  cursor: pointer;
}
body div.outer-main-container footer.brand div.centered div.footer-text a:hover {
  text-decoration: underline;
  color: #4ba82e;
}
body div.outer-main-container footer.brand div.centered div.disclaimer {
  display: block;
}

/*#endregion*/

