/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(./fonts/Manrope.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./font/BigShouldersDisplay.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


body, input, textarea {
	color: #202020;
  font-family: Manrope, sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2em;
}

h1,h2,h3,h4,h5 {
	font-family: Big Shoulders Display, sans-serif;
}


video {
	max-width: 100%;
	height: auto;
}

input[type="number"] {
   width:50px;
}

.clear-both{
  clear: both;
}

a{
	color: #000000;
	font-weight: 300;
	text-decoration: none;
}
a:hover{
	color: #000080;
}

a.boldlink{
	color: #000080;
 	font-weight: 700;
	text-decoration: underline;
}
a.boldlink:hover{
	color: #0000FF;
}

body {
	background: #E0E0E0;
	padding: 5px;
	margin: 0px;
	
}


#page {
	margin: 0px auto;
	max-width: 1280px;
	width: 100%;
}
#header{
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #4080ff;
	background-image: url("/Images/NBI-Home1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	position: relative;
}
#header img.logo{
  position: relative;
	top: 5px;
	left: 10px;
	max-width: 395px;
	width: auto;
	height: 70px;
}
#header .perms{
	display: inline-block;
	position: relative;
	top: 10px;
	left: 20px;
}
#logout{
  position: absolute;
	top: 30px;
	right: 10px;
	min-width: 120px;
	height: 41px;
	text-align: right;
}
#menu{
  background-color : #001E3C;  
	border: none;
	clear: both;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 30px;
}
#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	position: relative;
}
#menu ul li a{
	font-size: 1.2em;
	font-weight: 700;
  letter-spacing: 1px;
	color: #E0E0E0;
	display: block;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
#menu ul li.selected a {
	color: #FFFFFF;
  background-color: #919191;  
}

#menu1{
  background-color: #919191;  
	border: none;
	clear: both;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 25px;
}
#menu1 ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu1 ul li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#menu1 ul li a {
	font-size: 1.2em;
	font-weight: 400;
  letter-spacing: 1px;
	color: #FFFFFF;
	display: block;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#menu1 ul li a:hover {
	color: #FFFFFF;
  background-color : #102E4C;  
}

#menu1 ul li:hover > ul {
	display: block;
}





#content{
	position: relative;
	border: none;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
	width: calc(100% - 40px);
	background-color : #FFFFFF;
}

#loginform{
	position: relative;
	padding: 20px 0px 20px 0px;
	width: 100%;
	max-width: 100%;
}
#loginform .row{
	display: flex;
	padding-bottom: 10px;
}
#loginform .row .col1{
	flex: 50%;
	max-width: 100px;
	text-align: right;
	padding-right: 10px;
}
#loginform .row  .col2{
	flex: 50%;
	width: 100%;
	max-width: 300px
}
#loginform .row  .col2 a.reset{
	font-weight: 700;
	text-decoration: underline;
	padding: 10px 15px;
	margin-top: 0px;
	display: inline-block;
}


.align-right{
  text-align: right;
}
.failed{
	color: #FF0000;
 	font-weight: 700;
}
.message{
	color: #000000;
	font-weight: 700;
}
.messages{
	color: #000000;
 	font-weight: 700;
	margin: 10px 0px 10px 0px;
}
.messages .failed{
	padding: 20px;
	color: #000000;
	background-color: #FF0000;
}
.key_failed{
	background-color: #FF0000;
}
.messages .warning{
	padding: 20px;
	color: #000000;
	background-color: #FF8000;
}
.key_warning{
	background-color: #FF8000;
}
.messages .success{
	padding: 20px;
	color: #000000;
	background-color: #00FF00;
}
.key_success{
	background-color: #00FF00;
}
.messages .message{
	padding: 20px;
	color: #000000;
	background-color: #E0E0E0;
}

