/* 
  - das muss bei Gelegenheit mal gefüllt werden 
  - Auch die allgemeinen Styles müssen noch etwas aufgeräumter werden.
    - Jede Tabelle sollte z.B. prinzipiell erst mal gleich aussehen. - also style in die index.less für table, etc.
*/
.window-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  cursor: wait;
}
.view_header {
  margin-left: 15px;
  margin-top: 10px;
  position: relative;
}
.view_header .view_header_logo {
  display: inline-block;
  vertical-align: top;
}
.view_header .view_header_title {
  display: inline-block;
  margin-top: 8px;
}
.view_header .view_header_title .view_header_maintitle {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}
.view_header .view_header_title .view_header_subtitle {
  font-size: 12px;
  margin-top: -3px;
}
.view_header .view_header_options {
  position: absolute;
  right: 20px;
}
.view_header .view_header_functions > div {
  cursor: pointer;
}
.view_content {
  padding: 10px;
}
.view_content [ng\:cloak],
.view_content [ng-cloak],
.view_content [data-ng-cloak],
.view_content [x-ng-cloak],
.view_content .ng-cloak,
.view_content .x-ng-cloak {
  display: none !important;
}
/* �berschriften �ber Plugins auf der Startseite */
.home-plugin-header {
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(/admin/images/bg_gray.gif);
  padding: 4px;
  padding-bottom: 5px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* angular ui-bootstrap */
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.popover {
  max-width: none !important;
}
.popover-content {
  padding: 20px 20px !important;
}
/* pictureChanger */
.picture-changer {
  text-align: center;
}
.picture-changer > img {
  display: inline-block;
}
.picture-changer > div {
  text-align: center;
  margin-top: 10px;
}
.picture-changer > div > button {
  text-align: center;
}
/* pictureChangerPopover */
.picture-changer-popover {
  position: relative;
}
.picture-changer-popover .close-button {
  position: absolute;
  top: -19px;
  right: -15px;
}
.picture-changer-popover .close-button:before {
  content: 'x';
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=40);
  text-decoration: none;
}
.picture-changer-popover .close-button:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=20);
  cursor: pointer;
}
/* Upload */
.upload .btn,
.upload .fileName,
.upload .message {
  display: inline-block;
}
.upload .fileName {
  margin: 5px 5px 0 5px;
  max-width: 300px;
  vertical-align: top;
}
.upload .message {
  margin-top: 5px;
}
/* Tooltips auf Auftragsformular */
.tooltip-formular-error {
  margin: 5px 0 0 5px;
}
.tooltip-formular-error .tooltip-inner {
  min-width: 250px;
  word-break: break-word;
  padding: 2px;
  font-family: Courier New;
  font-size: 8pt;
  line-height: normal;
  color: #FFFFFF;
  background: #F9502B;
  border: 1px solid #000;
  border-radius: unset;
  text-align: left;
}
/* Buttons */
.btn {
  padding: 2px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  border-radius: 0;
}
/* specials */
.spacer {
  height: 10px;
}
/* Fehlerausgabe-Bereich */
.error-area {
  background-color: #ffcccc;
  border: solid 1px red;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
}
.error-area .error-message:not(:last-child) {
  padding-bottom: 5px;
}
.success-area {
  background-color: #ddffcc;
  border: solid 1px green;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
}
.success-area .success-message:not(:last-child) {
  padding-bottom: 5px;
}
/* content */
.content-box {
  margin: 0 10px 10px 0;
}
/* modale Dialoge */
.modal-page-heading {
  font-weight: bold;
  font-size: 12px;
}
/* Formulare */
.form.form-default.ng-submitted .form-field input.ng-invalid,
.form.form-default.ng-submitted .form-field textarea.ng-invalid,
.form.form-default.ng-submitted .form-field select.ng-invalid {
  background-color: #fff;
}
.form.form-default .form-row:not(:last-child) {
  margin-bottom: 8px;
}
.form.form-default .form-row .form-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.form.form-default .form-row .form-field label {
  text-transform: none;
  font-weight: bold;
  display: block;
}
.form.form-default .form-row .form-field label:not(:last-child) {
  margin-bottom: 2px;
}
.form.form-default .form-row .form-field label.required:after {
  content: "*";
  color: red;
}
.form.form-default .form-row .form-field input,
.form.form-default .form-row .form-field textarea,
.form.form-default .form-row .form-field select {
  background-color: #fff;
  border: solid 1px #999;
}
.form.form-default .form-row .form-field input:focus,
.form.form-default .form-row .form-field textarea:focus,
.form.form-default .form-row .form-field select:focus {
  outline: none;
}
.form.form-default .form-row .form-field input[disabled=disabled],
.form.form-default .form-row .form-field textarea[disabled=disabled],
.form.form-default .form-row .form-field select[disabled=disabled] {
  background-color: #cccccc;
}
.form.form-default .form-row .form-field input:-webkit-autofill,
.form.form-default .form-row .form-field textarea:-webkit-autofill,
.form.form-default .form-row .form-field select:-webkit-autofill {
  background-color: #cccccc;
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}
.form.form-default .form-row .form-field-text input,
.form.form-default .form-row .form-field-text textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 1px 2px;
}
.form.form-default .form-row .form-field-text input.ng-invalid.ng-dirty,
.form.form-default .form-row .form-field-text textarea.ng-invalid.ng-dirty {
  border: solid 1px #999;
  background-color: #ffcccc;
}
.form.form-default .form-row .form-field-text textarea {
  overflow: hidden;
  resize: none;
}
.form.form-default .form-row .form-field-text label {
  display: block;
}
.form.form-default .form-row .form-field-radio,
.form.form-default .form-row .form-field-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form.form-default .form-row .form-field-radio input,
.form.form-default .form-row .form-field-checkbox input {
  padding: 2px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  background-color: transparent;
}
.form.form-default .form-row .form-field-checkbox input.ng-invalid {
  box-shadow: inset 0px 0px 2px 1px #bb0000;
}
.form.form-default .form-row .layout-col:not(:last-child) {
  padding-right: 10px;
}
.form.form-default .form-row:not(:first-child) {
  margin-top: 3px;
}
/* Tabs */
div.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}
div.tab button {
  background-color: inherit;
  width: 50%;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
div.tab button:hover {
  background-color: #ddd;
}
div.tab button.active {
  background-color: #fff;
}

/* 
  - das muss bei Gelegenheit mal gefüllt werden 
  - Auch die allgemeinen Styles müssen noch etwas aufgeräumter werden.
    - Jede Tabelle sollte z.B. prinzipiell erst mal gleich aussehen. - also style in die index.less für table, etc.
*/
#accounting_provider_product_for_bundle #tabs {
  margin: 0px;
  margin-top: 10px;
}
#accounting_provider_product_for_bundle #rightChoice,
#accounting_provider_product_for_bundle #leftChoice {
  width: 400px;
  height: 600px;
  margin-top: 10px;
  display: inline-block;
}
#accounting_provider_product_for_bundle #rightChoice {
  margin-left: 50px;
}
#accounting_provider_product_for_bundle .scrollbox {
  width: 400px;
  height: 600px;
  border: solid 1px #808080;
  border-radius: 2px;
  vertical-align: top;
  overflow: auto;
  cursor: default;
  position: relative;
}
#accounting_provider_product_for_bundle .scrollbox .entry {
  white-space: nowrap;
  margin: 1px 3px;
  position: relative;
}
#accounting_provider_product_for_bundle .scrollbox .entry.selected {
  background-color: #a0bbd8;
  background-size: cover;
}
#accounting_provider_product_for_bundle .scrollbox .entry.mapped {
  font-weight: bold;
  background-size: cover;
}
#accounting_provider_product_for_bundle #container_filter > div {
  display: inline-block;
  margin-right: 20px;
}

