a {
	text-decoration: none;
	color: #0088ce;
	padding: 2px;
	display: inline-block;
	border-radius: 2px;
	}
a:hover, .item-hover {
	color: #1773BB;
	background-color: #f6f9f8;
	}

.tabs span.eq {
	border: 1px solid #b5e0b2;
	}	
.search-div-eq {
	background: #b5e0b2 !important;
	}	

/* CSS Document */

body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

body,
html{
	height: 100%;
}

/* common controls and form elements */
	
input, textarea, select {
	color: #1f1f1f;
	font-size: 12px;
	box-shadow: none;
	border: 1px solid #dae1e1;
	border-radius: 0px;
	padding: 5px;
	}
option .first-option {
	color: #808080;
	}	
input[type="checkbox"] {
	margin-right: 5px;
	}
		
.label, .label-checkmark {
	color: #434c50;
	font-size: 13px;
	}
.label-checkmark {
	padding-right: 10px;
	}	
.label-small {
	color: #808080;
	font-size: 10px;
	}

.title {
	color:#fff;
	font-family:"Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size:22px;
	font-weight:200;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-left: 20px;
	}	
	
.input-signin-code input  {
	font-size: 16px;
	background: transparent;
	padding: 8px;
	width: 350px;
       z-index: 110;
	}

.input-signin-username input, .input-signin-password input {
	font-size: 16px;
	background: transparent;
	padding: 8px;
	width: 250px;
       z-index: 110;
	}
	.qr_code-div img {
		max-width: 200px;
		}
	.label-signin, .label-signin-username, .label-signin-password, .label-signin-code  {
		position: absolute;
		top: 10px;
		left: 10px;
		color: #b8b8b8;
		font-size: 16px;
		}
	.input-signin-username, .input-signin-password  {
		position: relative;
		top: 0px;
		left: 0px;
		}

.input-signin-username, .input-signin-password  {
	position: relative;
	top: 0px;
	left: 0px;
	}
	.qr_code-div img {
		max-width: 200px;
		}
	.label-signin, .label-signin-username, .label-signin-password, .label-signin-code  {
		position: absolute;
		top: 10px;
		left: 10px;
		color: #b8b8b8;
		font-size: 16px;
		}
	.input-signin-username, .input-signin-password  {
		position: relative;
		top: 0px;
		left: 0px;
		color: #b8b8b8;
		font-size: 16px;
              z-index: 100;
		}
.ham-menu {
	position: absolute;
	top: 5px;
	left: 18px;
	}
.ham-menu img {
	width: 30px;
	}
	.access-card-div {
		display: inline-block;
		text-align: center;
		min-width: 54px;
		}
	.access-card {
		height: 40px;
		vertical-align: middle;
		margin-right: 15px;
		}
	.access-card-sub {
		height: 15px;
		vertical-align: middle;
		margin-right: 70px;
		}
	
.menu {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	color: #f6f6f6;
	background: #434c50;
	border-radius: 3px;
	z-index: 3000;
	}
.hover {
	cursor: pointer;
	}	
.action-but {
	display: inline-block;
	color: #434c50;
	background: #f6f9f8;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #dae1e1;
	border-radius: 3px;
	}
.action-but:hover {
	color: #1773bb;
	border: 1px solid #28A9E1;
	cursor: pointer;
	}
.image-but {	
	display: inline-block;
	text-align: center;
	color: #697374;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 3px;
	margin-left: 10px;
	}
.image-but:hover {	
	background: #f6f9f8;
	border: 1px solid #eef2f2;
	}
.image-but img {
	height: 20px;
	vertical-align: text-bottom;
	}		
	
