
/* Header */

.main-header {
  position: relative;
  z-index: 2;
  height: 76px;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}
.main-header img {
  text-align: center;
}
#menu_right {
  width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#menu_left {
  margin-top: 32px;
  z-index: 99;
}
.tabs-justify{
	float: right;
}
.bold{
  font-weight: bold;
}
.panel-section{
    margin-bottom: 20px;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:visited,
.navbar-default .navbar-toggle:focus {
  background: white;
}
.navbar-fixed-top{
  z-index: 998 !important;
}
.navbar-fixed-bottom{
  z-index: 999 !important;
}
.menu-link {
  width: 247px;
}
.menu-link:hover .title {
  color: #ffffff;
}
.hover-target,
.hover-target2,
.hover-target3,
.hover-target4,
.hover-target5 {
  position: absolute;
  display: table;
  width: 247px;
  height: 40px;
  background: white;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.hover-target:hover {
  background: #77B800;
}
.hover-target2:hover {
  background: #64B1BC;
}
.hover-target3:hover {
  background: #644B78;
}
.hover-target4:hover {
  background: #0078C9;
}
.hover-target5:hover {
  background: #F19F53;
}
.icon-container {
  display: table-cell;
  width: 60px;
  height: 40px;
  background-color: #77B800;
}
.background-turquoise {
  background-color: #64B1BC;
}
.background-purple {
  background-color: #644B78;
}
.background-blue {
  background-color: #0078C9;
}
.background-orange {
  background-color: #F19F53;
}
.icon {
  display: block;
  margin: 9px 0 0 26px;
  width: 24px;
  height: 24px;
  background-image: url(../assets/directory-white.png);
  background-repeat: no-repeat;
}
.icon2 {
  display: block;
  margin: 9px 0 0 26px;
  width: 24px;
  height: 24px;
  background-image: url(../assets/videoconference-white.png);
}
.icon3 {
  display: block;
  margin: 9px 0 0 26px;
  width: 24px;
  height: 24px;
  background-image: url(../assets/econsult-white.png);
}
.icon4 {
  display: block;
  margin: 9px 0 0 26px;
  width: 24px;
  height: 24px;
  background-image: url(../assets/scheduling-white.png);
}
.icon5 {
  display: block;
  margin: 9px 0 0 26px;
  width: 24px;
  height: 24px;
  background-image: url(../assets/learning-white.png);
}
.title {
  position: absolute;
  top: 7px;
  left: 70px;
  color: #77B800;
  font-size: 18px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.turquoise {
  color: #64B1BC;
}
.purple {
  color: #644B78;
}
.blue {
  color: #0078C9;
}
.orange {
  color: #F19F53;
}
.user-account-green{
  color: #77B800;
  text-align: center;
  font-weight: 300;
}

.user-account-green-link{
  z-index: 10;
  position: relative;
  text-decoration: underline;
}
.user-account-link-padding{
  padding-top: 1px;
  padding-right: 10px;
}
.uparrow-border {
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: dashed dashed solid;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, .2);
}
.uparrow-white {
  position: absolute;
  top: -7px;
  left: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: dashed dashed solid;
  border-color: transparent;
  border-bottom-color: #fff;
}
.animate-nav {
  position: relative;
  width: auto;
}
.nav-icon {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: bottom, opacity;
  -moz-transition: bottom, opacity;
  -o-transition: bottom, opacity;
  transition: bottom, opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.nav-text {
  position: relative;
  top: 2px;
  opacity: 1;
  -webkit-transition: top, opacity, colour;
  -moz-transition: top, opacity;
  -o-transition: top, opacity;
  transition: top, opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.animate-nav:hover .nav-icon {
  bottom: 3px;
  opacity: 1;
  -webkit-transition: bottom, opacity;
  -moz-transition: bottom, opacity;
  -o-transition: bottom, opacity;
  transition: bottom, opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.animate-nav:hover .nav-text {
  top: -5px;
  color: #77B800;
  opacity: 0;
  -webkit-transition: top, opacity, colour;
  -moz-transition: top, opacity;
  -o-transition: top, opacity;
  transition: top, opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 9px;
}
.navbar-default {
  z-index: 1;
  border-color: #e7e7e7;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #0078C9;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #77B800;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #77B800;
  background-color: transparent;
  color: #77B800;
  padding: 10px 20px;
  margin: 0 20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0078C9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #77B800;
  background-color: transparent;
  color: #77B800;
}
.navbar-collapse {
  padding: 0;
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar-collapse .dropdown-menu > li > a{
  margin: 0 !important;
  text-align: center;
}
.help-link {
  position: absolute;
  top: 10px;
  right: 20px;
}
.help-link:hover,
.help-link:active,
.help-link:focus {
  color: #77B800;
  text-decoration: none;
}
.nav-divider {
  margin: 0;
}
.navbar {
  display: block;
  margin: 0;
}
.responsive-menu {
  position: absolute;
  top: 9px;
  left: 38px;
  color: #0078C9;
  font-size: 16px;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none !important;
  background-color: transparent !important;

  -webkit-appearance: none;
}
.navbar-toggle:active {
  outline: none !important;

  -webkit-appearance: none;
}
.custom-toggle-style {
  padding: 10px 0 0 12px;
  width: 90px;
  height: 30px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #eee;
  margin-left: 10px;
}
.RSS-panel-icon {
  display: inline-block;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background-image: url(../assets/RSS-panel-icon.png);
  background-repeat: no-repeat;
}
.RSS-panel-icon:hover,
.RSS-panel-icon:active,
.RSS-panel-icon:focus {
  background-position: bottom;
}
.rss-panel ul li a{
  display: block;
  color: #717073;
  font-size: 14px;
  margin: 0px 0px 10px;
}
.help-container {
  display: inline-block;
  position: absolute;
  padding-top: 3px;
  margin-left: -40px;
  height: 31px;
}
.no-min-width {
  min-width: 0;
}
.system-status {
  display: inline-block;
  position:relative;
  width:12px;
  height:12px;
  border-radius:50%;
}
.hidden {
  display: none;
}
.online {
  background-image: url(../assets/status_online.jpg);
}
.offline {
  background-image: url(../assets/status_offline.jpg);
}
.busy {
  background-image: url(../assets/status_busy.jpg);
}
.spinner {
  background-image: url(../assets/status-spinner.gif);
}

/* Panel */
.cd-primary-nav{
  position: fixed;
  right: 0;
  top: 76px;
  bottom: 40px;
  width: 300px;
  padding: 0;
  transform: translateX(101%);
  transition-property: transform;
  transition-duration: 0.4s;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.cd-primary-nav > li:nth-last-child(3){
  margin-top: 15px;
}
.cd-primary-nav.is-visible {
  transform: translateX(0%);
}
.cd-primary-nav ul {
  padding: 0px;
}
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: 80px;
  width: 100%;
  transition: background-color 0.3s;
}
 
.cd-header.is-fixed {
  /* when the user scrolls down, we hide the header right above the viewport */
  position: fixed;
  top: -80px;
  background-color: rgba(2, 23, 37, 0.96);
  transition: transform 0.3s;
}
 
.cd-header.is-visible {
  /* if the user changes the scrolling direction, we show the header */
  transform: translate3d(0, 100%, 0);
}
.nav-status-online{
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-image: url(../assets/status_online.jpg);
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 15px;
  margin-left: 6px;
}
.nav-status-busy{
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-image: url(../assets/status_busy.jpg);
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 15px;
  margin-left: 6px;
}
.nav-status-offline{
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-image: url(../assets/status_offline.jpg);
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 15px;
  margin-left: 6px;
}
.nav-username{
  font-size: 18px;
  color: #77B800;
  margin: 15px 0px 10px 20px;
}
.nav-link{
  display: block;
  font-size: 14px;
  margin: 0 0 10px 20px;
}
.nav-link:hover, .rss-panel ul li a:hover{
  color: #77B800;
  text-decoration: none;
}
.nav-profile-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-profile-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-program-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-program-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-account-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-account-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-services-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-services-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-delegations-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-delegations-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-signout-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-logout-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-favourite-program-icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../assets/nav-favourite-program-icon.png);
  background-repeat: no-repeat;
  vertical-align: inherit;
  margin-right: 10px;
}
.nav-program-wrapper{
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  padding: 10px 25px;
}
.nav-program-wrapper a:last-child{
  margin-bottom: 0;
}
.nav-program-wrapper > .nav-link{
  margin-left: 0;
}
.program-subhead{
  color: #5db1bc;
}
.nav-heading{
  font-size: 18px;
  color: #0279cf;
  margin: 15px 10px 10px 20px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  /*text-transform: uppercase;*/
}
.nav-heading h5{
  font-size: 18px;
  color: #0279cf;
}
.nav-subheading{
  font-size: 16px;
  color: #0279cf;
  margin: 15px 0px 10px 20px;
  text-transform: initial;
}
.nav-connect-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-connect-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-case-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/nav-case-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-people-icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../assets/nav-favourite-people-icon.png);
  background-repeat: no-repeat;
  vertical-align: inherit;
  margin-right: 10px;
}
.nav-site-icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../assets/nav-favourite-site-icon.png);
  background-repeat: no-repeat;
  vertical-align: inherit;
  margin-right: 10px;
}
.favourite-name-wrapper{
  display: inline-block;
  color: #428bca;
  font-size: 13px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.favourite-name-wrapper span{
  display: block;
  font-size: 13px;
  color: #999999;
}
.favourites-action-indicator{
  font-size: 15px;
  vertical-align: middle;
  color: #999999;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.nav-link:hover > .favourites-action-indicator{
  color: #0279cf;
}
.nav-link:hover > .favourite-name-wrapper{
  color: #0279cf;
}
.favourite-action-panel{
  display: inline-block;
  position: absolute;
  height: 45px;
  weight: 100px;
  background-color: #428bca;
  transform: translateX(230%);
  transition-property: transform;
  transition-duration: 0.4s;
  top: -6px;
}
.favourite-action-panel.is-visible{
  transform: translateX(18%);
}
.favourite-action-case{
  background-image: url(../assets/favourite-action-case.png);
}
.favourite-action-case-disabled{
  background-image: url(../assets/favourite-action-case-disabled.png);
}
.favourite-action-video{
  background-image: url(../assets/favourite-action-video.png);
}
.favourite-action-more{
  background-image: url(../assets/favourite-action-more.png);
}
.favourite-action-close, .favourite-action-rename, .favourite-action-view, .favourites-action-delete, .favourite-action-case, .favourite-action-case-disabled, .favourite-action-video, .favourite-action-more{
  display: inline-block;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  margin: 0px;
  padding: 0px;
}
.favourite-name-push{
  position: relative;
  transform: translateX(-100%);
  transform: translateX(-50%);
  transition-property: transform;
  transition-duration: 0.4s;
}
.cd-primary-nav.is-visible li{
  position: relative;
  list-style: none;
}
.favourite-action-panel .dropdown{
  display: inline-block;
}

/* Tab Navigation */
.nav-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-tabs > li {
  margin-right: 0;
  margin-left: 0;
  width: 76px;
  height: 76px;
  border-bottom: 1px solid #e7e7e7;
}

.nav-tabs > li > a,
.nav-tabs > li > a:active {
  display: block;
  /* border-left: 1px solid #e7e7e7; */
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.nav-tabs > li.active,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 0;
}

.tab-icon {
  position: relative;
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background-position: top;
  background-repeat: no-repeat;
  margin: 20px;
}

.tab-icon:hover,
.tab-icon.active {
  /* background-position: bottom; */
}

.video-status {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.tab-status {
  display: inline-block;
  margin: 22px;
}

.list-status {
  position: absolute;
  left: 32px;
  top: 26px;
}

[data-video-status="online"] {
  background-image: url(../assets/status_online.jpg);
}
[data-video-status="busy"] {
  background-image: url(../assets/status_busy.jpg);
}
[data-video-status="offline"] {
  background-image: url(../assets/status_offline.jpg);
}
[data-video-status="unSupported"] {
  background-image: url(../assets/status_offline.jpg);
}
[data-video-status="spinner"] {
  background-image: url(../assets/status-spinner.gif);
}

.tab-animation > .tab-content > .tab-pane.active-remove-active {
  opacity: 10;
}

.username-style:hover,
.username-style:focus {
  color: #77B800;
  text-decoration: none;
}

.tab-content-message {
  margin-top: 50px;
  color: #717073;
  text-align: center;
}
.tab-content-message p{
  margin: 0;
  line-height: 24px;
}

.tab-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.favourite-action-case{
  background-position: center center;
  width:30px;
  height:30px;
  position:relative;
  overflow:auto;
  margin:10px 0px 10px 15px;
  vertical-align: middle;
  float: left;
}
.favourite-action-case-disabled{
  background-position: center center;
  width:30px;
  height:30px;
  position:relative;
  overflow:auto;
  margin:10px 0px 10px 15px;
  vertical-align: middle;
  float: left;
}

.favourite-action-video {
  background-position: center center;
  width: 30px;
  height: 30px;
  overflow: auto;
  position: relative;
  margin: 10px 15px;
  vertical-align: middle;
  float: left;
}
.favourite-action-case:hover, .favourite-action-video:hover, .favourite-more:hover, .favourite-action-case-disabled:hover{
  opacity: 0.6;
}
/* Help Panel */

.quick-links, .whats-new {
  padding: 30px 20px 20px;
}
.quick-links h5, .whats-new h5 {
  position: relative;
  top: -5px;
  display: block;
  margin: -25px -30px 0 -30px;
  padding: 10px 30px;
  color: #fff;
  background-color: #77B800;
  font-weight: 400;
  font-size: 20px;
}
.quick-links ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0 0;
}
.quick-links li {
  margin: 0 0 10px 0;
}
.quick-links a {
  color: #717073;
}
.quick-links div {
  margin: 10px 0;
}
.quick-links a:hover {
  color: #0078C9;
  text-decoration: none;
}

.news-entry-wrapper {
  margin: 10px 0 0 0;
  padding-bottom: 20px;
  position: relative;
  min-height: 220px;
}
.news-entry-wrapper a{
  text-transform: initial;
}
.news-heading {
  font-size: 15px;
  text-transform: initial;
}
.news-content {
  margin: 10px 0;
  color: #717073;
  text-transform: initial;
  font-size: 14px;
}

.next-post {
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #717073;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.next-post:hover {
  color: #0078C9;
  text-decoration: none;
}
.list-group-item:first-child, .list-group-item:last-child{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.favourite-action-btn{
  width: 12px;
  height: 12px;
  background-image:url(../assets/action-right-sprint.png);
  background-position: top;
  background-repeat: no-repeat;
  float: right;
  top: 13px;
  right: 10px;
  position: relative;
}
.list-group-item{
  border: none !important;
}
.favourite-action-wrapper{
  transform: translateX(110%);
  background-color: rgb(66, 139, 202);
  width: 105px;
  height: 100%;
}
.favourite-more{
  background-image: url("../assets/favourite-action-more.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  overflow: auto;
  position: relative;
  display: inline-block;
  margin: 10px 15px;
  background-position: center center;
  vertical-align: middle;
  float: right;
}
.favourite-secondary-dropdown{
  background-color: white;
  position: absolute;
  bottom: -35px;
  right: 8px;
  border-radius: 2px;
  padding: 3px;
  color: rgb(66, 139, 202);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3), 0px 4px 15px -5px transparent;
  font-size: 12px;
  padding: 5px 8px;
}
.secondary-hover:hover{
  color: #77B800;
}
.favourite-actions-wrapper{
  background-color: #428bca;
  width: 100%;
  margin-top: 5px;
}
.favourite-text-wrapper{
  padding: 0 15px;
}
.favourite-actions-table{
  width: 100%;
}
.speciality-group-wrapper .nav-heading{
  font-size: 13px;
  text-transform: initial;
  margin: 5px 15px;
}
.speciality-group-wrapper .list-group-item .list-title-wrapper{
  display: block;
  font-size: 13px;
  color: #717073;
  padding-left: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.speciality-group-wrapper .list-group-item{
  padding: 0 0 10px !important;
}
.speciality-group-wrapper .list-group-item:last-child{
  padding: 0 !important
}
.speciality-group-wrapper .list-group-item:hover{
  	background-color:transparent;
}
.speciality-group-wrapper .list-group-item .list-title-wrapper:hover,
.delegate-profile-link a:hover{
    color: #77B800;
	text-decoration:none;
}
.align-center{
  text-align: center;
}


/* Styles for buttons in topnav */

.topnav-container .btn-large {
  display: block;
  width: 175px;
  height: 37px;
  background-color: #428bca;
  border-radius: 4px;
  margin: 20px auto;
  padding: 5px 0 0 0;
  text-align: center;
  color: white;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.topnav-container .btn-large:hover,
.topnav-container .btn-large:focus{
  color: white;
  background-color: #77B800;
  text-decoration: none;
}

.topnav-container .btn-large span {
  display:inline-block;
  width:18px;
  height:18px;
  background-repeat:no-repeat;
  background-size:18px;
  position:relative;
  top:3px;
  margin-right:10px;
}

.topnav-container .btn-connect-to {
  padding-top: 9px;
  position: relative;
  border: 0px;
  top: 1px;
}

.topnav-container .btn-connect-to span {
  background-image: url(../assets/icon-start-video-white.svg);
  background-position: bottom;
  width: 24px;
  height: 17px;
  top: 1px;
  line-height: 18px;
  background-size: 24px;
}

.topnav-container .btn-send-msg span{
    background-image:url(../assets/sm_fav_transparent.png);
    background-size: 30px;
    width: 25px;
    height: 20px;
}

.topnav-container .btn-create-case span {
  background-image:url(../assets/econsult-white.png);
}

.topnav-container .btn-create-case-managed span {
  background-image:url(../assets/econsult-managed-white.png);
}

.topnav-container .btn-create-program {
  margin: 15px 20px;
  width: 205px;
}

.topnav-container .btn-create-program span {
  background-image:url(../assets/program-icon-white.png);
}

.topnav-container .btn-create-region {
  margin: 15px 20px;
  width: 205px;
}

.topnav-container .btn-create-region span {
  background-image:url(../assets/region-icon-white.png);
	position: relative;
	top: 4px;
}

.no-favourite-icon{
  display: block;
  width: 75px;
  height: 70px;
  background-image: url(../assets/No-favourite-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
}
.addfavourite-indicator{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../assets/favourite-icon-grey.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 16px;
  position: relative;
  top: 4px;
}
#navbarCollapse{
  float: left;
}
#navbarCollapse ul > li > a{
  margin: 0 40px;
}
.navbar-long {
	margin: 0 20px !important;
}
.status-margin{
  margin: 22px 0 0 0;
}
.panel-close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 18px;
    height: 20px;
    z-index: 999;
}
.panel-close span{
    position: relative;
    color: transparent;
}
.panel-close span:after, .panel-close span:before {
    content: '';
    position: absolute;
    left: 0;
}
.panel-close span, .panel-close span:after, .panel-close span:before {
    background-color: #999;
    width: 18px;
    height: 2px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-close span {
    background-color: transparent;
    position: relative;
    top: 9px;
}
.panel-close span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.panel-close span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-brand {
  display: inline-block;
  padding: 13px 10px 10px 20px;
  height: 76px;
}
/* Public Version */
.main-header .navbar-nav .dropdown .dropdown-menu {
	border-top: 3px solid #77B800;
	text-align: left !important;
	top: 90%;
}
.main-header .navbar-nav .dropdown .dropdown-menu li a{
	text-align: left;
	color: #4A4A4A;
	background-color: transparent;
}
.main-header .navbar-nav .dropdown .dropdown-menu li a:hover{
	color: #4A4A4A !important;
	background-color: rgba(66, 139, 202, 0.3);
}
.main-header .navbar-nav .dropdown .dropdown-menu>.active>a{
	color: #4A4A4A;
	background-color: rgba(66, 139, 202, 0.3);
}
.public-login-wrapper{
	margin-top: 5px;
}
.login-help-text{
	margin-left: 45px;
	margin-bottom: 10px;
}
.login-help-text span{
	color: #727175;
  font-size: 11px;
}
.login-buttons-wrapper a:first-of-type{
	font-weight: 600;
  margin-right: 10px;
}
.login-buttons-wrapper a:nth-last-of-type(2) {
	font-weight: 600;
	border: 2px solid #0078CF;
	border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
	margin-right: 10px;
}
.login-buttons-wrapper a:last-of-type {
	font-weight: 600;
	border-radius: 2px;
	padding: 5px 8px;
	background-color: #0078CF;
	color: #fff;
	font-size: 12px;
	border: 2px solid #0078CF;
}
.login-buttons-wrapper a:hover{
	text-decoration: none;
}
.nav-arrow{
	display: inline-block;
	width: 12px;
	height: 7px;
	background-image: url(../assets/nav-down-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.navbar-default .navbar-nav > li > a:hover > .nav-arrow,
.navbar-default .navbar-nav > .active > a > .nav-arrow,
.navbar-default .navbar-nav > .open > a > .nav-arrow{
	background-image: url(../assets/nav-down-arrow-active.svg);
}
.pub-dir .animate-nav .nav-text {
	font-weight: 600;
}
.pub-dir .animate-nav:hover .nav-icon{
	opacity: 0;
	bottom: -8px;
}
.pub-dir .animate-nav:hover .nav-text{
	top: 2px;
	opacity: 1;
}
#menu_left > li > a {
    margin: 0 40px;
    padding: 10px 20px;
}
.delegate-profile-link{
  margin: 0px 20px 10px 55px;
}
.delegate-profile-link a{
  display: inline-block;
  font-size: 13px;
  color: #717073;
  padding-bottom: 10px;
  max-width: 85%;
}
.delegate-profile-link li:last-of-type a{
  padding-bottom: 0;
}
.delegate-profile-link span{
  float: right;
  font-size: 10px;
  font-weight: 600;
  color: white;
  background: #D73232;
  padding: 0 6px;
  border-radius: 4px;
  position: relative;
  top: 3px;
}
.red-badge {
  float: right;
  font-size: 10px;
  font-weight: 600;
  color: white;
  background: #D73232;
  padding: 0 6px;
  border-radius: 4px;
  position: relative;
  top: 3px;
}
.tab-icon-bg-userTab .suggest-update-indicator{
  position: absolute;
  width: 5px;
  height: 5px;
  background: #D73232;
  top: 1px;
  border-radius: 50%;
  right: 3px;
}
@media (max-width: 1250px) {
	#menu_left > li > a {
    margin: 0 40px;
    padding: 10px 10px;
	}
}

@media (max-width: 1199px) {
  .navbar-long ul > li > a{
    margin: 0 15px !important;
  }
}
@media (max-width: 1050px) {
  .navbar-long ul > li > a{
    margin: 0 10px !important;
  }
}
@media (max-width: 999px) {
  .navbar-long ul > li > a{
    margin: 0 5px !important;
  }
}
@media (max-width: 950px) {
  .navbar-long ul > li > a{
    margin: 0px !important;
  }
}

@media (max-width: 1199px) {
  #navbarCollapse ul > li > a{
    margin: 0 25px;
  }
}
@media (max-width: 1050px) {
  #navbarCollapse ul > li > a{
    margin: 0 20px;
  }
}
@media (max-width: 999px) {
  #navbarCollapse ul > li > a{
    margin: 0 15px;
  }
}
@media (max-width: 950px) {
  #navbarCollapse ul > li > a{
    margin: 0 8px;
  }
}
@media (min-width: 893px) {
  .navbar-collapse.collapse {
    display: inline-block !important;
    border: 0;
  }
}
@media (max-width: 892px) {
    .navbar-header {
        float: none;
        padding-bottom: 4px;
    }
    .navbar-toggle {
        display: inline-block;
        float: inherit;
        margin-top: 26px;
    }
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        margin-top: 0;
        width: auto;
        border: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-brand {
        display: inline-block;
        padding: 13px 10px 10px 20px;
        height: 76px;
    }
    .navbar-nav {
        margin: 0;
        background-color: #fff;
        border: 1px solid #eeeeee;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-icon {
        display: none;
    }
    .animate-nav:hover .nav-text {
        top: 0;
        background-color: transparent;
        color: #77B800;
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: top, opacity;
        -o-transition: top, opacity;
        transition: top, opacity;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: 400ms;
        -moz-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
    }
    .nav-text{
        top: 0;
    }
    .navbar {
        min-height: 60px;
    }
    .username-container {
        padding-top: 36px;
        height: 65px;
    }
    .username-style {
        position: relative;
        float: right;
        font-weight: 500;
        margin: 0 40px 0 0;
    }
    .system-status {
        display: inline-block;
        position: absolute;
        right: 0px;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        margin-right: 15px;
        margin-top: 35px;
        background-position: -1px -1px;
    }
    #menu_left {
        margin-top: -5px;
        margin-left: 179px;
    }
    #menu_left li a{
        padding: 10px 20px;
        margin: 0 20px;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
    .navbar-toggle {
        float: inherit;
    }
}