.link-button{
  cursor: pointer;
  padding: 8px 33px!important;
  background: #35DBFE!important;
  border: 2px solid #35dbfe!important;
  border-color: #35DBFE!important;
  border-radius: 41px;
  color: #000000!important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 20px;
  display: inline-block;
  transition: all .3s ease;
}
.button{
  cursor: pointer;
  padding: 8px 33px!important;
  background: #35DBFE!important;
  border: 2px solid #35dbfe!important;
  border-color: #35DBFE!important;
  border-radius: 41px;
  color: #000000!important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 20px;
  display: inline-block;
  transition: all .3s ease;
}
.pdf{
		background-image:url('/Images/Button-pdf.png');
		background-position: left; 
		padding: 2px 10px 2px 35px;
		border-color: #808080;
}
.confirm{
		background-image:url('/Images/Button-tick.png');
		background-position: right; 
		padding: 2px 35px 2px 10px;
		border-color: #00FF00;
}
.submit{
		background-image:url('/Images/Button-next.png');
		background-position: right; 
		padding: 2px 35px 2px 10px;
		border-color: #00FF00;
}
.next{
		background-image:url('/Images/Button-next.png');
		background-position: right; 
		padding: 2px 35px 2px 10px;
		border-color: #00FF00;
}
.back{
		background-image:url('/Images/Button-back.png');
		background-position: left; 
		padding: 2px 10px 2px 35px;
		border-color: #FF8000;
}
.cancel{
		background-image:url('/Images/Button-cancel.png');
		background-position: left; 
		padding: 2px 10px 2px 35px;
		border-color: #FF0000;
}

.submit.lang9,
.submit.lang10,
.next.lang9,
.next.lang10{
		background-image:url('/Images/Button-next-reverse.png');
		background-position: left; 
		padding: 2px 10px 2px 35px;
}
.back.lang9,
.back.lang10{
		background-image:url('/Images/Button-back-reverse.png');
		background-position: right; 
		padding: 2px 35px 2px 10px;
}

.link_button:hover{
  background: transparent!important;
  border: 2px solid #35dbfe!important;
  color: #35dbfe!important;
  padding: 8px 33px!important;  
}
.button:hover{
  background: transparent!important;
  border: 2px solid #35dbfe!important;
  color: #35dbfe!important;
  padding: 8px 33px!important;  
}

a.link_button{
 cursor: pointer;
  padding: 10px 35px!important;
  background: #35DBFE!important;
  border-color: #35DBFE!important;
  border-radius: 41px;
  color: #000000!important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
a.link_button:hover{
  background: transparent!important;
  border: 2px solid #35dbfe!important;
  color: #35dbfe!important;
  padding: 8px 33px!important;  
}





h1{
	color: #001E3C;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.7em;
}
h2{
	color: #001E3C;
 	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.5em;
}
h3{
	color: #001E3C;
 	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
}
p{
	color: #202020;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2em;
}
strong{
	font-weight: 700;
}
#footer{
  background-color : #FFFFFF;  
	border: none;
	margin: 2px 0px 0px 0px;
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	position: relative;
}

