header {
	background-color: darkblue;
	padding: 2px 10px 2px 10px;
	/*position: sticky;*/
	/*position: -webkit-sticky;*/
	/*position: -ms-sticky;*/
	/*position: -moz-sticky;*/
	/*position: -o-sticky;*/
	top: 0px;
	z-index:90;
	margin-bottom: 40px;
}

header h1{
	margin-left: 60px;
	font-weight: 200;
	font-family: sans-serif;
	color: white;
}

h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: 300;
}
h3 {
	font-size: 24px;
}
#edit-filename {
	position: relative;
	float: left;
	max-width: 85%;
	font-size: 24px;
	font-family: sans-serif;
}

form.login-box {
	width: 50%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:55%;
}
div#login-div{
	width: 75%;
	background-image: url("../images/sky-clouds.jpg");
	border: 1px gray solid; 
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#password {
	width: 100%;
	font-size:20px;
	font-family: sans-serif;
	font-weight: 100;
	color: lightgray;

}
#logout-btn {
	text-align:center;
	margin-bottom: 20px;
	z-index: 100;
	position: relative;
	float: right;
	/*position: fixed;*/
	/*right: 50px;*/
	/*top: 20px;*/
	background-color:red;
	opacity:90%;
	border-radius: 5px;
	padding: 5px;
	font-size:20px; 
	font-family: sans-serif;
	width: 100px;
}
a#logout {
	color:white; 
	font-weight: 400;
	text-decoration:none;
}
#logo {
	/*position: relative;*/
	/*float:left;*/
	margin: 0px 50px 0px 20px;
}
#heading-div {
	position: relative;
	float:left;
}

#logo-pic {
	width: 60px;
	height: 75px;
	border-radius: 30px;
	z-index: 100;
	float: left;
    
	position: fixed;
	top: 15px;
	left:15px;
	margin-right: 20px;
	
}
#logo-pic:hover {
	display:none;
}
#winking-logo-pic {
	width: 60px;
	height: 75px;
	border-radius: 30px;
	float: left;

	margin-right: 20px;
	position: fixed;
	top: 15px;
	left:15px;
}
img#edit-icon{
	width: 40px;
	height:40px;
	margin-top: 5px;
	margin-left: 20px;
}
	
.btn {
	color: white;
	border-radius: 7px;
	margin:20px;
	font-size:18px;
	cursor: pointer;
}
.btn-primary {
	background-color: dodgerblue;
}
.btn-secondary {
	background-color: red;
}
.btn-tertiary {
	background-color: green;
}
.btn-white {
	background-color: white;
	border: none;
}

button.btn-tertiary {
	background-color: green;
}

button.btn-plus-close {
	width:40px; 
	height:40px; 
	position: relative; 
	float: right; 
	clear:both; 
	cursor: pointer; 
	font-weight:100; 
	background-color:linen; 
	border:none;
	text-align:center;
	font-size:40px; 
	margin-right:10px;
}

input[type="file"] {
  display: none;
}
#file-upload {
	display: none;
}

label.custom-file-upload {
  color: blue;
  display: inline-block;
  /*padding: 6px 12px;*/
  cursor: pointer;
}

#trash img{
	width: 20px;
	height: 20px;
}
.container {
	margin: 20px;
	padding: 10px;
	border-radius: 10px;
	background-color: linen;
}	
.pointer:hover {
	cursor: pointer;
}

.doctable th {
	font-family: sans-serif;
	color: black;
	font-size: 20px;
	padding-left: 0px;
	font-weight: 300;
	text-align:left;
}
td.doc-item.doclabel {
	text-decoration: none;
	color: blue;
	list-style-type: none;
	padding: 10px;
	font-size: 20px;
	font-weight: 300;
	font-family: sans-serif;
}
td.doc-item.doclabel a.link {
	text-decoration:none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: white;
	background-color: mediumpurple;
	border-radius: 10px;
	padding: 5px;
	margin: 15px;
}

ul {
	padding: 10px;
}	
.folder {
	text-decoration: none;
	padding: 5px;
	background-color: papayawhip;
	border-radius: 10px;
	font-family: sans-serif;
}
h2.folder {
	margin: 5px;	
}

.folder:hover{
	background-color: lightblue;
	cursor: pointer;
}
.folder-open {
	background-color: lightblue;
	/*border: solid royalblue 1px;*/
}

td.doclabel {
	font-weight: bold;
	font-family: sans-serif;
}	

td.doc-item {
	border-bottom: 1px lightgray solid;
}

.links-container{
	float: right;
	background-color: linen;
	color: black;
	font-family: sans-serif;
	padding: 0px 30px;
	margin: 20px;
	margin-top: 50px;
	border-radius: 10px;
}

#upload-file, #add-delete-folder-div, #links-container,#create-link {
	position: relative;
	float: right;
}

#links-container a{
	text-decoration:none;
	font-family: sans-serif;
	color: white;
	background-color: mediumpurple;
	border-radius: 10px;
	padding: 5px;
	margin: 15px;
}
#links-container a:hover {
	background-color: thistle;
}
#links-container a:active {
	background-color: mediumpurple;
}

a.trash-can:hover {
	cursor: pointer;
}

textarea {
	width: 100%;
	font-size: 20px;
	overflow: scroll;
}
input#filename, select#folder{
	font-size: 22px;
	background-color: white;
	width: 80%;
}
div.text-container{
	width:95%; 
	clear:both;
	font-size: 12px;
	/*overflow: scroll;*/
	border: solid 1px lightgray;
	border-radius: 2px;
	padding: 20px;
	font-family: sans-serif;
	font-size:  14px;
	background:white; 
	color:black;
}

.closed {
	display: none;
}
.open {
	display: block;

}
.hidden {
	visibility: hidden;
}

footer div{
	height: 100px;
}


/* HTML TEXT EDITOR 2 */
#toolbar {
  margin-bottom: 10px;
}

#editor {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 200px;
}

#editor-text {
  width: 400px;
  height: 200px;
  margin-bottom: 10px;
}

/* CKEditor content */
.ck-content {
	font-family: sans-serif;
	font-size: 14px;
}

#editor-buttons {
  margin-top: 10px;
}

button {
  margin-right: 5px;
}




/* SMALL SCREEN RESPONSIVE */

@media only screen and (min-width: 360px) and (max-width: 960px) { 
/*@media only screen and (min-width: 961px) and (max-width: 1365px) { */

	.folder {
		width: 100%;
		text-align: center;
	}
	header {
		padding: 0px;
		padding-left: 30px;
	}
	#logout-btn {
		right: 16px;
		top: 50px;
		font-size:16px;
		padding:2px;
	}
	div#login-div{
		width: 100%;
	}
	form.login-box {
		width: 60%;
	}
	#upload-file, #add-delete-folder-div, #links-container {
		width: 80%;
	}
}

/* LARGER SCREEN RESPONSIVE */

/*@media only screen and (min-width: 1366px) { */
@media only screen and (min-width: 961px) { 

/*.grid-columns {*/
/*	display: grid;*/
/*	grid: 150px / auto auto;*/
/*}*/

div#folders-container {
	position: relative;
	width: 40%;
	float: left;
	clear: right;
}

.links-container {
	position: relative;
	width: 40%;
	float: left;
	margin-left: 5%;
}
form.login-box {
	margin-top:30%;
	
	
}



}



