/*
Theme URI: http://www.nemetz-und-werner.de
Author: Danny Schulz
Company: Cramer & Consorten GmbH
Company URI: http://www.cramer-cons.de
*/
/* ----- Allgemeine Styles ----- */
body {
  margin: 40px 20px 20px;
  font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 14px;
}

textarea {
  display: block;
  line-height: 26px;
}

a img {
  border: 0;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

/* ----- Header Styles ----- */
#logo {
  text-align: center;
}

#logo, #switch {
  margin-bottom: 40px;
}

#user, #switch {
  text-align: right;
  color: #999;
  font-size: 12px;
}

#user {
  margin-bottom: 10px;
}

#user a, #user span,
.formular a .new {
  color: #F2940E;
  font-weight: bold;
}

#waitingSpinner td {
  height: 200px;
  position: relative;
}

/* ----- Template-Styles ----- */
.formular table td.template-base {
  background: dimgrey;
  color: lightgrey;
}
.formular table td a.template-base {
  color: dimgrey;
}
.formular table td.template-bio {
  background: green;
  color: lightgrey;
}
.formular table td a.template-bio {
  color: green;
}
.formular table td.template-fish {
  background: royalblue;
  color: lightgrey;
}
.formular table td a.template-fish {
  color: royalblue;
}
.formular table td.template-meat {
  background: orangered;
  color: lightgrey;
}
.formular table td a.template-meat {
  color: orangered;
}
.formular table td.template-nonfood {
  background: saddlebrown;
  color: lightgrey;
}
.formular table td a.template-nonfood {
  color: saddlebrown;
}

/* ----- Navigation Styles ----- */
#navi {
  background: url(../img/navi_bg.gif) repeat-x bottom;
  margin-bottom: 50px;
}

#navi a.tab {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 1px;
  padding: 8px;
  border: solid 1px #999;
  border-bottom: none;
  background-color: #efefef;
  display: block;
  color: #000;
  height: 23px;
}

#navi a.tab.backend {
  text-align: center;
  height: 23px;
  margin: 5px 5px 1px 70px;
  overflow: hidden;
}

#navi a.active {
  padding-top: 13px;
  padding-bottom: 9px;
  margin: 0 5px 0 0;
  border-bottom: none;
  font-weight: bold;
  background-color: #fff;
}

/* STATUS verändern */
#submitButtonLine {
  margin: 20px 0 0 0;
}

#email {
  float: left;
  width: 940px;
}

.emailSubMail {
  width: 460px;
  height: 105px;
  padding: 0 10px 0 0;
  float: left;
}

.emailSubUsers {
  width: 458px;
  height: 105px;
  padding: 10px 0 0 10px;
  float: right;
  border: solid 1px #999;
}

#emailContent {
  width: 100%;
  max-width: 440px;
  height: 110px;
  max-height: 110px;
  margin: 0 0 10px 0;
  resize: none;
  font-size: 12px;
  overflow-y: auto;
}

/* ----- Formular Styles ----- */
.stateOpen {
  color: #fa4e29;
}

.stateFinished {
  color: #70a405;
}

.formular table {
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 18px;
  margin-bottom: 20px;
}

.formular table th,
.formular table td {
  border: 1px solid #999999;
  padding: 6px;
}

.formular table tr {
  vertical-align: top;
}

#addNewProject .formular table th:nth-child(1) {
  width: 250px;
}
#addNewProject .formular  table th:nth-child(2) {
  width: 125px;
}
#addNewProject .formular  table th:nth-child(3) {
  width: 250px;
}
#addNewProject .formular  table th:nth-child(4) {
  width: 375px;
}

.formular table th {
  background-color: #EFEFEF;
  text-align: left;
  width: 80px;
  position: relative;
}





.formular table td {
  background-color: #FFFFFF;
}

.formular table td a {
  color: #F2940E;
  font-weight: bold;
}

.formular table tbody#projectContent tr.hiddenListItem {
  display: none;
}

