html, body{
  background-color: white;
  font-family:  jaf-bernina-sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
}

body{
  padding-left: 20%;
  padding-right:20%;
  width: 60%;
}

.material-icons.md-size{
  font-size: 16px;
  padding-right: 2%;

}
.material-icons.md-gray{
  color: #7a7a7a;
}
.material-icons.arrow{
  position: relative;
  top: 3px;
}
.material-icons:hover{
  color: #0074bf;
}

a{
  text-decoration: none;
  color: #7a7a7a;
  font-weight: 600;
}

a:hover{
  text-decoration: none;
  color: #0074bf;
}

.icon{
  background-color: black;
  color: black;
}


#nav_header{
  background-color: white;
  padding-top: 0.5%;
  width: 60%;
  height: 5%;
  position: fixed;
  display: table;
  top: 0;
  font-size: 13px;
  z-index: 2;
}

#logo, #search, #nav_rightside{
  display: table-cell;
}

#logo{
  width: 20%;
  text-align: left;
}
#logo div{
  width: 100%;
  height: 100%;
  background-color: white;
}
#logo a{
  font-size: 28px;
  color: black;
}

#search{
  width: 60%;
  text-align: left;
  background-color: white;
  border-bottom-color: rgba(0,0,0,0.2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#search div input{
  border: none;
  outline: none;
  outline-width: 0;
  width: 40%;
  height: 100%;
  font-size: 16px;
}

#nav_rightside{
  width: 20%;
  background-color: white;
  border-bottom-color: rgba(0,0,0,0.2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#nav_rightside div{
  display: inline-block;
  text-align: center;
}
#addlink{
  width: 30%;
}
#username{
  position: relative;
}

#username .dropdown{
  position: absolute;
  display: none;
  z-index: 10;
  right: 0;
  top: 200%;
  width: 100%;
  text-align: left;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 1px 4px 2px rgba(0,0,0,0.2);
}
#username .dropdown ul{
  list-style: none;
  padding-left: 0;
}
#username .dropdown ul li{
  padding: 4% 0% 4% 5%;
  margin-left: 5%;
  margin-right: 5%;
}
.bottom_line_divider{
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


#mid_container{
  display: table;
  width: 60%;
  height: 100%;
  position: fixed;
  top: 5%;
}

#side_panel{
  padding-top: 1.5%;
  width: 20%;
  /*background-color: rgba(0,0,0,0.1);*/
  position: fixed;
  top: 5%;
  width: 12%;
  height: 100%;

}

#side_panel ul{
  list-style: none;
  padding-left: 0;
}

#side_panel ul li{
  padding-bottom: 6%;
}

#side_panel ul li a{
  font-size: 15px;
  font-weight: Bold;
  font-family: Helvetica;
  padding-left: 5%;
}

#side_folders{
  height: 50%;
  overflow-y: auto;
}

#add_folder_button{
  width: 80%;
}
#add_folder_text{
    color: rgba(0,0,0,0.4);
}

#hidden_folder_icon > i{
  visibility: hidden;
}

#add_folder_button input{
  display: none;
  background-color: rgba(0,0,0,0);
  padding: 3%;
  border: none;
  outline:none;
  width: 50%;
}
#add_folder_button input:focus{
  border: 1px solid #0074bf;
  border-radius: 5px;

}
#hidden_folder_input:focus #hidden_folder_icon > i {
  color: #0074bf;
}



.divider{
  background-color: rgba(0, 0, 0, 0.15);
  width: 60%;
  height: 1px;
}


#side_footer{
  bottom: 6%;
  left: 0%;
  width: 100%;
  position: absolute;
  background-color: white;
}

#side_footer_horiz_content ul li{
  display: inline-block;
  padding-right: 5%;
  font-size: 13px;
}


#side_footer > .dropdown{
  position: absolute;
  display: none;
  z-index: 10;
  width: 90%;
  bottom: 100%;
  text-align: left;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  box-shadow: 1px 4px 2px rgba(0,0,0,0.2);
}
#side_footer > .dropdown ul{
  list-style: none;
  padding-left: 0;
}

