/* std */

/* Bootstrap Modifizierung */

p.form-control-static {
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
    overflow-wrap: break-word;
}

pre {
     white-space: pre-wrap;      /* CSS3 */   
     white-space: -moz-pre-wrap; /* Firefox */    
     white-space: -pre-wrap;     /* Opera <7 */   
     white-space: -o-pre-wrap;   /* Opera 7 */    
     word-wrap: break-word;      /* IE */
     word-break:normal;
     border: medium none;
     font-family:inherit;
     background-color:inherit;
     padding:0px;
     border-radius:0px;
}
.active > pre {
    color:#fff;
    
}
.help-block .btn-link {
    color: #737373;
}
.help-block.has-success {
    color: #3c763d;
}
.sw-clickable {
    cursor: pointer;
}
.sw-active {
    background-image:none;
}
input:disabled:hover {
    cursor:default;
}
p.disabled {
    opacity: 0.65;
}
.default-cursor:hover {
    cursor:default
}
/* Änderungen für nicht-XS: Formulare kompakter für PC */
/*@media (min-width: 768px) {
.form-horizontal .form-group {
    margin-bottom: 8px;
}
.form-horizontal .control-label {
    padding-top: 3px;
}
.form-control {
    border-radius: 3px;
    height: 26px;
    padding: 3px;
}
.form-control-static {
    border-radius: 3px;
    min-height: 26px;
    padding-top: 3px;
    padding-bottom: 4px;
}
}*/

.bold {
    font-weight:700;
}

.logo-background {
    background-color: #fff;
}

/* angular */
ui-select-value.valid table tbody tr td div div span {
    border-color: #3c763d;
} 
/* header */
.sw-header-logo {
    height: 100px;
}
.sw-header-logo-left {
    font-size:70px;
}

.sw-header-logo-left-image {
    max-height: 60px;
    height:auto;
    width: 100%;
}

@media(min-width: 768px) {
    .sw-header-logo-left-image {
        height: 60px;
        width: auto;
    }
}

.sw-header-logo-right {
    height:70px;
    padding-top:27px;
    font-size:30px;
}

/* make sidebar nav vertical */
/* http://www.jonathanbriehl.com/2014/01/17/vertical-menu-for-bootstrap-3/ */
/*@media (min-width: 768px) {*/
.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}
.sidebar-nav .navbar ul {
    float: none;
}
.sidebar-nav .navbar ul:not {
    display: block;
}
.sidebar-nav .navbar li {
    float: none;
    display: block;
}
.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
}
/*}*/

