a{
	color:var(--secondary)
}
.badge-primary{
	background-color: var(--secondary);
}
.badge-success{
	background-color: #1ab985;
}
.special-switch {
	display: inline;
	margin-left:20px;
}
.special-switch .x-switcher{
	float: unset !important;
	/* margin-top:10px; */
	margin-left:10px;
}
/*Start Office*/
.office-header{
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin:auto;*/
}
.office-header img{
	height:100px;
	width:100px;
	margin-left:20px;
}
.office-header span{
	font-size:30px;
}
.operation ,
.text-left-m{
	text-align: left !important;
}
.operation{
	width:100%;
}
.operation form{
	display: inline;
}
.folder-page .operation a{
	margin-right:10px;
}
.float-left-m{
	float: left !important;
}
.attachments .attach{
	margin:10px;
}
.attachments .attach > a{
	width: 100%;
	height:150px;
	background-color: #0984e3;
	color:var(--white);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-size:2rem;
	font-weight: bold;
	border-radius:10px;
}
.attachments .attach .delete-attach{
	text-align:left !important;
}
.attachments .attach .delete-attach span{
	cursor: pointer;
}

/* Folder */
.folder-info h2{
	margin-bottom:20px
}
.folders .folder a div {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height:100px
}
.folders .folder a i{
	font-size:8rem;
	color:var(--dark);
	transition: 0.3s;
}
.folders .folder a:hover i{
	color:var(--secondary);
	transition: 0.3s;
}
.folders .folder a p{
	text-align:center !important;
	font-size:1.3rem;
	color: var(--dark);
	transition: 0.3s;
}
.folders .folder a:hover p{
	color:var(--secondary);
	text-decoration: underline;
	transition: 0.3s;
	
}
.folder-page .attachments{
	margin-top:50px
}

.folder-page .attachments .attach > a{
	width:90%;
	margin:0 5%;
}

/* Login Page */
#login-page .login-link{
	display: block;
	color:var(--black)
}
.error-message{
	font-size:0.9rem;
	color:var(--danger)
}

.employee-permission{
	margin:30px 0;
	width: 100%;;
}
.employee-permission .buttons{
	width: 100%;;
}
.employee-permission .buttons button{
	float:left;
	margin-right:10px
}
.admin-page .items-list h4{
	text-align:center;
	margin:20px 0;
}
.admin-page .items-list .office{
	position: relative;
	padding-left:30px;
	margin-bottom:10px
}
.admin-page .items-list .office .delete-item{
	position: absolute;
	top:5px;
	left:0;
}
.admin-page .items-list .office .delete-item i{
	font-size:20px
}
.admin-page .items-list .office select{
	/* margin-left:40px; */
}
/* Permissions */
.permissions{
	margin:30px 0;
	width:100%;
}