#side_footer > .dropdown ul li{
  padding: 4% 0% 4% 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
  font-size: 12px;
  font-weight: lighter;;
}


#main_frame{
  padding-top: 3%;
  position: relative;
  font-size: 16px;
  top: 3%;
  vertical-align: top;
  width: 80%;
  left: 20%;
  background-color: white;
}

.post{
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0, 0.1);
  padding-top: 3%;
  padding-bottom: 3%;
  line-height: 1.44;
  font-family: LyonText,Georgia,serif;
  font-size: 15px;
}

.post_link_title{font-size: 20px;}
.post_author{color: #7a7a7a;}

.post_bottom{
  padding-top: 1%;
  font-size: 12px;
}

.post_meta{
  color: #7a7a7a;
  font-family: jaf-bernina-sans;
  padding-bottom: 4px;
}

.post_social{
  display: none;
  position: relative;
}

.post_edit{
  display: none;
  font-size: 11px;
  padding-left: 1%;
  color: rgba(0,0,0,0.4);
  font-family: Helvetica;
}
.post:hover .post_edit{
  display: inline-block;
}

.post:hover .post_social{
  display: block;
}
.post:hover .post_meta{
  display: none;
}

/*HERE*/
.post .folder_dropdown{
  position: absolute;
  background-color: white;
  display: none;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 1px 4px 2px rgba(0,0,0,0.2);
  font-family: Helvetica;
  border-radius: 5px 5px 5px 5px;
  padding: 0% 2% 0% 2%;
  max-height: 40%;
  overflow-y: auto;
  width: 20%;
  z-index: 5;
}
.post .folder_dropdown ul{
  padding-left: 0%;
}
.post .folder_dropdown ul li{
  list-style: none;
  padding-bottom: 5%;
}

#signup_page{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 0%;
  height: 100%;
  z-index: 3;
}

#signup_form{
  background-color: white;
  position: absolute;
  border-radius: 5px 5px 5px 5px;
  top: 40%;
  left: 33%;
  width: 33%;
  height: 15%;
  font-size: 18px;
}

#signup_topbar{
  height: 40%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#signup_topbar #signup_title{
  position: absolute;
  top: 40%;
  left: 2%;
}
#signup_topbar .closebutton{
  position: absolute;
  top: 25%;
  right: 2%;
}

#signup_content{
  height: auto;
}
#signup_content form{
  padding: 3% 2% 5% 2%;
}
#signup_content form input[type=text]{
  width: 75%;
  padding: 2% 2%;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid rgba(0,0,0,0.4);
}
#signup_content form input[type=button]{
  width: 16%;
  padding: 2% 5%;
  right: 0;
  background-color: black;
  color: white;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  border: none;
}

#edit_link_page{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  font-size: 18px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

#edit_link_form{
  position: absolute;
  top: 25%;
  left: 33%;
  width: 33%;
  height: 43%;
  background-color: white;
  border-radius: 5px 5px 5px 5px;
}

#edit_topbar{
  height: 15%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  position: relative;
}

#edit_topbar > #edit_title{
  position: absolute;
  top: 40%;
  left: 5%;
}

#edit_topbar .closebutton{
  position: absolute;
  top: 30%;
  right: 2%;
}
#edit_content{
  width: 100%;
  height: 100%;
}

#edit_content form{
  padding: 5% 7% 5% 5%;
}

#edit_content .edit_form_row{
  width: 100%;
  padding-bottom: 3%;
  display: table;
}
#edit_content .edit_label{
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
#edit_content .edit_input{
  display: table-cell;
  width: 75%;
}

#edit_content form input[type=text]{
  width: 100%;
  padding: 2% 2%;
  font-size: 18px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid rgba(0,0,0,0.4);
}
#edit_content form textarea{
  width: 100%;
  padding: 2% 2%;
  font-size: 18px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid rgba(0,0,0,0.4);
}

#edit_content form input[type=submit]{
  padding: 2% 5%;
  font-size: 16px;
  font-family: Helvetica;
  float: right;
  position: relative;
  left: 3%;
  background-color: black;
  color: white;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  border: none;

}
