* { box-sizing:border-box; }
#pm_stammkunden {
 display:block;
 clear:left;
 float:left;
 width:100%;
}

/* Eigenschaften nullen */
#pm_stammkunden * {
 margin:0px;
 padding:0px;
 border:none;
 background:none;
}

/* Global */
#pm_stammkunden .hand { cursor:hand; cursor:pointer; }
#pm_stammkunden a,#pm_stammkunden a:link { color:##1E73BE !important; }
#pm_stammkunden a:hover { color:#000 !important; text-decoration:underline; }
#pm_stammkunden select, #pm_stammkunden input {
 float:left;
 width:100%;
 height: 30px;
 line-height: 30px;
 color: #777;
 background-color:#fff;
 padding: 0 5px;
 margin: 0;
}

#pm_stammkunden .stamm_login_l {
 clear:left;
 float:left;
 width:39%;
 margin-right:1%;
 box-sizing:border-box;
 padding:20px;
 background-color:#eee;
}

#pm_stammkunden .stamm_login_r {
 float:left;
 width:59%;
 margin-left:1%;
 box-sizing:border-box;
 padding:20px;
 background-color:#eee;
}

#pm_stammkunden .stamm_login_r .stamm_add_text {
 text-align:justify;
}
#pm_stammkunden .stamm_add .bf_button,
#pm_stammkunden .stamm_login .bf_button,
#pm_stammkunden .stamm_intern .bf_button,
#pm_stammkunden .stamm_verg .bf_button {
 display:inline-block;
 text-align:center;
 background-color:#A0CE4E !important;
 color:#fff;
 padding:8px 14px !important;
 cursor:pointer;
 font-size:20px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
 margin-top:10px;
}
#pm_stamm_pw_verg {
 clear:left;
 float:left;
 width:100%;
 box-sizing:border-box;
 margin-top:20px;
 padding:2px 8px;
}
#pm_stammlogin_error {
 clear:left;
 float:left;
 width:100%;
 box-sizing:border-box;
 margin-top:20px;
 padding:2px 8px;
 background-color:#EFD1D2;
 display:none;
}

#pm_stammkunden .stamm_titel {
 font-size:20px;
 box-sizing:border-box;
 width:100%;
 margin-bottom:30px;
}

#pm_stamm_intern {
 clear:left;
 float:left;
 width:100%;
 box-sizing:border-box;
}
#pm_stamm_intern .stamm_intern_tabs {
 clear:left;
 float:left;
 width:100%;
 display:inline-block;
 box-sizing:border-box;
}
#pm_stamm_intern .stamm_intern_tab {
 float:left;
 background-color:#eee;
 cursor:pointer;
 padding:8px 20px;
 margin-right:2px;
 font-size:18px;
}
#pm_stamm_intern .stamm_logout_tab {
 float:right;
 padding:8px 20px;
}
#pm_stamm_intern .stamm_intern_tab_aktiv {
 background-color:#ddd;
}
#pm_stamm_intern .stamm_intern_tab:hover {
 background-color:#ddd;
 padding:8px 20px;
}
#pm_stamm_intern .stamm_intern_contents {
 clear:left;
 float:left;
 width:100%;
 display:inline-block;
 box-sizing:border-box;
 border:1px solid #ddd;
}
#pm_stamm_intern .stamm_intern_content {
 clear:left;
 float:left;
 width:100%;
 padding:10px;
 display:none;
}
#pm_stamm_intern .stamm_intern_content_aktiv {
 display:inline-block;
}
#pm_stammkunden .lab,
#pm_stamm_intern .lab {
 clear:left;
 float:left;
 box-sizing:border-box;
 width:100%;
 padding:0 0 0 5px;
 font-size:13px;
 color:#A0CE4E;
 color:#aaa;
}
#pm_stammkunden .pass-lab {
 width:49% !important;
 margin-right:1% !important;
}
#pm_stammkunden #passbar {
 float:left;
 width:49% !important;
 margin:3px 0 0 1% !important;
 display:none;
 height:17px;
 line-height:16px;
 color:#aaa;
}
#pm_stammkunden #passtext {
 width:100%;
 font-size:13px;
 text-align:center;
}
#pm_stammkunden .pw-0 { background-color:#FF0000; display:inline-block !important; color:#FFF !important; }
#pm_stammkunden .pw-1 { background-color:#FF7200; display:inline-block !important; color:#FFF !important; }
#pm_stammkunden .pw-2 { background-color:#FDFF00; display:inline-block !important; }
#pm_stammkunden .pw-3 { background-color:#CDFF00; display:inline-block !important; }
#pm_stammkunden .pw-4 { background-color:#0DFF00; display:inline-block !important; color:#666 !important; }

