@charset "UTF-8";

/* ==========================================================================
   #  banner and body
   ========================================================================== */
html {
	font-size: 62.5%;
}

body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 18px;
	margin: 0;
}

abbr[title] {
	text-decoration: none;
}

.banner {
	min-height: 2.7rem;
	background-color: #2c3841;
}

.banner:before, .banner:after {
	content: " ";
	display: table;
}

.banner:after {
	clear: both;
}

@media ( min-width : 757px) {
	.banner {
		min-height: 3.6rem;
	}
}

.banner-Container {
	padding-right: .9rem;
	padding-left: .9rem;
	margin-right: auto;
	margin-left: auto;
}

.banner-Container:before, .banner-Container:after {
	content: " ";
	display: table;
}

.banner-Container:after {
	clear: both;
}

@media ( min-width : 990px) {
	.banner-Container {
		max-width: 990px;
	}
}

.banner-Title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.banner-Logo {
	float: left;
	display: inline-block;
	line-height: 1;
}

.banner-Logo:focus {
	outline: .3rem solid #fd6;
}

.banner-Logo:focus, .banner-Logo:hover {
	opacity: .7;
}

.banner-Logo_Img {
	height: 2.4rem;
	width: 5.1rem;
	vertical-align: middle;
	box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2);
}

.title-in-banner {
	color: white;
	font-size: 15px; //
	display: inline;
	text-transform: capitalize;
	margin-top: 10px
}

.jiscbanner-Logo_Img {
	height: 2.4rem;
	width: 4.1rem;
	vertical-align: middle;
	box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2);
}

.jiscbanner-Logo {
	float: left;
	display: inline-block;
	line-height: 1;
}

.jiscbanner-Logo:focus {
	outline: .3rem solid #fd6;
}

.jiscbanner-Logo:focus, .jiscbanner-Logo:hover {
	opacity: .7;
}

/* ==========================================================================
   #  banner DONE
   ========================================================================== */
#form-div {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5%;
	max-width: 1240px;
}

#centre-div {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
}

.statement {
	text-align: left;
}

.alert-link {
	font-weight: 700;
	text-decoration: none;
}

.float-right {
	float: right;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: 1.2rem 1.5rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

table {
	border-spacing: 1;
	border-collapse: collapse;
	background: #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: larger;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

table * {
	position: relative;
}

table td, table th {
	padding-left: 8px;
}

table thead tr {
	height: 60px;
	background: #2b3840;
	color: white;
	text-align: centre;
}

table tbody tr {
	height: 50px;
}

table tbody tr:last-child {
	border: 0;
}

table td {
	text-align: left;
}

table td.l, table th.l {
	text-align: right;
}

table td.c, table th.c {
	text-align: center;
}

table td.r, table th.r {
	text-align: center;
}

/** Column Layout .*/
* {
	box-sizing: border-box;
}

.column {
	float: left;
	width: 100%;
	padding: 10px;
}

#label {
	position: relative;
	top: -11px;
	left: -11px;
	min-width: 20%;
	max-width: 25%;
	background-color: rgb(178, 49, 12);
	border: 2px solid #aed0ea;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: larger;
	border-radius: 10px 0px 10px 0px;
	padding: 10px;
}

.label-small {
    position: relative;
    top: -11px;
    left: -11px;
    min-width: 10%;
    max-width: 15%;
    background-color: #e65e11;
    border: 2px solid #aed0ea;
    text-align: center;
    color: white;
    font-size: larger;
    border-radius: 5px 0px 5px 0px;
    padding: 5px;
}

#label-right {
	position: relative;
	float: right;
	top: -53px;
	left: 11px;
	min-width: 20%;
	max-width: 25%;
	background-color: #e65e11;
	border: 2px solid #aed0ea;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: larger;
	border-radius: 0px 10px 0px 10px;
	padding: 10px;
}

#label-middle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -53px;
	color: black;
	min-width: 20%;
	max-width: 25%;
	background-color: #e65e11;
	border: 2px solid #aed0ea;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

.selected-logo {
	
}

.row {
	background-color: #f1f1f1;
	margin: 10px;
	border: 1px SOLID #aed0ea;
	border-radius: 10px;
	padding: 10px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}

.button1 {
	display: inline-block;
	padding: 0.15em .5em;
	margin: 0 0.3em 0.3em 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 300;
	color: black;
	text-align: center;
}

.button1:hover {
	color: #000000;
	background-color: black;
	background: back;
	font-weight: 300;
	padding: 0.15em .5em;
	margin: 0 0.3em 0.3em 0;
}

@media all and (max-width:30em) {
	.button1 {
		display: block;
		margin: 0.4em auto;
		 
	}
}

.entity-logo-large {
	height: auto;
	width: auto;
	max-width: 200px;
	max-height: 200px;
}

@media all and (max-width:80em) {
	.entity-logo-large {
		height: auto;
		width: auto;
		max-width: 100px;
		max-height: 100px;
		 
	}
}

@media all and (max-width:50em) {
	.entity-logo-large {
		height: auto;
		width: auto;
		max-width: 50px;
		max-height: 50px;
		 
	}
}

.info, .success, .warning, .error, .validation {
	margin: 10px 0px;
	height: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bold;
}

.error {
	color: #D8000C;
}

.selected-entity {
	
}

#footer {
    margin-top:5em;
	width: 100%;
	text-align: center;
}

.icon-button {
	font-size: 1.3em;
	border: none;
	background: none;
}

@media all and (max-width:50em) {
	.icon-button {
		font-size: 0.9em;
		border: none;
		background: none;
	}
}

.result-list-top {
	text-align: left;
	border: 1px SOLID #aed0ea;
	padding: 10px;
	border-radius: 10px;
	background: white;
	margin:5px;
	overflow: auto;
}

.result-list-tail {
    text-align: left;
    border: 1px SOLID #aed0ea;
    padding: 10px;
    border-radius: 10px;
    background: white;
    margin:5px;
    overflow: auto;

}
