﻿.registerDiv
    {
        border: 1px solid black;
        width: 36%;
        margin: auto;
        padding: 20px;
        background: #fff;
        text-align: center;
    }

    #customerRegisterDiv
    {
        float: left;
        margin-left: 10%;
    }

    #supplierRegisterDiv
    {
        float: right;
        margin-right: 10%;
    }

div .scrollPane {
    width:1200px; 
    height:500px; 
    overflow-y:scroll;
}

.bubblingG {
    text-align: center;
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px auto auto -40px;
    z-index: 2;
}

    .bubblingG span {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 25px auto;
        background: #FFF;
        box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
        -moz-border-radius: 50px;
        -moz-animation: bubblingG 1s infinite alternate;
        -webkit-border-radius: 50px;
        -webkit-animation: bubblingG 1s infinite alternate;
        -ms-border-radius: 50px;
        -ms-animation: bubblingG 1s infinite alternate;
        -o-border-radius: 50px;
        -o-animation: bubblingG 1s infinite alternate;
        border-radius: 50px;
        animation: bubblingG 1s infinite alternate;
    }

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        -moz-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFF;
        -moz-transform: translateY(-21px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFF;
        -webkit-transform: translateY(-21px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        -ms-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFF;
        -ms-transform: translateY(-21px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        -o-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFF;
        -o-transform: translateY(-21px);
    }
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFF;
        transform: translateY(-21px);
    }
}

/* line 23, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher{
  float: right;
  margin-right: 20%;
  position: relative;
  line-height: 3rem;
  padding-bottom: 7px;
}
@media screen and (max-width: 1333px) {
  /* line 23, ../../../zugseil-assets/sass/modules/_header.scss */
  header .language-switcher{
    margin-right: 21%;
  }
}
@media screen and (max-width: 1200px) {
  /* line 23, ../../../zugseil-assets/sass/modules/_header.scss */
  header .language-switcher{
    margin-right: 22%;
  }
}
@media screen and (max-width: 1100px) {
  /* line 23, ../../../zugseil-assets/sass/modules/_header.scss */
  header .language-switcher{
    margin-right: 23%;
  }
}
@media screen and (max-width: 1050px) {
  /* line 23, ../../../zugseil-assets/sass/modules/_header.scss */
  header .language-switcher{
    margin-right: 24%;
  }
}
@media screen and (max-width: 1050px) {
  /* line 23, ../../../zugseil-assets/sass/modules/_header.scss */
  header .language-switcher{
    margin-right: 29%;
  }
}
/* line 51, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher:hover .language-switcher-holder{
  display: block;
}
/* line 56, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder{
  display: none;
  position: absolute;
  top: 50px;
  right: -23px;
  line-height: 1.2;
}
/* line 63, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder h4{
  padding: 15px 20px;
  background-color: #fd803d;
  margin: 0 !important;
  color: #fff !important;
  font-weight: normal;
  position: relative;
}
/* line 71, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder h4 .c-adm-icon{
  font-weight: normal !important;
}
/* line 75, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder h4:before{
  position: absolute;
  content: '';
  top: -13px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 24px solid #fd803d;
}
/* line 89, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder ul{
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  margin: 0 !important;
}
/* line 98, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder li a{
  display: block;
  min-width: 235px;
  background-color: #e1e1e6;
  padding: 15px 20px;
  text-decoration: none;
  color: #525157;
}
/* line 106, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-holder li a:hover{
  background-color: #f3f3f3;
}
/* line 113, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-btn{
  margin: 0;
}
/* line 116, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-btn span{
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 124, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-switcher-icon{
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: sub;
}
/* line 132, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .c-adm-icon:before{
  width: 16px;
  background: url("../images/icons/c-adm-icon.png") no-repeat center center;
}
/* line 138, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .c-iod-icon:before{
  width: 19px;
  background: url("../images/icons/c-iod-icon.png") no-repeat center center;
}
/* line 144, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .c-iow-icon:before{
  width: 13px;
  background: url("../images/icons/c-iow-icon.png") no-repeat center center;
}
/* line 150, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .s-wpc-icon:before{
  width: 13px;
  background: url("../images/icons/s-wpc-icon.png") no-repeat center center;
}
/* line 156, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher .language-btn:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background: url("../images/icons/dropdown-module.png") no-repeat center center;
}
/* line 167, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher:hover .language-btn:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background: url("../images/icons/dropdown-module_hover.png") no-repeat center center;
}

/* line 193, ../../../zugseil-assets/sass/modules/_header.scss */
header .active-color {
  color: #fd803d;
}
/* line 197, ../../../zugseil-assets/sass/modules/_header.scss */
header .language-switcher {
  margin-right: 3%;
}

