﻿/*normalize*/
html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: normal 12px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

/*
@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
*/
a {
    background: transparent;
}

img {
    border: 0;
}

button,
input {
    -webkit-appearance: none;
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}


.LabelPageName {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.TwoColumnsForm,
.ThreeColumnsForm {
    padding: 0;
    padding-top: 20px;
    margin: 0;
    border: 0;
    width: 100%;
}

    .TwoColumnsForm label, .TwoColumnsForm span,
    .ThreeColumnsForm label, .ThreeColumnsForm span {
        float: left;
        width: 100%;
    }

    .TwoColumnsForm span,
    .ThreeColumnsForm span {
        width: 100%;
    }


    .TwoColumnsForm input[type=text],
    .ThreeColumnsForm input[type=text] {
        width: 100%;
    }

.GridEditColumn input[type=image],
.GridDeleteColumn input[type=image] {
    /*float: right;*/
}

.GridEditColumn {
    width: 10px;
}

.GridDeleteColumn {
    width: 10px;
}

.TFARow
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.TFAThreeColumnsForm {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    border: 0;
    width: 100%;
}

.TFAThreeColumnsForm td:first-child {
    width: 80px;
}

.TfaButtonRow {
    width: 100px;
}



.ThreeColumnsFormWithEditButton {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border: 0;
    width: 100%;
}

.ThreeColumnsFormWithEditButton td + td {
    width: 100%;
    padding-left: 10px;
}

    .ThreeColumnsFormWithEditButton label, .ThreeColumnsFormWithEditButton span {
        float: left;
    }

    .ThreeColumnsFormWithEditButton span {
        width: 100%;
    }


    .ThreeColumnsFormWithEditButton input[type=text] {
        width: 100%;
    }

    .ThreeColumnsFormWithEditButton .RadComboBox .rcbInner {
        box-sizing:border-box;
    }

    .ThreeColumnsFormWithEditButton td + td + td {
        width: 20px;
        padding-left: 10px;
    }

    .ThreeColumnsFormWithEditButton td + td + td button {
        background-position-y: center;
        background-size: 16px 16px;
        /*padding: 0;*/
    }


.TwoColumnsFormWithEditButton {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    border: 0;
    width: 100%;
}

    .TwoColumnsFormWithEditButton label, .TwoColumnsFormWithEditButton span {
        float: left;
    }

    .TwoColumnsFormWithEditButton span {
        width: 100%;
    }


    .TwoColumnsFormWithEditButton input[type=text] {
        width: 100%;
    }

    .TwoColumnsFormWithEditButton td + td {
        width: 20px;
        padding-left: 10px;
        vertical-align: bottom;
    }

        .TwoColumnsFormWithEditButton td + td button {
            background-position-y: center;
            background-size: 16px 16px;
            /*padding: 0;*/
        }


#TblDepotLogo {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    border: 0;
}

    #TblDepotLogo td + td {
        padding-left: 10px;
    }

    #TblDepotLogo label, #TblDepotLogo span {
        float: left;
    }

    #TblDepotLogo .TDCentered {
        text-align: center;
    }

#ColImgDepotLogo {
    width: 170px;
    height: 70px;
    border: 0.5px solid #c8c8c8;
}


#TblVerwaltungLogo {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    border: 0;
}

    #TblVerwaltungLogo td + td {
        padding-left: 10px;
    }

    #TblVerwaltungLogo label, #TblVerwaltungLogo span {
        float: left;
    }

    #TblVerwaltungLogo .TDCentered {
        text-align: center;
    }

#ColImgVerwaltungLogo {
    width: 170px;
    height: 70px;
    border: 0.5px solid #c8c8c8;
}


.DataFormTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.RadGridTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

/*.SchliessanlageDetail_RadGrid1_Beschreibung {
    min-width: 300px;
}

.SchliessanlageDetail_RadGrid1_Sub1_Bezeichnung {
    min-width: 200px;
}

.SchliessanlageDetail_RadGrid1_Sub1_DepotBezeichnung {
    min-width: 300px;
}

.SchliessanlageDetail_RadGrid1_Sub1_StatusSchluessel {
    min-width: 120px;
}*/

.rmpTitleBar {
    display: none !important;
}