.tabs {
	position: relative;
	color: #808080;
	background: #eef2f2;
	border: 1px solid transparent;
	width: 100%;
	padding: 0;
	overflow: hidden;
	z-index: 600;
	}	
	.tabs span.spacer-tab {
		width: 40px;
		}
	.message-tab {
		position: relative;
		border-right: 0px !important;
		text-align: left !important;
		margin-left: 69px;
		padding: 10px 30px 10px 10px;
		border-left: 1px solid #dae1e1;
		}	
	.tabs div#search-but, .alert-head div#search-but {
		position: absolute;
		top: 11px;
		left: 22px;
		}
	.tabs div#search-but img {
		height: 20px;
		}
	.tabs span {
		border-bottom: 2px solid transparent;
		border-right: 1px solid #dae1e1;
		padding: 8px 10px;
		display: inline-block;
		min-width: 20px;
		text-align: center;
		}
		.tabs span.selected {
				color: #1f1f1f;
				border-bottom: 2px solid #28A9E1;
			}
		.reg-tab:hover, .custom-tab:hover {
				color: #f6f9f8;
				background: #dae1e1;
				cursor: pointer;
			}
		.last-tab {
			margin-right: 25px;
			border-right: 1px solid transparent !important;
			}	
		.custom-tab-drop {
				color: #fff;
				background: #0088CE;
			}
		.tab-drop-stop {
				color: #fff;
				border: 1px solid #0088CE;
			}
		.tab-drop-start {
				color: #15B7E8;
				background-color: #fff;
				border: 1px solid #0088CE;
				border-right: 1px solid #0088CE;
			}
		.tabs span#tab-new {
			position: relative;
			border: 0;
			}
			#tab-new img {
				position: absolute;
				top: 3px;
				width: 22px;
				}

.menu-label {
	color: #b8b8b8;
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.menu-option {
	padding: 7px 10px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.menu-option a {
	color: #ffffff;
}

.menu-option a:hover{
       background: #59656a;
}

.menu-open {
	cursor: pointer;
	}	
.menu-option:hover, .menu-option-mark:hover {
	background: #59656a;
	border-radius: 2px;
	cursor: pointer;
	}
.menu-option-mark {
	position: relative;
	padding: 7px 20px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.menu-option-mark a {
	color: #ffffff;
       }
.menu-option-mark a:hover {
       background: #59656a;
       }
	img.menu-mark, img.menu-mark-2 {
		display: none;
		position: absolute;
		top: 7px;
		left: 0px;
		width: 16px;
		}
	img.menu-mark-2 {
		display: block;
		top: 17px;
		}	
.menu-separator {
	border-top: 1px solid #626e72;
	height: 5px;
	margin-top: 5px;
	}	

.content {
	position: relative;
	}

/* dialog */

.dialog {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	z-index: 2000;
	}
.dialog-title {
	color: #949494;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	border-bottom: 1px solid #dae1e1;
	}
.dialog-content {
	padding: 15px;
	}	
.dialog-title:hover {
	cursor: move;
	}
	
.dialog .close-but {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 20px;
	cursor: pointer;
	z-index: 2001;
	}

/* lists */

.list {
	margin-right: 20px;
	}
.list-title {
	color: #434c50;
	font-size: 14px;
	margin-bottom: 5px;
	}
.list-div {
	height: 50px;
	overflow: auto;
	}	
.list-item {
	color: #0088ce;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	white-space: nowrap;
	}

/*new*/
body{
	font-family: 'Source Sans Pro', sans-serif;
  	overflow-x:hidden;
  	position: relative;
  	margin: 0;
}

.mast-title,
input{
font-family: 'Source Sans Pro', sans-serif;
}

*{
  box-sizing:border-box;
}

/*grid*/
.hl-container{
	max-width: 1340px;
	margin: 0 auto;
}

.hl-row{
	margin-left: -15px;
	margin-right: -15px;
}

.hl-col{
	padding-left: 15px;
	padding-right: 15px;	
  width:100%;
}

@media(min-width:992px){
	body{
		padding-bottom: 190px;
	}
	.hl-row{
	  display:flex;
	  flex-wrap:wrap;
	}
  .hl-col-md-45{
    width: 45%;
    flex:0 0 45%;
  }
  
  .hl-col-md-55{
    width: 55%;
    flex:0 0 55%;
  }

  .hl-col-md-33{
    flex:0 0 33.333%;
    width:33.333%;
  }
  .hl-col-md-40{
    flex:0 0 40%;
    width:40%;
  }
  .hl-col-md-20{
    flex:0 0 20%;
    width:20%;
  }
}

/*header*/
#branding-namclient{
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 15px;
}
#masthead-namclient{
	background: #003087;
}

.mast-title{
	font-weight: bold!important;
	letter-spacing: 0!important;
	margin-left: 25px!important;
}

.tabs{
	background: #F2F4F9;
	margin-bottom: 40px;
}

#nam-login-tabs-div{
	max-width: 1370px;
	padding: 0 15px;
	margin: 0 auto!important;
	border-left: 0!important;
}