.sw-dropdown-menu-item-static {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.sw-dropdown-menu-item-static:hover {
    cursor:default;
}

.sw-sum {
    font-weight: bold;
    color: #7F0000;
    font-size: larger;
    padding: 5px 10px;
}

.sw-flag {
    max-width: 50px;
    display: inline-block;
    height: 15px;
    background-size: contain;
    width: 40px;
    background-repeat: no-repeat;
    vertical-align: text-top;
}

.sw-flag-de {
    background-image: url('images/flags/de.svg');
}

.sw-flag-en {
    background-image: url('images/flags/en.svg');
}

.sw-flag-fr {
    background-image: url('images/flags/fr.svg');
}

.sw-flag-it {
    background-image: url('images/flags/it.svg');
}

.sw-form {
    background-color: #f0f0f0;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 10px;
    margin-top:10px;
}

    .sw-form.slim {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

@media (min-width: 768px) {
    .sw-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.form-buttons
{
    padding:10px;
}

.sw-popup-buttons-box {
  margin-left: auto;
  margin-right: auto;
  position:sticky;
  top:0px;
}
.sw-popup-buttons-left {
  margin-top:10px;
  float:left;
}
.sw-popup-buttons-right {
  margin-top:10px;
  float:right;
}
/*.sw-popup-form-box {
  padding:0 10px 0 10px;
  margin:10px 0 10px 0;
  background-color:#f0f0f0;
}*/
.sw-popup-form-box .sw-form {
  margin-left:55px;
  margin-right:55px;
  background-color:#f0f0f0;
}

/* angular tree */
.sw-ui-tree-handle {
    cursor:pointer;
    font-weight:500;
    padding:4px;
}
.sw-ui-tree-handle-has-subitems {
    font-weight:700;
}
.tree-node-content a:hover {
    cursor:pointer;
}

/* Fehler-Hintergrund */
.has-error .tooltip-inner {
    background-color: #a94442;
}
.has-error .tooltip.top .tooltip-arrow {
    border-top-color: #a94442;
}
.has-error .tooltip.right .tooltip-arrow {
    border-right-color: #a94442;
}
.has-error .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #a94442;
}
.has-error .tooltip.left .tooltip-arrow {
    border-left-color: #a94442;
}
.has-warning .form-control {
    background-color: #fcf8e3;
}
.has-warning .tooltip-inner {
    background-color: #f0ad4e;
    color: #000;
}
.has-warning .tooltip.top .tooltip-arrow {
    border-top-color: #f0ad4e;
}
.has-warning .tooltip.right .tooltip-arrow {
    border-right-color: #f0ad4e;
}
.has-warning .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f0ad4e;
}
.has-warning .tooltip.left .tooltip-arrow {
    border-left-color: #f0ad4e;
}

/* controls */
.sw-controls {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #555555;
    margin-bottom:10px;
    margin-top:10px;
}
.sw-controls ul {
    list-style: none;
    padding-left: 0;
}
.sw-controls ul li {
    float:left;
    margin-left:3px;
    margin-right:3px;
}
.sw-control-button {
    }
.sw-control-box {
    cursor: default;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.sw-control-box > div {
    height:40px;
}
.sw-control-radio {
    display:inline-block;
}

/* modal */
.sw-modal-body {
    min-height:100px;
}
/* !!! bitte ein Prefix */
.success
{
    border:2px solid #009911;
}
.pending
{
    border:2px solid #FFD800;
}
.error
{
    border:2px solid #ff0000;
}
.ok
{
    border:2px solid #f0f0f0;
}
.sw-error-message {
    border:1px solid #ff0000;
    background-color: #FFE0E0;
    padding-left:5px;
    padding-right:5px;
    margin-top:5px;
}

.sw-full-height {
    height:100%;
}

header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header.smaller  {
    display:none;
}

input.valid {
    border-color: #3c763d;
}
    input.valid:focus {
        border-color: #3c763d;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,118,61,.6);
    }

input.invalid {
    border-color: #a94442;
}

    input.invalid:focus {
        border-color: #a94442;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169,68,66,.6);
    }

.form-control-alert {
    padding: 7px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius:4px;
}

.content {
    background-color: #ffffff;
}
.sw-list-unstyled {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding:0px;
}
.sw-list-group-item:hover {
    cursor:pointer;
    background-color:#f5f5f5;
}
.sw-list-group-item {
    color: #555;
}
.sw-inline {
    display:inline;
}
.sw-block {
    display:block;
}
.sw-logo {
    height:75px;
    background-color: #fff;
}
.sw-logo img
{
    height:75px;
}
.sw-logo object
{
    height:75px;
}
.sw-navigation {
    height:75px;
    background-color:initial;
}
.sw-event-image {
    opacity:0.5;
}
.sw-event-image:hover {
    opacity:1;
}
.sw-event-background {
    left:-438px;
    position:absolute;
    top:-458px;
    z-index:-1;
}
header.smaller .sw-logo {
    display:none;
}
.sw-mandatory
{
    color:red;
    font-size:large;
    line-height:0px; /* korrigiert die Lage des Symbols, falls font-size von normal abweicht. */
}
a.sw-link {
    padding-left:5px;
    padding-right:5px;
}
.sw-data {
    padding:10px;
}
.sw-data-background {
    background-color:#f0f0f0;
}
.sw-image {
    display:inline-block;
    background-repeat:no-repeat;
    background-size:contain;
}
.sw-image-link {
    width:48px;
    height:48px;
    margin:-5px;
    vertical-align:middle;
}
.sw-image-left {
    padding-left:40px;
    background-position:center left;
}
.sw-image-swap {
    background-image:url("images/svg/appbar.white.swap.svg");
}
.sw-image-view {
    background-image:url("images/svg/appbar.white.eye.svg");
}
.sw-image-list {
    background-image:url("images/svg/appbar.white.list.svg");
}
.sw-image-edit {
    background-image:url("images/svg/appbar.white.edit.svg");
}
.sw-image-add {
    background-image:url("images/svg/appbar.white.add.svg");
}
.sw-image-close {
    background-image:url("images/svg/appbar.white.close.svg");
}
.sw-image-pdf {
    background-image: url('images/png/appbar.page.pdf.png');
}
.sw-image-xlxs {
    background-image: url('images/png/appbar.page.excel.png');
}
.sw-image-xls {
    background-image: url('images/png/appbar.page.excel.png');
}
.sw-image-jpg {
    background-image: url('images/png/appbar.page.jpg.png');
}
.sw-image-jpeg {
    background-image: url('images/png/appbar.page.jpg.png');
}
.sw-image-gif {
    background-image: url('images/png/appbar.page.file.gif.tag.png');
}
.sw-image-png {
    background-image: url('images/png/appbar.page.png.png');
}
.sw-image-docx {
    background-image: url('images/png/appbar.page.word.png');
}
.sw-image-doc {
    background-image: url('images/png/appbar.page.word.png');
}
.sw-tab-body {
    margin-top:5px;
    padding:10px;
}
.sw-list-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sw-list-group-item {

}
.sw-noborder {
    border-top:none;
    border-left:none;
    border-right:none;
    border-radius:0px;
    border-bottom:solid 1px #A5A5A5;
}
/* contract */

.sw-contract-tile {
    background-color: #f0f0f0;
    border: 2px solid #cccccc;
    margin-bottom: 15px;
    padding: 5px;
    font-weight: 700;
}

.sw-contract-tile:hover {
    cursor: pointer;
    border: 2px solid #555555;
}

.sw-contract-tile-selected {
    border: 2px solid #5cb85c;
}

.sw-contract {
    background-color:#ff9400;
    color:white;
    font-weight:700;
}
.sw-contract-selectable:hover {
    background-color:#7f4800;
    cursor:pointer;
}
.sw-contract-selected {
    background-color:#7f4800;
}
.sw-contract.sw-shop-email-selected {
    background-color:#7f4800;
}
.sw-contract-box {
    padding:10px;
    width:100px;
    text-align:center;
}
.sw-contract-list-item {
    margin-top:5px;
    border-radius:0px;
}

.sw-contracts-contract {
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    margin-bottom: 30px;
    min-height: 280px;
}

.sw-contracts-contract:hover {
    cursor: pointer;
    border: 2px solid #555555;
}

.sw-contracts-contract-isvirtual {
    position:absolute;
    top:5px;
    left:20px;
}

.sw-contracts-contract-event {
    background-color: #555555;
    color: white;
    padding: 10px;
}

.sw-contracts-contract-table {
    margin-bottom: 0;
}

.sw-contracts-contract-approval {
    padding: 5px;
    font-size: 150%;
}

.sw-ticketcontracts-contract {
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    margin-bottom: 30px;
}

.sw-ticketcontracts-contract:hover {
    cursor: pointer;
    border: 2px solid #555555;
}

.sw-ticketcontracts-contract-event {
    background-color: #555555;
    color: white;
    padding: 10px;
}

.sw-ticketcontracts-contract-table {
    margin-bottom: 0;
}

.sw-ticketcontracts-contract-approval {
    padding: 5px;
    font-size: 150%;
}

.tickets-ticketregistration-visitor-form-group {
    margin-bottom: 0px;
}

.sw-coexhibitor {
    background-color:#7F006E;
    color:white;
}
.sw-coexhibitor-box {
    padding:10px;
}
.sw-coexhibitor-selectable:hover {
    background-color:#33002C;
    cursor:pointer;
}
.sw-coexhibitor-selected {
    background-color:#33002C;
}
.sw-coexhibitor-list-item {
    margin-top:5px;
    border-radius:0px;
}
.sw-coexhibitor-input {
    
}
.sw-coexhibitor-input:focus {
    border-bottom:solid 2px #7F006E;
}
.sw-coexhibitor-contract-item {
    border-top:1px solid #A5A5A5;
}
/* Kontakte */

.sw-contact-tile {
    height: 178px;
}

.sw-contact-tile-noteditable {
    background-color: #d9edf7;
    border-bottom: #ddd;
    color: #31708f;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sw-entity-static {
    border: 1px solid #000;
    padding: 5px;
    margin-top: 10px;
}

/* Shop */

.panel-shop {
    border-color: #337ab7;
}
.panel-shop > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.alert {
    padding: 10px;
}

.sw-shop-content {
}
.sw-shop-preview {
    max-height: 90px;
    max-width: 100%;
    height: auto;
}
.sw-shop-nav-bar {
    height:50px;
    background-color:#337ab7;
}
.sw-shop-nav-item {
    color: #fff;
    font-weight:700;
    line-height:30px;
}
.sw-shop-nav-item.active {
    color: #333;
    text-decoration: underline;
}
.sw-shop-nav-item:hover {
}
.sw-shop-cart
{
    line-height:35px;
}
.sw-shop-cart div
{
    height:30px;
}
.sw-shop-cart-image {
    background-image:url("images/shop/cart.png");
    width:50px;
    height:30px;
    background-repeat:no-repeat;
    background-position:center;
    display:block;
}
.sw-shop-cart-fixed {
    position:fixed;
    top:50px;
    height:50px;
    border-radius:0px 0px 0px 4px;
    right:0px;
    z-index:3;
}
.sw-orders-table {
    border-bottom:solid
}
.sw-orders-table-td {
    text-align: right;
}
.sw-orders-table-options {
    text-align: center;
}
.sw-order-ticket-img {
    max-height:100px;
}
.sw-shop-total-label {
    font-weight: 700;
    font-size: larger;
    color: #7F0000;
}
.sw-shop-total-price {
    color: #7F0000;
    font-weight:700;
    font-size:larger;
}

.sw-product-table-mobile {
    display: none;
}

@media(max-width: 640px) {
    .sw-product-table-mobile {
        display: block;
    }
}

.sw-product-table-desktop {
    display: none
}

@media(min-width: 641px) {
    .sw-product-table-desktop {
        display: block;
    }
}

.sw-product-table-label {
    font-weight: 700;
}

.sw-product-table > tbody > tr > td {
    border-top: none;
}
.sw-product-table-price {
    text-align:right;
}
.sw-shop-product-price {
    color:#B12704;
    font-weight:700;
}
.sw-shop-detail {
    max-height: 200px;
    max-width: 100%;
    height: auto;
}
.sw-shop-detail-hoverable:hover {
    cursor:pointer;
}
.sw-shop-detail-hoverable:hover {
    cursor:pointer;
}
.sw-shop-detail-hoverable:hover {
    cursor:pointer;
}
.sw-shop-detail-modal {
    max-width:800px;
}
.sw-shop-delivery-address-selectable {
    cursor:pointer;
}
.sw-shop-delivery-address-selectable:hover {
    background-color:#337ab7;
    border-color:#337ab7;
    color:#fff;
    z-index:2;
}
.sw-shop-delivery-contact-selectable {
    cursor:pointer;
}
.sw-shop-delivery-contact-selectable:hover {
    background-color:#337ab7;
    border-color:#337ab7;
    color:#fff;
    z-index:2;
}
.sw-shop-detail-hoverable:hover {
    cursor:pointer;
}
/*.sw-shop-cart-line {
    color:white;
    
}*/
.sw-shop-product-info {
    padding:10px;
}
.sw-shop-cart-control {
    margin-bottom:0px;
}
.sw-shop-cart-line:hover {
    text-decoration:none;
}
.sw-shop-cart-count {
    color:#ffa705;
    font-weight:700;
    font-size:large;
    position:relative;
    margin-right:5px;
}
.sw-shop-email {
    padding: 5px;
    border:2px solid #f0f0f0;
    border-radius:3px;
    margin-bottom:15px;
    margin-top:15px;
}
.sw-shop-email-selected
{
    border-color: #ffa705;
}
.sw-shop-product-wizard-option  {
    font-weight:700;
}.sw-shop-product-wizard-option:hover {
    cursor: pointer;
}
.sw-shop-product-wizard-table {
    margin-bottom:0;
}
.sw-shop-product-wizard-table > tbody > tr > td {
    border-top: none;
}
.sw-shop-ticket {
    padding: 5px;
}

.sw-shop-ticket-image {
    height: 70px;
}
.sw-shop-ticket-product {
    height:70px;
    padding-top:20px;
}
.sw-shop-ticket-visitor {
    min-height:100px;
}
.sw-shop-category.selected {
    font-weight: 700;
}
/* Contract */
.sw-contract-approved-image {
    background-image: url('images/png/Clear_Green_Button.png');
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

/* Contract Application */
.sw-contract-application-wihtoutboothproduct {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    padding: 15px;
    margin: 15px;
}
.sw-contract-application-description {
    margin-left: 15px;
    margin-right: 15px;
}
.sw-contract-application-area {
    margin-left: 15px;
    margin-right: 15px;
}
.sw-contract-application-area-form {
    background-color: #f0f0f0;
    padding: 15px;
}

.sw-contract-application-area-form-fields {
    display: flex;
}

.sw-contract-application-area-form-field {
    margin-right: 0.5rem;
}

.sw-contract-application-area-snippet {
    background-color: #f0f0f0;
}

.sw-contract-application-area-refresh {
    display: flex;
    padding: 15px;
}
.sw-contract-application-boothproduct {
    background-color: #f0f0f0;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
}
.sw-contract-approve-button {
    text-align: center;
}
.sw-contract-application-cancel {
    margin-top: 2rem;
}
/* Catalog */
.sw-brand-entry {
    background-color: #fff;
    padding: 5px;
}
.sw-brand-entry-number {
    font-size:larger;
    font-weight:700;
}
.sw-brand-entry-selected {
    border: 3px solid #4cae4c;
    padding: 8px 13px;
}
.sw-brand-entry-new {
    border: 3px dashed #808080;
    height: 450px;
}
.sw-brand-entry-new-text {
    color:#808080;
}
.sw-brand-entry-new-text:hover {
    color:#808080;
}
.sw-brand-entry-header
{
    line-height:32px;
}
.sw-brand-entry-down {
    position:absolute;
    bottom:0;
}
.sw-brand-entry-logo {
    margin-bottom: 10px;
}
.sw-brand-entry-logo-preview
{
    max-height:150px;
    margin-left:auto;
    margin-right:auto;
}
.sw-brand-entry-logo-drop
{
    border:3px dashed #808080;
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 50px 10px;
    text-align:center;
}
.sw-brand-entry-logo-drop-active {
    font-weight:700;
}
.sw-brand-entry-logo-image {
    height:150px;
}
.sw-brand-entry-logo-controls
{
    margin-top:15px;
    margin-bottom:15px;
}
.sw-brand-entry-form {
    height:200px;
}
.sw-catalog-approved-image {
    background-image: url('images/png/Clear_Green_Button.png');
    width:32px;
    height:32px;
    display:inline-block;
    vertical-align:middle;
}
.sw-catalog-approve-button {
    text-align:center;
}
.sw-catalog-products-tree {
    padding:5px;
    margin-top:5px;
    background-color: #f0f0f0;
}

/* Mitaussteller */
.sw-coexhibitor-create-navigation {
    height:40px;
    background-color:#555555;
    margin-bottom:10px;
}

.sw-coexhibitor-create-navigation-bar {
    margin-top:5px;
    margin-bottom:5px;
    padding-left:15px;
    padding-right:15px;
}
.sw-coexhibitor-contractid {
    padding:5px;
    margin-top:5px;
    text-align:center;
    background-color:#ff9400;
    color:#fff;
    border:2px solid #ff9400;
    cursor:pointer;
}
.sw-coexhibitor-contractid-selected{
    border:2px solid #555555;
}

/* Katalog - Labels */
.sw-cataloglabel {
    border-top: 1px solid #eee;
    margin-top:50px;
}
.sw-cataloglabel-label-form {
    background-color: #f0f0f0;
}
.sw-cataloglabel-label-controls {
    padding-bottom:15px;
}
.sw-cataloglabel-label-genres {
    background-color: #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sw-cataloglabel-label-genre-box {
    padding: 0px;
}
.sw-cataloglabel-label-genre {
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    background-color: #337ab7;
    margin: 1px;
    border: 3px solid #337ab7;
    height:50px;
    font-size:12px;
}

.sw-cataloglabel-label-genre:hover {
    cursor:default;
}
.sw-cataloglabel-label-genre-editable:hover {
    background-color: #CC3600;
    border: 3px solid #7F0037;
    cursor: pointer;
}
.sw-cataloglabel-label-genre-active {
    background-color: #CC3600;
    border: 3px solid #CC3600;
}
.sw-cataloglabel-genre-name {
    color: #CC3600;
}
/* Glyphicons */
.sw-glyphicon-info-sign {
    color: #f7912e;
    font-size: 140%;
}


/* Debug */
.sw-debug-snippet
{
    padding:15px;
}

.navbar-collapse.in {
    overflow-y: hidden;
  }

.navbar-bottom {
    /*height:54px;*/
}

.sw-wrapper {
    min-height:100%;
    margin-bottom:-52px;
}

.sw-push {
    margin-bottom:54px;
}

.progress {
    background: rgba(245, 245, 245, 1);
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 1) 0%, rgba(245, 245, 245, 1) 100%);
    border: 1px solid rgba(201, 201, 201, 1);
    border-radius: 5px;
    height: 20px;
}
.progress-bar {
    background: rgba(34, 191, 79, 1);
    background: -webkit-linear-gradient(top, rgba(49, 245, 176, 1) 0%, rgba(34, 191, 79, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 245, 176, 1) 0%, rgba(34, 191, 79, 1) 100%);
}

.form-control.form-control-static {
    border: 1px solid #d8d8d8;
}

.table-hover > tbody > tr:hover {
    background-color: #e0f2ff;
}

.text-ok-circle {
    font-size: 140%;
    color: green;
}
.text-info-sign {
    font-size:140%;
    color:#f7912e;
}

.nav-link:focus {
    outline:0px;
}

button.form-control-static {
    padding-left:0px;
    padding-right:0px;
}


/* bootstrap-checkbox - Erweiterung */

.navbar {
    margin-bottom:0px;
}

/* must-check (optisch "aufdringlich"): nicht angehakt->rot, angehakt->grün */
.checkbox-must-check input[type="checkbox"] + label::before,
.checkbox-must-check input[type="radio"] + label::before {
    /*background-color: #d9534f;*/
    border: 3px solid #d9534f;
    /*border-color: #d9534f;*/
    /*color: #d9534f;*/
}
.checkbox-must-check input[type="checkbox"] + label::after,
.checkbox-must-check input[type="radio"] + label::after {
    /*color: #d9534f;*/
}
.checkbox-must-check input[type="checkbox"]:checked + label::before,
.checkbox-must-check input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    /*border-color: #5cb85c;*/
    /*color: #fff;*/
}
.checkbox-must-check input[type="checkbox"]:checked + label::after,
.checkbox-must-check input[type="radio"]:checked + label::after {
    color: #fff;
}