#footer #copyright{
  position: absolute;
	top: 7px;
	left: 20px;
	width: 500px;
	height: 23px;
	text-align: left;
}
.Table.Control{
	background-color: #2040ff;
	background-image: linear-gradient(to right, #0000ff , #2040ff);
	color: #ffffff;
	padding: 5px 5px 10px 10px;	
	text-align: left;
}
.CreateClientHeader.Table.Control{
	margin-bottom: 5px;
}
.Table.Control .Title{
	font-size: 1.4em;
	margin-right: 30px;
}
.Table.Control a.Title{
	font-size: 1.4em;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.Table.Control a.Title.Right{
	float: right;
}

.Table.Control a.Title:hover{
	color: #a0a0a0;
}
.Table.Control .search{
	font-size: 1.2em;
	margin-right: 10px;
}
.ProfilesSearchList.Table.Control .search{
	font-size: 1.2em;
	margin-left: 10px;
}
.Table.Control input[type=text]{
	font-size: 1.2em;
	margin-right: 30px;
	width: 100px;
}
.Table.Control input.ReportTitle[type=text]{
	font-size: 1.2em;
	margin-right: 30px;
	width: 200px;
}
.Table.Control input[type=email]{
	font-size: 1.2em;
	margin-right: 30px;
	width: 200px;
}
.Table.Control .inactive{
	font-size: 1.2em;
	margin-left: 10px;
}

.Table.Wrapper{
	padding: 0px 0px 20px 0px;
}
.Table.Row{
	display: grid;
}
.Table.Row.Header{
	background-color: #4080ff;
	background-image: linear-gradient(to right, #2040ff , #4080ff);
	color: #ffffff;
	padding: 5px 5px 5px 5px;
}


.Table.Row.Header a{
	color: #ffffff;
	text-decoration: underline;
}
.Table.Row.Data{
	background-color: #F0F0F0;
	color: #202020;
	padding: 5px 5px 5px 5px;
}
.Table.Row.hiddenform{
	background-color: #F0F0F0;
	color: #202020;
	padding: 5px 5px 5px 5px;
}
.ClientList
.ClientList.Table.Row{
	grid-template-areas: 'Client Num Latest Active';
	grid-template-columns: auto 50px 100px 50px;
}
a:nth-child(odd) > .ClientList.Table.Row.Data{
    background-color: #eeeeff;
}
a:nth-child(even) > .ClientList.Table.Row.Data{
    background-color: #d0d0ff;
}
a:hover > .ClientList.Table.Row.Data{
	background-color: #FF8080;
}

.GroupClientList
.GroupClientList.Table.Row{
	grid-template-areas: 'Del Client';
	grid-template-columns: 50px auto ;
}


.Row.ClientDetail{
	display: grid;
	grid-template-areas: 'Small Rest';
	grid-template-columns: 100px auto;
}
.Row.ClientDetail .Col{
	padding: 5px 5px 5px 5px;
}
.Row.ClientDetail .Col.Col1{
	text-align: right;
}

#ClientCreateCode{
	padding: 20px 5px 5px 5px;
}

.ClientCodes
.ClientCodes.Table.Row{
	grid-template-areas: 'Instrument Code Issued Comp Incomp Avail Active View Edit';
	grid-template-columns: auto 100px 60px 50px 60px 50px 50px 50px 50px;
}

.ClientCodes.Table.Row.hiddenform{
	grid-template-areas: 'Instrument Quantity Comp Incomp Avail Active Update';
	grid-template-columns: auto 150px 50px 60px 50px 50px 100px;
}
.ClientCodes.Table.Row.hiddenform .Col23{
	text-align: right;
}
.ClientCodes.Table.Row.Data:nth-of-type(odd) {
    background-color: #eeeeff;
}
.ClientCodes.Table.Row.Data:nth-of-type(even) {
    background-color: #d0d0ff;
}
.ClientCodes.Archived.Table.Row{
	background-color: #808080;
}
.ClientCodes.Table.Row.SpanHeader{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #4080ff;
	background-image: linear-gradient(to right, #2040ff , #4080ff);	
}
.ClientCodes.Table.Row.SpanHeader a{
	color: #ffffff;
	text-decoration: underline;
}
.ClientCodes.Archived.Table.Row.Header{
	background-color: #8080FF;
	background-image: none;	
}


.ClientCodes.Archived.Table.Row.SpanHeader{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #8080FF;
	background-image: none;
	
}
.ClientCodes.Archived.Table.Row.SpanHeader .red{
	color: #FF0000;	
}
.ClientCodes.Table.Row a div.Link,
.ClientCodes.Table.Row a.EditOpen div{
	border: 1px solid #404040;
	margin: 0px 5px 0px 5px;
	display: inline-block;
	padding: 0px 5px 0px 5px;
	background-color: #e0e0e0;
	border-radius: 5px;
}
.ClientCodes.Table.Row a:hover > div.Link,
.ClientCodes.Table.Row a.EditOpen:hover > div{
	background-color: #d0d0d0;
}
.ProfilesCodeList.Table.Row{
	grid-template-areas: 'Instrument Name Date L1 L2 R1 R2 Q1 Q2 PDF';
	grid-template-columns: 130px auto 100px 30px 30px 30px 30px 30px 30px 190px;
}
.ProfilesCodeList.Table.Row.Data:nth-child(odd) {
    background-color: #eeeeff;
}
.ProfilesCodeList.Table.Row.Data:nth-child(even) {
    background-color: #d0d0ff;
}
.ProfilesCodeList.Table.Row.Data .red{
	color: #FF0000;
}
.ProfilesCodeList.Table.Row.Data .green{
	color: #00FF00;
}

.GroupProfilesList.Table.Row{
	grid-template-areas: 'Sel Instrument Name Date L1 L2 R1 R2 Q1 Q2 Client';
	grid-template-columns: 50px 130px auto 100px 30px 30px 30px 30px 30px 30px 250px;
}
.GroupProfilesList.Table.Row.Data:nth-child(odd) {
    background-color: #eeeeff;
}
.GroupProfilesList.Table.Row.Data:nth-child(even) {
    background-color: #d0d0ff;
}
.GroupProfilesList.Table.Row.Data .red{
	color: #FF0000;
}
.GroupProfilesList.Table.Row.Data .green{
	color: #00FF00;
}


.BulkProfilesList.Table.Row{
	grid-template-areas: 'Sel Name Date Instrument L1 L2 R1 R2 Q1 Q2';
	grid-template-columns: 50px auto 100px 130px 30px 30px 30px 30px 30px 30px;
}
.BulkProfilesList.Table.Row.Data:nth-child(odd) {
    background-color: #eeeeff;
}
.BulkProfilesList.Table.Row.Data:nth-child(even) {
    background-color: #d0d0ff;
}
.BulkProfilesList.Table.Row.Data .red{
	color: #FF0000;
}
.BulkProfilesList.Table.Row.Data .green{
	color: #00FF00;
}

.BulkProfilesDownloads.Table.Row{
	grid-template-areas: 'Date Num Link';
	grid-template-columns: 200px 80px auto;
}
.BulkProfilesDownloadsv.Table.Row.Data:nth-child(odd) {
    background-color: #eeeeff;
}
.BulkProfilesDownloads.Table.Row.Data:nth-child(even) {
    background-color: #d0d0ff;
}

.ConsultantData.Table.Row{
	grid-template-areas: 'Col1 Col2';
	grid-template-columns: 100px auto;
}

.ConsultantData.Table.Row input[type=email]{
	max-width: 400px;
	width: 100%;
}
.ConsultantData.Table.Row input[type=text]{
	max-width: 400px;
	width: 100%;
}
form#Update_consultant_data input#submit{
	margin-top: 10px;
}

.bdouter {
	display: inline-block;
	position: relative;
	width: 100%;
}
.bdprogress{
	height: 20px;
	width: 100%;
	border: 1px solid #808080;
	border-radius: 20px;
}
.bdmessages{
	margin-top: -20px;
	height: 20px;
	width: 100%;
	text-align: center;
}
.bdprogress .bar{
	background-color: #80FF80;
	height: 20px;
	border-radius: 20px;

}


.ProfilesList.Table.Control a span.Link.Right{
	margin-right: 5px;
}

.ProfilesList.Table.Row{
	grid-template-areas: 'Instrument Name Date Client  L1 L2 R1 R2 Q1 Q2 PDF';
	grid-template-columns: 130px auto 100px 250px 30px 30px 30px 30px 30px 30px 190px;
}
.ProfilesList.Table.Row.Data:nth-child(odd) {
    background-color: #eeeeff;
}
.ProfilesList.Table.Row.Data:nth-child(even) {
    background-color: #d0d0ff;
}
.ProfilesList.Table.Row.Data .red{
	color: #FF0000;
}
.ProfilesList.Table.Row.Data .green{
	color: #00FF00;
}


.ProfilesSearchList.Table.Row{
	grid-template-areas: 'Instrument Name Date Client  L1 L2 R1 R2 Q1 Q2 PDF';
	grid-template-columns: 130px auto 100px 250px 30px 30px 30px 30px 30px 30px 190px;
}
.ProfilesSearchList.Table.Row.Data:nth-child(odd) {
    background-color: #eeeeff;
}
.ProfilesSearchList.Table.Row.Data:nth-child(even) {
    background-color: #d0d0ff;
}
.ProfilesSearchList.Table.Row.Data .red{
	color: #FF0000;
}
.ProfilesSearchList.Table.Row.Data .green{
	color: #00FF00;
}


#Update_Report_Image div{
display: flex;
 align-items: center;
 }