.formular table td.posNumber span.fieldUnHider {
  background: url("/img/unhide.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 14px;
  bottom: 10px;
}

.formular table th span.fieldDeleter {
  background: url("/img/delet.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  width: 18px;
  float: right;
}

.formular table th span.copyPaste {
  background: url("/img/copy_paste.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  bottom: 45px;
}

.formular table th span.fieldDisabler {
  background: url("/img/lock-open.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.formular table th span.fieldDisabler.disabled {
  background: url("/img/lock-closed.png") no-repeat scroll 0 0 transparent;
}

.formular table td.posNumber span.fieldHider {
  background: url("/img/hide.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 14px;
  bottom: 10px;
}

.formular table th span,
.formular table .check span,
.formular table .radio span {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}

.formular table td select {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  padding: 14px;
  /*color: #999;*/
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
}

.formular table input {
  width: 98%;
  min-height: 50px;
}

.formular table textarea {
  min-width: 100%;
  min-height: 90px;
}

.formular table input,
.formular table textarea {
  color: #999999;
  /*height: 100%;*/
  vertical-align: top;
  border: 0 none;
  font-size: 16px;
  font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  overflow: hidden;
}

.formular table input[type=checkbox] {
  width: 15px;
}

/* SUCHFUNKTION PROJEKTE */
.formular table th.first #projectSearch {
  position: relative;
  float: right;
  margin: 0 10px;
  min-width: 360px;
  height: 37px;
  width: 45%;
}

.formular table th.first #inputProjectSearch {
  border: 1px solid #CCCCCC;
  /*min-height: auto;*/
  min-height: 33px;
  /*min-width: 350px;*/
  width: 85%;
}

#projectSearch .inputClearer {
  top: 28%;
  right: 17%;
}

.inputClearer {
  background: url("../img/delet.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 4px;
  top: 18px;
  width: 18px;
  z-index: 1000;
}

#startSearchContainer {
  background: none repeat scroll 0 0 #FFFFFF;
  /*border-left: 1px solid #CCCCCC;*/
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 19px;
  margin: 0 5px;
  padding: 5.5px;
  width: 19px;
}

.comment {
  float: right;
  position: relative;
}

.history {
  float: left;
  position: relative;
}

#projectSearch .dbSearch {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #CCCCCC;
  height: 30px;
  left: -5px;
  margin: 3px 5px;
  min-width: 350px;
  padding: 0 1px;
  position: absolute;
  top: 33px;
  width: 85%;
}

#projectSearch .dbSearch input {
  margin: 0 5px;
  min-height: 30px;
  width: auto;
}

#projectSearch .dbSearch div.filter {
  display: inline-block;
  margin: 6px 0;
}