.ComboDepotSelect {
    /*margin-bottom: 10px;*/
    width:35em !important;
}

.ComboSchliessanlageSelect {
    margin-bottom: 10px;
}

.ComboVerwaltungSelect {
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 100005;
}

.GridSchluesselAusbuchenColumn {
    min-width: 22px !important;
    width: 22px !important;
    max-width: 22px !important;    
}

.GridSchluesselEinbuchenColumn {
    min-width: 22px !important;
    width: 22px !important;
    max-width: 22px !important;
}

.GridSchluesselAusbuchenStornoColumn {
    min-width: 22px !important;
    width: 22px !important;
    max-width: 22px !important;
}

.GridSchluesselEinbuchenStornoColumn {
    min-width: 22px !important;
    width: 22px !important;
    max-width: 22px !important;
}

.GridVerlustmeldungColumn {
    min-width: 22px !important;
    width: 22px !important;
    max-width: 22px !important;
}

.GridVerlustStornoColumn {
    min-width: 22px !important;
    width: 22px !important;
    max-width: 22px !important;
}

.ButtonWarenkorbIcon i {
    margin-bottom: -5px !important;
    margin-left: 6px !important;
    margin-right: 2px !important;
}

.GridDeleteColumn {
    width: 16px;
    height: 16px;
    background-size: contain;
}

.AusgabelisteCount,
.RuecknahmelisteCount,
.CartCount {
    display: inline-block;
    position: absolute;
    background: #A6D976;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    /*margin-left: -15px;
    margin-top: -10px;*/
    font-size: 0.7em;
    font-size: 1em;
    right: -5px;
    top: -8px;
}


/*.RuecknahmelisteCount {
    display: inline-block;
    position: absolute;
    background: #A6D976;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: -15px;
    margin-top: -10px;
    font-size: 0.7em;
    font-size: 1em;
}*/

.QuittungColumn {
    padding-left: 4px !important;
    width: 10px;
}

.AusbuchenEinbuchenColumn {
    padding-left: 4px !important;
    width: 10px;
}

.VerlustColumn {
    width: 10px;
}


.LabelPageNameTest {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 5px;
    color: white !important;
}

.LabelGridTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 5px;
}

.TestButton1 {
    width: 34px;
    height: 34px;
}


.TestButton2 {
    width: 34px;
    height: 34px;
    float: right;
}



.TestButton3 {
    width: 34px;
    height: 34px;
    border: 1px solid white;
}

.FormEditButton {
    padding: 0 !important;
    width: 25px !important;
    font-size: 16px !important;
}
.FormEditButton.rbButton {
    min-width: 25px !important;
    background: transparent !important;
    border: transparent !important;
}

    .rbEinbuchen {
        padding-left: 5px !important;
    }

    .rbEinbuchen span {
        width: auto;
        word-wrap: normal;
        word-break: keep-all;
    }

.HeaderButtons {
    margin-bottom: 5px;
}

    .HeaderButtons button {
        margin-left: 5px;
        float: right !important;
    }

/*.HeaderSelection {
    margin-bottom:5px;
    height:25px;
}

.HeaderSelection .rbToggleButton {
    padding:1px 6px;
}*/

.GridMenuItemIcon {
    height: 30px;
}

    .GridMenuItemIcon img {
        height: 16px;
    }

.ButtonShowPapierquittung {
    display:block !important;
    padding-left: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align:left;
}

    .ButtonShowPapierquittung span {
        vertical-align:top !important;
    }

.ButtonShowTablet {
    display:block !important;
    padding-left: 10px !important;
    text-align:left;
}

    .ButtonShowTablet span {
        vertical-align: top !important;
    }

.ButtonUploadQuittung {
    margin-top: 5px;
    display:block !important;
    padding-left: 10px !important;
    text-align:left;
}

    .ButtonUploadQuittung span {
        vertical-align: top !important;
    }