/* 
  - das muss bei Gelegenheit mal gefüllt werden 
  - Auch die allgemeinen Styles müssen noch etwas aufgeräumter werden.
    - Jede Tabelle sollte z.B. prinzipiell erst mal gleich aussehen. - also style in die index.less für table, etc.
*/
/* Bereich für neuen Tarif */
#directsales_tariffs #tbl_input_tariff {
  border-spacing: 10px;
  border-collapse: collapse;
  width: 100%;
  border: 0px;
  margin-bottom: 20px;
}
#directsales_tariffs #tbl_input_tariff td {
  border: solid 1px #999999;
  height: 22px;
  vertical-align: top;
  padding: 13px 9px 3px 3px;
}
#directsales_tariffs #tbl_input_tariff td.th_id {
  padding-top: 16px;
}
#directsales_tariffs #tr_input input,
#directsales_tariffs .tr_edit input,
#tr_input select {
  width: 100%;
}
/* Tarif-Tabelle */
#directsales_tariffs #tbl_tariff_list {
  border-spacing: 10px;
  border-collapse: collapse;
  width: 100%;
  border: 0px;
}
#directsales_tariffs #tbl_tariff_list th {
  border: solid 1px #999999;
  height: 22px;
  vertical-align: top;
  padding: 3px 9px 3px 3px;
}
#directsales_tariffs .th_id {
  width: 60px;
}
#directsales_tariffs .th_validFrom {
  width: 90px;
}
#directsales_tariffs .th_validto {
  width: 90px;
}
#directsales_tariffs .th_legacyCode {
  width: 200px;
}
#directsales_tariffs .th_buttons {
  width: 20px;
}
#directsales_tariffs #tbl_tariff_list td {
  border: solid 1px #999999;
  padding: 3px 9px 3px 3px;
}
#directsales_tariffs #tbl_tariff_list th > div {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#directsales_tariffs #tbl_tariff_list th > div > div.label {
  position: absolute;
  left: 3px;
  top: 3px;
  text-align: left;
  vertical-align: top;
}
/* Sortierung */
#directsales_tariffs .btn_sort {
  position: absolute;
  right: 3px;
  top: 0px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#directsales_tariffs .btn_sort_none {
  background-image: url(/admin/images/order.gif);
}
#directsales_tariffs .btn_sort_asc {
  background-image: url(/admin/images/order_asc.gif);
}
#directsales_tariffs .btn_sort_desc {
  background-image: url(/admin/images/order_desc.gif);
}
/* Filter */
#directsales_tariffs #container_filter {
  margin-bottom: 20px;
  clear: both;
}
#directsales_tariffs #container_filter > div {
  display: inline-block;
  margin-right: 40px;
}
#directsales_tariffs #container_filter label {
  display: block;
}
/* Pager */
#directsales_tariffs .pager_container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 450px;
}
#directsales_tariffs .pager_container .pagination,
.pager_container .pager_details {
  flex-grow: 1;
  align-self: center;
}

