/* COLOR SCHEME
	menu = #3ab5f2
	bg = #93B5C6
	blue-grey = #C9CCD5
	bg2 = #E4D8DC
	canvas = #FFE3E3


*/

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC&family=Fuggles&family=Rubik&display=swap');
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #C9CCD5;
	margin: 0;
}

body {
	color: #333;
	margin: 0;
	/* padding: 8px; */
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


a {
	color: rgb(0,100,200);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}


.panel {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
	border-radius: 5px;
	background: white;
	padding: 2%;
	width: 90%;
	margin: auto;
}

.home-panel {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	padding: 2%;
	width: 90%;
	margin-left: 2%;
}

/********************************Organisation Page ***************/

.tab-box-header {
	/* background-color: #ccc981; */
	background-color: #FFE3E3;
	padding: 12px;
	margin-bottom: 6px;
}


.tab-box-body {
	padding: 12px;
	margin-bottom: 6px;
}

.table-header div{
	font-weight: bold;
}



/********************************My Stylyes********************/
.left-align-txt {
	overflow: auto;
	text-align: left;
	overflow-wrap: break-word;
}


.error {
	color: #ed492f;
}