/* safe-modus (optisch "aufdringlich" nur bei unsicher): "safe"=sicher ist normal, "unsafe"=unsicher ist rot */
.checkbox-safe-checked input[type="checkbox"] + label::before,
.checkbox-safe-checked input[type="radio"] + label::before {
    background-color: #d9534f;
    border: 3px solid #d9534f;
    /*border-color: #d9534f;*/
    /*color: #d9534f;*/
}
.checkbox-safe-checked input[type="checkbox"] + label::after,
.checkbox-safe-checked input[type="radio"] + label::after {
    /*color: #fff;*/
}
.checkbox-safe-checked input[type="checkbox"]:checked + label::before,
.checkbox-safe-checked input[type="radio"]:checked + label::before {
    background-color: #fff;
    border: 1px solid #cccccc;
    /*border-color: #cccccc;*/
    /*color: #000;*/
}
.checkbox-safe-checked input[type="checkbox"]:checked + label::after,
.checkbox-safe-checked input[type="radio"]:checked + label::after {
    color: #555555;
}
.checkbox-safe-unchecked input[type="checkbox"]:checked + label::before,
.checkbox-safe-unchecked input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
    /*color: #fff;*/
}
.checkbox-safe-unchecked input[type="checkbox"]:checked + label::after,
.checkbox-safe-unchecked input[type="radio"]:checked + label::after {
    color: #fff;
}

