/*
#main-header a{height:2em;}
#main-header .ui-btn-icon-notext.ui-btn-left {
    top: 0;
    left: 0;
}
#main-header .ui-btn-icon-notext.ui-btn-right {
    top: 0;
    right: 0;
}

#main-header .ui-title{min-height: 1.5em;}
#main-header .ui-controlgroup-controls {width: 100%;}
*/

#main-header .ui-title {
    min-height: 1.5em;
    text-indent: -9000px;
    /*background-image: url("../../logo.png");*/
    background-image: url('/brand/logo/');
    background-repeat: no-repeat;
     background-size: 80%; 
    background-position: center center;
    max-height: 48px;
    /* min-width: 192px; */
    /*margin-left: 20%;
    margin-right: 20%;*/
}

@media (max-width: 60em) {
    #main-header .ui-title {
        min-height: 1.5em;
        text-indent: -9000px;
        /* background-image: url(../../logo.png); */
        background-image: url(/brand/logo/);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center center;
        max-height: 48px;
        /* min-width: 192px; */
        max-width: calc(100% - 10rem);
        margin: auto !important;
        min-height: 48px !important;
    }
}

.page-header {
    text-align: center;
    margin-top: 0px;
    background: white;
    margin: -1em -1em 1em;
    padding: 1em;
    color: ##9c9a9b;
    font-weight: 300;
    font-size: 1em;
    padding: 0.5em;
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5 {
    margin: 0 0.5rem;
    font-weight: 400;
}
.page-header p{
    margin: 0.5rem 0.5rem;
    font-weight: 300;

}


.sticky{
    padding-top:5em;
}
.sticky .page-header {
    position: fixed;
/*    left: 0px;
    right: 0px;*/
    margin: -5em 0 1em;
    z-index: 1000;
}

.section-header {
    text-align: center;
    margin-top: 0px;
    /*background: white;*/
    margin: 0px;
    padding: 1em;
    /*color: #fcb040;*/
    font-weight: 300;
    font-size: 1em;
    padding: 0.5em;
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5 {
    margin: 0 0.5em;
    font-weight: 400;
}
.section-header p{
    margin: 0.5em 1em;
    font-weight: 300;

}

#main-footer [data-role="button"]{
	/*text-transform: lowercase;*/
	font-weight: 300 !important;
	/*color: #606366 ;*/
}



.ui-footer .fullwidth{
    width:auto;
    display: block;
}



.ui-footer-fixed.ui-fixed-hidden{
    position: fixed !important;
    bottom: 0px !important;
}



.page-section {
    background-color: #fff;
    margin: -1.1rem -1rem 0;
    padding: 0.01rem 1rem;
}
/*.newWizard .page-section {
    margin-top: 1rem;
}
*/

/*.newWizard .wizblock {padding-top:2rem;}*/

.newWizard .sticky {
    padding-top: 7rem;
}

#newWizard-section{
    margin: -0.5rem -0.5rem 0.5rem;
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 48px;
}

#invoice .sticky > form {
    margin:1rem; /* -1rem*/
}

#invoice .wizblock {
    padding-top: 8.7rem;
    margin: -1rem;
}
.newWizard #invoice .wizblock{ 
    padding-top: 9rem;
    margin: -1rem;
}

.newWizard .sticky .page-header {
    margin: -4.7em 0 1em;
}

.wizshow{display:none;}
.newWizard .wizshow{display:block;}
.newWizard #invoice .wizshow{width: 66.6%;}

.wizhide{display:block;}
.newWizard .wizhide{display:none;}




[data-role='header']{
    /*background:url(android/action-bar.png);*/
    background:none;
    background-size: cover;
    background-position: -20px center;
    height:48px;
    border:none;
    position: fixed;
    width: 100%;
    z-Index:3;
    background-color: transparent !important;

}
#main-header a {
    height: 5em !important;
    width: 5em !important;
}
#main-header .ui-btn-icon-notext.ui-btn-right {
    top: 0.5em;
    right: 0.5em;
}
#main-header .ui-btn-icon-notext.ui-btn-left {
    top: 0.5em;
    left: 0.5em;
}
/*#main-header .ui-btn-icon-notext.ui-btn-right {
    top: 1em;
    right: 1em;
}
*/
#main-header .ui-title{min-height: 1.5em; font-size:medium;}
#main-header .ui-controlgroup-controls {width: 100%;}
#main-header .ui-controlgroup {
    margin: 0px;
    /*margin-top: 1em;*/
    position: absolute;
    width: 100%;
}
    



#main-header .ui-title {
    min-height: 2.3em;
    font-size: medium;
    margin: 0.5rem 0;
    background-size: contain; 
}

    #main-header .ui-controlgroup {
        margin: 0px;
        /*margin-top: 1em;*/
        position: absolute;
        width: 100%;
        border-bottom: none;
        box-shadow: none;
        background: transparent;
    }

@media ( max-width: 400px ) {

    #main-header .ui-controlgroup {
        margin: 0px;
        /* margin-top: 1em; */
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 0 10px 0 #ccc;
        background: #fff;
    }    

}



#login .ui-content {
    padding-top: 5rem;
}

#login [data-icon="back"] {
    display: none;
}

#pre-register [data-icon="back"] {
    display: none;
}