.get-clear {
  height: 150px;
}
.get-half-clear {
  height: 50px;
}
.column-input {
  width: 300px;
  height: 30px;
}
.menu-button button{
  width: 100px;
  margin-right: 25px;
}
.form-input-field {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  line-height: 1 !important;
}
.form-tabledata {
  margin: 0 !important;
  padding: 0 !important;
}
.archiveButton{
    background: none;
    border: none;
    text-align: center;
}
.archiveButton:hover{
    background: none;
    border: none;
}
.edit-button_with-style{
    background: none;
    border: none;
    text-align: center;
}
.edit-button_with-style:hover{
    background: none;
    border: none;
}
.remove-button_with-style{
    background: none;
    border: none;
    text-align: center;
}
.remove-button_with-style:hover{
    background: none;
    border: none;
}
.resetTable table{
    border-collapse: none !important;
}
.resetTable td{
    border: none !important;
    text-align: none !important;
    padding-left: 8px !important;
}
#map-sheet-fields {
  width: 1000px;
}
#addedColumns {
  width: 950px;
}
#selected-column {
  width: 500px;
}

/* For use on tables */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
th {
    background-color: #dddddd;
}
.even {
    background-color: #ecf6fc;
}
.odd {
    background-color: #ddeedd;
}
.myDragClass {
    /* background-color: yellow; */
    font-size: 16pt;
}