.windowQuittungOffenButtons {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.ButtonQuittungOffenShow {
    min-width:100px;
}

.ButtonQuittungOffenAbbrechen {
    min-width:100px;
}

.rwDialogMessage {
   padding-left: 35px;
   width:90%;
}

.RadGrid td {
    overflow: hidden;
}

.RadGrid td.ellipsis,
.RadGrid td.ellipsis > div {
    text-overflow: ellipsis;
    overflow: hidden;
}

.RadGrid td.ellipsis {
    padding-left: 5px !important;
    padding-right: 2px !important;
}

.RadGrid .rgDetailTable .rgCommandCell {
    padding: 0 !important;
    border: 0 !important;
}

.RadGrid .rgDetailTable .LabelGridTitle {
    font-size: 1em;
}

.ContextMenuColumn a {
    text-decoration: none;
}

.wizard-window .Hinweis {
    margin-bottom: 10px;
}

.SchluesselAusgabe .NeuerSchluesseltraeger {
    float: right;
}

.SchluesselAusgabe .AuswahlSchluesseltraeger {
    float: left;
}

.SchluesselAusgabe .NeuerSchluesseltraeger iframe {
    border: 0;
}

.DepotAusgabe .NeuesDepot {
    float: right;
    width: 49%;
}

.DepotAusgabe .AuswahlDepot {
    float: left;
    width: 49%;
}

.DepotAusgabe .NeuesDepot .Depot,
.DepotAusgabe .AuswahlDepot .Depot {
    min-height:150px;
}

.NeueSchliessanlage .SecondHinweis {
    margin-top: 10px;
}

.NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm td {
    width: 10%;
}

    .NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm td + td {
        width: 40%;
    }

        .NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm td + td + td {
            width: 50%;
            padding-left: 10px;
        }

.NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm .AddLiegenschaft button {
    float: right;
}

.NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm .SelectedLiegenschaft {
    vertical-align: top;
}

.NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm .RadSearchBox span,
.NeueSchliessanlage .CreateSchliessanlage .ThreeColumnsForm .RadSearchBox input {
    float: none;
    width: auto;
}

.DepotAusgabe .NeuesDepot .TwoColumnsForm td + td {
    width: 100%;
    padding-left: 10px;
}

.SubGridEdited {
    table-layout: fixed !important;
}

.rgBatchContainer {
    max-width: 97% !important;
    width: 97%;
}

    .rgBatchContainer input {
        width: 100%;
    }

.CenteredHeader {
    text-align: center !important;
}

.CenteredItem {
    text-align: center;
}

.RadTextboxSuche {
    width: 30em !important;
    display: inline-block;
}

.RadLblSuchControl span {
    display: inline;
    height: 27px;
}

.RadButtonSucheFind,
.RadButtonSucheClear {
    background-size: 20px;
    height: 27px !important;
    width: 27px !important;
    margin-right: -3px !important;
    padding-top: 5px !important;
}

.QuittungUpload {
}

    .QuittungUpload .QuittungUploadSelect {
        display: inline-block;
    }

    .QuittungUpload .QuittungUploadSubmit {
        vertical-align: middle !important;
        margin-left: 20px;
    }

.BenutzerEditUserData {
    margin-right: -36px;
}

.benutzerEditLblPageSkin, .benutzerEditPageSkinCombo {
    margin-top: 40px;
}


.RadGrid .rgFilterRow input {
    width: 80%;
}

/*Video-Player*/
.TPL_Video_Player {
    margin: 0 auto 0 auto;
    Height: 800px;
    Width: 1200px;
    align-content: center;
}

.UploadQuittungWindowUploadDiv {
    position: absolute;
    width:100%;
    bottom: 5px;
    left: 0;
}

.TDCentered {
    text-align: center;
}

.lblVideoTitle {
    margin-top:5px;
    width:1200px;
    text-align:center;
    font-size:2.5em;
    margin-bottom:5px;
}

.UploadQuittungWindowUploadedFile {
    position: absolute;
    height:300px;
    margin-left:5px;
    margin-right:5px;
    bottom: 90px;
    width:98%;
}

    .UploadQuittungWindowUploadedFile .pnlFilePreview {
        height:300px;
    }

.UploadQuittungWindowUploadedFile iframe {
    width:100%;
    height:300px;
}

.label-textbox * {
    padding: 3px 0;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.label-textbox .RadInput {
    font-size:inherit;
}

.label-textbox .RadInput > input {
    padding: 0;
    vertical-align: top;
}

.label-textbox .RadInput * {
    border:none !important;
}

.wizard-window.wizard-schliessanlage {
    width:986px !important;
}

.wizard-window.wizard-schliessanlage .RadWizard .rwzNav {
    z-index:0;
}

.wizard-window.wizard-schliessanlage .anlage-wizard-license {
    position: absolute;
    left: 150px;
    margin-top:15px;
    z-index: 1;
}

.window-edit-person .rwContent {
    padding: 0 10px !important;
}

/**/
.wizard-window.flexible {
    
}

.wizard-window.flexible.rwMaximizedWindow { 
    width: auto !important;
    height: auto !important;
    left: 0px !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    z-index: 5999 !important;
}

.wizard-window.flexible .RadWizard {
    height:100%;
}

/*UpdatePanel pnlNeueSchliessanlage*/
.wizard-window.wizard-schliessanlage .rwContent > div {
    height:100%;
}

.wizard-window.wizard-ruecknahme .rwzPrevious {
    display:none;
}

.docViewer-window iframe {
    height:660px !important;
    width:760px !important;
}

/*.RadWindow.docViewer-window div.rwExternalContent iframe {
    height: 660px !important;
    width: 760px !important;
}

.RadWindow.docViewer-window div.rwExternalContent {
    height:auto !important;
}*/

@media only screen and (min-height: 500px) {
    .wizard-window.wizard-ausgabe .RadWizard .rwzNav,
    .wizard-window.wizard-ruecknahme .RadWizard .rwzNav {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
}

@media only screen and (min-height: 635px) {
    .wizard-window.wizard-schliessanlage .RadWizard .rwzNav {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .wizard-window.wizard-schliessanlage .anlage-wizard-license {
        bottom:12px;
        margin:0;
    }

    .wizard-window.wizard-schliessanlage .grid-schluesselgruppen,
    .wizard-window.wizard-schliessanlage .grid-schluessel {
        /*height:453px;*/
    }
}

.shop-products {
}

.shop-products .products {
}

.shop-products .shop-header,
.shop-cart .cart-header,
.shop-checkout .checkout-header,
.shop-payment-type .payment-type-header,
.shop-checkout-complete {
    position: relative;
    padding: 20px 0 0 0;
}

.shop-checkout .checkout-header,
.shop-payment-type .payment-type-header {
    position:absolute;
    right:0px;
}

.shop-products .shop-header > .navigation-buttons,
.shop-cart .cart-header > .navigation-buttons
{
    position: absolute;
    right: 0px;
    bottom:0px;
}

.shop-checkout .shop-cart,
.shop-payment-type .shop-cart {
    clear:both;
}

.shop-products .products .product-item {
    width: 200px;
    height: 200px;
    border: 3px solid #384F86;
    float: left;
    margin: 20px 20px 0 0;
    box-sizing: border-box;
}

.shop-products .products .product-item > .head {
    text-align:center;
    height:100px;
}

.product-item i
{
    font-size: 7.5em;
}

.shop-cart-item-icon i 
{
    font-size: 5em;
}

.shop-products .products .product-item > .head > img {
    height: 80px;
    width: 80px;
    padding-top: 10px;
}

.shop-products .products .product-item > .description {
    text-align:center;
}

.shop-products .products .product-item > .action {
    text-align: center;
    margin-top: 10px;
}

.shop-products .products .product-item > .action .RadInput,
.shop-cart .cart-list .RadInput {
    width:50px;
    height:27px;
}

.shop-cart .cart-list {
    border-collapse: collapse;
}

.shop-cart .cart-list tr {
    /*border-bottom:2px solid #384F86;*/
}

.shop-cart .cart-list th {
    text-align:left;
}

.shop-cart .cart-list img {
    height: 80px;
    width: 80px;        
}

.shop-cart .cart-list {
    width:100%;
    margin-top:10px;
}

.shop-cart .cart-list th:nth-of-type(1) {
    width:10%;
}

.shop-cart .cart-list th:nth-of-type(2) {
    width:50%;
}

.shop-cart .cart-list th:nth-of-type(3) {
    width:20%;
}

.shop-cart .cart-list th:nth-of-type(4) {
    width:10%;
    text-align:right;
}

.shop-cart .cart-list th:nth-of-type(5) {
    width:10%;
}

.shop-cart .cart-list td:nth-of-type(4) {
   text-align:right;
}

.shop-cart .cart-list td:nth-of-type(5) {
   text-align:center;
}

.shop-cart .cart-totals {
    border:none !important;
}

.shop-cart .cart-totals.total {
    font-weight:bold;
}

.shop-cart .cart-totals td {
    
}

/*.shop-cart .cart-totals td:nth-of-type(3),*/
.shop-cart .cart-totals td:nth-of-type(4) {    
    text-align:right;
}

.shop-checkout .payment-info,
.shop-payment-type .payment-info {    
    white-space:nowrap;
    padding-top: 20px;
}

.shop-checkout .payment-info > .invoice-adress,
.shop-checkout .payment-info > .payment-type,
.shop-payment-type .payment-info > .invoice-adress,
.shop-payment-type .payment-info > .payment-type {
    width:50%;    
}

.shop-checkout .payment-info > .payment-type input[type="radio"],
.shop-payment-type .payment-info > .payment-type input[type="radio"] {
    -webkit-appearance:radio;
}

.shop-checkout .payment-info > .invoice-adress,
.shop-payment-type .payment-info > .invoice-adress {
    float:left;
}

.shop-checkout .payment-info > .payment-type,
.shop-payment-type .payment-info > .payment-type {
    float:right;
}

.shop-checkout .payment-info > .invoice-adress .RadLinkButton,
.shop-payment-type .payment-info > .invoice-adress .RadLinkButton {
    margin-top:10px;
}

.shop-checkout .payment-info > .payment-type span {
    display:block;
}

.shop-checkout .navigation-purhcase,
.shop-payment-type .navigation-purhcase {
    margin-top:20px;
    text-align:right;
}

.shop-checkout .navigation-purhcase .checkout-error {
    color:red;
    line-height: 25px;
    margin-right: 20px;
}

.shop-checkout-demo {
    text-align:center;
    margin-top:40px;
}

.shop-checkout-demo .demo-info {
    margin-bottom:40px;
}

.grid-checkbox-column input {
    -webkit-appearance:checkbox;
}

.release-notes-edit .rn-edit-table td {
    padding: 5px 0 0 5px;
}

.release-notes-edit .rn-edit-table {        
    margin-bottom:5px;
}

.release-notes-show {
    margin:0 15px 20px 15px;
}

.release-notes-show .rn-datum {
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
    color: #384F86;
}

.release-notes-show .rn-text {
    margin-top:5px;
}

.rechnungs-generator .container {
    padding: 20px 0;
}

.rechnungs-generator .rabatt {
    padding-top: 20px;
}

.rechnungs-generator .rabatt .data-rabatt {
    width: 300px;
}

.rechnungs-generator .ThreeColumnsFormWithEditButton {
    width: auto;
}

.rechnungs-generator .ThreeColumnsFormWithEditButton td + td {
    width: 50px;
}

.rechnungs-generator .ThreeColumnsFormWithEditButton .RadInput {
    width: 60px;
}

.rechnungs-generator .verwaltung-select {
    width: 300px;
}

.rg-cart-button {
    float: right;
    padding: 10px 0 0 0;
}

/*Anpassungen betreffend Telerik Upgrade 2018*/
.RadButton .rbIcon {
    display: inline-block;
}

.RadTextboxSuche {
    font: 14px "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.GridEditColumn,
.GridDeleteColumn,
.GridDetailColumn,
.grid-checkbox-column,
.VerlustColumn,
.ContextMenuColumn {
    padding: 0 0 0 7px !important;
}

.RadButtonSucheFind .rbPrimaryIcon,
.RadButtonSucheClear .rbPrimaryIcon {
    display: inline-block;
    margin-right: 0px !important;
}

/* 2FA Controls */
.TFAPhoneNumberValidationTable {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin: 0;
    margin-top: -10px;
    width: 100%;
}

.infoButton2FA
{
    margin-left: -20px;
    margin-right: 10px;
}

.phoneValidationText {
    margin-top: 0px;
    margin-bottom: 10px;
}

.codeLabel {
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 10px;
}

.validationCodeInput {
    margin-left: 37px;
    margin-bottom: 10px;
}

.ErrorMessage2FA {
    color: red !important;
    margin-left: 37px !important;
}
/* End 2FA Controls */

.ZipQuittungenButton
{
    display: inline !important;
}