@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../res/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../res/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../res/iconfont/MaterialIcons-Regular.woff) format('woff'), url(../res/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height:100%;
    width:100%;
    position:relative;
    padding: 0;
    margin:0;
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;

    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;

    min-height: calc(100% - 80px);
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #32383d;
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;

    background: url(../images/back.png) no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content ul, ol{
    padding-left: 20px;
    width:auto;
}
#content *{
    padding-top:5px;
    padding-bottom:5px;
}
#content img{
    max-width: 100%;
    width:auto;
    height:auto !important;
}


@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {

}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}





/*
NEW
<color name="colorPrimary">#0c75b7</color>
<color name="colorPrimaryDark">#042940</color>
<color name="colorPrimaryLight">#5DC1FF</color>
<color name="colorAccent">#FF6A50</color>
*/
.app {
    min-height: calc(100% - 80px);
    height:auto;
}
#sidebar {
    overflow-y: scroll;
    width: 75%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top:0;
    position: fixed;
    right: 0;
    background-color: whitesmoke;
    z-index: 999;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,1);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,1);
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
}
.sidebarFooter {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
}
.sidebarFooterText {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.sidebarFooterText i {
    width: auto;
    height: 40px;
    padding-right: 10px;
}
.sidebarHeader {
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
}
.sidebarHeaderText {
    width: auto;
    padding-left: 10px;
    height: auto;
}
.sidebarHeaderMenu {
    width: auto;
    height: 60px;
    padding-right: 10px;
    padding-top: 0px;
}

.cat {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,1);
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.cat .catName{
    width: auto;
    padding-left: 25px;
    height:auto;


}
.cat .material-icons {
    width:auto;
    height:45px;
    padding-right:20px;
}

#header {
    /*  background-color: #0c75b7;*/
    /* background-color: rgba(0,185, 238,1);*/
    /*  background-color: rgba(0,159, 204,1);*/
    background-color: rgba(0,149,191,1);
    position: fixed;
    z-index: 998;
    top: 0;
    color: white;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}

#AppTitle {
    height: auto;
    order: 2;
    flex-basis: auto;
}
#p_logo_a{
    height:50px !important;
    width: 70px;
    order: 1;
    flex-basis: auto;
}
#p_logo {
    width:50px !important;
    height:auto !important;
    order: 1;
    flex-basis: auto;
    padding-left: 10px;
    padding-right:10px;
}
#menu {
    height: 100%;
    padding-right: 10px;
    padding-top: 0px;
    width: auto;
    order: 3;
    flex-basis: auto;
}

#content {
    min-height: calc(100% - 80px);
    height: auto;
    margin: 70px 10px 10px 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* if card: */
    justify-content: flex-start;
    /* else justify-content: center;*/
    align-items: center;
    /*  align-content: flex-start;*/

}
#noData {
    background-color: gray;
    height: 50px;
    /*margin:10px;*/

    flex-basis: auto;
    align-self: center;
    text-align: center;
    font-weight:600;
}
.hidden{
    display:none;
}
#hideWelcome{
    text-align: center;
    padding:15px 0 15px 0;
}

.card {
    background-color: rgba(255,255,255,0.65);
    height: auto;
    flex-basis: auto;
    align-self: center;
    text-align: left;
    margin-bottom: 20px;
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.title {
    width: calc(100% - 20px);
    padding: 10px;

}
.metaInfos, .msgFooter{
    font-style:italic;
}
.metaInfos *, .msgFooter *{
    padding: 0 !important;
}
.text {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}



/*
    Material Icons
*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}





/*
    font-sizes:
*
body {
    font-size: 18px;
}
#sidebar {
    font-size: 18px;
}
.sidebarFooter {
    font-size: 18px;
}
.sidebarFooterText i {
    font-size: 40px !important;
}
.sidebarHeader {
    font-size: 22px;
}
.sidebarHeaderMenu {
    font-size: 50px !important;
}
.cat .material-icons {
    font-size: 45px !important;
}
#header {
    font-size: 25px;
}
#menu i {
    font-size: 50px;
}
#noData {
    font-size: 20px;
}
.card {
    font-size: 16px;
}
.metaInfos {
    font-size: smaller;
}
.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}
.material-icons.md-60 {
    font-size: 60px;
}
.material-icons {
    font-size: 24px; 
}
*/
* {
    font-size: 18px;
}

#AppTitle {
    font-size: 20px;
}

.sidebarHeaderText {
    font-size: 22px !important;
}
.loadIcon{
    font-size: 20px !important;
}

.sidebarHeaderMenu, #menu i{
    line-height: 60px !important;
    font-size: 40px !important;
}
.sidebarFooterLoad, .sidebarFooterDel {
    /*font-size: 13px;*/
}
.title {
    font-size: 25px;
}

.metaInfos *, .msgFooter *{
    font-size: smaller;
    font-weight: 400;
}

.material-icons {
    font-size:40px;
}

/*
    Zoom Image
*/
.isZoomed{
    width: auto !important;
    max-width: 100% !important;
}
/*
    <color name="colorPrimary" > #0c75b7</color > 
    <color name="colorPrimaryDark" > #042940</color > 
    <color name="colorPrimaryLight" > #5DC1FF</color > 
    <color name="colorAccent" > #FF6A50</color >
*/


/*
    Kategorien Farben
   
*/
hr {
    height: 1px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(0,0,0,0.15);
}
.line{
    height:4px;
}
.color1 {
    background: rgba(178,166,9,0.3) !important;
}
.color2 {
    background-color: rgba(50,170,70, 0.3) !important;
}
.color3 {
    background-color: rgba(0,185,283,0.3) !important;
}
/*
.cardOuter {
    background-color: rgba(255,255,255,0.65) !important;
    margin-top: 5px; 
    margin-bottom: 5px;
    padding:0 !important;
}
.card {
    background-color: rgba(255,255,255,0.65);
}
    */
.cardInner {
    padding: 0 !important;
    margin: 0 !important;
    height:auto;
}
.card {
    padding: 0 !important;
}
.noConnection{
    background-color: red !important;
}
#spinner{
    position:absolute;
    top:100px;
    height:auto !important;
    width:150px !important;
    left: calc(50% - 75px);
    z-index: 999;
}
.pushError{
    background-color: red !important;
}