/* KOMMENTARE */
.commentHint, .historyHint {
  background: url("../img/info.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 17px;
  z-index: 1;
}

.historyHint {
  background: url("../img/history.png") no-repeat scroll 0 0 transparent;
  left: -6px;
  right: unset;
}

.historyText {
  background: #dadada;
  padding: 10px;
  border: 1px #999 solid;
}

.commentWrap, .historyWrap {
  position: absolute;
  right: -180px;
  top: 0;
  width: 200px;
  z-index: 2000;
  /*height: 150px;*/
}

.historyWrap {
  width: 400px;
}

.commentHead {
  height: 15px;
}

.commentArea {
  border: 1px solid #999999;
  background: #EFEFEF;
  height: 130px;
  padding: 10px;
  font-size: 12px;
}

.formular table td textarea.commentText {
  height: 108px;
  max-height: 108px;
  width: 178px;
  max-width: 178px;
  resize: none;
  font-size: 12px;
  background: #EFEFEF;
  overflow-y: auto;
}

.commentMenu {
  width: 100%;
  text-align: center;
  padding: 6px 0 0 0;
}

.formular table td .commentMenu a {
  font-weight: normal;
  color: #999999;
}

.allergenHinweis {
  display: block;
  padding-top: 6px;
  text-align: center;
  width: 100%;
}

/* TABELLE */
.formular table td.specHead {
  width: 16%;
}

.formular table .check input,
.formular table .radio input {
  width: 15px;
  float: left;
  margin: 0 8px;
  /*margin-right: 8px;*/
}

.formular table .radio div {
  float: left;
  width: 100%;
  min-width: 180px;
}

.formular table .radio input {
  min-height: auto;
}

.formular table .check .more,
.formular table .radio .more {
  margin-left: 20px;
  margin-top: 20px;
}

.formular table .check .attribut,
.formular table .radio .attribut {
  width: 135px;
  font-weight: bold;
  float: left;
}

.formular table .radio .attribut {
  width: auto;
  margin-right: 25px;
  font-weight: bold;
  float: left;
}

.formular table .radio .techAttribut {
  width: auto;
  font-weight: bold;
  float: left;
}

.formular h1 {
  margin-bottom: 30px;
  color: #F2940E;
  font-size: 26px;
}

.formular h1 span {
  color: #999999;
  font-size: 24px;
}

.formular h2, .nyroModalLink h2 {
  margin-bottom: 10px;
  color: #F2940E;
  font-size: 22px;
}

.formular h2 span, .nyroModalLink h2 span {
  color: #999999;
  font-size: 20px;
}

.formular table .posNumber {
  background-color: #E3E3E3;
  position: relative;
  text-align: center;
  width: 32px;
}

.formular table tr.setHidden {
  display: none;
}

.formular table #lg_DE {
  background: url("../img/language/de-24.png") no-repeat scroll 30px 0 transparent;
}

.formular table #lg_DK {
  background: url("../img/language/dk-24.png") no-repeat scroll 30px 0 transparent;
}

.formular table #lg_GB {
  background: url("../img/language/en-24.png") no-repeat scroll 30px 0 transparent;
}

.formular table #lg_NL {
  background: url("../img/language/nl-24.png") no-repeat scroll 30px 0 transparent;
}

.formular table #lg_PL {
  background: url("../img/language/pl-24.png") no-repeat scroll 30px 0 transparent;
}

.formular table .language_icon {
  line-height: 24px;
}

/* ----- Print Options - keine Option ausgewählt ----- */
#printView a {
  color: #F2940E;
}

/* ----- Backend Styles ----- */
.backend a.tab {
  text-align: center;
  min-width: 80px;
}

.backend table td img {
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.backend table th {
  width: auto;
}

table th.small {
  width: 75px;
}

table th.small2 {
  width: 90px;
}

table th.middle {
  width: 100px;
}

table th.middle2 {
  width: 130px;
}

table th.middle25 {
  width: 110px;
}

table th.middle3 {
  width: 140px;
}

table tr td.borderLess {
  border: 0;
}

table tr td.small {
  width: 20px;
}

table th.long {
  width: 600px;
}

.formular .new {
  background: url("../img/add.gif") no-repeat;
  height: 16px;
  padding: 0 0 4px 30px;
  margin: 20px 0;
}

.formular a .new span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.formular .filter {
  color: #F2940E;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
}

.formular .filter span {
  color: #999;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 12px;
}

.formular .second_column {
  background-color: #f9fafa;
}

/* ----- Login Fenster Styles ----- */
#login {
  margin: 0 auto;
  width: 400px;
}

#login h1 {
  margin-bottom: 30px;
  color: #F2940E;
  font-size: 26px;
}

#login .formular table {
  font-size: 16px;
  border: 1px solid #999999;
}

#login .formular table td {
  border: 0;
}

#login td.description {
  padding-top: 8px;
}

#login .formular table input {
  min-height: auto;
  margin-left: 0;
  border: 1px solid #999999;
}

