
html, body {
    font-size: 14pt;
}

body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-size: 18pt;
}

div.headmenu a, div.headmenu a:visited, div.headmenu a:hover, div.headmenu a:link {
    font-size: 18pt;
}

div.headmenu {
    bottom: 2px;
}

#login div {
    line-height: 39px;
}

div#wrapper {
    margin-bottom: -50px;
}

#footer {
    height: 50px;
}

#footer div.version {
    line-height: inherit;
    font-size: 16pt;
}

#clock, #clockDate, #footer > span {
    margin-top: 11px;
    display: inline-block;
}

div.contentarea > table.tbllist, div.contentarea > table.tblform, div.contentarea > form > table.tblform {
    width: auto;
}

#btnActionSwitchMdm {
    display: none !important;
}

div.headinfo {
    display: none;
}

div.contentarea {
    margin-left: 0;
}

.nav-mobile {
    visibility: visible;
    float: right;
    margin-right: 5px;
}

label.hamburger {
    display: block;
    background: #282828;
    width: 150px;
    height: 100px;
    float: right;
    margin-top: 50px;
    margin-right: 30px;
    border-radius: 8px;
    transition: border-radius .5s;
}

.hamburger .line {
    position: relative;
    left: 20px;
    height: 4px;
    width: 110px;
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.hamburger .line:nth-child(1) {
    top: 27px;
}

.hamburger .line:nth-child(2) {
    top: 42px;
}

.hamburger .line:nth-child(3) {
    top: 60px;
}

div#main {
    height: 100vh;
}

#content {
    height: 100vh;
}

div.header {
    height: 220px;
}

#leftbar {
    position: absolute;
    z-index: 2;
    background-color: #FFFFFFFF;
    font-size: 50pt;
    left: 0;
    right: 0;
    margin: auto;
    display: none;

}

/* menu entry */
ul.sideMainMenu a,
ul.sideMainMenu a:link {
    font-size: 50pt;
    margin-left: 35px;
}

/* headline */
ul.sideMainMenu > li > a,
ul.sideMainMenu > li > a:link {
    font-size: 55pt;
    margin-left: 0;
    margin-top: 50px;
}

ul.sideMainMenu > li:nth-child(1) > a:link {
    margin-top: 0;

}

#mobile-navbar:checked + #leftbar {
    display: inline !important;
}

#mobile-navbar:not(:checked) + #leftbar {
    display: none !important;
}

#scroll-indicator {
    display: inline;
    z-index: 3;
    position: fixed;
    width: 20px;
    height: 30px;
    right: 5px;

    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;

}

@-webkit-keyframes bounce {
    0% {
        bottom: 5%;
    }
    50% {
        bottom: 10%;
    }
    100% {
        bottom: 5%;
    }
}

@keyframes bounce {
    0% {
        bottom: 5%;
    }
    50% {
        bottom: 10%;
    }
    100% {
        bottom: 5%;
    }
}

/*
Buttons in headline
 */
.nav-button {
    font-size: 30pt !important;
}

div.header {
    background-size: 100% 55px;
}

.portlet {
    width: 95% !important;
    max-height: 550px; /*portlet-content max-height + portlet-header height */
    margin-top: 30px;
    min-height: 100px;

}

.portlet-header {
    font-size: 50px;
    height: 55px;
    line-height: 55px;
}

div.portlet-content {

    max-height: 500px;
}

div.portlet-content > span {
    font-size: 40px;
}

div.portlet-content table > thead > tr > th {
    font-size: 40px;
}

div.portlet-content select {
    min-width: 80px;
}

img.dashboard-refresh {
    height: 40px;
}

.portlet-content table {
    display: block;
    overflow-x: scroll;
    min-width: 100%;
}

.portlet-content table thead {
    display: table-header-group;
}

.portlet-content table tbody {
    display: table-row-group;
}

.portlet-content table tbody tr {
    width: auto;
    display: table-row;
}

.portlet-content table > tbody > tr > td {
    font-size: 35px;
}

.portlet-content table > thead > tr > th,
.portlet-content table > tbody > tr > td {
    padding: 15px;
}

.portlet-content table.tlc > thead > tr > th,
.portlet-content table.tlc > tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.portlet-content input[type="text"] {
    max-width: 200px;
}

#footer {
    display: none;

}

.claro h1 {
    font-size: 40px;
}

.table-container {
    max-height: none;
    height: initial;
}

#ui-datepicker-div {
    height: 500px;
    width: 500px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 30pt;
}

.ui-datepicker .ui-icon {
    width: 32px;
    height: 32px;
    background: url(/css/ui-smoothness/images/ui-icons_222222_512x480.png) top left no-repeat;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    background-position: -100px -380px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    background-position: -160px -380px;
}

.ui-datepicker-calendar td {
    height: 71px;
}

.ui-datepicker-calendar a {
    height: 71px;
}

div.table-host > table > tbody >tr > td{
    font-size: 40px;
}

div.table-host > table > tbody >tr{
  line-height: initial;
}

table#iContainerAdd{
    width:auto;
    min-width: initial;
    display:inline-block;
}
table#iContainerAdd tr {
    background: none !important;
}

table#iContainerAdd td {
    display: table-row;
    width: 100% !important;
    line-height: 70px;
    font-size: 40px;

}

table#iContainerAdd td.right {
    text-align: left !important;
}

table#iContainerAdd select {
    margin-left: 0px !important;
    margin-top: 20px !important;
    font-size: 40px;
    padding: 10px;
    width: 100%;

}

table#iContainerAdd input[type="text"] {
    font-size: 40px;
}

table#iContainerAdd #currencySelectCell {
    font-size: 30px;
}

table#iContainerAdd #announce_proceeds {
    font-size: 40px;
}

table#iContainerAdd input[id^="SSCC"] {
    width: 100% !important;

}

img.ui-datepicker-trigger {
    height: 50px;
    margin-left: 20px;
    vertical-align: bottom;
}

div#approach h2{
    font-size:50px;
}
table.disposal.headline{
    margin-left: 20px !important;
}
table.disposal.headline td{
    display: table-row;
}
table.disposal select{
    font-size: 40px;
    padding: 10px;
}


div.table-host{
    width:100%;
    overflow-x: scroll;
    text-align: center;

}

