﻿
body, html {
    min-height: 100%;
    font-size: 13px;
    color: black;
}

body {
    /* padding-top: 110px; */
    overflow-y: scroll;
}

.text-warning {
    color: #E0C903;
}
.center-text-in-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

label, span, div {
    font-weight: normal;
    font-size: 12px;
    word-wrap: break-word;
}

.top-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.top-content {
    width: 100%;
    background: white;
    padding-top: 10px;
}

#content-filters {
    display: none;
    margin-top: 10px;
}

.filterContainer{
    margin-top:20px;
}

.commands-container {
    width: 100%;
}

    .commands-container > .btn-command {
        width: 37px;
    }

.fa {
    font-size: 16px;
}

#form-login {
    padding-left: 50px;
}

#form-login-bottom {
    padding-left: 80px;
}

#containerDisplayOptionsTasklistResourcelist,
#containerDisplayOptionsLoadGraph,
#displayOptionsNewButtonContainer,
#containerDisplayOptionsScatterPlots,
#containerDisplayOptionsProjectstatusList,
#containerDisplayOptionsTaskBoard,
#containerDisplayOptionsEditTaskBoard {
    display: none;
    border-right: solid 1px #e5e5e5;
    padding-right: 20px;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

#divChainComplete {
    width: 145px;
}

.padding-left20 {
    padding-left: 20px;
}

.padding-left35 {
    padding-left: 35px;
}

#projectLabel {
    padding-left: 0px;
}

#yAxisdiv {
    margin-top: 250px;
    margin-left: -60px;
    position: absolute;
}

.inline {
    display: inline;
}

.inline10 {
    display: inline;
    margin-left: 10px;
}

.text-red {
    color: #FD0500;
}
.text-color-ok {
    color: #00A34E;
}

.text-red-bold {
    color: #FD0500;
    font-weight:bold;
}
.text-bold {
    font-weight: bold;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 30px;
}

.field-gap {
    margin-bottom: 10px;
}

.pagination-list {
    border-radius: 0;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    padding: 6px;
    font-size: 15px;
}

.taskmanagement, .loadgraph, .projectstatus, .bottlenecks, .resourceList, .scatterplots, .newprojects, .useradministration {
    display: none;
}

