﻿/*html, body {*/
/*    font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;*/
/*integrity*/
/*}*/

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {

}

html, body {
    /*font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: var(--ts-clr-14);
}

app {
/*    color: var(--ts-clr-254);*/
}

h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
}
h3 {
    font-size: 0.875rem;
    font-weight: 400;
}
h4 {
    font-size: 1.05rem;
}
h5 {
    font-size: 0.95rem;
    margin-bottom: 0 !important;
}
h6 {
    font-size: 0.85rem;
}



header {
    display: flex;
    padding: 0 24px;
    
    min-height: 48px;
    height: 48px;
    max-height: 48px;

    color: var(--ts-clr-244);
    background: var(--ts-clr-red-2);

    z-index: var(--ts-zindex-lvl5);
}

footer {
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    font-size: 0.75rem;
    background: var(--ts-clr-224);
    border-top: 2px solid var(--ts-clr-124);
    z-index: var(--ts-zindex-lvl5);
}

.ts-main {
    /* needed for the absolute dialogs */
    position: relative;

    display: flex;
    flex-direction: column;
    /*width: 100%;*/
/*    width: calc(100% - 200px);*/
    width: 100%;
    overflow: hidden;

    background: var(--ts-clr-249);
 /*   overflow-x: hidden;*/
    /* background: linear-gradient(180deg, var(--ts-clr-14) 30%, var(--ts-clr-24) 70%);*/
/*    background: linear-gradient( 0deg, var(--ts-clr-24) 30%, var(--ts-clr-29) 70%);*/
/*    max-height: calc(100vh - 96px);*/
    
    max-height: calc(100vh - 48px);
    overflow-y: auto;
}