.noGutter {
  margin: 0;
  padding: 0;
}

/* Quicklink 2.0 update DIR-1505 */

.profile-link-icon{
  padding-right: 8px;
  width: 35px;
}

.reports-link-icon{
  padding-right: 11px;
  width: 35px;
}

.profile-link-right-icon{
  padding-left: 8px;
  width: 30px;
}

.nav-heading {
  color: #428bca;
}

.menu-item{
  border-bottom: 2px solid #EBEBEB;
  margin: 10px 0 10px 0;
}

.menu-item .nav-link, .help-menu-item .nav-link, .group-menu-item .nav-link {
  margin: 5px 0px 5px 15px !important;
  font-size: 1.6rem;
}

.help-menu-item, .group-menu-item {
  margin: 10px 0 10px 0;
}

.group-menu-item-list{
  border-bottom: 2px solid #EBEBEB;
}

.menu-item-otn-list{
  font-size: 1.3rem;
}

.menu-header-item{
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 0px;
  text-align: right;
}

.nav-heading-username {
  position: relative;
  margin-right: 12px;
  margin-left: 6px;
}

.nav-heading-single-row{
  overflow: visible;
  white-space: normal;
}

.nav-heading-double-row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-heading-firstname {
  display: block;
  position: relative;
  margin-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-heading-lastname {
  display: block;
  position: relative;
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-heading-username:hover, .nav-heading-firstname:hover, .nav-heading-lastname:hover {
  text-decoration: none;
}

.profile-back-icon{
  position: absolute;
  left: 7px;
}

.menu-video-item{
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 0px;
} 

.menu-video-item .status-margin{
  margin: 0px;
}

.menu-video-tab{
  font-size: 1.3rem;
  margin: 10px 0px 15px 0px;
}

.menu-video-tab p{
  margin-bottom: 2px;
} 

.menu-video-tab a{
  margin-bottom: 0px;
  text-decoration: underline;
}

.menu-video-tab-status-spinner {
  color: #717073
}

.menu-video-tab-status-online {
  color: #77B800;
}

.menu-video-tab-status-busy {
  color: rgb(206, 219, 18);
}

.menu-video-tab-status-offline {
  color: rgb(223, 50, 19);
}

.menu-video-tab-status-unSupported {
  color: rgb(223, 50, 19);
}

.menu-signout-item-list{
  border-top: 2px solid #EBEBEB;
}

.menu-signout-item{
  margin-right: 20px;
  text-align: right;
  padding-top: 10px;
}

.sidePanel{
  padding-bottom: 20%;
}
.cd-primary-nav-body {
  display: inline-block;
  width: 100%;
  position: absolute;
  height: calc(100% - 95px);
  overflow: auto;
}
.cd-primary-nav-body.no-footer {
  height: calc(100% - 52px);
}
.cd-primary-nav-footer{
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 300px;
  height: 44px;
  padding: 0;
  transform: translateX(101%);
  transition-property: transform;
  transition-duration: 0.4s;
  background-color: #fff;
}
.cd-primary-nav-footer > li:nth-last-child(3){
  margin-top: 15px;
}
.cd-primary-nav-footer.is-visible {
  transform: translateX(0%);
}
.cd-primary-nav-footer ul {
  padding: 0px;
}
.cd-primary-nav-footer.is-visible li{
  position: relative;
  list-style: none;
}

.navbar-greeting-container{
  position: absolute;
  text-align: right;
  right: 360px;
  top: 0px;
  width: 350px;
  height: 75px;
}

.navbar-greeting{
  font-size: 1.7rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 350px;
  height: 50px;
  text-overflow: ellipsis;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1059px) {
  .cd-primary-nav-footer{
    bottom: 60px;
  }
  .cd-primary-nav-body{
    height: calc(100% - 115px);
  }
  .cd-primary-nav-body.no-footer {
    height: calc(100% - 72px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-heading-username {
    margin-left: 16px;
  }
  .side-panel {
    right: 16px;
  }
}

@media (min-width: 951px) {
  .tab-icon {
    width: 37px;
    height: 32px;
    margin: 20px 18px;
  }
  .sidePanel {
    padding-bottom: 25%;
  }
}

@media (max-width: 950px) {
  .tab-icon {
    width: 37px;
    height: 32px;
    margin: 17px 18px;
  }
  .sidePanel {
    padding-bottom: 30%;
  }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
  border: 0px;
}

.tab-icon-bg-userTab {
  background: url('user-blank.svg') no-repeat, url('user-blank-blue.svg') no-repeat -9999px -9999px;
}

.tab-icon-bg-helpTab {
  background: url('help.svg') no-repeat, url('help-blue.svg') no-repeat -9999px -9999px;
}

.tab-icon-bg-secureMessagingTab {
  background: url('sm_inactive_icon.svg') no-repeat, url('sm_active_icon.svg') no-repeat -9999px -9999px;
}

.tab-icon-bg-favTab {
  background: url('favourites.svg') no-repeat, url('favourites-blue.svg') no-repeat -9999px -9999px;
}

.tab-icon-bg-userTab:hover {
  background: url('user-blank-blue.svg') no-repeat;
}

.tab-icon-bg-helpTab:hover {
  background: url('help-blue.svg') no-repeat;
}

.tab-icon-bg-favTab:hover {
  background: url('favourites-blue.svg') no-repeat;
}

.tab-icon-bg-secureMessagingTab:hover {
  background: url('sm_active_icon.svg') no-repeat !important;
  background-size: 33px !important;
}

.tab-icon-bg-secureMessagingTab-active {
  background: url('sm_active_icon.svg') no-repeat !important;
  background-size: 33px !important;
}

.tab-icon-bg-userTab-active {
  background: url('user-blank-blue.svg') no-repeat;
}

.tab-icon-bg-helpTab-active {
  background: url('help-blue.svg') no-repeat;
}

.tab-icon-bg-favTab-active {
  background: url('favourites-blue.svg') no-repeat;
}


.inbox_people {
	background: #fff;
	float: left;
	overflow: hidden;
	width: 100%;
	border-right: 1px solid #ddd;
}

@media(min-height: 1080px){
    .inbox_people {
        background: #fff;
        float: left;
        overflow: hidden;
        width: 100%;
        height: 910px;
        border-right: 1px solid #ddd;
    }
}

.inbox_msg {
	border: 1px solid #ddd;
	clear: both;
	overflow: hidden;
}

.top_spac {
	margin: 20px 0 0;
}

.recent_heading {
	float: left;
	width: 40%;
}

.srch_bar {
	display: inline-block;
	text-align: right;
	width: 60%;
}

.headind_srch {
	padding: 0px 29px 0px 20px;
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
	color: #0465ac;
    font-size: 16px;
    margin: auto;
    line-height: 29px;
}

.srch_bar input {
	outline: none;
	border: 1px solid #cdcdcd;
	border-width: 0 0 1px 0;
	width: 80%;
	padding: 2px 0 4px 6px;
	background: none;
}

.srch_bar .input-group-addon button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0;
	color: #707070;
	font-size: 18px;
}

.srch_bar .input-group-addon {
	margin: 0 0 0 -27px;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
    font-size: 12px;
    color: #989898;
    margin: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_img {
	float: left;
}

.chat_img img {
	width: 100%
}

.chat_ib_archive{
    width: 86% !important;
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat-list-wrap{
    border-bottom: 1px solid #ddd;
    height: 75px;
    cursor: pointer;
    position: relative;
}

.chat-list-wrap-active{
    border: 2px solid #0078C9;
}

.chat_list_archive{
    float: left;
    width: 100%;
}

@media(min-width: 800px) {
	.chat_list_archive{
		float: left;
		width: 100%;
	}
}

.chat_list {
	/*border-bottom: 1px solid #ddd;*/
	margin: 0;
	padding: 18px 16px 10px;
}

/*.inbox_chat {*/
	/*height: 70vh;*/
	/*overflow-y: scroll;*/
/*}*/

@media (max-height: 605px){
    .inbox_chat {
        height: 58vh;
        overflow-y: scroll;
    }
}

@media (min-height: 606px) and (max-height: 744px){
    .inbox_chat {
        height: 67vh;
        overflow-y: scroll;
    }
}

@media (min-height: 745px) and (max-height: 949px){
    .inbox_chat {
        height: 71vh;
        overflow-y: scroll;
    }
}

@media (min-height: 950px){
    .inbox_chat {
        height: 74vh;
        overflow-y: scroll;
    }
}

.active_chat {
	background: #e8f6ff;
}

.incoming_msg_img {
	display: inline-block;
	width: 6%;
    margin-left: 10px;
    cursor: pointer;
}

.incoming_msg_img img {
	width: 100%;
}

.received_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
    margin-bottom: 26px;
}

/*.received_withd_msg p {*/
	/*background: #ebebeb none repeat scroll 0 0;*/
	/*border-radius: 0 15px 15px 15px;*/
	/*color: #646464;*/
	/*font-size: 14px;*/
	/*margin: 0;*/
	/*padding: 5px 10px 5px 12px;*/
	/*width: 100%;*/
/*}*/

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.sm-msg-status-lbl {
	color: #747474;
	display: block;
	font-size: 10px;
	margin: 8px 0 0;
}

.sm-msg-status-error-lbl{
    color: red;
    cursor: pointer;
}

.received_withd_msg {
	width: 65%;
    min-height: 60px;
    background: #ebebeb none repeat scroll 0 0;
	border-radius: 15px 15px 15px 0px;
	color: #646464;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 12px;
}

.mesgs{
	float: left;
	padding: 30px 0 0 0;
	width:100%;
}

.sent_msg p {	
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.sm-long-msg{
	word-break: break-word;
    white-space: normal;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
    padding-right: 10px;
}

.sent_msg {
    background: #0078CF;
	border-radius: 12px 15px 0px 15px;
	font-size: 14px;
	margin: 0;
	color: #fff;
	float: right;
	width: 46%;
}

.msg_long_ctr{
	width: 75%;
}

.input_msg_write{
    height: 65%;
}

.input_msg_write-attach{
    height: 23% !important;
}

.input_msg_write input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
	outline:none;
}

.msg_write_textarea{
    resize: none;
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
	position: relative;
    height: 20vh;
}

.type_msg_attach{
    border: none;
}

.msg_send_btn {
	background: #05728f none repeat scroll 0 0;
	border:none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 33px;
}

.messaging {
	padding: 0 0 50px 0;
}

@media(max-width: 1299px) and (max-height: 639px){
     .msg_history {
        height: 30vh;
        overflow-y: scroll;
    }
}

@media(max-width: 1299px) and (min-height: 640px) and (max-height: 737px){
     .msg_history {
        height: 38vh;
        overflow-y: scroll;
    }
}

@media(max-width: 1299px) and (min-height: 738px) and (max-height: 799px){
     .msg_history {
        height: 40vh;
        overflow-y: scroll;
    }
}

@media(max-width: 1299px) and (min-height: 800px){
     .msg_history {
        height: 50vh;
        overflow-y: scroll;
    }
}

@media(min-width: 1300px) and (max-width: 1679px) and (min-height: 300px) and (max-height: 699px){
     .msg_history {
        height: 40vh;
        overflow-y: scroll;
    }
}

@media(min-width: 1300px) and (max-width: 1679px) and (min-height: 700px) and (max-height: 799px){
     .msg_history {
        height: 44vh;
        overflow-y: scroll;
    }
}

@media(min-width: 1300px) and (max-width: 1679px) and (min-height: 800px){
     .msg_history {
        height: 50vh;
        overflow-y: scroll;
    }
}

@media(min-width: 1680px) and (max-width: 1919px){
     .msg_history {
        height: 55vh;
        overflow-y: scroll;
    }
}

@media(min-width: 1920px){
     .msg_history {
        height: 55vh;
        overflow-y: scroll;
    }
}

.sm-header-block{
    height: 50px;
    width: 100%;
    background-color: #0078CF;
    color: white;
    padding: 8px 10px 10px 20px;
    font-size: 16px;
}

.sm-panel{
    width: 400px !important;
	height: 100vh;
}

.sm-recipient{
    min-height: 35px;
    width: 100%;
    border-bottom: 1px solid grey;
    position: absolute;
    top: 55px;
    background-color: white;
    z-index: 2;
}

/*.sm-recipient .dropdown-menu{*/
    /*position: static;*/
/*}*/

.sm-topic{
    min-height: 40px;
    width: 100%;
    border-bottom: 1px solid grey;
    margin-top: 55px;
    position: absolute;
}

.sm-input-container{
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1px;
}

.sm-input{
    height: 100%;
    width: 100%;
    /*min-width: 50px;*/
    /*max-width: 100%;*/
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    padding-left: 10px;
    outline: none;
}

.sm-new-message{
    width: 50px;
	height: 50px;
    cursor: pointer;
}

.sm-selected-recipient{
    /*margin-top: 10px;*/
    margin-left: 5px;
    margin-bottom: 10px;
    max-height: 200px;
    overflow-y: auto;
}

.sm-message-name{
    font-size: 10px;
    font-weight: bold;
    color: #1E90FF;
}

.sm-message-org{
    font-size: 10px;
    font-weight: bold;
    color: #646464;
}

.sm-message-name-deleted{
    font-size: 10px;
    color: #646464;
}

.sm-message-time{
    font-size: 10px;
    color: #808080;
}

.sm-message-time-sent{
    font-size: 10px;
    color: white;
}

.sm-message-name-cntr{
    width: 60%;
    display: block;
    float: left;
    line-height: 0.8;
}

.sm-selected-recipient-wrap{
    display: block;
    float: left;
    margin: 8px 5px 3px 0;
}

.sm-selected-recipient-item{    
    background-color: white;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 !important;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #919191;
	display: table-cell;
}

.sm-message-time-cntr{
    width: 40%;
    display: block;
    float: right;
	text-align: right;
    margin-top: -5px;
}

.sm-message-time-cntr-sent{
    width: 100%;
    display: block;
    float: left;
    margin-left: 10px;
}

@font-face {
  font-family: Roboto;
  src: url(../assets/Roboto-Regular.ttf);
}

.sm-chat-icon{
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #b6b6b6;
    color: white;
    padding-top: 7px;
    border-radius: 50%;
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 18px;
}

.sm-archive-wrap{
    float: right;
    height: 68px;
    padding-top: 15px;
    background-color: white;
    cursor: pointer;
    margin-top: 2px;
}

.sm-archive-hover{
    position: absolute;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.sm-archived-thread-label{
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #1E90FF;
}

.sm-archived-msg-label{
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #1E90FF;
    z-index: 3;
    position: absolute;
    top: 63px;
    width: 100%;
    left: 0px;
    background-color: white;
}

.sm-delete{
    font-size: 24px;
    line-height: 0;
    font-weight: 600;
    color: #1E90FF;
    position: relative;
    margin: 0 !important;
    top: 3px;
}

.sm-compose-attach-send{
    width: 100%;
    height: 11vh;
    background-color: #E7E7E7;
    padding: 10px;
	position: absolute;
}

.sm-attach-img-label{
    float: left;
    cursor: pointer;
}

.sm-cancel-btn{
    float:left;
}

.sm-cancel-btn button{
    width: 80px;
    height: 30px;
    border: none;
    background-color: #0078C9;
    color: white;
    border-radius: 2px;
}

.sm-compose-send-btn{
    float: right;
}

.sm-compose-send-btn button{
    width: 80px;
    height: 30px;
    border: none;
    background-color: #0078C9;
    color: white;
    border-radius: 2px;
}

.sm-cfrm-modal{
    width: 400px;
    margin-left: calc(100vw - 405px);
    float: right;
}

.sm-cfrm-modal .modal-dialog{
    width: 350px;
}

.sm-cfrm-modal-content{
    text-align: center;
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.sm-cfrm-modal-msg{
    font-size: 18px;
    color: #0078C9;
    font-weight: bold;
}

.sm-cfrm-modal-btn{
    width: 80px;
    height: 30px;
    border: none;
    background-color: #0078C9;
    color: white;
    border-radius: 2px;
}

.sm-cfrm-modal-btn-wrap{
    margin-top: 40px;
}

.sm-back-btn{
    float: left;
    margin-right: 3px;
	margin-top: 4px;
}

.sm-back-btn-lrg{
    margin-top: 3px;
}

.sm-header-title{
    float: left;
    width: 270px;
    overflow: hidden;
    height: 40px;
	padding-top: 10px;
    line-height: 1.2;
}

.sm-header-title-long{
	position: relative;
	top: 0px;
	padding-top: 0px;
}

.sm-new-message-icon{
    float: right;
    margin-top: 3px;	
}

.sm-new-message-icon img{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.sm-new-message-menu-icon{
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.sm-menu-icon-align{
    margin-top: -5px;
}

.sm-new-message-menu-icon img{
    width: 30px;
    height: 7px;
    cursor: pointer;
}

.sm-back-btn img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.sm-privacy-stmnt{
    height: 50px;
    width: 100%;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 9px;
    padding-top: 8px;
}

.sm-privacy-stmnt img{
    margin-right: 10px;
}

.sm-new-message-menu{
    position: absolute;
    /* left: 70px; */
    right: 0px;
    width: 210px;
    top: 30px;
    color: black;
    background-color: white;
    border: 1px solid grey;
    z-index: 3;
}

.sm-thread-menu{
    top: 80px !important;
}

.sm-new-message-menu li{
    padding: 10px;
    cursor: pointer;
}

.sm-new-message-menu li:hover{
    background-color: #0078C9;
    color: white;
}

.sm-static-recipient-wrap{
    padding-top: 6px;
}

.sm-static-recipient-label{
    padding: 0px 10px 10px 10px;
}

.sm-static-placeholder{
    color: #989898;
}

.sm-msg-date-group{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}

.sm-msg-status{
    text-align: right;
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.sm-thread-notification{
    background-color: #0078C9;
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 50px;
}

.sm-archive-icon{
    width: 30px;
    margin-right: 5px;
}

.sm-undo-div{
    padding-right: 20px;
}

.sm-undo-label{
    font-size: 10px;
    color: #b5fcff;
    cursor:pointer;
    float: right;
}

.sm-undo-label:hover{
    text-decoration: underline;
}

.sm-attach-img{
    width: 99%;
	height: 135px;
}

.sm-attach-thumbnail-close{
    float: right;
    position: relative;
    right: 110px;
    cursor: pointer;
}

.sm-attach-thumbnail-close img{
    width: 20px !important;
}

.sm-fa-close{
    right: 80px !important;
}

.sm-attach-thumbnail{
    text-align: center;
}

.sm-attach-thumbnail-ctr{
    height: 42.5%;
}

.sm-attach-thumbnail img{
    width: 150px;
}

.sm-attach-icon{
    width: 8px;
    margin-right: 5px;
}

.sm-status-icon {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #0078C9;;
  font-size: 8px;
  text-align: center;
  color: white;
  padding: 3px;
}

.sm-status {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 25px;
}

.sm-menu-icon{
    width: 20px !important;
    height: 20px !important;
}

.sm-undelete-spinner{
    width: 15px;
    float: right;
    margin-bottom: 5px;
}

.sm-load-thread-spinner{
    margin-top: 100px;
    margin-left: 45%;
    width: 50px;
}

.sm-participant-matchctnr{
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 350px;
    overflow-x: hidden;
}

.sm-participant-matchname{
    font-size: 14px;
}

.sm-participant-matchorg{
    font-size: 11px;
}

.sm-participant-matchicon{
    margin-right: 10px;
}

.sm-delete-time{
	margin-left: 20px;
}

.sm-info-msg{
	margin-bottom: 15px;
	margin-top: 0px !important;
	color: lightgrey;
	border-top: 1px solid lightgrey;
	padding: 2px 0px 0px 2px;
}

#attachbuttonholder {
    display: inline-block;
}

#attachbuttonholder label{
    cursor: pointer;
}

#attachbuttonholder input[type=file] {
  display:none;
}

.sm-download-link{
    position: relative;
}

.sm-attach-file{
	position: relative;
	width: 99%;
	height: 135px;
}

.sm-attach-file-ctr{
	text-align: center;
    word-break: break-all;
}

.sm-file-long{
	word-break: break-all;
}

.sm-download-btn{
    position: absolute;
    height: 60px;
    right: 90px;
    top: -20px;
}

.sm-upload-file{
    height: 60px;
}

.sm-download-file-btn{
    height: 60px;
}

.sm-download-file-link{
    text-decoration: none;
    color: white;
}

.sm-download-file-link-rec{
    color: #646464;
}

.sm-file-attach-placeholder{
    height: 75px;
    width: 200px;
    margin: auto;
    background-color: #0078C9;
    display: table;
    color: white;
}



.sm-file-attach-ctr{
    display: table-cell;
    vertical-align: middle;
}

.sm-file-attach-contents{
    text-align: center;
}

.sm-organization{
    width: 100% !important;
}

.sm-uploading-label{
	position: absolute;
    color: white;
    top: 40px;
    right: 85px;
}

.sm-uploading-label-file{
    color: white;
}

.sm-inbound-header{
    width: 100%;
    min-height: 30px;
}

.sm-upload-file-ctr{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.sm-thumbnail-spinner{
    width: 50px !important;
    margin-top: 10px !important;
}

.sm-archive-menu-img{
	margin-top: -5px;
}