/* bootstrap - form */

.form-group-static {
    margin-bottom:0px;
}

/* bootstrap - modal */

.modal-header {
    text-align:center;
}

.modal-header h1 {
    margin:0px;
}

.modal-header h2 {
    margin:0px;
}

.modal-header h3 {
    margin:0px;
}

.modal-header h4 {
    margin:0px;
}

.modal-header h5 {
    margin:0px;
}

.modal-header h6 {
    margin:0px;
}

/* boostrap - uib-day */
.uib-datepicker-popup {
    background-color: #555555;
} 
.uib-daypicker {
    background-color: #555555;
    color: white;
}
.uib-day > button {
    border-radius: 0;
    border: 2px solid #555555;
    background-color: #555555;
    color: white;
}
.uib-day > button:hover {
    background-color: #555555;
    color: white;
    border: 2px solid #66AEE7;
}
.uib-day > button[disabled]:hover {
    background-color: #555555;
    color: white;
    border: 2px solid #66AEE7;
}
.uib-day > button.active {
    color: white;
    background-color: #0078D7;
    border: 2px solid #0078D7;
}
.uib-day > button.active:hover {
    color: white;
    background-color: #0078D7;
    border: 2px solid #66AEE7;
}
.uib-day > button.active > span.text-info {
    color:white;
}
.uib-datepicker-current {
    background-color: #555555;
    border-radius: 0;
    border: 0;
    color: white;
    text-decoration: underline;
}

