/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Landing {
  color: #757575;
  position: absolute;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


.jp-Landing-dialog {
  padding-bottom: 12px;
  font-size: 16px;
  color: #757575;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 2px 7px 1px #BDBDBD;
}


.jp-Landing-logo {
  flex: 0 0 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: white;
  background-size: 232px 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;

}

.jp-Landing-subtitle {
  font-size: 16px;
  background-color: white;
  width: 100%;
  margin-top: 4px;
  font-weight: 300;
}

.jp-Landing-header {

  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 4px;
}


.jp-Landing-body {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
}


.jp-Landing-column {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}


.jp-Landing-image {
  flex: 0 0 auto;
  min-height: 72px;
  max-height: 72px;
  min-width: 56px;
  max-width: 56px;
  background-size: 56px 72px;
  background-repeat: no-repeat;

}

.jp-Landing-image:hover {
  cursor: pointer;
}

.jp-Landing-text {
  flex: 0 0 auto;
  font-size: 12px;
  padding-top: 8px;
}

.jp-Landing-tour {
    margin-top: 14px;
    height: 14px;
    width: 100%;
    cursor: pointer;
    padding-bottom: 14px;
    border-bottom: 2px solid #EEEEEE;
    background-position: top center;
    background-repeat: no-repeat;
}

.jp-Landing-folder {
  margin-right: 0;
  float:left;
  display: inline-block;
  background-origin: content-box;
  background-repeat: no-repeat;
  clear: none;
  padding-top: 2px;
  height: 12px;
  width: 12px;
}

.jp-Landing-path {
    padding-left: 8px;
    color: #9E9E9E;
    font-size: 12px;
}

.jp-Landing-cwd {
    float: left;
    padding-top: 24px;
    padding-left: 14px;
    margin-right: auto;
}