a:hover, button:hover, .button:hover, .button-cancel:hover, 
.padding-aside li:hover, .tree-view li:hover, #selectable-list li:hover, 
.dropdown-trigger, input[type="submit"]:hover, .icons-tr-expanded, .icons-tr-collapsed, select
{
     cursor: pointer;
}

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 102
}
.popup {
    background: #fff;
    width: 38%;
    min-height: 100px;
    top: 15%;
    left: 50%;
    position: absolute;
    padding: 40px 20px
}
.popup .ui-widget-header {
    background-color: #fd803d
}
.popup h1 {
    text-align: center;
    margin-top: 0
}
.popup label {
    display: block
}
.popup .mask-radio+label {
    display: inline-block;
    vertical-align: sub;
    margin-left: 2px
}
.popup .buttons {
    text-align: center
}
.popup .buttons .button-cancel,
.popup .buttons .button,
.popup .buttons .button-cancel,
.popup .buttons .button-no-round {
    vertical-align: top
}
.popup p {
    margin-top: 0
}
.popup .input-fields,
.popup .user-man-fields,
.popup .user-man-fields-01 ul,
.user-man-fields-01 .popup ul,
.popup .input-fields-popup {
    margin-bottom: 20px
}
.popup .input-fields li,
.popup .user-man-fields li,
.popup .user-man-fields-01 ul li,
.user-man-fields-01 .popup ul li,
.popup .input-fields-popup li,
.popup .input-fields .four-fields .icon-in-li,
.four-fields .popup .input-fields .icon-in-li,
.popup .user-man-fields .four-fields .icon-in-li,
.four-fields .popup .user-man-fields .icon-in-li,
.popup .user-man-fields-01 ul .four-fields .icon-in-li,
.four-fields .popup .user-man-fields-01 ul .icon-in-li,
.user-man-fields-01 .popup ul .four-fields .icon-in-li,
.four-fields .user-man-fields-01 .popup ul .icon-in-li,
.popup .input-fields-popup .four-fields .icon-in-li,
.four-fields .popup .input-fields-popup .icon-in-li {
    margin-bottom: 10px
}
.popup li,
.popup .four-fields .icon-in-li,
.four-fields .popup .icon-in-li {
    margin-bottom: 10px
}
.popup li input[type="checkbox"],
.popup .four-fields .icon-in-li input[type="checkbox"],
.four-fields .popup .icon-in-li input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px
}
.popup.small {
    width: 25% !important;
    margin-left: -12.5%;
    min-width: 470px
}
.popup.smaller {
    width: 35% !important;
    margin-left: -17.5%;
    top: 7%
}
.popup.medium {
    top: 10%;
    width: 50% !important;
    min-width: 710px;
    margin-left: -25%
}
.popup.big {
    top: 10%;
    width: 60% !important;
    min-width: 710px;
    left: 20% !important
}
.popup.cover-content {
    width: calc(89% - 100px);
    height: 100%;
    left: calc(11% + 50px);
    top: 42px
}
@media screen and (max-width: 1366px) {
    .popup.cover-content {
        left: 200px
    }
}
.popup.cover-content .fixed-table-container,
.popup.cover-content .fixed-table-container-without-top {
    height: 530px
}
@media screen and (max-height: 930px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 500px
    }
}
@media screen and (max-height: 900px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 490px
    }
}
@media screen and (max-height: 850px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 440px
    }
}
@media screen and (max-height: 800px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 390px
    }
}
@media screen and (max-height: 750px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 340px
    }
}
@media screen and (max-height: 700px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 290px
    }
}
@media screen and (max-height: 650px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 240px
    }
}
@media screen and (max-height: 550px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 190px
    }
}
@media screen and (max-height: 500px) {
    .popup.cover-content .fixed-table-container,
    .popup.cover-content .fixed-table-container-without-top {
        height: 150px
    }
}
@media screen and (max-height: 767px) {
    .popup {
        top: 42px !important
    }
}
.popup .assortment-popup {
    max-height: 550px
}
@media screen and (max-height: 767px) {
    .popup .assortment-popup {
        max-height: 450px
    }
}
.popup.cover-content-tree-aside {
    width: calc(73% - 100px);
    height: 100%;
    left: calc(11% + 50px);
    top: 42px
}
.popup.cover-content-tree-aside .fixed-table-container,
.popup.cover-content-tree-aside .fixed-table-container-without-top {
    max-height: 580px
}
@media screen and (max-width: 1366px) {
    .popup.cover-content-tree-aside {
        left: 200px
    }
}
@media screen and (max-height: 850px) {
    .popup.cover-content-tree-aside .fixed-table-container,
    .popup.cover-content-tree-aside .fixed-table-container-without-top {
        max-height: 530px
    }
}
@media screen and (max-height: 800px) {
    .popup.cover-content-tree-aside .fixed-table-container,
    .popup.cover-content-tree-aside .fixed-table-container-without-top {
        max-height: 480px
    }
}
@media screen and (max-height: 750px) {
    .popup.cover-content-tree-aside {
        top: 42px !important
    }
    .popup.cover-content-tree-aside .fixed-table-container,
    .popup.cover-content-tree-aside .fixed-table-container-without-top {
        max-height: 430px
    }
}
@media screen and (max-height: 700px) {
    .popup.cover-content-tree-aside .fixed-table-container,
    .popup.cover-content-tree-aside .fixed-table-container-without-top {
        max-height: 380px
    }
}
@media screen and (max-height: 650px) {
    .popup.cover-content-tree-aside .fixed-table-container,
    .popup.cover-content-tree-aside .fixed-table-container-without-top {
        max-height: 330px
    }
}
@media screen and (max-height: 550px) {
    .popup.cover-content-tree-aside .fixed-table-container,
    .popup.cover-content-tree-aside .fixed-table-container-without-top {
        max-height: 230px
    }
}
.popup-layout li,
.popup-layout .four-fields .icon-in-li,
.four-fields .popup-layout .icon-in-li {
    float: left
}
.popup-layout input {
    height: 26px !important
}
.popup-layout .search-field-holder-full-width {
    width: 100% !important
}

h2 {
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #525157
}

h2 a {
    text-decoration: none;
    color: #525157
}
