/* Main CSS Styles File */


.smallerFont {
    font-size: 0.8rem;
}

.ul-overflow-scroll {
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
}


body.modal-open, .modal-open .modal {
  overflow: hidden;
}


.cover {
  background-image: url('../images/optical-fiber-with-blue-light.jpg');
  background-size: cover;
  height: 100%;
}

@font-face {
  font-family: 'weblysleek';
  src: 
    local("weblysleek"),
/*     url('weblysleekuisli.ttf') format("truetype"),
 */    url('weblysleekuil.ttf') format("truetype"),
    url('weblysleekuili.ttf') format("truetype"),
    url('weblysleekuisb.ttf') format("truetype"),
    url('weblysleekuisbi.ttf') format("truetype"),
    url('weblysleekuisl.ttf') format("truetype")
}

.dropzone {
  background: #484848 !important;
}

.table {
  font-size: 0.8rem;
  width: 100%;
}
.table_dashboard {
  width: 100%;
}

#upload_indexer {
  display: none;
}

#info_popupWrapper, .info_popup {
  display: none;
}

.infoText_small {
  font-size: 0.6rem;
  font-style: italic;
}

.indexer_updateInfo {
  margin-right: 10px;
  display: inline-block;
  background-color: #536575;
  padding: 6px;
  width: 300px;
  text-align: right;
  border-radius: 5px;
  top: 3px;
  position: relative;
  color: white;
}
#indexer_updateInfo {
  display: none;
}

.indexer_updateBtn {
  display: inline;
}

#part2_link {
  display: none;
}

.installPartsWrapper {
  background-color: white;
  border-radius: 5px;
  border: 0px solid;
  min-height: 100px;
}

#part2_log_ul li {
  list-style: disclosure-closed;
}

#install_part2 {
  padding: 10px;
  display: none;
}

.redBorder {
  border: 1px red solid;
}

.logo {
  width: 130px;
}

#logoWrapper {
  padding: 10px;
}

#logo_text {
  width: 150px;
  float: right;
  margin-top: 14px;
  font-size: 1.8rem;
  text-align: right;
}

.index_infoText {
  margin: 0 auto;
  width: 70%;
  background-color: #2f6af42e;
  padding: 10px;
  border-radius: 5px;
}


.logBoxWrapper {
  width: 100%;
}
.logBox {
  height: 220px;
  width: 100%;
  padding: 10px;
  resize: none;
  padding-top: 4px;
  font-size: 0.8rem;
  font-family: consolas;

}

#info_popup_SpinnerWrapper_FTP, #info_popup_OK_FTP, #info_popup_INFO_OK_FTP {
  display: none;
}


.icon {
  width: 18px;
  height: 18px;
  float: right;
  /* bottom: 9px; */
  position: relative;
}