#globalMessage{
	padding: 17px 0!important;
	font-size: 18px;
	color: #333333;
}

/*content*/
.hl-grey-bg{
	background: #F2F4F9;
	padding: 15px;
}

.hl-content-block{
	background: #fff;
	padding: 15px;
	height: 100%;
	margin-bottom: 15px;
}

.hl-col-md-45 .hl-content-block{
	background: transparent;
}

@media(min-width: 992px){
	.hl-grey-bg{
		padding: 30px;
	}

	.hl-content-block{
		padding: 30px;
		margin: 0;
	}
}

/*form*/
.signin-div img{
	display: none;
}

.signin-div{
	margin-bottom: 25px;
}

.closure-but{
	float: right;
}

.access-card-label-onwhite{
	font-size: 18px;
	line-height: 28px;
	color: #003087;
	font-weight: bold;
}

input[type="text"],
input[type="password"]{
	padding: 15px;
	border: 1px solid #7F97C3;
	width: 100%;
}

.input-signin-username label,
.input-signin-password label{
	display: block;
	color: #333333;
	margin-bottom: 15px;
	display: none;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder{
	color: #B7C3D9;
	font-size: 16px;
}

.nam-signin-but{
	min-width: 120px;
	padding: 8px 20px;
	border: 1px solid #7F97C3;
	font-size: 16px;
	border-radius: 0;
	background: transparent;
	color: #003087;
	float: right;
}

.nam-signin-but:hover{
	background: #003087;
	border-color: #003087;
	color: #fff;
}

.hl-password{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	cursor: pointer;
}

.hl-password a{
	text-decoration: underline;
	font-size: 16px!important;
	color: #003087;
}

.hl-password a:hover{
	background: transparent;
	text-decoration: underline;
}

.hl-advise p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.hl-advise span{
	font-size: 18px;
	color: #003087;
	margin-bottom: 10px;
}

.hl-advise a{
	color: #003087;
	text-decoration: underline;
}

.hl-advise a:hover{
	color: #7F97C3;
	background: transparent;
}

@media(992px){
	.input-signin-username label,
	.input-signin-password label{
		display: block;
	}
}

@media(min-width: 1340px){
	.hl-password{
		width: auto;
		margin-top: 10px;
	}
}

/*footer*/
.hl-footer{
  width:100%;
  background:#EFEFF0;
  padding:60px 0;
  margin-top: 60px;
  z-index: 100;
}

.hl-footer .hl-container{
	max-width: 1370px;
	padding: 0 15px;
}


.hl-footer a{
  color:#003087;
}

.hl-footer a:hover{
	background: transparent;
	text-decoration: underline;
}

.hl-footer span{
  font-size:14px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.hl-footer ul{
  padding:0;
  text-align: center;
}

.hl-footer li{
  list-style:none;
  display:inline-block;
  font-size:14px;
}

.hl-footer .hl-social{
  text-align:center;
  width:100%;
}

.hl-footer .hl-social span{
  font-size:20px;
  color:#707276;
  display:block;
}

.hl-footer .hl-social-icons{
	margin-left: 15px;
}

.hl-footer .hl-social-icons a{
  font-size: 35px;
  margin: 0 15px;
  color:#003087;
}

.hl-footer .hl-social-icons a:hover{
  text-decoration: none;
  color: #7F97C3;
}

@media(min-width: 992px){
	.hl-footer{
		position: relative;
		bottom: calc(0% - 34px);
	  padding: 25px 0;
	}
	.hl-footer .hl-row{
		align-items: center;
	}

	.hl-footer span{
		text-align: left;
		margin-bottom: 0;
	}
	.hl-footer ul{
	  text-align:right;
	}
	.hl-footer li{
  	margin-left:50px;
	}
	.hl-footer .hl-social span{
		text-align: center;
		margin-bottom: 15px;
	}
}
