@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

td {
    border: 0;
    overflow: hidden;

}

.header {
    height: 80px;
    background-color: #ccc;
}
.subheader {
    text-align: center;
    margin-bottom: 0.5em;
    color: #555;

}
#logo {
    padding-left: 12px;
    vertical-align: bottom;
}
#logo span {
    font-size: 48px;
    font-weight: bold;
    color: #333;
}
.topmenu {
    text-align:right;
}
.topmenu div {
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: right;
    height:100%;
}

.sidebar {
    width: 200px;
    background-color: #ccc;  
}

body, table, tr, td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    vertical-align: top;
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
    background-color: white;
    overflow: hidden;
    font-size: 125%;
}

a {
    text-decoration: none;
}

.button {
    color: blue;
    padding: 8px;
    background-color: #ccc;
}
.block {
    display: block;
    margin-top: 0.5em;
}
.indent {
    margin-left: 0.5em;
}
.biginput {
    width: 100%;
}
.centered {
    text-align: center;
    vertical-align: middle;
}

.button:hover {
    background-color: #fff;  
}
.block:hover {
    padding-left: 14px;
    padding-right: 2px;
    font-weight: bold;
}
.button:active {
    font-weight: bold;
    background-color: yellow;
}
a.current {
    font-weight: bold;
    background-color: #ddd;
}


.page {
    height: 100%;
    background-color: #fff;
}
.page table {
    height: 100%;
    width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
    padding: 20px;
    color: #333;
}
.page td {
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 24px;
}
.page td.other {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.page td:hover {
    background-color: #ffc;
    border: 1px solid #bba;
}
td.rightalign {
    text-align: right;
}
.page th {
    text-align: right;
    height: 24px;
    font-size: 150%;
}
#page-tasks {
    display: none;
}
#page-team {
    display: none;
}
#page-dashboard {
   display: none;
}
#page-settings {
    display: none;
}
#page-me {
    display: none;
}

#nps-parent {
    width: 100%;
    position: absolute;
    padding: 10%;
    top: 30%;
}
#nps {
    padding: 20px;
    width: 80%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    background-color: #def;
}
#nps span {
    margin: 4px;
    padding: 8px;
    text-align: center;
    border: 1px solid black;
    background-color: white;
}
#nps span:hover {
    background-color: yellow;
}
#nps div {
    width: 100%;
    text-align: center;
    padding: 20px;

}




/* Stuff for to RoI Calculator */
.roiheader {
    vertical-align: bottom;
    text-align: center;
    background-color: #dec0e08f;
    padding-top: 80px;
    padding-bottom: 20px;
}
#roicalc {
    width:80%; 
    margin: 0 0 10% 10%;
    border-spacing: 10px;
    table-layout:fixed; 
    font-size: 120%;
}
#roicalc input {
    font-size: 115%;
}
#roicalc td {
    vertical-align: middle;
    margin: 8px;
    padding: 8px;
}
#roicalc  .label {
    text-align: right;
}
.dollar-output, .time-output {
    font-weight: bold;
}
.roidisclaimer {
    font-size: 50%;
    color: #bbb;
    padding: 5%;
}


.text {
    background-image: url("img/text.png");
    background-size: 500px;
    background-blend-mode: overlay;

}
.graph1 {
    background-image: url("img/graph1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-blend-mode: overlay;
}
.graph2 {
    background-image: url("img/graph2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-blend-mode: overlay;
}
.user {
    background-image: url("img/user.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
.whatsnew {
    background-image: url("img/ticketr1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-blend-mode: multiply;
}

.triggered {
    background-color: #fcc !important;
}

textarea, input {
    border: 1px solid #ccc;
}
