
*,
body,
body *,
html * {
    font-family: Verdana, Arial, sans-serif;
}

body {
    color: Black;
    background: #FFFFFF;
    margin: 0;
    padding: 0 5% 0 0;
}

.titlebar {
    background-repeat: repeat;
    height: 36px;
    background-color: #246392 !important;
    box-sizing: border-box;
}

.titletext {
    margin-left: 0px !important;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px !important;
}
.input {
    min-width: 200px;
    width:  250px;
    margin: 4px 15px;
}

.vue-like-input:focus {
    border-width: 2px;
    border-color: #2196F3;
}

.vue-like-input {
    align-items: center;
    border-width: 1px;
    border-color: #b8b8b8;
    border-style: solid;
    background-color:#fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font: inherit;
    justify-content: center;
    outline: 0;
    position: relative;
    padding:  0px 8px 0px 8px;
    margin-bottom: 3px;
    margin-top: 3px;
    text-decoration: none;
    text-indent: 0.0892857143em;
    transition-duration: 0.28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: inherit;
    vertical-align: middle;
    white-space: nowrap;
    overflow-x: hidden;
    min-height: 28px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.border1 {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #246392; /* this draws the table border  */
    border-collapse: collapse;
    border-radius: 5px !important;

    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.maintable {
    width: 100%;
    line-height: 20px;
    font-size : 11px;
    color: black;
}

.titletext {
    font-size : 11px;
    color: white;
    font-weight: bold;
    margin-left: 11px;
    margin-top: 1px;
}

.spacer {
    height: 5px;
}

.listleft{
    font-weight: bold;
    padding-left: 11px;
}

.listleftpadding {
    font-weight: bold;
    padding-left: 15px;
}

.listborder {
    border-bottom: 1px dotted silver;
}

.footerbar {
    background-color:
            silver;
    line-height: 4px;
}

.mandator-select {
    font-size : 11px;
    font-family : verdana, arial;
    min-width:200px;
    width:250px;
    margin:7px 15px;
    align: right;
}

select option:checked {
    background-color: #E5F3FE;
    color: #2B97F1;
}

.footer-align {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}

.menubar {
    background-color: #FFFFFF;
    height: 36px !important;
}

.project-list-standard-paddings {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
    height: 36px;
    vertical-align: middle;
}

.button {
    align-items: center;
    min-height: 24px;
    height: 24px;
    width: fit-content;
    border-radius: 4px;
    background-color: #D7D4D4;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font: inherit;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    padding: 0px 14px !important;
    margin:15px 0px 15px 10px !important;
    text-decoration: none;
    text-indent: 0.0892857143em;
    transition-duration: 0.28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    white-space: nowrap;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button:hover {
    background-color: #2196F3;
    color: #FFFFFF;
}

select.vue-like-select_closed {
    background-image: url('/img/vuetify_icons/menu-down.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 24px;
    z-index: 1;
    overflow:auto;
}