/*******************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 *****************************************************************************/

.gwt-TextArea, .gwt-SuggestBox.multivalue {
   height: 42px;
}

.wideTextField {
   width: 256px;
   border-color: #FFFFFF;
    color: #FFFFFF;
}

/* Autocompleter */

.suggestPopupContent table {
background: none repeat scroll 0 0 #FFFFFF;
   width: 256px;
}

.gwt-SuggestBoxPopup {
}

.gwt-SuggestBoxPopup .item {
   background: white;
   color: black;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   padding: 1px 8px;
    font-size: 12px;
    line-height: 14px;
}

.gwt-SuggestBoxPopup .item.item-selected {
    background-color: #7ca1c2;
   color: white;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
}

.gwt-SuggestBoxPopup .suggestPopupContent {
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -moz-box-shadow: 0 2px 2px #C8C8C8;
}

.gwt-SuggestBoxPopup .suggestPopupTop, .gwt-SuggestBoxPopup .suggestPopupBottom,
.gwt-SuggestBoxPopup suggestPopupTopLeft, .gwt-SuggestBoxPopup .suggestPopupTopCenter, .gwt-SuggestBoxPopup .suggestPopupTopRight,
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft, .gwt-SuggestBoxPopup .suggestPopupMiddleRight,
.gwt-SuggestBoxPopup .suggestPopupBottomLeft, .gwt-SuggestBoxPopup .suggestPopupBottomCenter, .gwt-SuggestBoxPopup .suggestPopupBottomRight,
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner, .gwt-SuggestBoxPopup .suggestPopupTopLeft {
   display: none;
}

.autocompleterNext, .autocompleterPrev {
   height: 14px;
    margin-left: 85%;
}

.gwt-SuggestBoxPopup .autocompleterNext {
   background: transparent url('../images/vertical_nextprev.gif') no-repeat scroll 2px 2px;
}

.gwt-SuggestBoxPopup .autocompleterPrev {
   background: transparent url('../images/vertical_nextprev.gif') no-repeat scroll 2px -36px;
}

.gwt-SuggestBoxPopup .item-selected .autocompleterNext {
   background: transparent url('../images/vertical_nextprev.gif') no-repeat scroll -16px 1px;
}

.gwt-SuggestBoxPopup .item-selected .autocompleterPrev {
   background: transparent url('../images/vertical_nextprev.gif') no-repeat scroll -16px -36px;
}

/* to position the elements */
.textarearow {
   position: relative;
   height: 56px;
}

.textfieldrow {
	left: 401px;
    position: absolute;
    top: 20px;
}

.textfieldrow td{
   vertical-align:middle !important;
}

.textfieldrow .material-icons.mdl-layout__header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    height: 24px;
    margin: 0 10px;
    min-height: 24px;
    vertical-align: middle;
}
