select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #EEF1F2;
    background-image: url(ic_expand_more_black_24dp_1x.png);
    background-position: center right;
    background-repeat: no-repeat;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #758E9A;
    border-radius: 0px;
    color: #758E9A;
    cursor: pointer;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    margin: 0px 6px 0px 6px;
    padding: 2px 40px 2px 16px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select:hover {
    background-color: #E1E3E4;
}

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.add_new_element {
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.title {
    height: 48px;
    line-height: 48px;
}

.title_content {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    color: #444;
}

.title_action {
    float: right;
}

.auto_input_frame {
    height: 100px;
    position: absolute;
    overflow-y: visible;
    z-index: 100;
}

.auto_input_popup_frame {
    padding: 4px 24px 4px 24px;
    margin: -20px 12px 12px 12px;
    border-radius: 2px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .14);
    background-color: #FFFAFAFA;
    position: relative;
    z-index: 101;
    max-height: 300px;
    overflow-y: auto;
}

table, th, td {
    border: 0 solid #666;
    border-spacing: 0;
}

th, td {
    height: 24px;
    padding: 6px;
}

tr {
    border: 0 solid #666;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

.strong-border {
    border-width: 2px;
}

.light-border {
    border-width: 1px;
}

.no-border {
    border-width: 0;
}

.strong-border-below {
    border-bottom-width: 2px;
}

.strong-border-left {
    border-left-width: 2px;
}

.light-border-above {
    border-top-width: 1px;
}
.light-border-below {
    border-bottom-width: 1px;
}
.light-border-left {
    border-left-width: 1px;
}
.light-border-right {
    border-right-width: 1px;
}

.tight-fit {
    padding: 0;
    margin: 0;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.vertical-center {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

.location-list-category-label {
    width: 220px;
    float: left;
}

.full-margin {
    margin: 12px;
}

.full-padding {
    padding: 12px;
}

.full-width {
    width: 100%;
}

input.numeric-input {
    font-size: 16px;
    text-align: right;
    border-width: 1px;
    border-color: #F0F0F0;
    border-bottom-color: #D0D0D0;
    border-style: solid;
    padding: 2px;
    width: 120px;
}

input.narrow-numeric-input {
    font-size: 16px;
    text-align: right;
    border-width: 1px;
    border-color: #F0F0F0;
    border-bottom-color: #D0D0D0;
    border-style: solid;
    padding: 2px;
    width: 80px;
}

input.numeric-input-error {
    font-size: 16px;
    text-align: right;
    border-width: 1px;
    border-color: #F0F0F0;
    border-style: solid;
    padding: 2px;
    width: 120px;
    border-bottom-width: 2px;
    padding-bottom: 1px;
    border-bottom-color: red;
}

input.narrow-numeric-input-error {
    font-size: 16px;
    text-align: right;
    border-width: 1px;
    border-color: #F0F0F0;
    border-style: solid;
    padding: 2px;
    width: 80px;
    border-bottom-width: 2px;
    padding-bottom: 1px;
    border-bottom-color: red;
}

input.error {
    border-bottom-width: 2px;
    padding-bottom: 1px;
    border-bottom-color: red;
}

input.narrow-numeric-input-error:focus {
    outline: none !important;
    padding-bottom: 1px;
}

input.numeric-input-error:focus {
    outline: none !important;
    padding-bottom: 1px;
}

input.numeric-input:focus {
    outline: none !important;
    padding-bottom: 1px;
    border-bottom-width: 2px;
    border-bottom-color: #607D8B;
}

input.narrow-numeric-input:focus {
    outline: none !important;
    padding-bottom: 1px;
    border-bottom-width: 2px;
    border-bottom-color: #607D8B;
}

.numeric-value {
    font-size: 16px;
    text-align: right;
}

.text-input {
    font-size: 16px;
    text-align : left;
    border-width: 0 0 1px 0;
    width: 120px;
}

input.text-input:focus {
    outline: none !important;
    border-width: 0 0 2px 0;
    border-color: #607D8B;
}

.text-input-full-width {
    font-size: 16px;
    text-align : left;
    border-width: 0 0 1px 0;
    border-color: #607D8B;
    margin: 0px 6px 0px 6px;
    width: 100%;
}

input.text-input-full-width:focus {
    outline: none !important;
    border-width: 0 0 2px 0;
    border-color: #607D8B;
}

.height-60 {
    line-height: 60px;
}

.bold {
    font-weight: bold;
}
