/* custom document library table */
.mo_sps_class_doc__header{
  width:100%;height:40px;background-color:#000;display:flex;justify-content:flex-start;align-items:center;
}

.mo_sps_class_doc_container{
  width:100%;height:100%;
  
}

.mo_sps_class_doc__list{
  display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
}

.mo_sps_class_breadcrumb{
  cursor:pointer;color:#fff;margin:5px;font-size:14px;font-weight: 500;
}

.mo_sps_class_breadcrumb:hover{
  color:blue;
}
.mo_sps_class_embed_folder{
  color:green;border:1px solid #eee;padding:8px;margin:10px;width:180px;cursor:pointer;
}

.mo_sps_class_embed_folder_image{
  display:flex;justify-content:center;align-items:center;border:1px solid #eee;padding:20px;background-color:#FAFAFA;
}

.mo_sps_class_embed_folder_image:hover{
  background-color:#EEEEEE;
}

.mo_sps_class_embed_folder_title{
  font-size:13px;text-align:center;
}

.mo_sps_class_embed_file{
  color:green;border:1px solid #eee;padding:8px;margin:10px;width:180px;
  position:relative;
}

.mo_sps_class_embed_file_image{
  display:flex;justify-content:center;align-items:center;border:1px solid #eee;padding:20px;background-color:#FAFAFA;
}

.mo_sps_class_embed_file_title{
  font-size:13px;text-align:center;
}

.mo_sps_class_embed_file__downloadLink{
  text-decoration: none;
}

.mo_sps_class_embed_file__downloadLink:link {
  text-decoration: none;
}

.mo_sps_class_embed_file__downloadLink:visited {
text-decoration: none;
}

.mo_sps_class_embed_file__downloadLink:hover {
text-decoration: none;
background-color: #01579B;
}

.mo_sps_class_embed_file__downloadLink:active {
text-decoration: none;
}

.mo_sps_class_embed_file__downloadIcon{
  position:absolute;top:115px;left:160px;color:#81C784;cursor:pointer;
}

.mo_sps_class_embed_file__downloadIcon:hover{
  color:#00ACC1;
}
  
