﻿body {
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

a {
    color: #006150;
    text-decoration: none;
    background-color: transparent;
}

hr {
    background: #006150;
    height: .2em;
    border: 0em;
    margin: 0em;
}

h1 {
    color: #9A937D;
    font-size: 2.5em;
    font-weight: lighter;
    line-height: 1em;
    text-align: left;
}

h2 {
    color: #006150;
    font-weight: normal;
    font-size: 2.2em;
    line-height: 2.2em;
    text-align: left;
    margin: 0em;
}

th {
    color: #006150;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
    margin: 0em;
}

input[type=text] {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-user-select: text;
    cursor: auto;
    padding: .1em;
    border: .2em inset;
    font-size: 1em;
    border-bottom: #cccccc .1em groove;
    border-left: #006150 .1em groove;
    background-color: #f5f5f5;
    color: #006150;
    border-top: #006150 .1em groove;
    border-right: #cccccc .1em groove;
    text-decoration: none;
    height: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 20em;
}

input[type=number] {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-user-select: text;
    cursor: auto;
    padding: .1em;
    border: .2em inset;
    font-size: 1em;
    border-bottom: #cccccc .1em groove;
    border-left: #006150 .1em groove;
    background-color: #f5f5f5;
    color: #006150;
    border-top: #006150 .1em groove;
    border-right: #cccccc .1em groove;
    text-decoration: none;
    height: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 20em;
}

input[type=datetime] {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-user-select: text;
    cursor: auto;
    padding: .1em;
    border: .2em inset;
    font-size: 1em;
    border-bottom: #cccccc .1em groove;
    border-left: #006150 .1em groove;
    background-color: #f5f5f5;
    color: #006150;
    border-top: #006150 .1em groove;
    border-right: #cccccc .1em groove;
    text-decoration: none;
    height: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 20em;
}

select {
    font-size: 1em;
    border-bottom: #cccccc .1em groove;
    border-left: #006150 .1em groove;
    background-color: #f5f5f5;
    width: 20em;
    color: #006150;
    border-top: #006150 .1em groove;
    border-right: #cccccc .1em groove;
    text-decoration: none;
    height: 2.3em;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 20.3em;
}

.time {
    font-size: 1em;
    border-bottom: #cccccc .1em groove;
    border-left: #006150 .1em groove;
    background-color: #f5f5f5;
    width: 20em;
    color: #006150;
    border-top: #006150 .1em groove;
    border-right: #cccccc .1em groove;
    text-decoration: none;
    height: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 4em;
}

.main {
    width: 110em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    height: 30em;
}

.content {
    border-style: solid;
    border-width: .1em;
    display: inline-block;
    border-color: #006150;
}

.edition_c4x {
    width: 88em;
    float: left;
}

.filters_c5x {
    width: 108em;
    float: left;
}

.grid_table {
    float: left;
    margin-top: .2em;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: .2em;
}

.columnTitle {
    font-size: 1em;
}

.cell_div {
    float: left;
    margin-top: .2em;
    margin-right: 1em;
    width: 20em;
    margin-left: 1em;
    margin-bottom: 0em;
    overflow-wrap: break-word;
}

.filter_div {
    float: left;
    margin-top: .2em;
    margin-right: .5em;
    width: 20em;
    margin-left: .5em;
    margin-bottom: 0em;
    overflow-wrap: break-word;
}

.cell_btn {
    float: right;
    margin-top: 0.5em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    width: 13em;
}

.clear {
    clear: both;
    width: 108em;
}

input[type=submit] {
    border-radius: 5px;
    border: 0;
    width: 120px;
    height: 25px;
    font-family: Tahoma;
    background: #006150;
    color: white;
}

    input[type=submit]:disabled {
        border-radius: 5px;
        border: 0;
        width: 120px;
        height: 25px;
        font-family: Tahoma;
        background: #f5f5f5;
        color: #006150;
    }

.Error, .error {
    color: red;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}

.appGrid {
    width: 108em;
    height: 30em;
    overflow-x: auto;
    white-space: nowrap;
}

.row_div:nth-child(2n+1) {
    background-color: #FFFFFF;
}

.row_div:nth-child(even) {
    background-color: #F6F6F6;
}

.row_div:hover {
    background-color: #D3E6BD !important;
}

.rowShadow {
    background-color: #f6f6f6;
}

.rowWhite {
    background-color: #ffffff;
}

.fake-input {
    position: relative;
    width: 240px;
}

    .fake-input input {
        display: block;
    }

    .fake-input a {
        position: absolute;
        top: 7px;
        right: 5px;
    }