/* 
  - das muss bei Gelegenheit mal gefüllt werden 
  - Auch die allgemeinen Styles müssen noch etwas aufgeräumter werden.
    - Jede Tabelle sollte z.B. prinzipiell erst mal gleich aussehen. - also style in die index.less für table, etc.
*/
#security_activation_limits #container_filter_dealer_id {
  margin-bottom: 20px;
}
#security_activation_limits #lbl_filter_dealer_id {
  display: block;
  margin-bottom: 0;
}
#security_activation_limits #container_dealer {
  margin-bottom: 20px;
  padding: 5px;
}
#security_activation_limits #tbl_limits {
  width: auto !important;
}
#security_activation_limits #tbl_limits td,
#security_activation_limits #tbl_limits th {
  padding: 4px !important;
  border: solid 1px #999999;
}
#security_activation_limits #container_filter_dealer_id .hint {
  display: inline;
  font-size: 10px;
}

/* Farben und Bildpfade etc. müssen perspektivisch aus Variablen vom Theme-include kommen */
#change_password_mask,
#reset_password_mask {
  display: flex;
  justify-content: center;
}
#change_password_mask #content,
#reset_password_mask #content {
  padding-top: 65px;
  width: 402px;
}
#change_password_mask #content > div,
#reset_password_mask #content > div {
  align-self: flex-start;
  box-sizing: border-box;
  width: 100%;
}
#change_password_mask #change_password_box #head #title,
#reset_password_mask #change_password_box #head #title,
#change_password_mask #reset_password_box #head #title,
#reset_password_mask #reset_password_box #head #title {
  font-weight: bold;
  padding: 2px;
}
#change_password_mask #change_password_box #form,
#reset_password_mask #change_password_box #form,
#change_password_mask #reset_password_box #form,
#reset_password_mask #reset_password_box #form {
  padding: 5px 15px;
}
#change_password_mask #change_password_box #form .form-row,
#reset_password_mask #change_password_box #form .form-row,
#change_password_mask #reset_password_box #form .form-row,
#reset_password_mask #reset_password_box #form .form-row {
  margin: 10px 0;
}
#change_password_mask #success-view > div,
#reset_password_mask #success-view > div,
#change_password_mask #success-view > button,
#reset_password_mask #success-view > button {
  box-sizing: border-box;
  width: 100%;
}
