*{
	font-family: Lato,sans-serif;
}
body{
	margin: 0;
	padding: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: #edeced;
}	

input[type=text], input[type=password] {
	border: none;
	border: 1px solid lightgray;
	/* border-top: 1px solid transparent; */
	padding: 9px;
	/* width: 100%; */
	outline: none;
	transition: .25s;
	border-radius: 5px;
}

input[type=submit]{
	width: 100%;
	padding: 10px 10px;
	background: #ff9800;
	color: white;
	text-align: center;
	transition: .25s;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	font-size: 1rem;
}


.headerButton{
	color: white;
	padding: 10px 0;
	margin-left: 20px;
	transition: .25s;
	cursor: pointer;
}

.headerButton i{
	margin-right: 5px;
}


.icHeaderBg{
	background-image: url(../../site/img/bannerbg1.jpg);
	background-origin: border-box;
	background-position: 0 20%;
	background-size: cover;
	margin-bottom: 1rem;
}

.icHeader{
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: space-between;
	height: 80px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.icHeader .logo{
	background-image: url(../img/logo.png);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}

.icHeader .logoText{
	color: white;
	/* color: white; */
	font-size: 1.5rem;
	font-weight: 800;
}
.icHeader .logoSubtext{
	color: #ff9800;
	/* color: white; */
	font-size: .75rem;
	font-weight: 800;
}

.box{
	background-color: white;
	padding: 1rem;
	border-radius: 10px;
	display: grid;
	gap: 2rem;
}

.buttonsAndSearch{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.viewButtons{
	display: flex;
}

.viewButtons .button{
	width: 100%;
	padding: 10px 10px;
	background: #eee;
	color: #3a3a3a;
	text-align: center;
	transition: .25s;
	border-right: 1px solid lightgray;
	padding: 7px 10px;
	text-decoration: none;
}

.viewButtons .button:first-child{
	border-radius: 5px 0 0 5px;
}

.viewButtons .button:last-child{
	border-radius: 0 5px 5px 0;
	border-right: none;
}

.viewButtons .button:hover{
	background-color: #ccc;
	cursor: pointer;
}

.viewButtons .button.active{
	background-color: #ff9800;
	cursor: default;
	color: white;
}

.search{
	position: relative;
}

.search input{
	width: 100%;
}

.search .fas{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: .6rem;
}

.divider{
	width: 100%;
	height: 1px;
	background-color: #eee;
}

.appGroups{
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.appGroup{
	display: grid;
	gap: 1rem;
}

.appGroup .title{
	font-size: 1.5rem;
	font-weight: 800;
	padding: 0 .35rem;
	margin-top: .5rem;
	display: flex;
	user-select: none;
}

.appGroup .title .fas{
	color: #ccc;
	margin-right: 1rem;
}


.apps{
	display: grid;
}

.apps .app{
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	/* gap: 1rem; */
	text-decoration: none;
	color: #111;
	border-radius: 5px;
}

.apps .app div{
	margin: .75rem .5rem;
}

.apps .app .icon{
	display: grid;
	justify-content: center;
	align-items: center;
}

.apps .app .fab, .apps .app .comment, .apps .app .arrow{
	color: #ccc;
}

.apps .app:hover{
	background-color: #f3f3f3;
}

.footer{
	color: #aaa;
	text-align:center;
	padding: 2rem 0;
}

.listDivider{

	margin: 0 .5rem;
	height: 1px;
	background: #eee;
}

.nothingFound{
	font-size: 2rem;
	text-align: center;
	padding: 2rem 0;
}

@media screen and (max-width: 767px) {
	.buttonsAndSearch{
		grid-template-columns: 1fr;
	}
}


.uploadPopupWrapper{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.25);
	left: 0;
	top: 0;
	z-index: 999;
	display: grid;
	justify-content: center;
	align-items: center;
}

.uploadPopup{
	width: 300px;
	/* height: 200px; */
	gap: 1rem;
}

.uploadPopup .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}



.uploadPopup label{
	width: 100%;
	padding: 10px 10px;
	background: #eee;
	color: #111;
	text-align: center;
	transition: .25s;
	border-radius: 5px;
	padding: 7px 10px;
	text-decoration: none;
	border: none;
	font-size: 1rem;
	cursor: pointer;
}

.uploadPopup label:hover{
	
background: #ccc;
}

.uploadPopup label .fas{
	margin-right: 10px;
}

.hidden{
	display: none;
}

.moreAppsButton{
	display: flex !important;
	color: white;
	position: absolute;
	margin-left: -50px;
	font-size: 20px;
	opacity: .5;
	width: 50px;
	height: 80px;
	cursor: pointer;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: .25s;
}

.moreAppsButton:hover{
	opacity: 1;
}

.moreAppsPanel{
	z-index: 1000;
	background-color: #ff9800;
	height: 80px;
	position: fixed;
	width: 100%;
}

.moreAppsPanel a{
	color: white;
	text-decoration: none;
}


.spinner{
	text-align: center;
}

.spinner .icon{
	color: #ff9800;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

