/* Colors */
/* Font */
.visibility_hidden {
  /* Dirty solution: visibility property not supported enough, display: none won't allow to get properties by jquery in any simple way.'*/
  position: absolute;
  left: -1000vw;
  top: -1000vh;
  /* Just in case */
  visibility: hidden; }

.lists textarea {
  background-color: #FFFFCC;
  padding: 0.3em 0.4em 0 0.4em; }
  .lists textarea:hover {
    cursor: text; }
.lists .listActions {
  display: inline; }
  .lists .listActions .ListActionBtn {
    display: inline-block;
    background-color: #CCFF33;
    color: #084d41;
    padding-left: 0.4em;
    padding-right: 0.4em; }
    .lists .listActions .ListActionBtn:hover {
      background-color: #FFFFCC;
      color: #084d41;
      font-weight: 500;
      cursor: pointer; }
  .lists .listActions.ListBottomActions {
    line-height: 2em; }
    .lists .listActions.ListBottomActions .BottomRowButton {
      margin: 0.3em 0; }
  .lists .listActions .AjaxSpinner {
    padding-left: 3em;
    background-image: url("../../images/ajax-loader_darkBg.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.lists .listHeader .ListActionBtn {
  margin: 0.5em 0 0.5em 0; }
.lists .listHeader .listTitle {
  font-weight: 500; }
.lists .listHeader .listDescription {
  font-style: italic; }
.lists .listHeader textarea {
  width: 100%; }
.lists li[data-lrid] {
  margin-top: 4px; }
  .lists li[data-lrid].topLine {
    margin-top: 0;
    border-top: 4px solid #CCFF33; }
  .lists li[data-lrid] .RowButton {
    margin: auto 0em auto 0.4em; }
  .lists li[data-lrid].rowTextEditing .listRecordText {
    height: 1.2em; }
  .lists li[data-lrid]:hover {
    cursor: default; }

#ajaxProcessingFillScreen {
  background-color: #CCFF33;
  z-index: 9999;
  font-size: 3em;
  font-weight: bold;
  line-height: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw; }
  #ajaxProcessingFillScreen span {
    display: table-cell;
    vertical-align: middle; }

/*# sourceMappingURL=listManagment.css.map */
