/*
   Portal style
*/
/*===============================
 theme skype
=================================*/
.theme-skype #headerNav {
	background-color: #0874AA;
}

.theme-skype #headerNav a.dropdown-toggle {
	background-color: #0874AA;
}

.theme-skype #sidebar {
	background-color: #0874AA;
	color: #fff;
}

.theme-skype #sidebar .sidebarToggleBtn {
	border: 1px solid #1164A3;
	color: #000;
    background-color: #1164A3;
}

.theme-skype #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1164A3; 
}

.theme-skype #sidebar ul li a:hover {
    color: #fff;
    background: #1164A3;
}

/*===============================
 theme slack
=================================*/

.theme-slack #headerNav {
	background-color: #1F0020;
}
.theme-slack #headerNav a.dropdown-toggle {
	background-color: #1F0020;
}
.theme-slack #sidebar {
	background-color: #3F0E40;
	color: #fff;
}
.theme-slack #sidebar .sidebarToggleBtn  {
	border: 1px solid #1F0020;
	color: #000;
	background-color: #1F0020;
}
.theme-slack #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1164A3; 
}
.theme-slack #sidebar ul li a:hover {
    color: #fff;
    background: #1164A3;
}
/*==========================
 theme light
============================*/

.theme-light #headerNav {
	background-color: #fff;
	color: #007aa3;
	border-bottom-width:2px;
    border-bottom-color: gray;
    border-bottom-style: solid;
}
.theme-light #headerNav a.dropdown-toggle {
	background-color: #fff;
}
.theme-light #headerNav .navbar-brand {
	background-image: url(../images/HealthLink_Cyan.png) ;
}

.theme-light #sidebar {
	background-color: #f7f7f8;
	color: #007aa3;
}

.theme-light #sidebar .newMessageIcon {
    background-image: url(../images/new_message_blue.svg);
}

.theme-light #sidebar .inboxIcon {
    background-image: url(../images/inbox_blue.svg);
}

.theme-light #sidebar.narrow .inboxIcon.unread {
    background-image: url(../images/inbox_unread_blue.png);
}

.theme-light #sidebar .sentIcon {
    background-image: url(../images/sent_blue.svg) ;
}

.theme-light #sidebar .draftsIcon {
    background-image: url(../images/drafts_blue.svg);
}

.theme-light #sidebar .sidebarToggleBtn {
	border: 1px solid #e6e6e6;
	color: #000;
    background-color: #f7f7f8;
}

.theme-light #sidebar .toggle-icon {
	background-image: url(../images/chevrons-left_blue.svg);
}

.theme-light #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #ff751b;
    background: #fff; 
}

.theme-light #sidebar ul li a:hover {
    color: #ff751b;
    background: #fff;
}


/*=========================================
	IE specific 
===========================================*/

.ie #sidebar .sidebarIcon {
	background-position: center center; 
}

.ie #sidebar .sideBarMenuLabel {
	vertical-align: top;
}


/*==================================
body and nav bar
===================================*/
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fafafa;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
	padding: 0px 1rem;
    border: none;
    border-radius: 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	/*
	*/
	background-color: #017aa3;
	height:50px;
}

#headerNav a.dropdown-toggle {
	background-color: #017aa3;
}

#headerNav .navbar-brand {
	/*  
	background: url(../images/HL_logo.png) center center no-repeat;
	*/
	background: url(../images/HealthLink_White.png) center center no-repeat;
	background-size: 168px 34px;
	height: 34px;
    width: 168px;
}

i,
span {
    display: inline-block;
}
/*
#headerMenu a.nav-link {
    color: #fff;
   
}
*/
.content-title{
	font-size: 1.2em;    
    font-weight: bold;
    color: #FF751B;  
	margin: 1px 0px 0px 15px;	
}

.search-header {
	margin: 1px 0px 0px 15px;
	font-size: 1.0rem;    
    color: #007AA3;     
 }

#body-row {
	/*
	*/
    margin-left:0;
    margin-right:0;
}

.sticky-offset {
    top: 50px;
}

.progress {
	visibility: visible;
	background: url('progress.gif') right bottom no-repeat;
	padding-right: 25px;
}