#pm_stamm_intern .ff-100,
#pm_stamm_intern .ff-25-1,
#pm_stamm_intern .ff-75-2,
#pm_stamm_intern .ff-50-1,
#pm_stamm_intern .ff-50-2,
#pm_stamm_intern .ff-33-1,
#pm_stamm_intern .ff-33-2,
#pm_stamm_intern .ff-33-3 {
 float:left;
 box-sizing:border-box;
 margin-bottom:5px;
}
#pm_stamm_intern .ff-100 {
 width:100%;
}
#pm_stamm_intern .ff-50-1 {
 width:49.5%;
 margin-right:0.5%;
}
#pm_stamm_intern .ff-50-2 {
 width:49.5%;
 margin-left:0.5%;
}
#pm_stamm_intern .ff-33-1,
#pm_stamm_intern .ff-33-2 {
 width:33%;
 margin-right:0.5%;
}
#pm_stamm_intern .ff-33-3 {
 width:33%;
}
#pm_stamm_intern .ff-25-1 {
 width:24.5%;
 margin-right:0.5%;
}
#pm_stamm_intern .ff-75-2 {
 width:75%;
}

#pm_stamm_intern input[type=text],
#pm_stamm_intern input[type=password],
#pm_stamm_intern textarea,
#pm_stamm_intern select {
 float:left;
 box-sizing:border-box;
 padding:0 8px;
 height:34px;
 line-height:36px;
 background-color:#f3f3f3;
 width:100%;
}
#pm_stamm_intern select {
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 background: #f3f3f3 url("../images/icon_sort_desc.png") right center no-repeat;
 padding-right: 40px;
 cursor: pointer;
 border-radius: 0;
}
#pm_stamm_intern textarea {
 height:120px;
 line-height:20px;
 padding:8px;
}
#pm_stamm_intern .st_readonly {
 background-color:#FFF !important;
 cursor:default;
 border-bottom:1px solid #eee;
}
#pm_stamm_intern select.st_readonly {
 background:none;
 background-color:#FFF !important;
}

#pm_stamm_intern .hide {
 display:none !important;
}

#pm_stamm_intern .fl {
 float:left;
}
#pm_stamm_intern .fr {
 float:right;
}
#pm_stamm_intern .stamm_intern_h {
 clear:left;
 float:left;
 width:100%;
 font-size:18px;
 padding:10px 0;
}
#pm_stamm_intern .stamm_intern_anz0 {
 clear:left;
 float:left;
 width:100%;
 margin-bottom:30px;
 color:#d00;
}
#pm_stamm_intern .stamm_intern_buchungsliste {
 border-collapse:collapse;
 font-size:13px;
 width:100%;
 margin-bottom:30px;
}
#pm_stamm_intern .stamm_intern_buchungsliste td {
 padding:3px;
 vertical-align:top;
 border-bottom:1px solid #ddd;
}
#pm_stamm_intern .stamm_intern_buchungsliste .no-border {
 padding:0px;
 vertical-align:top;
 border:0px;
}
#pm_stamm_intern .stamm_intern_buchungsliste td img {
 margin:3px 5px 0 0;
}
#pm_stamm_intern .stamm_intern_buchungsliste thead tr {
 background-color:#eee;
}

#pm_stammkunden .stamm_add,
#pm_stammkunden .stamm_verg {
 float:left;
 width:59%;
 margin-left:1%;
 box-sizing:border-box;
 padding:20px;
 background-color:#eee;
}
#pm_stammkunden .stamm_text {
 clear:left;
 float:left;
 width:100%;
 margin-bottom:30px;
}
#pm_stammkunden .stamm_form_hinweis {
 clear:left;
 float:left;
 width:100%;
 margin-bottom:30px;
}
#pm_stammkunden .stamm_error,
#pm_stammkunden .stamm_ok {
 display:none;
 clear:left;
 float:left;
 width:100%;
 margin:10px 0 0 0;
 padding:5px 8px;
}
#pm_stammkunden .stamm_error {
 background-color:#EFD1D2;
}
#pm_stammkunden .stamm_ok {
 background-color:#E9FFBF;
}
#pm_stammkunden .stamm_show {
 display:inline-block !important;
}

#stamm_zahl_error{
	padding: 15px;
	font-size:18px;
	background-color:#EFD1D2;
}
.stamm_zahl_ok{
	padding: 15px;
	font-size:18px;
	background-color:#E9FFBF;
}


.box-loader {
 clear:left;
 float:left;
 display:block;
 width:100%;
 height:100px;
 position:relative;   
}
.box-loader .loader {
 width: 60px;
 height: 60px;
 position:absolute;   
 left:50%;
 top:50%;
 margin:-30px 0 0 -30px !important;
}
.box-loader .loader img {
 top:14px;
 left:12px;
 position:absolute;   
}
.box-loader .loader .lcircle {
 background-color: rgba(0,0,0,0) !important;
 border-left: 2px solid #fff !important;
 border-top: 2px solid #A0CE4E !important;
 border-right: 2px solid #A0CE4E !important;
 border-bottom: 2px solid #A0CE4E !important;
 border-radius: 60px;
 width: 60px;
 height: 60px;
 position:absolute;   
 top:0px;
 left:0px;
 -moz-animation: spin .8s infinite linear !important;
 -webkit-animation: spin .8s infinite linear !important;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

