html, body {
    height: 99%;
    font-size: 12px;
}

#mapsWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#googleMap {
    width: 100%;
    height: 100%;
}

#accordion {
    position: absolute;
    top: 70px;
    left: 10px;
    z-index: 99;
}

#basemapAccordion {
    max-height: 400px;
}
#cropAccordionWrapper {
    max-height: 400px;
}
#cropAccordion .ui-accordion-content {
    max-height: 300px;
}
#plantAccordion .ui-accordion-content {
    max-height: 300px;
}
.singleAccordion ul {
    max-height: 300px;
    list-style: none inside;
    padding-left: 0;
}
.ui-accordion {
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-accordion-content {
    white-space: nowrap;
}
ul.ui-menu {
    max-height: 500px;
}
.dragicon {
    width: 20px;
    height: 20px;
    border: 1px solid black;
}

#draggable {
    width: 15px;
    height: 15px;
    padding: 0.5em;
}

#droppable {
    width: 500px;
    height: 300px;
    padding: 0.5em;
    float: left;
    margin: 10px;
}

.ui-draggable-handle {
    cursor: pointer;
}

.infoDivTable {
    border-collapse: collapse;
}
.infoDivTable tr {
    border: 1px solid #000;
}

.ui-menu {
    position: absolute;
    display: none;
    z-index: 99;
}

#mainMenu {
    top: 60px;
    right: 20px;
}

#menuButton {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101;
    width: 'auto';
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#loginButton {
    padding: 5px;
    vertical-align: middle;
}

li {
    clear: both;
}

button.icon-only-button > span.ui-button-text {
    display: none;
}

button.icon-only-button {
    height: 1.8em;
    width: 2.5em;
    vertical-align: middle;
    padding: 1px 6px;
}

button.header-create-button {
    margin-top: -2px;
    display: none;
    float: right;
}

button.hr-open-button {
    margin-top: -16px;
    float: right;
}

.inactive .ui-button-icon-secondary {
    display: none;
}
.active .ui-button-icon-primary {
    display: none;
}

button.delete-map-button {
    float: left;
}

.noTitle .ui-dialog-titlebar {
    display: none;
}

#cropSortSpan {
    float: right;
}

#cropSortSelect {
    display: none;
    border-radius: 3px;
    margin-top: -2px;
}

input[type=text], input[type=password] {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 94%;
    border-radius: 3px;
    padding: 5px;
}

.watermark {
    color: #999 !important;
}
.watermark2 {
    color: #999 !important;
    font-style: italic !important;
}
.watermark3 {
    color: #c77 !important;
}



.action {
    color: gray;
    cursor: pointer;
}
.action i.red {
    color: red;
}
.action i.green {
    color: green;
}
.action.disabled {
    color: gray;
}

table.value-table {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
}
table.value-table > tbody > tr:nth-child(odd) {
    background-color: #DDD;
}
table.value-table > tbody > tr:nth-child(even) {
    background-color: #FFF;
}
table.value-table > tbody > tr:nth-child(odd) > td > table.value-table > tbody > tr:nth-child(odd) {
    background-color: #DDD;
}
table.value-table > tbody > tr:nth-child(odd) > td > table.value-table > tbody > tr:nth-child(even) {
    background-color: #FFF;
}
table.value-table > tbody > tr:nth-child(even) > td > table.value-table > tbody > tr:nth-child(odd) {
    background-color: #FFF;
}
table.value-table > tbody > tr:nth-child(even) > td > table.value-table > tbody > tr:nth-child(even) {
    background-color: #DDD;
}
table.value-table td {
    vertical-align: top;
}