/*====================
  referral view
======================*/
#referralViewMenu {
  background-color: #E8E9EA;
}
#referralViewMenu  li.nav-item a {
  color: #007aa3; 
  font-size: 0.8rem;
}

#referralViewMenu  li a.active {
  color: #FF751B !important;
  font-size: 0.8rem;
}

#referralViewMenu  li a img{
  width: 16px;
  height: 16px;
}

#referralViewMenu  .nav-item {
  text-align: left;
}
  
#referralViewMenu  li a span {
  margin-left: 10px;
}

#referralViewHeaderInfoTitle {
	color: #FF751B;
    font-size: 1.0rem;
    font-weight: bold;
    padding:5px 0px 0px 10px;
}

#referralViewHeaderInfo {
	font-size: 0.9rem;
}
.refeerralViewHeaderLabel {
	color: #ACADAF;
	padding-left:5px;
}

.iframeFull {
	width: 100%; 
	height: 100%;
	position: absolute; 
	border: 0;

}

.requiredField {
    color: #f00;
}

/* this is for sidebar icon. not used for now. as IE does not support this */
.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
.wrapper {
    display: flex;
    align-items: stretch;
}
----------------------------------------------------- */


#sidebar {
    min-width: 160px;
    max-width: 160px;
    background-color: #017aa3;  /*#7386D5*/
    color: #fff;
    transition: all 0.3s;
    min-height: calc(100vh - 50px);   
    padding: 0;
}

#sidebar .sideBarMenuLabel {
	display: inline;
	vertical-align: text-bottom;
}

#sidebar.narrow {
    min-width: 60px;
    max-width: 60px;
}

#sidebar.narrow .sideBarMenuLabel {
	display: none;
}

#sidebar ul.components {
    padding: 40px 0 0 0;
   /* border-bottom: 1px solid #47748b;*/
}

#sidebar ul li a {
    padding: 10px;
	font-size:0.9em;
	display: block;
	text-align: left;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #278eb1;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #278eb1; /*#6d7fcc;*/
}

#sidebar .sidebarIcon {
	background-repeat: no-repeat;
	background-position: center bottom; 
	background-size: 20px;
	height: 24px;
    width: 24px;
}

#sidebar .newMessageIcon {
    background-image: url(../images/new_message.svg);
}

#sidebar .inboxIcon {
    background-image: url(../images/inbox.svg);
}

#sidebar.narrow .inboxIcon.unread {
    background-image: url(../images/inbox_unread.png);
}


#sidebar .sentIcon {
    background-image: url(../images/sent.svg) ;
}

#sidebar .draftsIcon {
    background-image: url(../images/drafts.svg);
}

.sidebarToggleBtn {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    height: 40px;
    cursor: pointer;
	/* border: none; */
	border: 1px solid #278eb1;
	width: 100%;
	color: #fff;
	background-color: #278eb1;
}

.sidebarToggleBtn:focus {
	outline:0;
}

#sidebar.narrow .toggle-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#sidebar .toggle-icon {
    background: url(../images/chevrons-left.svg) center center no-repeat;
	background-size: 15px;
	height: 20px;
    width: 20px;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


@media (max-width: 991.98px) {
   #headerMenu.navbar-collapse { 
		background:#017aa3;  
		height: 200px;
		padding: 0px;
		z-index: 1030;
	} 
}
@media (max-width: 1079.98px) {
    #sidebar {
        min-width: 60px;
        max-width: 60px;
	}

	#sidebar .sideBarMenuLabel {
		display: none;
	}
    
    #sidebar ul li a {
		padding: 20px 10px;
		margin-left: 5px;
	}
}


/*-------------------------------------------------------
	login page
--------------------------------------------------------*/
.login-bg {
	background: url('../images/login-bg.jpg') center center no-repeat;
	width: 100%;
	height: calc(100vh - 50px);
    background-size: 100%;
}

.login-form-container {
	position: absolute;
	top: 15vh;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #000;
}

@media (max-width: 575.98px) { 
    .login-bg {
        background-size: 300%;
    }
}