/*

	CSS for KCS Portal
	Copyright 2021
	Robbie Rae Solis Dela Cruz

*/

/*~Page Shortcut Style~*/

	.page-shortcut-holder{
		bottom: 1px;
		right: 5px;
		padding: 0;
		position: fixed;
		width: auto;
		height: 50px;
	}
	
	.page-shortcut-button{
		display: inline-table;
		background-color: rgba(0, 0, 0, 0.75);
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding: 12px;
		border-color: #444444;
		border-style: solid;
		border-width: 2px;
	}
	
	.page-shortcut-button:hover{
		background-color: #555555;
		cursor: pointer;
	}
	
	.page-shortcut-post-holder{
		display: none;
		position: absolute;
		bottom: 130%;
		left: -90px;
	}
	
	.page-shortcut-post-tail{
		width: 0px;
		height: 0px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 10px solid #444444;
		position: absolute;
		right: 42%;
	}
	
	.page-shortcut-post-body{
		width: 175px;
		height: auto;
		padding: 10px;
		margin-left: 5px;
		margin-right: 5px;
		/*background-color: rgba(0, 0, 0, 0.75);*/
		color: #EEEFFF;
		font-size: 13px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.page-shortcut-post-frame{
		padding: 5px;
		background-color: rgba(0, 0, 0, 0.75);
		-moz-border-radius: 5px;
		border-radius: 5px;
		border-color: #444444;
		border-style: solid;
		border-width: 2px;
	}
	
	.page-shortcut-contact-holder{
		display: none;
		position: absolute;
		bottom: 130%;
		right: 5px;
	}
	
	.page-shortcut-contact-tail{
		width: 0px;
		height: 0px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 10px solid #444444;
		position: absolute;
		right: 25%;
	}
	
	.page-shortcut-contact-body{
		width: 175px;
		height: auto;
		padding: 10px;
		margin-left: 5px;
		margin-right: 5px;
		/*background-color: rgba(0, 0, 0, 0.75);*/
		color: #EEEFFF;
		font-size: 13px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.page-shortcut-contact-frame{
		padding: 5px;
		background-color: rgba(0, 0, 0, 0.75);
		-moz-border-radius: 5px;
		border-radius: 5px;
		border-color: #444444;
		border-style: solid;
		border-width: 2px;
	}
	
	.page-shortcut-menu{
		font-size: 15px;
		color: #EEEFFF;
		width: 100%;
		height: 20px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #555555;
	}
	
	.page-shortcut-menu:hover{
		color: #EEEFFF !important;
		background-color: #666666 !important;
		cursor: pointer !important;
	}
	
	.page-shortcut-scroll::-webkit-scrollbar {
		width: 10px;
	}
	 
	.page-shortcut-scroll::-webkit-scrollbar-thumb {
		background: #444444;
		border-radius: 5px;
	}

	.page-shortcut-scroll::-webkit-scrollbar-track {
		background: #555555;
		border-radius: 5px;
	}

/*Chatbox*/
	.page-chatbox-holder{
		position: fixed;
		left: 0px;
		bottom: 20px;
		width: calc(100% - 175px);
		height: 5px;
		border-color: #333333;
		border-style: solid;
		border-width: 0px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}
	
	.page-chatbox-frame{
		position: relative; 
		height: 350px; 
		width: 300px; 
		bottom: 330px; 
		display: inline-table; 
		background: #555555;
		-moz-border-top-right-radius: 7px;
		border-top-right-radius: 7px;
		-moz-border-top-left-radius: 7px;
		border-top-left-radius: 7px;
		color: #FFFFFF;
		margin: 5px;
	}
	
	.page-chatbox-name{
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
	}
	
	.page-chatbox-avatar{
		
	}
	
	.page-chatbox-content{
		
	}
	
	.page-chatbox-textarea{
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #FFFFFF;
		color: #333333;
		width: 100%;
		min-height: 10px;
		max-height: 60px;
		padding-top: 5px;
		padding-bottom: 10px;
		overflow-y: hidden;
	}
	
	.page-chatbox-compose{
		position: relative;
		width: 95%;
		min-height: 10px;
		max-height: 60px;
		font-size: 12px;
		font-family: Arial;
		margin:5px;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: #AAAAAA #BBBBBB;
	}
	
	.page-chatbox-command{
		display: inline-table; 
		-moz-border-radius: 50%;
		border-radius: 50%;
		box-sizing: border-box;
		border: 0px;
		padding: 2px;
	}
	
	.page-chatbox-command:hover{
		background: #777777;
	}