.uib-datepicker-current:hover {
    background-color: #555555;
    color: #0078D7;
    text-decoration: underline;
}

.uib-clear {
    background-color: #555555;
    border-radius: 0;
    border: 0;
    color: white;
    text-decoration: underline;
}
.uib-clear:hover {
    background-color: #555555;
    color: #0078D7;
    text-decoration: underline;
}
.uib-close {
    background-color: #555555;
    border-radius: 0;
    border: 0;
    color: white;
    text-decoration: underline;
}
.uib-close:hover {
    background-color: #555555;
    color: #0078D7;
    text-decoration: underline;
}
.uib-left {
    background-color: #555555;
    border-radius: 0;
    border: 0;
    color: white;
}
.uib-left:hover {
    color: #0078D7;
    background-color: #555555;
}
.uib-right {
    background-color: #555555;
    border-radius: 0;
    border: 0;
    color: white;
}
.uib-right:hover {
    color: #0078D7;
    background-color: #555555;
}
.uib-title {
    background-color: #555555;
    border-radius: 0;
    border: 0;
    color: white;
}

.uib-title:hover {
    color: #0078D7;
    background-color: #555555;
}

afile a.btn,
alink a.btn,
amail a.btn {
    overflow-wrap: break-word;
    white-space: normal;
}
span.sw-span-red {
    color: red;
}
span.sw-span-green {
    color: green;
}
span.sw-span-blue {
    color: blue;
}