.mo_doc_lib_container {
    font-family: "lato", sans-serif;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  button[role="menuitem"] {
    display: none;
  }

  #mo_doc_lib_container__loader{
    height: 65vh;
    font-size: 20px;
    display:flex;
    justify-content: center;
    align-items: center;
  }

  
  .mo_doc_lib_responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .mo_doc_lib_table-row:hover{
    background-color: #E1F5FE;
  }

  .mo_doc_lib_responsive-table .mo_doc_lib_col-1 {
    flex-basis: 70%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_col-2 {
    flex-basis: 10%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_col-3 {
    flex-basis: 15%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_col-4 {
    flex-basis: 15%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_fcol-1 {
    flex-basis: 40%;
  }
  .mo_doc_lib_fcol-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
 
  .mo_doc_lib_responsive-table .mo_doc_lib_fcol-0 {
    flex-basis: 20%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_fcol-2 {
    flex-basis: 20%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_fcol-3 {
    flex-basis: 20%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_fcol-4 {
    flex-basis: 15%;
  }
  .mo_doc_lib_responsive-table .mo_doc_lib_fcol-5 {
    flex-basis: 5%;
  }

.mo_doc_lib_file_download{
    text-decoration: none;
    border: none;
    outline: none;
}

  @media all and (max-width: 767px) {
    .mo_doc_lib_responsive-table .mo_doc_lib_table-header {
      display: none;
    }
    .mo_doc_lib_responsive-table li {
      display: block;
    }
    .mo_doc_lib_responsive-table .mo_doc_lib_col {
      flex-basis: 100%;
    }
    .mo_doc_lib_responsive-table .mo_doc_lib_col {
      display: flex;
      padding: 10px 0;
    }
    .mo_doc_lib_responsive-table .mo_doc_lib_col:before {
      color: #6C7A89;
      padding-right: 10px;
      content: attr(data-label);
      flex-basis: 50%;
      text-align: right;
    }
    .mo_doc_lib_search_box__inputbox{
      width: 200px !important;
    }
  }

  /* @media only screen and (max-width: 600px){

  }
  */

/* 
  @media (max-width: 380px) {
    .mo_sps_class_embed_file__downloadIcon{
      position:absolute;top:115px;left:143px !important;color:#81C784;cursor:pointer;

    }
  } */

  @media only screen and (min-width: 330px) and (max-width: 380px) {
    .mo_sps_class_embed_file__downloadIcon{
      position:absolute;top:115px;left:143px !important;color:#81C784;cursor:pointer;

    }
  }
  @media (max-width: 320px) {
    .mo_sps_class_embed_file__downloadIcon{
      position:absolute;top:115px;left:120px !important;color:#81C784;cursor:pointer;

    }
  }


  /* navbar */
  .mo_doc_lib_nav{
    display:flex;justify-content:flex-start;
  }
  .mo_doc_lib_search_box{
    display:flex;flex-grow:1;justify-content:flex-end;
  }

  /* breadcrumbs */

  #mo_doc_lib_breadcrumb {
    
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

  }
  .mo_doc_lib_breadcrumb_item{
    padding:10px;
    background-color: #eee;
    margin: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mo_doc_lib_breadcrumb_item:hover{
    background-color: #BDBDBD;
    color: #fff;
  }

  #mo_sps_upload_file {
    position: relative;
    display: none;
    margin: 5px;
  }
  /* Search Bar */
  .mo_doc_lib_search_box__autocomplete {
    position: relative;
    display: none;
    margin: 5px;
  }

.mo_doc_lib_search_box__inputbox{
    height: 24px;
    padding: 3px 8px 5px;
    width: 100%;

    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    color: #2c3338;
}

.mo_sps_folder_restriction_details{
  max-height: 81em !important;
  overflow-y: scroll;
}

.mo_sps_folder_restriction_details::-webkit-scrollbar{
  display: none;
}


  /* shortcode tooltip */
.mo_doc_lib_shortcode_container{
    border:1px dashed #000;width:80%;height:100%;padding:10px;margin:10px
}
.mo_doc_lib_sc_tree__roles{
    width:200px;
}
.mo_sps_tooltip {
    position: relative;
    display: inline-block;
    }
      
.mo_sps_tooltip .mo_sps_tooltiptext {
visibility: hidden;
width: 100px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 10px;

position: absolute;
z-index: 1;
top: 100%;
left: 50%;
margin-left: -60px;
margin-top: 2px;
}

.mo_sps_tooltip .mo_sps_tooltiptext::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent black transparent;
}
    

.mo_sps_tooltip:hover .mo_sps_tooltiptext {
visibility: visible;
}

/* folder tree */

.mo_doc_lib_sc_tree_container{
    position: relative;
    display: block;
    width: 600px;
    margin: 10px;
    display: none;
}

details {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    /* max-height: 2.5em !important; */
    transition: all 0.1s ease;
    margin-top: 10px;
  }
  details ::-webkit-details-marker {
    display: none;
  }
  
  details > summary {
    position: relative;
    color: #000;
    padding: 0.1em 0.5em 0.2em;
    background: #eeee;
  }
  details > summary:before {
    content: "⊞";
    color: #000;
    font-size: 0.5em;
    margin-right: 0.5em;
  }
  details[open] > summary {
    background: #eeee;
    color: #000;
  }
  details[open] > summary:before {
    content: "⊟";
    color: #000;
  }
  
  .folder {
    margin: 0 0 0.5em 0.86em;
    padding: 0.5em 0em 0.5em 1.5em;
    border-left: 0.1em #000 dotted;
    border-bottom: 0.1em #000 dotted;
  }
  .folder p {
    margin: 0;
  }
  
  details[open] {
    height: auto;
    max-height: 99em !important;
    transition: all 1.2s ease;
  }
  
  details:not([open]) .folder {
    height: 0px !important;
  }

  #mo_sps_progress_div {
    width: 15%;
    background-color: white;
    text-align: center;
    height: 1rem;
    padding: 1rem;
    color: black;
}

#mo_sps_upload_progress_bar {
    width: 0%;
    height: 1rem;
    background-color: #04AA6D;
    line-height: 1rem;
}

.mo_sps_help_desc{
    font-size:13px;
    border-left:solid 2px rgba(128, 128, 128, 0.65);
    margin-top:10px;
    padding-left:10px;
}

#mo_sps_upload_progress_percent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0rem;
    font-size: 0.8rem;
}

.mo-ms-tab-content-button{
  box-sizing: border-box;
  height: 24px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  background-color: #1B9BA1;
  border-color: #1B9BA1;
  color: white;
  fill: white;
  padding: 0 20px 0 20px;
}