.loginFooter {
  color: #999999;
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

.loginFooter p {
  margin: 0;
}

.loginFooter p a {
  color: #59a5e1;
}

.copyright {
  font-weight: bold;
  margin: 0 0 5px 0;
}

/* ----- "Add a new user" Styles ----- */
.nyroModalLink {
  padding: 30px 30px !important;
}

.nyroModalCont {
  height: 310px;
  width: 1000px;
}

body .nyroModalCloseButton {
  background: url(../img/close.png);
  width: 26px;
  height: 26px;
}

#stateList {
  width: 100%;
  border: 1px solid #999999;
  margin: 20px 0;
}

#userList {
  height: 260px;
  margin: 10px 0 0 0;
  overflow:scroll
}

#userList tbody {
  width: 99%;
  height: 260px!important;
  display: block;
  height: 105px;
  overflow: scroll;
  border-top: 1px solid #ddd;
}

#userList tr {
  width: 100%;
  display: block;
  border-bottom:1px solid #ddd
}

#userList td:first-of-type {
  width: 90%;
  padding: 6px;
  display: inline-block;
  overflow:hidden;
}

#userList td:last-of-type {
  width: 11px;
  padding: 6px;
  display: inline-block;
}

#userList td input {
  min-height: 0;
}

/* ----- "Set Status" Styles ----- */
.formular table#stateList input {
  width: 16px;
  min-height: 16px;
}

.formular table#stateList td {
  border: none;
}

.formular table#tableUserView {
  margin-bottom: 0;
}

.formular table#tableUserView tbody {
  display: block;
  height: 105px;
  overflow: auto;
}

/* ----- "Sprachen anzeigen Top" Styles ----- */
.fixedTop {
  position: fixed;
  top: 0;
  z-index: 100;
}

table#tableGlossaryView tbody#glossaryLanguage td {
  width: 20%;
}

table#tableGlossaryView tbody#glossaryBody span.actions {
  height: 18px;
  float: right;
}

table#tableGlossaryView tbody#glossaryBody td a.glossaryEdit {
  background: url("../img/edit.png") no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
}

table#tableGlossaryView tbody#glossaryBody td a.glossaryDelete {
  background: url("../img/delet.png") no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/*  */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

#switch select {
  max-width: 450px;
}

select {
  width: 100%;
  border: 1px solid #bbb;
  padding: .75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  background-image: url(../img/arrowDown.png);
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

select::-ms-expand {
  display: none;
}

.lt-ie10 select {
  background-image: none;
}

select {
  padding: .75em 1em 1em 1em;
  background-color: #f0930f;
  /*background-color: #f0930f7a;*/
  color: white;
}

option {
  background: #222;
  border-top: 1px solid #444;
  padding: .3em 1em .3em 1em;
}

#newProjectTemplate {
  text-transform: uppercase;
}

#nextPage {
  width: 65px;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #f0930f;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: 82px;
}

.switchDropDown {
  height: 18px;
  width: 18px;
  background: url("../img/change.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  margin: 5px auto;
}

select.dynamicSelect {
  background-image: none;
  display: none;
}

.awesomeDropDownManger th {
  width: 20% !important;
}

.dropdownBackend {
  margin-right: 20px;
}

.moreDropdown {
  background-color: #F2940E;
  color: white;
  text-align: center;
  padding: 10px;
  border: 1px solid black;
  cursor: pointer;
  width: calc(50% - 40px);
  display: inline-block;
  float: left;
  margin-right: 16px;
}

.saveDropdown {
  width: calc(50% - 40px);
  background-color: #F2940E;
  color: white;
  text-align: center;
  padding: 10px;
  border: 1px solid black;
  margin: 0 auto 20px auto;
  cursor: pointer;
  display: inline-block;
  float: left;
  transition: background-color 1s ease;
}

.awesomeDropDownMangeremove {
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  background-color: #F2940E;
  left: 10px;
  top: 26px;
  background: url("../img/delet.png") no-repeat scroll 0 0 transparent;
}

.redColor {
  transition: background-color 1s ease;
  background-color: #08c !important;
}