#containerDisplayOptionsScatterPlots {
    margin-bottom: 10px;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left20 {
    margin-left: 20px;
}
.margin-left25 {
    margin-left: 25px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-left170 {
    margin-left: 170px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-top4 {
    margin-top: 4px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top24 {
    margin-top: 24px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top45 {
    margin-top: 45px;
}

.margin-top6 {
    margin-top: 6px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top12 {
    margin-top: 12px;
}

.margin-top4 {
    margin-top: 4px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top3 {
    margin-top: 3px;
}

.margin-top1 {
    margin-top: 1px;
}

.width100px {
    width: 100px !important;
}

.width240px {
    width: 240px !important;
}

.solid-border {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
    padding: 10px;
}



.margin-bottom-none {
    margin-bottom: 0;
}

.center {
    float: none;
    margin: 0 auto;
}




.border-gray {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
}


.gray-bg-color {
    background-color: #E4E4E4;
    border-bottom: 1px #fff solid;
}

.bottom-border-gray {
    border-bottom: 1px #E4E4E4 solid;
}

.resource-row-line {
    border-bottom: 1px solid #E6E6E6;
}

.edit-resource-wrapper {
    border: 1px solid #FFE400;
}

input[type="radio"], input[type=checkbox] {
    margin-right: 3px;
    transform: scale(1.1);
}

#legenddiv {
    padding-left: 50px;
}

.bottleneck-legend {
    margin: 0 0 1em 1em;
    float: left;
}

.panel-gray-border > .row {
    height: 100%;
}

    .panel-gray-border > .row > .col-lg-6:first-child {
        background-color: #E4E4E4;
        border-bottom: 1px #fff solid;
        padding-top: 5px;
        height: 100%;
    }

    .panel-gray-border > .row > .col-lg-6:last-child {
        background-color: #fff;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 5px;
        white-space: normal;
    }

    .panel-gray-border > .row > .col-3:first-child {
        background-color: #E4E4E4;
        border-bottom: 1px #fff solid;
        padding-top: 5px;
        height: 100%;
    }

    .panel-gray-border > .row > .col-sm-3:first-child {
        background-color: #E4E4E4;
        border-bottom: 1px #fff solid;
        padding-top: 5px;
        height: 100%;
    }

    .panel-gray-border > .row > .col-md-2:first-child {
        background-color: #E4E4E4;
        border-bottom: 1px #fff solid;
        padding-top: 5px;
        height: 100%;
    }

    .panel-gray-border > .row > .col-lg-2:first-child{
        background-color: #E4E4E4;
        border-bottom: 1px #fff solid;
        padding-top: 5px;
        height: 100%;
    }

    .panel-gray-border > .row > .col-xl-2:first-child {
        background-color: #E4E4E4;
        border-bottom: 1px #fff solid;
        padding-top: 5px;
        height: 100%;
    }

    .panel-gray-border > .row > .col-9:last-child {
        background-color: #fff;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 5px;
        white-space: normal;
    }

    .panel-gray-border > .row > .col-sm-9:last-child {
        background-color: #fff;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 5px;
        white-space: normal;
    }

    .panel-gray-border > .row > .col-md-10:last-child {
        background-color: #fff;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 5px;
        white-space: normal;
    }

    .panel-gray-border > .row > .col-lg-10:last-child {
        background-color: #fff;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 5px;
        white-space: normal;
    }

    .panel-gray-border > .row > .col-xl-10:last-child {
        background-color: #fff;
        border-bottom: 1px #E4E4E4 solid;
        padding-top: 5px;
        white-space: normal;
    }


.bottleneck-legend-color {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 3px;
}

    .bottleneck-legend-color div {
        width: 18px;
        height: 12px;
        overflow: hidden;
    }

.bottlenecks-pipe-filter {
    float: left;
}

.projectName {
    font-size: 11px;
}

#lblLocation {
    position: relative;
    display: block;
    padding: 2px 10px;
    line-height: 20px;
    font-size: 12px;
    color: #000;
}


.chartdiv-height {
    height: 520px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.piediv-height {
    height: 420px;
}

.margin-top-bufferConsumed {
    margin-top: 170px;
}

.margin-top-yMinSelect {
    margin-top: 170px;
}

.icon-default-disabled > i {
    color: lightgrey;
}


.bottleneck-high {
    background-color: #a9c3df !important;
}

.bottleneck-medium {
    background-color: #C9E3FF !important;
}

select {
    min-width: 80px;
}

.legendLabel {
    padding: 5px;
}

.max-width80 {
    max-width: 80%;
}

legend {
    margin-bottom: 10px;
    font-size: 16px;
}

#datechartlegenddiv {
    margin-bottom: -20px;
    margin-left: 88px;
    margin-top: 10px;
}

#top-placeholder-icons > .btn {
    margin: 0 10px;
}

/*My task alter*/
.mytaskalerthead {
    overflow: auto;
    padding: 5px;
}

.mytasktext {
    float: left;
    margin-left: 5px;
}

.mytaskbuttons {
    float: left;
}



.ui-datepicker {
    z-index: 2000 !important;
}

/*Icons*/

.ui-icon-circle-close {
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 5px;
}

    .ui-icon-circle-close > .fa {
        font-size: 16px;
    }

.width100 {
    width: 100% !important;
}

.width80 {
    width: 80% !important;
}

.width70 {
    width: 70% !important;
}

.width50 {
    width: 50% !important;
}


.width40 {
    width: 40% !important;
}


.width30 {
    width: 30% !important;
}

.width25 {
    width: 25% !important;
}

.width30px {
    width: 30px !important;
}

.width50px {
    width: 50px !important;
}

.width130px {
    width: 130px !important;
}

/* navbar */
.navbar {
    border-radius: 0;
    border-right: none;
    border-left: none;
    background: #000066;
    margin-bottom: 0;
}

    .navbar .navbar-nav > li > a {
        cursor: pointer;
        color: white;
    }

        .navbar .navbar-nav > li > a:hover {
            color: #ccc;
        }

    .navbar .navbar-nav > .open > a,
    .navbar .navbar-nav > .open > a:hover,
    .navbar .navbar-nav > .open > a:focus {
        background-color: rgb(0, 0, 153);
        color: white;
    }

    .navbar .navbar-nav > li > button {
        margin-top: 8px;
    }

.nav-vertical-divider {
    border-right: 1px solid rgb(0, 0, 153);
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: lightgrey;
    background-color: transparent;
}

.nav-right {
    float: right;
}

.top-right-menu > i {
    margin-right: 10px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

#navbar-flagdropdown {
    display: none;
}

/* dropdownmenu */

.dropdown-privilege-check {
    display: block;
    padding: 0px 20px;
    clear: both;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-privilege-check > a:hover, .dropdown-privilege-check > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-privilege-check > .active {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

.dropdown-menu {
    font-size: 12px;
}

    .dropdown-menu > li:hover {
        background-color: #f5f5f5;
    }

.dropdown-privilege-check > a {
    color: black;
}



/* /Modal */

.modal-dialog {
    width: 800px;
}


.dialogsm {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dialogmed {
    width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dialoglarge {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.modal-header > h4 {
    display: inline;
}

.modal {
    overflow: hidden;
}

.modal-backdrop {
    position: inherit;
}

.close > span {
    font-size: 20px;
    font-weight: bold;
}

.modal-body {
    max-height: 500px;
    overflow-x: hidden;
}

.modal-body-task {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    /* max-height: 800px; */
}

.modal-footer {
    display: block;
}

.font-size-14 {
    font-size: 14px;
    margin-top: -2px;
}

.font-size-16-gray {
    font-size: 16px;
    color: gray;
}

.font-size-18 {
    font-size: 18px;
    margin-left: 10px;
}

.font-size-18-bold {
    font-size: 18px;
    font-weight: bold;
}

.tr_updated {
    color: #80a6b0;
    font-style: italic;
}

.prio-normal {
    color: #000;
    font-style: normal;
}

.localization-flag {
    margin-left: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

#bottlenecks-table td, #projects td {
    height: 31px;
}

#TaskStartDate, #TaskFinishDate {
    cursor: pointer;
}

html.wait, html.wait * {
    cursor: wait !important;
}

.border-none {
    border-style: none !important;
}

.background-none {
    background-color: transparent !important;
}

.custom-legend {
    width: auto;
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.center-text {
    text-align: center;
}

.row-margins {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.background-white {
    background: white;
}

.border-bottom {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 5px;
    margin-top: 5px;
}

.margin-left-0 {
    margin-left: 0 !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.center-arrow {
    text-align: center;
    padding-top: 6px !important;
}

.weekend {
    background: #f0b2b8 !important;
}

.weekend-input {
    background: #fde5e4 !important;
}

.timeReportLbl {
    font-weight: bold !important;
    font-size: 14px;
}

    .timeReportLbl > span {
        font-weight: bold !important;
        font-size: 13px;
    }

.margin-top-minus-5 {
    margin-top: -5px;
}

.system-setting-privilege-rools td {
    border-top: none !important;
}

.timereport {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

    .timereport input[type=text] {
        width: 50px;
    }

.timeReportEditRow, .timeReportEditRow > td {
    background-color: #fcf3d6;
    border: solid 2px black;
}


    .timeReportEditRow > td > a {
        margin-left: 10px;
    }


.dashboard {
    margin-top: 16px;
    font-weight: bold;
}

.ddp {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.timeReport tbody > tr > td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


#TopButtonUpdatePanel .dropdown-toggle-button {
    max-width: 200px !important;
    overflow: hidden;
    float: left;
    width: 160px;
}

.chbUseWebCalendar input[type=checkbox] {
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    bottom: 2px;
    margin-left: 20px;
    margin-right: 3px;
}

.currentday {
    font-weight: bold;
    text-decoration: underline;
}

.taskboard > tbody > tr > th {
    background-color: #ACACAC;
    font-weight: bold;
}

    .taskboard > tbody > tr > th > span {
        font-weight: bold;
    }

.add-left-tasks > tbody > tr > th {
    background-color: #ACACAC;
    font-weight: bold;
}

    .add-left-tasks > tbody > tr > th > span {
        font-weight: bold;
    }

.add-rigth-tasks > tbody > tr > th {
    background-color: #ACACAC;
    font-weight: bold;
}

.add-rigth-tasks > tbody > tr > th > span {
    font-weight: bold;
}

.is-summary-pageprivilege {
    display: none;
}

.bold {
    font-weight: bold;
}

.paddingRight0 {
    padding-right: 0;
}

.paddingLeft0 {
    padding-left: 0;
}

.marginTop6 {
    margin-top: 6px;
}

.marginTop5 {
    margin-top: 5px;
}

.no-resize {
    resize: none;
}


.green {
    background: #67c97d !important;
}

.red {
    background: #ed6975 !important;
}

.yellow {
    background: #fbe18a !important;
}

.blue {
    background: #5ca6cc !important;
}

.red-color {
    color: #ed6975 !important;
}

.red-font-bold-color {
    font-weight: bold;
    color: #ed6975 !important;
}

.black-font-normal-color {
    font-weight: normal;
    color: #000000 !important;
}

.filterTooltip {
    display: block;
    position: absolute;
    top: 40px;
    width: auto;
    background: white;
    z-index: 1000;
    color: black;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px;
}

.combine-scenario-rect {
    width: 20px;
    height: 20px;
    border: solid 1px black;
}

.gray-1 {
    background-color: #F2F2F2;
}

.gray-2 {
    background-color: #D9D9D9;
}

.gray-3 {
    background-color: #BFBFBF;
}

.gray-4 {
    background-color: #A6A6A6;
}

.gray-5 {
    background-color: #7F7F7F;
}

.padding-0 {
    padding: 0;
}

.combine-scenario-round {
    width: 16px;
    height: 16px;
    margin-top: 8px;
    border-radius: 50%;
    background-color: #bbb;
    border: solid 1px black;
    display: inline-block;
}

.top-menu-btn-active {
    background-color: #f2f2f2;
    border: none;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-bottom: #e82134 solid 4px;
}
    .top-menu-btn-active:visited, .top-menu-btn-active:hover, .top-menu-btn-active:active {
        text-decoration: none;
    }

.top-menu-btn {
    background-color: white;
    border: none;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

    .top-menu-btn:visited, .top-menu-btn:hover, .top-menu-btn:active {
        text-decoration: none;
    }

.list-menu-btn-active {
    border: none;
    color: black;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-bottom: #e82134 solid 2px;
    padding-bottom: 0px;
}

    .list-menu-btn-active:visited, .list-menu-btn-active:hover, .list-menu-btn-active:active {
        text-decoration: none;
    }

.list-menu-btn {
    border: none;
    color: black;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

    .list-menu-btn:visited, .list-menu-btn:hover, .list-menu-btn:active {
        text-decoration: none;
    }

.flex-container {
    display: flex;
}

.divDistance {
    padding: 15px;
}

.align-fav-filter-btn {
    padding: 0px;
    margin-top: 4px;
}

.container-login {
    padding-left: 35px;
    padding-top: 25px;
}

.pull-right {
    float: right;
}

.modal-content {
    min-width: 768px;
}

.modal-content-large {
    min-width: 1000px;
}

element.style {
}

.confirm-modal-content {
    width: 400px;
}

.confirm-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.icon-top-menus {
    color: slategrey;
    font-size: 20px !important;
    margin-top: 2px;
}

.p2p-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.prio-green {
    width: 16px;
    height: 16px;
    background-color: #67c97d;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
}

.prio-potential {
    width: 16px;
    height: 16px;
    background-color: #C0C0C0;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
}

.prio-red {
    width: 16px;
    height: 16px;
    background-color: #ed6975;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
}

.prio-yellow {
    width: 16px;
    height: 16px;
    background-color: #fbe18a;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
}

.prio-linetask {
    width: 16px;
    height: 16px;
    background-color: #5ca6cc;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 6px;
}

.historygrid {
   overflow: auto;
   max-height: 400px;
}

.helpgrid {
    overflow: auto;
    max-height: 400px;
}
.release-note-grid {
    overflow: auto;
    max-height: 400px;
}

.modal-backdrop {
    background-color: #FFF;
}

.bg-lite-gray {
    background: #c9c9c9;
}

.taskDetailsTitle {
    background-color: #F2F2F2;
}

.card-header {
    background-color: #F2F2F2;
}

.toggle-buffer-btn {
    font-size: 16px !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pointer {
    cursor: pointer;
}

.bar-text {
    pointer-events: none;
}

.resources-body {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin-top: 10px;
}

.resources-body > table {
    margin-bottom: 0
}

.table-div {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin-top: 10px;
    padding:0;
}

    .table-div > table {
        margin-bottom: 0;
    }
    .table-div > th {
        background: #E4E4E4;
    }

.tasklinks-body {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin-top: 10px;
}

    .tasklinks-body > table {
        margin-bottom: 0
    }

.col-2-5 {
    flex: 0 0 18.3%;
    max-width: 18.3%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.sprint-body-center {
    margin-right: 30%;
    margin-left: 34%;
}

.presuccvd {
    top: -45px !important;
}

.custom-btn {
    cursor: pointer;
    display: inline-flex;
}

    .custom-btn > span {
        margin-top: 3px;
        margin-left: 4px;
        text-align:left;
    }

    .custom-btn:hover {
        border: 1px solid #5ca6cc;
        border-radius: 4px;
    }

.custom-btn-noclick {
    cursor: pointer;
    display: inline-flex;
}

    .custom-btn-noclick > span {
        margin-top: 3px;
        margin-left: 4px;
    }

.custom-chkbx {
    cursor: pointer;
    display: inline-flex;
    padding: 4px;
}

    .custom-chkbx > span {
        margin-top: -1px;
        margin-left: 4px;
    }

    .custom-chkbx:hover {
        border: 1px solid #5ca6cc;
        border-radius: 4px;
    }

.modal-header {
    background: #f2f2f2;
}
.modal-footer {
    background: #f2f2f2;
}

.border-top-mpsoutlnnr {
    /* background: url(/images/grayline.png) top; */
    border-top: solid 3px gray !important;
}

.border-bottom-mpsoutlnnr {
    border-bottom: solid 3px gray !important; */
}
.bg-lightgray{
    background-color: lightgray;
}

.dragicon {
    color: #6b6969;
}

.noClick {
    pointer-events: none;
}

.one-percent{
    width: 1%;
}

.copy_message {
    background-color: white;
    padding: 4px;
    list-style-type: none;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 5px 10px 10px;
    max-width: 400px;
}
.copyToProject_message {
    background-color: white;
    padding: 4px;
    list-style-type: none;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 5px 10px 10px;
    max-width: 400px;
}
.wait_message {
    background-color: white;
    padding: 4px;
    list-style-type: none;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 5px 10px 10px;
    width:120px;
    height:80px;
    text-align:center;
    padding-top: 20px;
}

.checkedoutmessage {
    background-color: white;
    padding: 4px;
    list-style-type: none;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 5px 10px 10px;
}

.cardmenu {
    background-color: white;
    padding: 4px;
    list-style-type: none;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 5px 10px 10px;
}
.cardmenu li {
    padding: 4px 30px 6px;
}
    .cardmenu li:hover {
        border-radius: 4px;
        background-color: lightgray;
    }
.chartline {
    fill: none;
    stroke: #ffab00;
    stroke-width: 3;
}

.velocityline {
    fill: none;
    stroke: #ED7C30;
    stroke-width: 5;
}

.dot {
    fill: #ffab00;
    stroke: #fff;
}

@media only screen and (max-width: 1064px) {
    body {
            width: 1064px;
        }
    }