span.must-check-msg {
    padding-left: 7px;
    padding-right: 7px;
    color: red;
}

/*.angular-ui-tree-handle {
    padding-bottom: 5px;
}*/
.angular-ui-tree-handle {
    cursor:default;
    font-weight:400;
}
.angular-ui-tree-empty {
    background-color: inherit;
    background-image:none;
    border:none;
    min-height:inherit;
}
pre.form-control-static {
    background-color: inherit;
    min-height: 20px;
}
/*.active a {
    color: #fff;
}*/

input.no-spin[type=number]::-webkit-inner-spin-button, 
input.no-spin[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.sw-tab-description {
    font-size: 89%;
    color: #23527C;
}

.sw-product::after {
    background-color: #fff;
    border: 1px solid #555;
    padding:5px;
    margin-bottom:5px;
}

.sw-price {
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
}

.sw-price-bulk {
    color: #333;
}

.sw-price-bulk-table {
    background-color: transparent !important;
    text-align: right;
    font-size: 12px;
}

.sw-price-bulk-table thead th {
    text-align: right;
}

.sw-price-bulk-price table {
    font-size: 12px;
}

.sw-price-extended-definition {
    color: #333;
}

.sw-price-extended-definition-price {
    background-color: transparent !important;
}

.sw-price-bulk-extended-definition {
    font-size: 12px;
}

.sw-product {
    border: 1px solid #555;
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sw-product-preview {
    display:none;
}
@media (min-width: 1200px) {
    .sw-product-preview {
        display: block;
        max-height: 100px;
        width: 150px;
    }
}

.sw-product-amount {
    width: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.sw-product-price {
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.sw-product-control {
    border-top:1px solid #ccc;
    padding:10px;
}

.sw-product-invoicetext {
    font-weight:700;
}

.sw-product-informationtext {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sw-product-variants {
    list-style:none;
    padding:0;
}

.sw-product-variant {
    border: 1px solid #ccc;
    padding: 5px;
    display:inline-block;
    margin:5px;
    border-radius:3px;
}

.sw-product-variant:hover {
    cursor:pointer;
}

.sw-product-variant-active {
    border-color: #2e6da4;
    background-color: #337ab7;
    color:#fff;
}

.sw-boothproduct-selectable:hover {
    background-color: #e8f5e9;
    opacity: 0.9;
}

.sw-boothproduct-selected {
    background-color: #e8f5e9;
}
.sw-boothproduct-not-allowed {
    background-color: #eee;
    opacity: 0.8;
}
/* contracts */
.sw-contracts-contract-remove {
    text-align: center;
    padding: 10px;
}

/* contract - event */
.sw-contract-event {
    background-color: #555555;
    color: white;
    padding: 10px;
}

/* contract - orders */
.sw-contract-orders-table-productnr {
    vertical-align:middle;
}

.sw-contract-orders-table-product {
    vertical-align: middle;
}

.sw-contract-orders-table-information {
    vertical-align: middle;
}

.sw-contract-orders-table-unitprice {
    vertical-align: middle;
}

.sw-contract-orders-table-price {
    vertical-align: middle;
}

.sw-contract-orders-table-amount {
    vertical-align: middle;
}

.sw-contract-orders-table-total {
    font-weight: 700;
    font-size: larger;
    color: #7f0000;
}

.sw-contract-orders-table-sum {
    color: #b12704;
    font-weight: 700;
}

.sw-contract-approval-notapproved {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sw-boothproduct-preview {
    max-height: 60px;
    height: auto;
}
.sw-boothproduct-detail {
    height: 400px;
    max-width: 100%;
}

/* catalogs - catalog */

.sw-catalogs-catalog {
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
}

.sw-catalogs-catalog:hover {
    cursor: pointer;
    border: 2px solid #555555;
}

.sw-catalogs-catalog-event {
    background-color: #555555;
    color: white;
    padding: 10px;
}

.sw-catalogs-catalog-table {
    margin-bottom: 0;
}

.sw-catalogs-catalog-approval {
    padding: 5px;
    font-size: 150%;
}

/* catalog - event */

.sw-catalog-event {
    background-color: #555555;
    color: white;
    padding: 10px;
}

/* catalog - form */
.sw-form-placeholder {
    min-height: 50px;
    background-color: #f0f0f0;
}

/* event */
.sw-event-banner {
    color: #fff;
    background-color: #555555;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 4px;
}

/* bootstrap - list-group*/
.list-group-horizontal {
    overflow: auto;
    white-space: nowrap;
}

.list-group-item-horizontal {
    display: inline-block;
    width: 70%;
}

.list-group-item-horizontal:hover {
    background-color: #FDE6B6;
    border-color: #FABD41;
}

/* virtual fair */

.sw-vf-transferbtn {
    height: 32px;
    width: 32px;
    display: inline-block;
    background-color: white;
}
.sw-vf-template-frame {
    padding: 15px 5px 0px 5px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 2px #ddd;
    background-color: #f5f5f5;
}
.sw-vf-template-frame-selected {
    border: 1px solid #bfb;
    box-shadow: 0px 0px 2px 2px #4f4;
    background-color: #f3fff3;
}
.sw-vf-template-preview-container {
    display: grid;
    width: 200px;
    height: 140px;
    margin: auto;
}
.sw-vf-template-preview-img {
    max-width: 200px;
    max-height: 140px;
    margin: auto;
}
.sw-vf-template-preview-noimg {
    width: 200px;
    height: 140px;
    margin: auto;
    border: 2px dashed gray;
}

.sw-vf-color div.sw-vf-color-field,
.sw-vf-upload-logo div.sw-vf-upload-img,
.sw-vf-upload-texture div.sw-vf-upload-img {
    display: grid;
    width: 200px;
    height: 120px;
    margin: auto;
    border: 1px solid tomato;
}
.sw-vf-color div.sw-vf-color-field div {
    width: 198px;
    height: 118px;
    margin: auto;
}
.sw-vf-upload-logo div.sw-vf-upload-img img,
.sw-vf-upload-texture div.sw-vf-upload-img img {
    max-width: 200px;
    max-height: 120px;
    height: auto;
    margin: auto;
}
.sw-vf-upload-logo div.sw-vf-upload-noimg img,
.sw-vf-upload-texture div.sw-vf-upload-noimg img {
    width: 200px;
    height: 120px;
    margin: auto;
    border: 2px dashed gray;
}

.sw-vf-socialmedia-facebook {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url('https://cdn.fairdesigner.de/images/social_media.png') 0 0;
}
.sw-vf-socialmedia-facebook.small {
    width: 50px;
    height: 50px;
    background-size: 800%;
}
.sw-vf-socialmedia-facebook.tiny {
    width: 32px;
    height: 32px;
    background-size: 800%;
}
.sw-vf-socialmedia-instagram {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url('https://cdn.fairdesigner.de/images/social_media.png') -110px 0;
}
.sw-vf-socialmedia-instagram.small {
    width: 50px;
    height: 50px;
    background-size: 800%;
    background-position: -55px 0;
}
.sw-vf-socialmedia-instagram.tiny {
    width: 32px;
    height: 32px;
    background-size: 800%;
    background-position: -34px 0;
}
.sw-vf-socialmedia-twitter {
    width: 117px;
    height: 100px;
    display: inline-block;
    background: url('https://cdn.fairdesigner.de/images/social_media.png') -210px 0;
    background-size: 650%;
}
.sw-vf-socialmedia-twitter.small {
    width: 58px;
    height: 50px;
    background-position: -102px 0;
}
.sw-vf-socialmedia-twitter.tiny {
    width: 36px;
    height: 32px;
    background-position: -62px 0;
}
.sw-vf-socialmedia-linkedin {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url('https://cdn.fairdesigner.de/images/social_media.png') -345px 0;
}
.sw-vf-socialmedia-linkedin.small {
    width: 50px;
    height: 50px;
    background-size: 800%;
    background-position: -173px 0;
}
.sw-vf-socialmedia-linkedin.tiny {
    width: 32px;
    height: 32px;
    background-size: 800%;
    background-position: -110.5px 0;
}

.sw-contract-virtualbooth-preview-frame,
.sw-virtualfair-preview-frame {
    height: 500px;
    width: 100%;
}

.sw-contract-virtualbooth-preview-frame iframe,
.sw-virtualfair-preview-frame iframe {
    height:500px;
    width: 100%;
}

.sw-accordion-container-block {
    margin: 5px 0 5px 0;
    display: block;
}

.sw-panel-low-heading .panel-heading {
    padding: 2px 15px;
}

/* picto */
.sw-picto {
    display:block;
    border:2px none;
    border-radius:5px;
}
.sw-picto.medium {
    height:100px;
}
.sw-picto.medium img {
    height: 100px;
}
.sw-picto-interactive:hover {
    cursor: pointer;
    border-style: solid;
    border-color: #333;
}
.sw-picto-disabled {
    opacity:0.7;
}
textarea.materialize-textarea {
    min-height: 7rem;
}

/* Agenten */
.contract-agency-agent {
    padding: 15px;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
}

.contract-agency-agent-selected {
    border-color: green;
}

.contract-agency-agent-remove:hover {
    border-color: red;
}

.sw-agency-list-filter {
    display: flex;
    padding: 10px 5px;
}
.sw-agency-list-filter-item {
    padding: 0px 5px;
}
.sw-agency-list-actions {
    padding: 0px 10px;
}

.sw-agent-list {
    background-color: #f0f0f0;
    padding: 10px;
}
.sw-agency-list {
    background-color: #f0f0f0;
    padding: 10px;
}
/* scheduler */
.sw-scheduler-fair-offer-block {
    height: 400px;
    max-height: 400px;
    overflow-y: hidden;
    overflow-wrap: break-word;
}

    .sw-scheduler-fair-offer-block:hover {
        box-shadow: 0px 0px 10px 2px #ffd800;
    }

.sw-scheduler-fair-offer-block-body-image img {
    max-height: 100px;
    margin-right: auto;
    margin-left: auto;
}
/* materialize */
/*
.input-field {
    margin-bottom: 0px;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    margin-bottom: 0px;
}
*/
textarea.materialize-textarea {
    resize: vertical;
}

.modal-visitor-scrollarea {
    max-height: 345px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 3px;
}
.modal-visitor-tile-inner {
	border: 1px solid grey;
	border-radius: 3px;
	margin: 3px;
}
.modal-visitor-tile-inner:hover {
	background-color: #FDE6B6;
	border-color: #FABD41;
	cursor: pointer;
}
.modal-visitor-tile-inner-tags {
    margin: 5px 0px 0px 5px;
}

.sw-contact-selected {
	font-weight:bold;
}
