html
{
	height:100%;
}


body {
    min-height: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 40px !important;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF !important;
	color: #888 !important;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

 
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
 
.egain-selfservice-body {
  background-color: #FFFFFF;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
      /* background-color: aliceblue; */
    padding-top: 32px;
	background-image: url(https://aznadestzw4.egdemo.info/eight/assets/images/card-left-Illus.png);
    background-repeat: no-repeat;
  /* taken over from style.css from the KiwiC for Digital Day */
  /* Line#79 */
  line-height: 1.5;
  /* Line#111 */
  /*
    Styling for the Home Page
    Changes to this section will apply to the page found in:
    pages/home/home.html
    */
}
.egain-selfservice-body h1,
.egain-selfservice-body h2,
.egain-selfservice-body h3,
.egain-selfservice-body h4,
.egain-selfservice-body h5,
.egain-selfservice-body h6 {
  line-height: 1.5;
}
.egain-selfservice-body .article-container {
  border-radius: 3px;
}
@media (min-width: 992px) {
  .egain-selfservice-body .article-container .panel-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.egain-selfservice-body .article-container .toolbox {
  border-bottom: none;
  border-left: none;
  box-shadow: none;
  padding-top: 10px;
  font-size:14px;
}
.egain-selfservice-body a:hover {
  text-decoration: none;
}
.egain-selfservice-body .linked-list-item {
  cursor: pointer !important;
}
.egain-selfservice-body .highlighted {
  background-color: yellow;
}
.egain-selfservice-body .nav,
.egain-selfservice-body .pagination,
.egain-selfservice-body .panel-title a {
  cursor: pointer;
}
.egain-selfservice-body .standard-portal-search-bar input[type="text"] {
  width: 100%;
  background: none;
  font-size: 1.2em;
  padding-top: 9px;
  padding-left: 5px;
  margin-top: 10px;
  border-color: #666;
}
.egain-selfservice-body .icon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@media screen {
  .egain-selfservice-body #printSection {
    display: none;
  }
}
@media print {
  .egain-selfservice-body * {
    visibility: hidden;
  }
  .egain-selfservice-body #printSection,
  .egain-selfservice-body #printSection * {
    visibility: visible;
  }
  .egain-selfservice-body #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.egain-selfservice-body .modal-content {
  border-radius: 0px;
}
.egain-selfservice-body :active,
.egain-selfservice-body :focus {
  outline: none !important;
}
.egain-selfservice-body .full-width-banner {
  height: 450px;
  position: relative;
}
@media (min-width: 992px) {
  .egain-selfservice-body .full-width-banner .container {
    background-image: url('../img/lady_with_phone.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 450px;
  }
  .egain-selfservice-body .full-width-banner .container .banner-inner-container {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .egain-selfservice-body .full-width-banner .container .banner-inner-container {
    margin-top: 45px;
  }
}
.egain-selfservice-body .full-width-banner-alt {
  position: relative;
}
@media (min-width: 992px) {
  .egain-selfservice-body .full-width-banner-alt {
    height: 320px;
  }
  .egain-selfservice-body .full-width-banner-alt .container {
    background-image: url('../img/lady_with_phone.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 320px;
  }
  .egain-selfservice-body .full-width-banner-alt .container .banner-inner-container {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .egain-selfservice-body .full-width-banner-alt .container .banner-inner-container {
    margin-top: 45px;
    margin-bottom: 65px;
  }
}
.egain-selfservice-body .full-width-banner-alt-wo-background-img {
  position: relative;
  display : none;
}
@media (min-width: 992px) {
  .egain-selfservice-body .full-width-banner-alt-wo-background-img {
    height: 240px;
	display : none;
  }
  .egain-selfservice-body .full-width-banner-alt-wo-background-img .container {
    background-repeat: no-repeat;
    background-position: top right;
    height: 240px;
	display :none;
  }
  .egain-selfservice-body .full-width-banner-alt-wo-background-img .container .banner-inner-container {
    margin-top: 45px;
	display : none;
  }
}
@media (max-width: 991px) {
  .egain-selfservice-body .full-width-banner-alt-wo-background-img .container .banner-inner-container {
    margin-top: 45px;
    margin-bottom: 65px;
	display : none;
  }
}
.egain-selfservice-body .banner-background {
  background-color: #858587;
  background-image: url('../img/background_pattern.jpg');
  background-repeat: repeat-x;
}
.egain-selfservice-body .block-one {
  background: #5ac1ef;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef);
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef);
  background: -o-linear-gradient(#5ac1ef, #5ac1ef);
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef);
  background: linear-gradient(#5ac1ef, #5ac1ef);
  padding: 25px 0px;
}
.egain-selfservice-body .block-two {
  background: #FFFFFF;
  background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
  background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
  background: -o-linear-gradient(#FFFFFF, #FFFFFF);
  background: -ms-linear-gradient(#FFFFFF, #FFFFFF);
  background: linear-gradient(#FFFFFF, #FFFFFF);
  padding: 25px 0px;
}
.egain-selfservice-body .block-three {
  background: #FFFFFF;
  background: -webkit-linear-gradient(#F5F5F5, #F5F5F5);
  background: -moz-linear-gradient(#F5F5F5, #F5F5F5);
  background: -o-linear-gradient(#F5F5F5, #F5F5F5);
  background: -ms-linear-gradient(#F5F5F5, #F5F5F5);
  background: linear-gradient(#F5F5F5, #F5F5F5);
  padding: 25px 0px;
}
.egain-selfservice-body .full-width-footer {
  background: #000000;
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: -ms-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
  position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (min-width: 992px) {
  .egain-selfservice-body .centered-container {
    /*padding-bottom: 10%;*/
  }
}
/*
Styling for the Activity Attachment List Component
Changes to this section will apply to the component found in:
components/activity-attachments-list/activity-attachments-list.html
*/
#egain-selfservice-activity-attachments-list {
  margin-top: 15px;
}
#egain-selfservice-activity-attachments-list .attachments {
  padding-bottom: 20px;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 25px;
}
#egain-selfservice-activity-attachments-list .list-group-item {
  border: none;
  background-color: #FFFFFF;
  color: #555555;
  border-color: #C7C7C7;
}
@media (min-width: 992px) {
  #egain-selfservice-activity-attachments-list .list-group-item {
    padding-left: 30px;
  }
}
#egain-selfservice-activity-attachments-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-activity-attachments-list .list-group-item-primary {
  background-color: #FFFFFF;
  background: #FFFFFF !important;
  background: -webkit-linear-gradient(#FFFFFF, #FFFFFF) !important;
  background: -moz-linear-gradient(#FFFFFF, #FFFFFF) !important;
  background: -o-linear-gradient(#FFFFFF, #FFFFFF) !important;
  background: -ms-linear-gradient(#FFFFFF, #FFFFFF) !important;
  background: linear-gradient(#FFFFFF, #FFFFFF) !important;
  color: #555555;
}
#egain-selfservice-activity-attachments-list li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 17.5px;
}
#egain-selfservice-activity-attachments-list .linked-list-item {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#egain-selfservice-activity-attachments-list .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-activity-attachments-list .linked-list-item:hover a {
  color: #666666;
}
#egain-selfservice-activity-attachments-list .fa {
  font-size: 60%;
  padding-right: 5px;
}
#egain-selfservice-activity-attachments-list .list-group-item:not(:first-child):not(:last-child) {
  border-top: none;
  border-bottom: none;
}
/*
Styling for the Activity Content Component
Changes to this section will apply to the component found in:
components/activity-content-window/activity-content-window.html
*/
#egain-selfservice-activity-detail-chat-card {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#egain-selfservice-activity-detail-chat-card label,
#egain-selfservice-activity-detail-chat-card .btn,
#egain-selfservice-activity-detail-chat-card a {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#egain-selfservice-activity-detail-chat-card .activity-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 19.5px;
  outline-style: none;
  padding-bottom: 25px;
  vertical-align: baseline;
  word-wrap: break-word;
  border-bottom: 1px solid #C7C7C7;
}
#egain-selfservice-activity-detail-chat-card .activity-content h1,
#egain-selfservice-activity-detail-chat-card .activity-content h2,
#egain-selfservice-activity-detail-chat-card .activity-content h3 {
  font-size: 1em;
}
#egain-selfservice-activity-detail-chat-card .activity-content a,
#egain-selfservice-activity-detail-chat-card .activity-content a:link,
#egain-selfservice-activity-detail-chat-card .activity-content a:visited,
#egain-selfservice-activity-detail-chat-card .activity-content a:active {
  color: #5ac1ef;
  text-decoration: underline;
  font-size:13px;
}
#egain-selfservice-activity-detail-chat-card .activity-content a:hover,
#egain-selfservice-activity-detail-chat-card .activity-content a:link:hover,
#egain-selfservice-activity-detail-chat-card .activity-content a:visited:hover,
#egain-selfservice-activity-detail-chat-card .activity-content a:active:hover {
  color: #666666;
  font-size:13px;
}
#egain-selfservice-activity-detail-chat-card div.content-heading {
  /*border-bottom: 1px solid @SelfServiceActivityChatContentWindowBorderColor;*/
}
#egain-selfservice-activity-detail-chat-card blockquote {
  border-left: solid 5px #5ac1ef;
  position: relative;
  left: -15px;
}
#egain-selfservice-activity-detail-chat-card .activity-location,
#egain-selfservice-activity-detail-chat-card .activity-url {
  visibility: hidden;
  display: none;
}
@media print {
  #egain-selfservice-activity-detail-chat-card blockquote {
    border: none;
  }
  #egain-selfservice-activity-detail-chat-card div.activity-location {
    visibility: visible;
    display: block;
    page-break-after: always;
    max-width: 100% !important;
  }
  #egain-selfservice-activity-detail-chat-card p.activity-url {
    visibility: visible;
    display: block;
  }
}
#egain-selfservice-activity-detail-chat-card p {
  padding: 5px 0;
}
#egain-selfservice-activity-detail-chat-card a {
  font-weight: bold;
}
#egain-selfservice-activity-detail-chat-card table {
  border: 1px solid #ccc;
}
#egain-selfservice-activity-detail-chat-card table td {
  border-right: 1px solid #ccc;
  padding: 5px;
}
#egain-selfservice-activity-detail-chat-card table tr {
  border-bottom: 1px solid #ccc;
}
#egain-selfservice-activity-detail-chat-card table th {
  border-right: 1px solid #ccc;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
#egain-selfservice-activity-detail-chat-card dl dd {
  margin-left: 1em;
}
#egain-selfservice-activity-detail-chat-card ol {
  list-style-type: decimal;
  list-style-position: outside;
}
#egain-selfservice-activity-detail-chat-card sup {
  vertical-align: super;
  font-size: smaller;
}
#egain-selfservice-activity-detail-chat-card sub {
  vertical-align: sub;
  font-size: smaller;
}
#egain-selfservice-activity-detail-chat-card ul {
  list-style-type: disc;
  list-style-position: outside;
}
#egain-selfservice-activity-detail-chat-card h1,
#egain-selfservice-activity-detail-chat-card h2,
#egain-selfservice-activity-detail-chat-card h3,
#egain-selfservice-activity-detail-chat-card h4,
#egain-selfservice-activity-detail-chat-card h5,
#egain-selfservice-activity-detail-chat-card h6 {
  font-weight: bold;
}
#egain-selfservice-activity-detail-chat-card i,
#egain-selfservice-activity-detail-chat-card em {
  font-style: italic;
}
#egain-selfservice-activity-detail-chat-card blockquote,
#egain-selfservice-activity-detail-chat-card ul,
#egain-selfservice-activity-detail-chat-card ol,
#egain-selfservice-activity-detail-chat-card dl {
  margin: 1em;
}
#egain-selfservice-activity-detail-chat-card ol,
#egain-selfservice-activity-detail-chat-card ul,
#egain-selfservice-activity-detail-chat-card dl {
  margin-left: 2em;
}
#egain-selfservice-activity-detail-chat-card .left-message {
  font-weight: bold;
  margin-top: 20px;
  font-size:13px;
}
#egain-selfservice-activity-detail-chat-card .customer-message {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
#egain-selfservice-activity-detail-chat-card .agent-message {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  font-size:13px;
}
#egain-selfservice-activity-detail-chat-card .system-message {
  color: #939393;
  font-size:12px;
}
/*
Styling for the Activity Content Component
Changes to this section will apply to the component found in:
components/activity-content-window/activity-content-window.html
*/
#egain-selfservice-activity-detail-email-card {
  margin-bottom: 25px;
  background-color: #FFFFFF;
  color: #555555;
  padding-top: 20px;
}
#egain-selfservice-activity-detail-email-card .activity-content {
  border-bottom: 1px solid #C7C7C7;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 19.5px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  padding-bottom: 10px;
}
#egain-selfservice-activity-detail-email-card .activity-content h1,
#egain-selfservice-activity-detail-email-card .activity-content h2,
#egain-selfservice-activity-detail-email-card .activity-content h3 {
  font-size: 1em;
}
#egain-selfservice-activity-detail-email-card .activity-content a,
#egain-selfservice-activity-detail-email-card .activity-content a:link,
#egain-selfservice-activity-detail-email-card .activity-content a:visited,
#egain-selfservice-activity-detail-email-card .activity-content a:active {
  background-color: #FFFFFF;
  color: #5ac1ef;
  text-decoration: underline;
}
#egain-selfservice-activity-detail-email-card .activity-content a:hover,
#egain-selfservice-activity-detail-email-card .activity-content a:link:hover,
#egain-selfservice-activity-detail-email-card .activity-content a:visited:hover,
#egain-selfservice-activity-detail-email-card .activity-content a:active:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-activity-detail-email-card .activity-content a[data-url] {
  background-color: #FFFFFF;
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}
#egain-selfservice-activity-detail-email-card .activity-content a[data-url]:hover {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-activity-detail-email-card blockquote {
  border-left: solid 10px #5ac1ef;
  position: relative;
  left: -30px;
}
@media print {
  #egain-selfservice-activity-detail-email-card blockquote {
    border: none;
    margin-left: 10px;
  }
}
#egain-selfservice-activity-detail-email-card p {
  padding: 5px 0;
}
#egain-selfservice-activity-detail-email-card a {
  font-weight: bold;
}
#egain-selfservice-activity-detail-email-card table {
  border: 1px solid #ccc;
}
#egain-selfservice-activity-detail-email-card table td {
  border-right: 1px solid #ccc;
  padding: 5px;
}
#egain-selfservice-activity-detail-email-card table tr {
  border-bottom: 1px solid #ccc;
}
#egain-selfservice-activity-detail-email-card table th {
  border-right: 1px solid #ccc;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
#egain-selfservice-activity-detail-email-card dl dd {
  margin-left: 1em;
}
#egain-selfservice-activity-detail-email-card ol {
  list-style-type: decimal;
  list-style-position: outside;
}
#egain-selfservice-activity-detail-email-card sup {
  vertical-align: super;
  font-size: smaller;
}
#egain-selfservice-activity-detail-email-card sub {
  vertical-align: sub;
  font-size: smaller;
}
#egain-selfservice-activity-detail-email-card ul {
  list-style-type: disc;
  list-style-position: outside;
}
#egain-selfservice-activity-detail-email-card h1,
#egain-selfservice-activity-detail-email-card h2,
#egain-selfservice-activity-detail-email-card h3,
#egain-selfservice-activity-detail-email-card h4,
#egain-selfservice-activity-detail-email-card h5,
#egain-selfservice-activity-detail-email-card h6 {
  font-weight: bold;
}
#egain-selfservice-activity-detail-email-card i,
#egain-selfservice-activity-detail-email-card em {
  font-style: italic;
}
#egain-selfservice-activity-detail-email-card ul,
#egain-selfservice-activity-detail-email-card ol,
#egain-selfservice-activity-detail-email-card dl {
  margin: 1em;
}
#egain-selfservice-activity-detail-email-card ol,
#egain-selfservice-activity-detail-email-card ul,
#egain-selfservice-activity-detail-email-card dl {
  margin-left: 2em;
}
#egain-customer-360-activity-detail-secure-card md-toolbar {
  color: #6A8592;
  background-color: #EDEEF2;
}
#egain-customer-360-activity-detail-secure-card .md-headline {
  color: #555555;
  font-size: 12pt;
}
#egain-customer-360-activity-detail-secure-card .md-subhead {
  color: #20A8AC;
  font-weight: bold;
}
#egain-customer-360-activity-detail-secure-card md-card {
  margin: 0;
}
#egain-customer-360-activity-detail-secure-card md-list {
  background-color: #fff;
}
/*
Styling for the Activity Filter List Component
Changes to this section will apply to the component found in:
components/activity-filter-list/activity-filter-list.html
*/
#egain-selfservice-activity-filter-list .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#egain-selfservice-activity-filter-list .list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#egain-selfservice-activity-filter-list .fa {
  font-size: 90%;
  padding-right: 5px;
}
#egain-selfservice-activity-filter-list .list-group-item {
  background-color: #FFFFFF;
  color: #555555;
  font-weight: bold;
  border-color: #C7C7C7;
}
#egain-selfservice-activity-filter-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-activity-filter-list .unread-emails {
  color: #5ac1ef;
}
#egain-selfservice-activity-filter-list .list-group-item-primary {
  background-color: #c0c0c0;
  background: #c0c0c0 !important;
 
  color: #FFFFFF;
}
#egain-selfservice-activity-filter-list li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  font-family: 'PT Sans' ,'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#egain-selfservice-activity-filter-list .linked-list-item {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-activity-filter-list .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-activity-filter-list .linked-list-item:hover a {
  color: #666666;
}
/*
Styling for the Activity List Component
Changes to this section will apply to the component found in:
components/activity-list/activity-list.html
*/
#egain-selfservice-activity-list .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#egain-selfservice-activity-list .list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#egain-selfservice-activity-list .activity-status {
  color: #5ac1ef;
}
#egain-selfservice-activity-list .list-group-item {
  background-color: #FFFFFF;
  color: #555555;
  border-color: #C7C7C7;
}
@media (min-width: 992px) {
  #egain-selfservice-activity-list .list-group-item {
   /* padding-left: 30px; */
  }
}
#egain-selfservice-activity-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-activity-list .list-group-item h4 {
  font-weight: normal;
  font-family: 'PT Sans' ,'PT Sans' , 'Open Sans Condensed', sans-serif;
}
#egain-selfservice-activity-list .list-group-item .unread-message {
  font-weight: bold;
}
#egain-selfservice-activity-list .list-group-item.linked-list-item:not(:first-child) {
  border-top: 0;
}
#egain-selfservice-activity-list .list-group-item.linked-list-item:not(:last-child) div {
  border-bottom: 1px solid #C7C7C7;
}
#egain-selfservice-activity-list .list-group-item-primary {
  background-color: #5ac1ef;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  color: #FFFFFF;
}
#egain-selfservice-activity-list .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  /*font-weight: bold;*/
  font-family: 'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#egain-selfservice-activity-list .linked-list-item {
  padding-bottom: 0px;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-activity-list .linked-list-item div {
  padding-bottom: 15px;
}
#egain-selfservice-activity-list .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-activity-list .linked-list-item:hover a {
  color: #666666;
}
#egain-selfservice-activity-list .pagination {
  background-color: #FFFFFF;
  color: #5ac1ef;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#egain-selfservice-activity-list .pagination > li > a {
  border-color: #C7C7C7;
  background-color: #FFFFFF;
  color: #5ac1ef;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-activity-list .pagination > li > a:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-activity-list .pagination > .active > a {
  background-color: #5ac1ef;
  color: #FFFFFF;
}
#egain-selfservice-activity-list .pagination > .active > a:hover {
  background-color: #5ac1ef;
  color: #FFFFFF;
}
/*
Styling for the Activity Reply Inline Component
Changes to this section will apply to the component found in:
components/activity-reply-inline/activity-reply-inline.html

This component is only displayed on the activity detail email page.
*/
#egain-selfservice-activity-reply-inline {
  background-color: #FFFFFF;
  color: #555555;
  font-weight: bold;
}
#egain-selfservice-activity-reply-inline .reply-text {
  background-color: #FFFFFF;
  color: #5ac1ef;
  font-weight: bold;
}
#egain-selfservice-activity-reply-inline .btn {
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
#egain-selfservice-activity-reply-inline .btnMargin {
  margin-top: 5px;
}
#egain-selfservice-activity-reply-inline .btn-primary {
  border-color: #5ac1ef;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  color: #FFFFFF;
}
#egain-selfservice-activity-reply-inline .btn-secondary {
  border-color: #C7C7C7;
  background: #C7C7C7 !important;
  background: -webkit-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -moz-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -o-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -ms-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: linear-gradient(#C7C7C7, #C7C7C7) !important;
  color: #FFFFFF;
  font-weight: bold;
}
#egain-selfservice-activity-reply-inline .text-danger {
  color: #FF6600;
}
#egain-selfservice-activity-reply-inline input,
#egain-selfservice-activity-reply-inline textarea {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-activity-reply-inline input::-webkit-input-placeholder,
#egain-selfservice-activity-reply-inline textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#egain-selfservice-activity-reply-inline input:-moz-placeholder,
#egain-selfservice-activity-reply-inline textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-activity-reply-inline input::-moz-placeholder,
#egain-selfservice-activity-reply-inline textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-activity-reply-inline input:-ms-input-placeholder,
#egain-selfservice-activity-reply-inline textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#egain-selfservice-activity-reply-inline input:placeholder-shown,
#egain-selfservice-activity-reply-inline textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}
#egain-selfservice-activity-reply-inline textarea {
  height: 80px;
}
#egain-selfservice-activity-reply-inline label {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
#egain-selfservice-activity-reply-inline .btn:active,
#egain-selfservice-activity-reply-inline .btn:focus {
  outline: none !important;
}
#egain-selfservice-activity-reply-inline .form-control:active,
#egain-selfservice-activity-reply-inline .form-control:focus {
  border-color: #999999;
  box-shadow: none;
}
#egain-selfservice-activity-reply-inline .attachment-chip {
  border-radius: 13px;
  background: #858587;
  border-color: #858587;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 2px;
}
#egain-selfservice-activity-reply-inline .modal-footer {
  border-top-color: #C7C7C7;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}
/*
Styling for the Activity Tools horizontal Component
Changes to this section will apply to the component found in:
components/activity-tools-horizontal/activity-tools-horizontal.html
*/
#egain-selfservice-activity-tools-horizontal {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-activity-tools-horizontal a,
#egain-selfservice-activity-tools-horizontal .a {
  padding-right: 20px;
}
#egain-selfservice-activity-tools-horizontal a {
  background-color: #FFFFFF;
  color: #555555;
  text-decoration: none;
}
#egain-selfservice-activity-tools-horizontal a i {
  padding-right: 5px;
}
#egain-selfservice-activity-tools-horizontal a:hover {
  text-decoration: none;
  cursor: pointer;
}
#egain-selfservice-activity-tools-horizontal a:hover span {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-activity-tools-horizontal .fa {
  background-color: #FFFFFF;
  color: #5ac1ef;
}
/*
Styling for the Case Filter List Component
Changes to this section will apply to the component found in:
components/case-filter-list/case-filter-list.html
*/
#egain-selfservice-case-filter-list {
  margin-top: 15px;
}
#egain-selfservice-case-filter-list .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#egain-selfservice-case-filter-list .list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#egain-selfservice-case-filter-list .fa {
  font-size: 60%;
  padding-right: 5px;
}
#egain-selfservice-case-filter-list .list-group-item {
  background-color: #FFFFFF;
  color: #555555;
  font-weight: bold;
  border-color: #C7C7C7;
}
#egain-selfservice-case-filter-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-case-filter-list .list-group-item-primary {
  background-color: #5ac1ef;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  color: #FFFFFF;
}
#egain-selfservice-case-filter-list li.list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-size: 24px;
}
#egain-selfservice-case-filter-list .linked-list-item {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-case-filter-list .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-case-filter-list .linked-list-item:hover a {
  color: #666666;
}
/*
Styling for the Case List Component
Changes to this section will apply to the component found in:
components/case-list/case-list.html
*/
#egain-selfservice-case-list {
  margin-top: 15px;
}
#egain-selfservice-case-list .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#egain-selfservice-case-list .list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#egain-selfservice-case-list .case-status {
  color: #5ac1ef;
}
#egain-selfservice-case-list .unread-emails {
  color: #5ac1ef;
}
#egain-selfservice-case-list .list-group-item {
  background-color: #FFFFFF;
  color: #555555;
  border-color: #C7C7C7;
}
@media (min-width: 992px) {
  #egain-selfservice-case-list .list-group-item {
    /*padding-left: 30px;*/
  }
}
#egain-selfservice-case-list .list-group-item a {
  color: #555555;
}
#egain-selfservice-case-list .list-group-item h4 {
  font-weight: bold;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
}
#egain-selfservice-case-list .list-group-item .unread-message {
  font-weight: bold;
}
#egain-selfservice-case-list .activity-sent {
  font-style: italic;
}
#egain-selfservice-case-list .list-group-item.linked-list-item:not(:first-child) {
  border-top: 0;
}
#egain-selfservice-case-list .list-group-item.linked-list-item:not(:last-child) div {
  border-bottom: 1px solid #C7C7C7;
}
#egain-selfservice-case-list .list-group-item-primary {
  background-color: #5ac1ef;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  color: #FFFFFF;
}
#egain-selfservice-case-list .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#egain-selfservice-case-list .linked-list-item {
  padding-bottom: 0px;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-case-list .linked-list-item div {
  padding-bottom: 15px;
}
#egain-selfservice-case-list .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-case-list .linked-list-item:hover a {
  color: #666666;
}
#egain-selfservice-case-list .linked-list-item.nohover {
  background-color: #FFFFFF;
}
#egain-selfservice-case-list .pagination {
  background-color: #FFFFFF;
  color: #5ac1ef;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#egain-selfservice-case-list .pagination > li > a {
  border-color: #C7C7C7;
  background-color: #FFFFFF;
  color: #5ac1ef;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 16px;
}
#egain-selfservice-case-list .pagination > li > a:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-case-list .pagination > .active > a {
  background-color: #5ac1ef;
  color: #FFFFFF;
}
#egain-selfservice-case-list .pagination > .active > a:hover {
  background-color: #5ac1ef;
  color: #FFFFFF;
}
/*
Styling for the Compose Reply Inline Component
Changes to this section will apply to the component found in:
components/compose-reply-inline/compose-reply-inline.html
*/
#egain-selfservice-compose-reply-inline {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 13px;
}
#egain-selfservice-compose-reply-inline .inline-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #C7C7C7;
}
#egain-selfservice-compose-reply-inline .inline-header h3 {
  color: #FFFFFF;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-compose-reply-inline .btn {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  text-align: left;
}
#egain-selfservice-compose-reply-inline .btnBig {
  padding-top: 10px;
  /*width: 260px;*/
  height: 40px;
  font-weight: bold;
}
#egain-selfservice-compose-reply-inline .list-group-item {
  background-color: #FFFFFF;
  color: #555555;
  border-color: #C7C7C7;
}
@media (min-width: 992px) {
  #egain-selfservice-compose-reply-inline .list-group-item {
    padding-left: 30px;
  }
}
#egain-selfservice-compose-reply-inline .list-group-item a {
  color: #555555;
}
#egain-selfservice-compose-reply-inline .list-group-item h4 {
  font-weight: bold;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
}
#egain-selfservice-compose-reply-inline .list-group-item .unread-message {
  font-weight: bold;
}
#egain-selfservice-compose-reply-inline .btnDivider {
  /*border-bottom: 1px solid @SelfServiceComposeReplyInlineBorderColor;*/
  padding-bottom: 20px;
  margin-bottom: 0px;
}
#egain-selfservice-compose-reply-inline .btnMargin {
  margin-top: 20px;
}
#egain-selfservice-compose-reply-inline .list-group-item-primary {
  background-color: #5ac1ef;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  color: #FFFFFF;
  font-weight: bold;
}
#egain-selfservice-compose-reply-inline .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  margin-left:-13px;
}
#egain-selfservice-compose-reply-inline .btn-secondary {
  border-color: #C7C7C7;
  background: #C7C7C7 !important;
  border-radius: 0px;
  background: -webkit-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -moz-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -o-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -ms-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: linear-gradient(#C7C7C7, #C7C7C7) !important;
  color: #FFFFFF;
  font-weight: bold;
}
#egain-selfservice-compose-reply-inline .dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
#egain-selfservice-compose-reply-inline .dropdown-menu .linked-list-item {
  padding: 5px;
  width: 260px;
}
#egain-selfservice-compose-reply-inline .text-danger {
  color: #FF6600;
}
#egain-selfservice-compose-reply-inline input,
#egain-selfservice-compose-reply-inline textarea {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-compose-reply-inline input::-webkit-input-placeholder,
#egain-selfservice-compose-reply-inline textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#egain-selfservice-compose-reply-inline input:-moz-placeholder,
#egain-selfservice-compose-reply-inline textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-compose-reply-inline input::-moz-placeholder,
#egain-selfservice-compose-reply-inline textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-compose-reply-inline input:-ms-input-placeholder,
#egain-selfservice-compose-reply-inline textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#egain-selfservice-compose-reply-inline input:placeholder-shown,
#egain-selfservice-compose-reply-inline textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}
#egain-selfservice-compose-reply-inline textarea {
  height: 160px;
}
#egain-selfservice-compose-reply-inline label {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
#egain-selfservice-compose-reply-inline fieldset {
  margin-bottom: 30px;
}
#egain-selfservice-compose-reply-inline .btn:active,
#egain-selfservice-compose-reply-inline .btn:focus {
  outline: none !important;
}
#egain-selfservice-compose-reply-inline .form-control:active,
#egain-selfservice-compose-reply-inline .form-control:focus {
  border-color: #999999;
  box-shadow: none;
}
#egain-selfservice-compose-reply-inline .attachment-chip {
  border-radius: 13px;
  background: #858587 !important;
  border-color: #858587;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 2px;
}
#egain-selfservice-compose-reply-inline .modal-footer {
  border-top-color: #C7C7C7;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}
#egain-selfservice-compose-reply-inline a.back {
  padding-top: 6px;
  color: #fff;
}
/*
Styling for the Contact Options Block Component
Changes to this section will apply to the component found in:
components/contact-options-block/contact-options-block.html
*/
#egain-selfservice-contact-options-block {
  line-height: 57px;
  background: #F5F5F5 !important;
  background: -webkit-linear-gradient(#F5F5F5, #F5F5F5) !important;
  background: -moz-linear-gradient(#F5F5F5, #F5F5F5) !important;
  background: -o-linear-gradient(#F5F5F5, #F5F5F5) !important;
  background: -ms-linear-gradient(#F5F5F5, #F5F5F5) !important;
  background: linear-gradient(#F5F5F5, #F5F5F5) !important;
  color: #555555;
  font-weight: 300 !important;
}
#egain-selfservice-contact-options-block span {
  font-size: 32px;
  margin-right: 30px;
  color: #999;
}
#egain-selfservice-contact-options-block .btn-primary {
  font-weight: bold;
  border-color: #555555;
  border-radius: 3px;
  background: transparent !important;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#egain-selfservice-create-case-inline-button {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0;
  color: #FFFFFF;
}
#egain-selfservice-create-case-toolbar .btn-group {
  background-color: #5ac1ef;
}
#egain-selfservice-create-case-toolbar label,
#egain-selfservice-create-case-toolbar .form-control,
#egain-selfservice-create-case-toolbar li {
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
/*
#egain-selfservice-create-case-toolbar .btn {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
*/

/*
Styling for the Email Article Modal Component
Changes to this section will apply to the component found in:
components/email-article-modal/email-article-modal.html
*/
#egain-selfservice-email-article-modal .modal-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #C7C7C7;
}
#egain-selfservice-email-article-modal .modal-header h3 {
  color: #FFFFFF;
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-email-article-modal .btn-primary {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0px;
  color: #FFFFFF;
}
#egain-selfservice-email-article-modal .btn-secondary {
  border-color: #C7C7C7;
  background: #C7C7C7 !important;
  border-radius: 0px;
  background: -webkit-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -moz-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -o-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: -ms-linear-gradient(#C7C7C7, #C7C7C7) !important;
  background: linear-gradient(#C7C7C7, #C7C7C7) !important;
  color: #FFFFFF;
  font-weight: bold;
}
#egain-selfservice-email-article-modal .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-email-article-modal .text-danger {
  color: #FF6600;
}
#egain-selfservice-email-article-modal input,
#egain-selfservice-email-article-modal textarea {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-email-article-modal input::-webkit-input-placeholder,
#egain-selfservice-email-article-modal textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#egain-selfservice-email-article-modal input:-moz-placeholder,
#egain-selfservice-email-article-modal textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-email-article-modal input::-moz-placeholder,
#egain-selfservice-email-article-modal textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-email-article-modal input:-ms-input-placeholder,
#egain-selfservice-email-article-modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#egain-selfservice-email-article-modal input:placeholder-shown,
#egain-selfservice-email-article-modal textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}
#egain-selfservice-email-article-modal textarea {
  height: 80px;
}
#egain-selfservice-email-article-modal label {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
#egain-selfservice-email-article-modal fieldset {
  margin-bottom: 30px;
}
#egain-selfservice-email-article-modal .btn:active,
#egain-selfservice-email-article-modal .btn:focus {
  outline: none !important;
}
#egain-selfservice-email-article-modal .form-control:active,
#egain-selfservice-email-article-modal .form-control:focus {
  border-color: #999999;
  box-shadow: none;
}
/*
Styling for the Error Window Component
Changes to this section will apply to the component found in:
components/error-window/error-window.html
*/
#egain-selfservice-error-window {
  margin-top: 15px;
}
#egain-selfservice-error-window .panel {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-error-window .panel a {
  color: #5ac1ef;
}
#egain-selfservice-error-window .panel a:hover {
  background-color: #F5F5F5;
  color: #666666;
}
/*
Styling for the Footer Small Component
Changes to this section will apply to the component found in:
components/footer-small/footer-small.html
*/
#egain-selfservice-footer-small .row {
  height: 44px;
  font-size: 14px;
  color: #e8e8e8;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #000000 !important;
  background: -webkit-linear-gradient(#000000, #000000) !important;
  background: -moz-linear-gradient(#000000, #000000) !important;
  background: -o-linear-gradient(#000000, #000000) !important;
  background: -ms-linear-gradient(#000000, #000000) !important;
  background: linear-gradient(#000000, #000000) !important;
}
#egain-selfservice-footer-small a {
  color: #e8e8e8;
}
#egain-selfservice-footer-small .pull-right {
  margin-top: 10px;
  /*margin-right: 10px;*/
  margin-right: -90px;
}
@media (min-width: 401) {
  #egain-selfservice-footer-small .pull-right {
    font-size: 1.1em;
  }
}
@media (max-width: 400) {
  #egain-selfservice-footer-small .pull-right {
    font-size: 0.2em;
  }
}
/*
Styling for the Forgot Password Window Component
Changes to this section will apply to the component found in:
components/forgot-password-window/forgot-password-window.html
*/
#egain-selfservice-forgot-password-window {
  margin-top: 15px;
}
#egain-selfservice-forgot-password-window .panel {
  border-radius: 3px;
  border-color: #C7C7C7;
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-forgot-password-window .panel-heading {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #C7C7C7;
  color: #FFFFFF;
}
#egain-selfservice-forgot-password-window .panel-heading h3 {
  font-family:'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-forgot-password-window .btn-primary {
  background: #8A8A8A !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0px;
  color: #FFFFFF;
}
#egain-selfservice-forgot-password-window .btn-secondary {
  background: #8A8A8A !important;
  background: -webkit-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: -moz-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: -o-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: -ms-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: linear-gradient(#8A8A8A, #8A8A8A) !important;
  border-color: #8A8A8A;
  border-radius: 0px;
  color: #FFFFFF;
}
#egain-selfservice-forgot-password-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-forgot-password-window .dropdown-menu .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-forgot-password-window .text-danger {
  color: #FF6600;
}
#egain-selfservice-forgot-password-window input,
#egain-selfservice-forgot-password-window textarea {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-forgot-password-window input::-webkit-input-placeholder,
#egain-selfservice-forgot-password-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#egain-selfservice-forgot-password-window input:-moz-placeholder,
#egain-selfservice-forgot-password-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-forgot-password-window input::-moz-placeholder,
#egain-selfservice-forgot-password-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-forgot-password-window input:-ms-input-placeholder,
#egain-selfservice-forgot-password-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#egain-selfservice-forgot-password-window input:placeholder-shown,
#egain-selfservice-forgot-password-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}
#egain-selfservice-forgot-password-window label {
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
#egain-selfservice-forgot-password-window fieldset {
  margin-bottom: 30px;
}
#egain-selfservice-forgot-password-window .btn:active,
#egain-selfservice-forgot-password-window .btn:focus {
  outline: none !important;
}
#egain-selfservice-forgot-password-window .form-control:active,
#egain-selfservice-forgot-password-window .form-control:focus {
  border-color: #999999;
  box-shadow: none;
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/header-small/header-small.html
*/
#egain-selfservice-header-small {
  /*background: #000000 !important;
  background: -webkit-linear-gradient(#000000, #000000) !important;
  background: -moz-linear-gradient(#000000, #000000) !important;
  background: -o-linear-gradient(#000000, #000000) !important;
  background: -ms-linear-gradient(#000000, #000000) !important;
  background: linear-gradient(#000000, #000000) !important;
  color: #FFFFFF;*/
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
}
/*
Styling for the Error Window Component
Changes to this section will apply to the component found in:
components/error-window/error-window.html
*/
#egain-selfservice-loggedout-window {
  margin-top: 15px;
}
#egain-selfservice-loggedout-window .panel {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-loggedout-window .panel a {
  color: #5ac1ef;
}
#egain-selfservice-loggedout-window .panel a:hover {
  background-color: #F5F5F5;
  color: #666666;
}
/*
Styling for the Login Window Component
Changes to this section will apply to the component found in:
components/login-window/login-window.html
*/
#egain-selfservice-login-window {
  margin-top: 15px;
}
#egain-selfservice-login-window .panel {
  border-radius: 1px;
  border-color: #C7C7C7;
  color: #555555;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
#egain-selfservice-login-window .panel a {
  color: #5ac1ef;
}
#egain-selfservice-login-window .panel-heading {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #C7C7C7;
  color: #FFFFFF;
}
#egain-selfservice-login-window .panel-heading h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color : #FFFFFF;
}
#egain-selfservice-login-window .btn-secondary {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0.2em;
  color: #FFFFFF;
}
#egain-selfservice-login-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-login-window .dropdown-menu .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#egain-selfservice-login-window .text-danger {
  color: #FF6600;
}
#egain-selfservice-login-window input,
#egain-selfservice-login-window textarea {
  background-color: #FFFFFF;
  color: #555555;
  font-family:'PT Sans' , 'Open Sans', sans-serif;
  font-size: 15px;
  
}
#egain-selfservice-login-window input::-webkit-input-placeholder,
#egain-selfservice-login-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#egain-selfservice-login-window input:-moz-placeholder,
#egain-selfservice-login-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-login-window input::-moz-placeholder,
#egain-selfservice-login-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-login-window input:-ms-input-placeholder,
#egain-selfservice-login-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#egain-selfservice-login-window input:placeholder-shown,
#egain-selfservice-login-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}
#egain-selfservice-login-window label {
  font-family: 'PT Sans','Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#egain-selfservice-login-window fieldset {
  margin-bottom: 30px;
}
#egain-selfservice-login-window .btn:active,
#egain-selfservice-login-window .btn:focus {
  outline: none !important;
}
#egain-selfservice-login-window .form-control:active,
#egain-selfservice-login-window .form-control:focus {
  border-color: #999999;
  box-shadow: none;
}
/*
Styling for the Footer Small Component
Changes to this section will apply to the component found in:
components/footer-small/footer-small.html
*/
#egain-selfservice-secure-message-footer-small .row {
  height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #000000 !important;
  background: -webkit-linear-gradient(#000000, #000000) !important;
  background: -moz-linear-gradient(#000000, #000000) !important;
  background: -o-linear-gradient(#000000, #000000) !important;
  background: -ms-linear-gradient(#000000, #000000) !important;
  background: linear-gradient(#000000, #000000) !important;
}
#egain-selfservice-secure-message-footer-small a {
  color: #FFFFFF;
}
#egain-selfservice-secure-message-footer-small .pull-right {
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 401) {
  #egain-selfservice-secure-message-footer-small .pull-right {
    font-size: 1.1em;
  }
}
@media (max-width: 400) {
  #egain-selfservice-secure-message-footer-small .pull-right {
    font-size: 0.2em;
  }
}
/*
Styling for the Search Menu Jumbotron Component
Changes to this section will apply to the component found in:
components/search-bar-with-menu-jumbotron/search-bar-with-menu-jumbotron.html
*/
#secure-message-header-bar i {
  padding-right: 5px;
}
#secure-message-header-bar i.fa-2x {
  vertical-align: middle;
}
#secure-message-header-bar .row {
  background-color: transparent;
  color: #FFFFFF;
}
#secure-message-header-bar img {
  margin-top: 7px;
  padding-bottom: 10px;
  background-repeat: none;
  max-width: 100%;
}
#secure-message-header-bar img:hover {
  cursor: pointer;
}
#secure-message-header-bar .btn-menu a,
#secure-message-header-bar .btn-menu a:visited,
#secure-message-header-bar .btn-menu a:hover,
#secure-message-header-bar .btn-menu a:active,
#secure-message-header-bar button,
#secure-message-header-bar .egain-selfservice-header-row a,
#secure-message-header-bar .egain-selfservice-header-row a:visited,
#secure-message-header-bar .egain-selfservice-header-row a:hover,
#secure-message-header-bar .egain-selfservice-header-row a:active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none !important;
}
#secure-message-header-bar .input-group {
  border-color: #FFFFFF;
  padding-top: -10px;
  width: 100%;
}
#secure-message-header-bar .input-group input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 60px;
  border-right: 0px;
  font-size: 16px;
  box-shadow: none;
}
#secure-message-header-bar .input-group .input-group-addon {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 45px;
  background-color: #FFFFFF;
  border-left: 0px;
  cursor: pointer;
}
#secure-message-header-bar .input-group > .dropdown-menu {
  min-width: 50%;
}
#secure-message-header-bar .user-menu-dropdown .btn,
#secure-message-header-bar .profile-dropdown .btn {
  border: 0px;
}
#secure-message-header-bar .user-menu-dropdown .dropdown-menu .list-group-item a,
#secure-message-header-bar .profile-dropdown .dropdown-menu .list-group-item a {
  color: #1ABC9C;
  padding: 0px;
}
#secure-message-header-bar .user-menu-dropdown .dropdown-menu .list-group-item:hover,
#secure-message-header-bar .profile-dropdown .dropdown-menu .list-group-item:hover {
  background-color: #F5F5F5;
}
#secure-message-header-bar .user-menu-dropdown .dropdown-menu .list-group-item:hover a,
#secure-message-header-bar .profile-dropdown .dropdown-menu .list-group-item:hover a {
  color: #666666;
}
#secure-message-header-bar .dropdown-menu {
  background-color: #FFFFFF;
  color: #1ABC9C;
  padding: 0px;
  border-radius: 3px;
}
#secure-message-header-bar .dropdown-menu a {
  color: #1ABC9C;
  cursor: pointer;
  padding: 10px;
}
#secure-message-header-bar .dropdown-menu a:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#secure-message-header-bar .dropdown-menu li:first-of-type .suggestion-divider {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#secure-message-header-bar .suggestion-divider {
  background-color: #E9E9E9;
  color: #666666;
  padding: 15px;
  margin-bottom: 0px;
}
#secure-message-header-bar input,
#secure-message-header-bar textarea {
  background-color: #FFFFFF;
  color: #555555;
}
#secure-message-header-bar input::-webkit-input-placeholder,
#secure-message-header-bar textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#secure-message-header-bar input:-moz-placeholder,
#secure-message-header-bar textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#secure-message-header-bar input::-moz-placeholder,
#secure-message-header-bar textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#secure-message-header-bar input:-ms-input-placeholder,
#secure-message-header-bar textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#secure-message-header-bar input:placeholder-shown,
#secure-message-header-bar textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}
#secure-message-header-bar .form-control:active,
#secure-message-header-bar .form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}
#secure-message-header-bar .linked-list-item:hover {
  background-color: #F5F5F5;
  color: #666666;
}
#secure-message-header-bar .linked-list-item:hover a {
  color: #666666;
}
#secure-message-header-bar .topics-popover {
  background-color: #FFFFFF;
  color: #1ABC9C;
  position: relative;
  z-index: 10000;
}
#secure-message-header-bar .topics-popover ul {
  list-style: none;
  min-width: 300px;
  position: absolute;
  right: 5px;
  top: 40px;
  border-radius: 3px;
}
#secure-message-header-bar .topics-popover a {
  color: #1ABC9C;
  cursor: pointer;
}
#secure-message-header-bar .topics-popover .fade-in-out {
  transition: 0.5s linear all;
  opacity: 1;
}
#secure-message-header-bar .topics-popover .fade-in-out.ng-hide {
  opacity: 0;
}
@media (min-width: 1200px) {
  #secure-message-header-bar .input-group {
    width: 620px;
  }
}
@media (min-width: 992px) {
  #secure-message-header-bar .input-group {
    width: 620px;
  }
}
@media (min-width: 768px) {
  #secure-message-header-bar .topics-popover div.topic-list-item:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
/*
Styling for the Signup Window Component
Changes to this section will apply to the component found in:
components/signup-window/signup-window.html
*/
#egain-selfservice-signup-window {
  margin-top: 15px;
}
#egain-selfservice-signup-window .panel {
  border-radius: 0px;
  border-color: #C7C7C7;
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-signup-window .panel a {
  color: #5ac1ef;
}
#egain-selfservice-signup-window .panel-heading {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-radius-top-left: 0px;
  border-radius-top-right: 0px;
  border-color: #C7C7C7;
  color: #FFFFFF;
}
#egain-selfservice-signup-window .panel-heading h3 {
  font-family: 'PT Sans','Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-signup-window .panel-heading {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
}
#egain-selfservice-signup-window .panel-heading h3 {
  font-family: 'PT Sans' ,'PT Sans' , 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-signup-window .btn-primary {
  background: #5ac1ef !important;
  background: -webkit-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -moz-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -o-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: -ms-linear-gradient(#5ac1ef, #5ac1ef) !important;
  background: linear-gradient(#5ac1ef, #5ac1ef) !important;
  border-color: #5ac1ef;
  border-radius: 0px;
  color: #FFFFFF;
}
#egain-selfservice-signup-window .btn-secondary {
  background: #8A8A8A !important;
  background: -webkit-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: -moz-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: -o-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: -ms-linear-gradient(#8A8A8A, #8A8A8A) !important;
  background: linear-gradient(#8A8A8A, #8A8A8A) !important;
  border-color: #8A8A8A;
  border-radius: 0px;
  color: #FFFFFF;
}
#egain-selfservice-signup-window .dropdown-menu .linked-list-item {
  padding: 5px;
}
#egain-selfservice-signup-window .text-danger {
  color: #FF6600;
}
#egain-selfservice-signup-window input,
#egain-selfservice-signup-window textarea {
  background-color: #FFFFFF;
  color: #555555;
}
#egain-selfservice-signup-window input::-webkit-input-placeholder,
#egain-selfservice-signup-window textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAAAAA;
}
#egain-selfservice-signup-window input:-moz-placeholder,
#egain-selfservice-signup-window textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-signup-window input::-moz-placeholder,
#egain-selfservice-signup-window textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
#egain-selfservice-signup-window input:-ms-input-placeholder,
#egain-selfservice-signup-window textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
#egain-selfservice-signup-window input:placeholder-shown,
#egain-selfservice-signup-window textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #AAAAAA;
}

/* HEADER */
/* --- general --- */
.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
body
{
	background: #D8D8D8;
	padding: 0px;
	margin: 0px;
	font-family: 'Arial';
	font-size: 13px;
	color: #666;
	background-color: aliceblue;
	/*background-image: url('http://demovm07.egdemo.info/system/templates/selfservice/unibank/img/background-tile.png'); */
}
.site_container
{
	max-width: 1300px;
	margin-left: auto;
  margin-right: auto;
  position: relative;
	background-color: #fff;
}
.site_container.narrow
{
	max-width: 1090px;
}

.btn-primary-username
{
background : transparent;	
}

p
{
	padding: 1em 0;
	color: #666;
	line-height: 150%;
}
strong
{
	color: #000;
}
blockquote
{
	padding-left: 25px;
	color: #3156A3;
	font-size: 15px;
	font-family: 'Volkhov';
	border-left: 2px solid #3156A3;
	line-height: 150%;
	margin-bottom: 25px;
}
pre
{
	font-family: 'Courier new';
    font-size: 14px;
    line-height: 170%;
	background: url('../images/code_background.png') repeat;
	text-shadow: 0 1px 0 #FFF;
	zoom:1;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	padding: 0 5px;
	margin: 0;
	overflow: auto;
}
.relative
{
	position: relative;
}
input, textarea
{
	font-family: arial;
	font-size: 13px;
}
.margin_top_10
{
	margin-top: 10px;
}
.margin_left_10
{
	margin-left: 10px;
}
/* --- font face --- */
/*@font-face 
{
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../font/DroidSans.eot');
  src: local('Droid Sans'), local('DroidSans'), url('../font/DroidSans.ttf') format('truetype');
}
@font-face 
{
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: url('../font/DroidSerif-Regular-webfont.eot');
  src: local('Droid Serif'), local('DroidSerif'), url('../font/DroidSerif-Regular-webfont.ttf') format('truetype');
}*/
/* --- text colors --- */
.list li
{
	color: #666;
}
/* --- headers --- */
h1, h2, h3, h4, h5
{
	font-family: 'PT Sans';
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a
{
	color: #000;
}
h1
{
	font-size: 30px;
}
h2
{
	font-size: 24px;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 16px;
}
h5
{
	font-size: 13px;
}
h1.not_found
{
	font-size: 150px;
	color: #E8E8E8;
}
.box_header:after
{
	content: "";
	display: block;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #42B3E5;
	margin-top: 10px;
}
.box_header.margin
{
	margin-top: 27px;
}
.sentence
{
	font-family: 'Volkhov';
	color: #3156A3;
	font-style: italic;
	margin-top: 25px;
	line-height: 150%;
}
.sentence_author
{
	float: right;
	margin-top: 10px;
	color: #909090;
	font-style: normal;
}
.info
{
	padding: 25px 0 28px;
}
/* --- header --- */
.header_container
{
	background-color: #fff;
}
.header
{
  margin: 0 auto;
  font-size: 13px;
}
.header_left
{
	float: left;
	width: 320px;
}
.header_right
{
	float: right; 
	padding-top: 15px;
	padding-right:5px;
}
.header_left a
{
	display: block;
}
.header_left a, .logo
{
	font-family: 'PT Sans';
	font-size: 30px;
}
.header_left a:hover
{
	text-decoration: none;
}
.header_left a img
{
	float: left;
	margin-right: 20px;
}
.logo
{
	float: left;
	padding-top: 3px;
	color: #000000;
}
/* --- menu --- */
.sf-menu
{
	padding: 0;
	margin: 0;
}
.sf-menu li
{
	margin-left: 5px;
	height: 45px;
}
.sf-menu li:first-child
{
	margin-left: 0;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	background: none #fff;
}
.sf-menu li a, .sf-menu li a:visited
{
	font-family: 'arial';
	color: #888;
	border: 1px solid #FFF;
	padding: 15px;
}
.sf-menu li:hover a, .sf-menu li.selected a
{
	color: #fff;
    background: #42B3E5;
}
.sf-menu li.submenu:hover a
{
	color: #000;
	background: #FFF;
	border-color: #E8E8E8;
	border-bottom-color: #FFF;
}
.sf-menu li.submenu:hover:after
{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	z-index: 4;
	width: 1px;
	height: 1px;
	background: #E8E8E8;
}
.sf-menu li.submenu:hover a
{
	z-index: 4;
}
.sf-menu li ul
{
	width: 190px;
	background: #FFF;
	border: 1px solid #E8E8E8;
	padding-bottom: 10px;
}
.sf-menu li ul.wide
{
	width: 200px;
}
.sf-menu li ul.wide li
{
	width: 170px;
}
.sf-menu li.submenu.wide ul
{
	width: 380px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	top: 44px;
}
.sf-menu li ul li
{
	width: 180px;
	height: auto;
	margin-left: 0;
	background-color: #fff;
	padding: 0px 0px 0px 10px;
}
.sf-menu li:hover ul a,
.sf-menu li.submenu:hover ul a
{
	border: none;
	color: #888;
	background: #FFF;
	border-bottom: 1px solid #E8E8E8;
	padding: 15px 0;
}
.sf-menu li.submenu:hover ul
{
	z-index: 3;
}
/*.sf-menu li ul li:hover, .sf-menu li ul li.selected
{
	border-top: 1px solid #E0E0E0;
}*/
.sf-menu li ul li a
{
	padding: 15px 0;
	font-size: 13px;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.selected a,
.sf-menu li.submenu ul li a:hover, .sf-menu li.submenu:hover ul li.selected a,
.sf-menu li.submenu:hover ul li.selected ul li a:hover, .sf-menu li.submenu:hover ul li ul li.selected a, .sf-menu li.submenu:hover ul li.selected ul li.selected a
{
	border-bottom: 1px solid #42B3E5;
	color: #000;
	padding-bottom: 15px;
}
.sf-menu li.submenu:hover ul li.selected ul li a
{
	color: #888;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
	left: 180px;
	top: -1px;
}
.sf-menu .timetable_submenu
{
	margin-left: -280px;
}
.mobile_menu
{
	display: none;
	float: right;
	padding: 12px 0;
}
.mobile_menu select
{
	border: 1px solid #E0E0E0;
}
/* --- page --- */
.page
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	border-top: 8px solid #F0F0F0;
}

.page_ifrm
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	border-top: 8px solid #F0F0F0;
}
.page.noborder
{
	border: none;
}
.page_left
{
	float: left;
	width: 630px;
	margin-left: 155px;
}
.left_sidebar .page_left
{
	float: right;
}
.page_right {
	float: right;
	width: 330px;
	margin-right: 155px;
}
.app_page_right
{
	float: right;
	width: 250px;
	border: 5px solid rgb(216, 216, 216);
	padding: 20px;
}
.left_sidebar .page_right
{
	float: left;
}
.page_margin_top
{
	margin-top: 30px;
}
.page_margin_top_section
{
	margin-top: 50px;
}
.top_hint
{
	position: relative;
	float: right;
	color: #FFF;
	background-color: #42B3E5;
	padding: 9px 10px;
	margin-top: -70px;
}
.page_right .home_box
{
	height: auto;
}
/* --- page header --- */
.page_header
{
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 30px;
}
.page_header_left
{
	float: left;
	width: 670px;
}
.page_header_right
{
	float: right;
}
.page_header_left .page_title
{
	float: left;
}
/* --- search --- */
.search
{
}
.search input
{
	float: left;
	background: transparent;
	padding: 10px 17px;
	border: none;
	color: #A3A3A3;
	margin: 0;
	font-family : 'PT Sans';
}
.search .search_input
{
	width: 174px;
	background: #F0F0F0;
	border-top: 1px solid #E0E0E0;
	transition: width 0.5s;
	-moz-transition: width 0.5s; /* Firefox */
	-webkit-transition: width 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s; /* Opera */
}
.search .search_input::-webkit-input-placeholder,
.search .search_input:-moz-placeholder,
.search .search_input:-ms-input-placeholder
{
	color: #666666;
}
.search .search_input:focus
{
	width: 225px;
	border-color: #42B3E5;
}
/* --- bread crumb --- */
.bread_crumb
{
	float: left;
	padding: 17px 0 0;
	margin-left: 20px;
}
.bread_crumb li
{
	float: left;
	font-size: 12px;
	font-family : 'PT Sans';
	text-decoration:none!important;
	margin-left: 3px;
}
.bread_crumb li:first-child
{
	margin-left: 0;
}
.bread_crumb li.separator
{
	width: 8px;
	padding: 0 4px;
	text-decoration: none;
}
.bread_crumb li a:hover
{
	color: #3156A3;
}
/* --- footer --- */
.footer_container
{
	background-color: #202020;
	max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.footer
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.footer .box_header
{
	color: #FFF;
}
.footer a
{
	color: #D5D5D5;
}
/* --- icons --- */
/* --- icon small arrow --- */
.icon_small_arrow
{
	background-position: center center;
	background-repeat: no-repeat;
}
.icon_small_arrow.left_black
{
	background-image: url('../images/icon_arrow_left_black.png');
}
.icon_small_arrow.right_black
{
	background-image: url('../images/icon_arrow_right_black.png');
}
.icon_small_arrow.margin_right_black
{
	background-image: url('../images/icon_arrow_margin_right_black.png');
}
.icon_small_arrow.left_white
{
	background-image: url('../images/icon_arrow_left_white.png');
}
.icon_small_arrow.margin_right_white
{
	background-image: url('../images/icon_arrow_margin_right_white.png');
}
.icon_small_arrow.right_white
{
	background-image: url('../images/icon_arrow_right_white.png');
}
.icon_small_arrow.top_white
{
	background-image: url('../images/icon_arrow_top_white.png');
}
.icon_small_arrow.top_black
{
	background-image: url('../images/icon_arrow_top_black.png');
}
.icon_small_arrow.right_gray
{
	background-image: url('../images/icon_arrow_right_gray.png');
}
.icon_small_arrow.square
{
	background-image: url('../images/icon_arrow_square.png');
}
.icon_small_arrow.mark
{
	list-style-image: url('../images/icon_arrow_right_black.png');
}
.icon_small_arrow.tick
{
	background-image: url('../images/icon_tick.png');
}
/* --- icon clock --- */
.icon_clock_green
{
	background-image: url('../images/icon_clock_green.png');
}
.icon_clock_black
{
	background-image: url('../images/icon_clock_black.png');
}
/* --- icon card --- */
.icon_card_green
{
	background-image: url('../images/icon_card_green.png');
}
.icon_card_white
{
	background-image: url('../images/icon_card_white.png');
}
/* --- social icon --- */
.social_icon
{
	display: block;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-webkit-transition: background-position .3s ease;
	-o-transition: background-position .3s ease; 
}
a.social_icon:hover
{
	transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-webkit-transition: background-position .3s ease;
	-o-transition: background-position .3s ease; 
	background-position: 0 -29px;
	text-decoration: none;
}
.social_icon.blogger
{
	background-image: url('../images/social_body/blogger.png');
}
.social_icon.deviantart
{
	background-image: url('../images/social_body/deviantart.png');
}
.social_icon.dribble
{
	background-image: url('../images/social_body/dribble.png');
}
.social_icon.envato
{
	background-image: url('../images/social_body/envato.png');
}
.social_icon.facebook
{
	background-image: url('../images/social_body/facebook.png');
}
.social_icon.flickr
{
	background-image: url('../images/social_body/flickr.png');
}
.social_icon.form
{
	background-image: url('../images/social_body/form.png');
}
.social_icon.forrst
{
	background-image: url('../images/social_body/forrst.png');
}
.social_icon.googleplus
{
	background-image: url('../images/social_body/googleplus.png');
}
.social_icon.linkedin
{
	background-image: url('../images/social_body/linkedin.png');
}
.social_icon.mail
{
	background-image: url('../images/social_body/mail.png');
}
.social_icon.myspace
{
	background-image: url('../images/social_body/myspace.png');
}
.social_icon.phone
{
	background-image: url('../images/social_body/phone.png');
}
.social_icon.picasa
{
	background-image: url('../images/social_body/picasa.png');
}
.social_icon.skype
{
	background-image: url('../images/social_body/skype.png');
}
.social_icon.soundcloud
{
	background-image: url('../images/social_body/soundcloud.png');
}
.social_icon.stumbleupon
{
	background-image: url('../images/social_body/stumbleupon.png');
}
.social_icon.tumblr
{
	background-image: url('../images/social_body/tumblr.png');
}
.social_icon.twitter
{
	background-image: url('../images/social_body/twitter.png');
}
.social_icon.vimeo
{
	background-image: url('../images/social_body/vimeo.png');
}
.social_icon.xing
{
	background-image: url('../images/social_body/xing.png');
}
.social_icon.youtube
{
	background-image: url('../images/social_body/youtube.png');
}
.footer .social_icon.blogger
{
	background-image: url('../images/social_footer/blogger.png');
}
.footer .social_icon.deviantart
{
	background-image: url('../images/social_footer/deviantart.png');
}
.footer .social_icon.dribble
{
	background-image: url('../images/social_footer/dribble.png');
}
.footer .social_icon.envato
{
	background-image: url('../images/social_footer/envato.png');
}
.footer .social_icon.facebook
{
	background-image: url('../images/social_footer/facebook.png');
}
.footer .social_icon.form
{
	background-image: url('../images/social_footer/form.png');
}
.footer .social_icon.flickr
{
	background-image: url('../images/social_footer/flickr.png');
}
.footer .social_icon.forrst
{
	background-image: url('../images/social_footer/forrst.png');
}
.footer .social_icon.googleplus
{
	background-image: url('../images/social_footer/googleplus.png');
}
.footer .social_icon.linkedin
{
	background-image: url('../images/social_footer/linkedin.png');
}
.footer .social_icon.mail
{
	background-image: url('../images/social_footer/mail.png');
}
.footer .social_icon.myspace
{
	background-image: url('../images/social_footer/myspace.png');
}
.footer .social_icon.phone
{
	background-image: url('../images/social_footer/phone.png');
}
.footer .social_icon.picasa
{
	background-image: url('../images/social_footer/picasa.png');
}
.footer .social_icon.skype
{
	background-image: url('../images/social_footer/skype.png');
}
.footer .social_icon.soundcloud
{
	background-image: url('../images/social_footer/soundcloud.png');
}
.footer .social_icon.stumbleupon
{
	background-image: url('../images/social_footer/stumbleupon.png');
}
.footer .social_icon.tumblr
{
	background-image: url('../images/social_footer/tumblr.png');
}
.footer .social_icon.twitter
{
	background-image: url('../images/social_footer/twitter.png');
}
.footer .social_icon.vimeo
{
	background-image: url('../images/social_footer/vimeo.png');
}
.footer .social_icon.xing
{
	background-image: url('../images/social_footer/xing.png');
}
.footer .social_icon.youtube
{
	background-image: url('../images/social_footer/youtube.png');
}
/* --- social_icons --- */
.social_icons
{
	margin-top: 30px;
}
.social_icons li
{
	float: left;
	margin-left: 5px;
}
.social_icons li:first-child
{
	margin-left: 0;
}
/* --- notification boxes --- */
.notification_box
{
	padding: 20px 30px 20px 80px;
	line-height: 150%;
}
.notification_box h2,
.notification_box h2 a,
.notification_box h3,
.notification_box h3 a,
.notification_box h5,
.notification_box h5 a
{
	color: #FFF;
}
.notification_box h5
{
	font-family: arial;
	margin-top: 5px;
}
.notification_box.nb_success
{
	background: url('../images/notification_success.png') no-repeat 20px center #5FAA4B;
}
.notification_box.nb_error
{
	background: url('../images/notification_error.png') no-repeat 20px center #EB6D58;
}
.notification_box.nb_info
{
	background: url('../images/notification_info.png') no-repeat 20px center #42B3E5;
}
.closing_in
{
	display: block;
	float: right;
	margin-top: 5px;
	color: #909090;
	font-size: 11px;
}
/* --- vertical align --- */
.vertical_align
{
	display: table-row;
}
.vertical_align_cell
{
	display: table-cell;
	vertical-align: middle;
}
/* --- slider --- */
.caroufredsel_wrapper
{
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}
.caroufredsel_wrapper_slider
{
	/*top: 65px !important;*/
}
.slider1
{
	margin-top: -10px;
    margin-left: 155px;
}
.slider li
{
	float: left;
	height: 670px;
	background-position: top center;
	background-repeat: no-repeat;
}
.slider li .slider_img
{
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
}
/* --- slider content --- */
.slider_content_box
{
	margin-top: -577px;
	min-height: 367px;
	position: relative;
}
.slider_content
{
	display: none;
	padding-top: 11px;
	padding-bottom: 17px;
}
.slider_content:after
{
	content: "";
}
.slider_content .subtitle
{
	margin-top: 19px;
	line-height: 150%;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.slider_content h1
{
	font-size: 72px;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
/* --- slider navigation --- */
.slider_navigation
{
	position: absolute;
	clear: both;
	width: 100%;
	bottom: 0;
}
.slider_navigation .slider_control
{
	float: left;
}
.slider_navigation .slider_control a
{
	display: block;
	height: 41px;
	font-size: 11px;
	padding: 0;
	color: #FFF;
	line-height: 160%;
}
.slider_navigation .slider_control a:hover
{
	text-decoration: none;
}
.slider_navigation .top_border
{
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
.slider_navigation .slider_control .slider_control_bar
{
	display: none;
	background-color: #FFFFFF;
    height: 4px;
    margin-top: -4px;
}
.slider_navigation .slider_bar
{
	position: relative;
	height: 4px;
	margin-left: 0;
	margin-bottom: -1px;
	background: #FFF;
}
/* --- home box --- */
.home_box
{
	float: left;
	width: 380px;
	height: 159px;
	/*padding: 21px 30px 30px; */
	margin-top: -1px;
}
.home_box h2,
.home_box h2 a
{
	color: #FFF;
}
.home_box h3
{
	color: #000;
	margin-top: 5px;
}
.home_box.light_blue
{
/*	margin-left: 155px; */
	margin-top: -1px;
	background-color: #fff;
	border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.home_box.blue
{
	background-color: #0384CE;
}
.home_box.dark_blue
{
	background-color: #3156A3;
}
.home_box.dark h3
{
	color: #999;
}
.home_box .header_left
{
	width: 198px;
}
.home_box .header_right
{
	width: 62px
}
.home_box .news
{
	margin-top: 21px;
	line-height: 150%;
}
.home_box .news .text
{
	padding: 0;
	color: #FFF;
}
.home_box .more
{
	margin-top: 25px;
}
.home_box .more.light
{
	color: #FFF;
}
.home_box .more.light:hover
{
	background-image: url('../images/icon_arrow_margin_right_black.png');
}
/* --- items list --- */
.items_list
{
	
}
.items_list.margin_top
{
	margin-top: 8px;
}
.items_list li
{
	padding: 12px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 120%;
}
.items_list.simple li
{
	padding-left: 10px;
}
.items_list li:first-child
{
	padding-top: 0;
}
.items_list li.icon_clock_black
{
	padding-left: 25px;
}
.items_list li.icon_clock_black:first-child
{
	padding-top: 12px;
	/*background-position: left 0;*/
}
.items_list a, .items_list span
{
	float: left;
	color: #000;
	font-weight: bold;
}
.items_list.thin a, .items_list.thin span
{
	font-weight: normal
}
.items_list .value
{
	float: right;
	color: #666;
}
.items_list.dark_blue li span, .items_list.dark_blue .value
{
	color: #FFF;
}
.items_list.dark_blue li
{
	border-color: #4468B2;
}
.home_box .items_list li:first-child
{
	padding-top: 12px;
}
/* --- scrolling list --- */
.scrolling_list_wrapper
{
	margin-top: 16px;
}
.scrolling_list
{
}
.scrolling_list_control_left, .scrolling_list_control_right
{
	float: left;
	width: 28px;
	height: 28px;
}
.scrolling_list_control_right
{
	margin-left: 2px;
}
.scrolling_list li
{
	width: 312px;
	color: #C5C5C5;
	background-position: left 18px;
	padding: 10px 0 10px 18px;
	line-height: 150%;
}
.scrolling_list li a
{
	clear: both;
	float: left;
	color: #666;
	border: none;
}
.footer .scrolling_list li a
{
	color: #D5D5D5;
}
.scrolling_list.latest_tweets li a
{
	float: none;
}
.scrolling_list.latest_tweets li p
{
	padding: 0;
}
.scrolling_list li .left
{
	float: left;
	width: 275px;
}
.scrolling_list li .number
{
	float: right;
	width: 30px;
	color: #666;
    padding: 8px 0;
	margin-left: 5px;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}
.footer .timeago
{
	color: #42B3E5;
}
.timeago
{
	clear: both;
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: #909090;
}
.columns.full_width .scrolling_list li
{
	width: 462px;
}
.columns.full_width .scrolling_list li .left
{
	width: 425px;
}
/* --- more --- */
.more
{
	float: left;
	color: #3156A3;
	line-height: normal;
}
.more.dark_blue,
.more.light,
.more.blue
{
	padding: 5px 8px 7px;
	background-position: right center;
	color: #FFF;
	border: 1px solid #FFF;
}
.more.dark_blue:hover,
.more.light:hover,
.more.blue:hover
{
	text-decoration: none;
}
.more.dark_blue,
.more.blue:hover
{
	background-color: #42B3E5;
	border: 1px solid #42B3E5;
}
.more.dark_blue:hover
{
	background-color: #3156A3;
	border-color: #3156A3;
}
.more.light
{
	color: #666;
	border-color: #E0E0E0;
}
.more.light:hover
{
	background-color: #FFF;
	color: #000;
	border-color: #FFF;
}
.more.blue
{
	border-color: #3156A3;
	background-color: #3156A3;
}
.more.tiny
{
	padding: 4px 8px;
	font-size: 11px;
}
.more.medium
{
	padding: 9px 15px;
}
.more.large
{
	padding: 15px 20px;
	font-size: 15px;
}
.more.icon_small_arrow
{
	padding: 5px 24px 7px 8px;
}
.more.icon_small_arrow.tiny
{
	padding: 4px 24px 4px 8px;
}
.more.icon_small_arrow.medium
{
	padding: 9px 24px 9px 15px;
}
.more.icon_small_arrow.large
{
	padding: 15px 24px 15px 20px;
}
/* --- blog --- */
.blog
{
}
.comment_box
{
	float: left;
	width: 85px;
	text-align: center;
	margin-right: 25px;
}
.columns .comment_box
{
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	margin-right: 0;
}
.post
{
	float: left;
	margin-top: 30px;
}
.comment_box li
{
	width: 100%;
}
.columns .comment_box li
{
	float: left;
	width: auto;
}
.comment_box .date .value
{
	float: left;
	width: 60px;
	background-color: #3156A3;
	color: #FFF;
	padding: 9px 10px;
	font-size: 11px;
	text-align: center;
}
.comment_box .date .arrow_date,
.comment_box .arrow_comments
{
	float: right;
	width: 5px;
	height: 5px;
	background: url('../images/arrow_date.png');
}
.comment_box .arrow_comments
{
	background: url('../images/arrow_comments.png');
}
.columns .comment_box .date .value,
.columns .comment_box .date .arrow_date
{
	clear: both;
	float: none;
}
.columns .comment_box .date .value
{
	width: auto;
	padding: 10px 13px;
}
.comment_box .comments_number
{
	width: 80px;
	margin-top: 2px;
}
.columns .comment_box .comments_number
{
	width: auto;
	margin-left: 2px;
	margin-top: 0;
}
.comment_box .comments_number a
{
	display: block;
	text-align: center;
	font-size: 11px;
	background-color: #42B3E5;
	padding: 9px 10px;
	color: #FFF;
}
.columns .comment_box .comments_number a
{
	padding: 10px 12px;
}
.comment_box .comments_number:hover
{
	border-color: #409915;
}
.post_content
{
	float: right;
	width: 520px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E0E0E0;
}
.columns .post_content
{
	width: 300px;
}
.post_content a.post_image
{
	display: block;
	margin-bottom: 27px;
}
.post_content a.post_image img
{
	display: block;
	width: 520px;
	height: auto;
	min-height: 15px;
	background: url('../images/preloader.gif') no-repeat center center;
}
.post_content .gallery_box
{
	margin-top: 0;
	margin-bottom: 27px;
}
.post_content .gallery_box img
{
	width: 520px;
	height: auto;
}
.columns .post_content a.post_image img
{
	width: 300px;
}
.post_content h2
{
	margin-bottom: 24px;
}
.post_content p, .columns .post_content p
{
	line-height: 150%;
	padding-top: 0;
	padding-bottom: 1em;
}
.post_content .more
{
	clear: both;
	float: none;
	line-height: 150%;
}
.post_footer
{
	margin-top: 25px;
}
.post_footer_details
{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.post_footer_details:last-child
{
	margin-right: 0;
}
.post_footer_details li
{
	float: left;
	font-size: 11px;
	color: #909090;
	margin-right: 5px;
}
.post_footer_details li:last-child
{
	margin-right: 0;
}
.post_footer_details li a
{
	display: block;
}
.show_all
{
	margin-top: 20px;
}
.show_all .more
{
	float: right;
}
/* --- comments --- */
.comments .comments_number a
{
	float: left;
	width: 60px;
}
.comments .comments_number
{
	width: 85px;
	margin-top: 0;
}
#comments_list
{
	float: right;
}
#comments_list li.comment
{
	width: 520px;
	margin-top: 30px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 30px;
}
#comments_list li.comment:first-child
{
	margin-top: 0;
}
#comments_list .comment_author_avatar
{
	float: left;
	width: 73px;
	height: 73px;
	margin-right: 30px;
	border: 1px solid #E0E0E0;
}
#comments_list .comment_details
{
	float: left;
	width: 415px;
}
#comments_list .comment_details .posted_by
{
	font-size: 11px;
	color: #909090;
	line-height: 140%;
}
#comments_list .comment_details .posted_by a
{
	border: none;
}
#comments_list .comment_details p
{
	color: #666;
	line-height: 150%;
	padding: 20px 0;
}
#comments_list .reply_button
{
	line-height: 150%;
}
#comments_list .children
{
	clear: both;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}
#comments_list .children .children
{
	margin-left: 0;
}
#comments_list .children li.comment
{
	width: 480px;
	border-bottom: none;
	border-top: 1px solid #E0E0E0;
	padding-top: 30px;
	margin-top: 0;
}
#comments_list .children li.comment:last-child
{
	padding-bottom: 0;
}
#comments_list .children .comment_details
{
	width: 375px;
}
#comments_list .pagination
{
	margin-top: 20px;
}
/* --- forms --- */
.comment_form_container
{
	float: left;
	margin-left: 110px;
	margin-top: 25px;
}
.comment_form,
.contact_form
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.comment_form label, .contact_form label, .sf-menu, .sf-menu *
{
	font-family : 'PT Sans' !important;
}

.contact_form ,.tabs_box_navigation, .sf-menu ,.tabs_box_navigation_selected
{
	font-family : 'PT Sans' !important;
}

.comment_form .left, .comment_form .right,
.contact_form .left, .contact_form .right
{
	float: left;
	width: 250px;
}
.contact_form .left, .contact_form .right
{
	width: 300px;
}
.comment_form .right
{
	float: right;
	margin-left: 20px;
}
.contact_form .right
{
	margin-left: 30px;
}
.comment_form label,
.contact_form label
{
	display: block;
	color: #909090;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment_form label.first,
.contact_form label.first
{
	margin-top: 0;
}
.comment_form input, .comment_form textarea,
.contact_form input, .contact_form textarea
{
	padding: 11px 18px;
	color: #000;	
	background: #F0F0F0;
	border: none;
	border-top: 1px solid #E0E0E0;
}
.comment_form .text_input:focus, .comment_form textarea:focus,
.contact_form .text_input:focus, .contact_form textarea:focus
{
	border-color: #42B3E5;
}
.comment_form textarea
{
	width: 214px;
	height: 88px;
}
.contact_form textarea
{
	width: 594px;
}
.comment_form .text_input
{
	width: 214px;
}
.contact_form .block
{
	margin-top: 10px;
}
.contact_form .text_input
{
	width: 264px;
}
.comment_form .text_input:first-child,
.contact_form .block:first-child
{
	margin-top: 0;
}
.comment_form input[type='submit']
{
	float: right;
	width: 70px;
	height: 36px;
	margin-top: 20px;
	padding: 5px 0 7px;
	cursor: pointer;
	text-align: center;
	outline: none;
}
.contact_form input[type='submit']
{
	font-family:'PT Sans';
	float: right;
	width: 100px;
	padding: 5px 0 5px;
	cursor: pointer;
	text-align: center;
	outline: none;
}
#cancel_comment
{
	display: none;
	float: right;
	font-size: 11px;
	margin-top: 32px;
	margin-right: 20px;
}
.contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected
{
	width: 276px;
	background-position: 275px center;
}

.tabs_box_navigation_selected span
{
	font-family : 'PT Sans';	
}
/* --- pagination --- */
.pagination
{
	float: right;
}
.pagination li
{
	float: left;
	margin-left: 2px;
}
.pagination li:first-child
{
	margin-left: 0;
}
.pagination li a
{
	display: block;
	/*height: 12px;*/
	color: #666;
	padding: 9px 11px 7px;
	font-size: 11px;
}
/* --- sidebar box --- */
.sidebar_box
{
	float: left;
	width: 330px;
	margin-top: 50px;
	overflow: hidden;
}
.sidebar_box.first
{
	margin-top: 0;
}
.sidebar_box .header_left, .footer_box.last .header_left
{
	width: 268px;
}
.footer_box .header_left
{
	width: 238px;
}
.sidebar_box .header_right, .footer_box .header_right
{
	width: 62px;
}
.sidebar_box .accordion
{
	margin-top: 30px;
}
.sidebar_box .accordion .item_content p
{
	padding: 0;
}
/* --- categories --- */
.categories li
{
	float: left;
	font-size: 11px;
	color: #666;
	margin-right: 2px;
	margin-bottom: 2px;
}
.categories li:last-child
{
	margin-right: 0;
}
.categories li a
{
	display: block;
	color: #666;
	padding: 8px 9px;
}
/* --- departments --- */
.accordion .ui-accordion-header h3
{
	color: #666;
	background: url('../images/accordion_plus.png') no-repeat right center;
	padding-right: 13px;
}
.accordion .ui-accordion-header
{
	cursor: pointer;
	padding: 12px 13px 12px 0;
	border-bottom: 1px solid #E0E0E0;
	color: #666;
}
.accordion .ui-accordion-header.ui-state-hover h3
{
	color: #3156A3;
}
.accordion .ui-accordion-header.ui-state-active
{
	border-bottom: 1px solid #3156A3;
	background: #F8F8F8;
	padding: 10px 12px;
	margin-top: -1px;
}
.accordion .ui-accordion-header.ui-state-active h3
{
	background: url('../images/accordion_minus.png') no-repeat right center;
	color: #FFF;
}
.accordion .ui-accordion-content
{
	padding: 20px 0;
	color: #666;
	line-height: 150%;
}
.accordion.medium .ui-accordion-content
{
	padding: 30px 0;
}
.accordion.wide .ui-accordion-content
{
	padding: 0 0 30px;
}
.accordion.wide .tabs_navigation
{
	margin-bottom: 30px;
}
.item_footer
{
	margin-top: 20px;
	line-height: 1;
}
.accordion .ui-accordion-content .item_footer .more.blue
{
	float: right;
	margin-right: 2px;
}
.accordion .ui-accordion-content .item_footer .more.blue:first-child
{
	margin-right: 0;
}
.accordion.wide .about_img
{
	width: 500px;
	height: auto;
	margin-bottom: 23px;
}
.accordion .doctors_list li.item
{
	margin-top: 30px;
}
.accordion .doctors_list li.item:first-child
{
	margin-top: 0;
}
/* --- item content --- */
.item_content
{
	margin-top: 30px;
	list-style: none;
}
.page_margin_top.item_content:first-child
{
	margin-top: 30px;
}
.item_content:first-child
{
	margin-top: 0;
}
.item_content .text
{
	color: #666;
}
.item_content .text h3
{
	margin-bottom: 10px;
}
.features_image,
.features_image img
{
	display: block;
	width: 76px;
	height: 88px;
}
.item_content .thumb_image, .item_content .thumb_image img
{
	display: block;
	width: 125px;
	height: auto;
}
.item_content .thumb_image,
.features_image
{
	float: left;
	margin-right: 30px;
}
.sidebar_box .accordion .item_content .thumb_image,
.sidebar_box .accordion .item_content .features_image
{
	margin-right: 20px;
}
.item_content .text
{
	float: right;
	width: 235px;
	line-height: 150%;
}
.columns .item_content .text
{
	width: 374px;
}
/* --- tabs --- */
.ui-tabs-hide
{
	display: none;
}
.ui-tabs-panel p
{
	padding: 24px 0 25px;
}
/* tabs navigation */
.tabs_navigation
{
	float: none;
	clear: both;
	width: 100%;
}
.tabs_navigation li
{
	float: left;
	margin-top: 0;
	margin-right: 20px;
}
.tabs_navigation li:last-child
{
	margin-right: 0;
}
.tabs_navigation li a
{
	width: auto;
	display: block;
	text-align: center;
	color: #666;
	padding: 8px 0;
	border-bottom: 1px solid #E0E0E0;
}
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a
{
	border-bottom-width: 2px;
	padding-bottom: 7px;
}
/* --- tabs box navigation --- */
.tabs_box_navigation.sf-menu
{
	float: none;
	clear: both;
}
.tabs_box_navigation.sf-menu li.submenu:hover:after
{
	background: none;
}
.tabs_box_navigation.sf-menu .tabs_box_navigation_selected
{
	width: 256px;
	height: auto;
	font-family : 'PT Sans';
    padding: 13px 12px;
	background: url("../images/dropdown_plus.png") no-repeat scroll 255px center #3156A3;
    color: #FFFFFF;
	cursor: pointer;
}
.tabs_box_navigation.sf-menu .tabs_box_navigation_selected:hover
{
	background-color: #42B3E5;
	background-image: url("../images/accordion_minus.png"); 
}
.tabs_box_navigation.sf-menu li:hover ul, .tabs_box_navigation.sf-menu li.sfHover ul
{
	top: 38px;
	border: 1px solid #42B3E5;
}
.tabs_box_navigation_hidden
{
	display: none;
}
/* --- columns --- */
.columns
{
}
.column_left
{
	width: 500px;
}
.column_right{
	width: 300px;
}
.column_left
{
	float: left;
	margin-right: 30px;
}
.column_right
{
	float: right;
}
.columns p
{
	clear: both;
	padding: 25px 0;
}
.columns.full_width .column_left
{
	width: 550px;
	margin-left: 30px;
}
.columns.full_width .column_right
{
	width: 390px;
}
.columns.no_width .column_left,
.columns.no_width .column_right
{
	width: auto;
}
.columns.no_width .column_left
{
	margin-right: 0;
}
.columns.full_width .columns .column_left,
.columns.full_width .columns .column_right
{
	width: 225px;
}
.page_right .columns .column_left,
.page_right .columns .column_right
{
	width: 132px;
}
.page_right .columns.no_padding .column_left,
.page_right .columns.no_padding .column_right
{
	width: 135px;
	line-height: 150%;
}

#reform .columns p
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#savings .columns p
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#dates .columns p
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#live_healthy .columns p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* --- columns_3 --- */
.columns_3 .column
{
	float: left;
	width: 310px;
	margin-left: 30px;
}
.columns_3 .column:first-child
{
	margin-left: 0;
}
.columns_3 .item_content .features_image, .columns_3 .features_image img,
.features_icons_small .features_image, .features_icons_small .features_image img
{
	width: 57px;
	height: 66px;
}
.columns_3 .item_content .text
{
	width: 223px;
}
/* --- dropcap --- */
.dropcap
{
	line-height: 150%;
}
.dropcap .dropcap_label
{
	float: left;
	padding: 7px 13px;
	background-color: #3156A3;
	text-align: center;
	margin-right: 15px;
}
.dropcap .dropcap_label h3
{
	color: #FFF;
}
/* --- list --- */
.list
{
	clear: both;
	padding: 25px 0;
}
.list li
{
	line-height: 150%;
	background-position: left center;
	padding: 5px 0 5px 18px;
}
.list li a
{
	border: none;
}
.list.top_marker li
{
	background-position: left 8px;
}
.sidebar_box .list
{
	padding-bottom: 0;
}
#reform .list
{
	padding-top: 25px;
	padding-bottom: 0;
}
#savings .list
{
	padding-top: 0px;
	padding-bottom: 0;
}
#dates .list
{
	padding-top: 25px;
	padding-bottom: 0;
}
#live_healthy .list
{
	padding: 0;
}

/* --- info list --- */
.info_list li
{
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	line-height: 150%;
}
.info_list li:first-child
{
	padding-top: 0;
}
.info_list li label
{
	float: left;
	width: 92px;
	color: #000;
	font-weight: bold;
}
.info_list li .text
{
	float: left;
	width: 388px;
	color: #666;
}
.accordion.wide .columns .info_list li .text
{
	width: 208px;
}
/* --- announcement --- */
.announcement
{
	background: #F0F0F0;
	padding: 20px 30px;
}
.announcement p
{
	padding: 10px 0;
}
.announcement .vertical_align
{
	height: 69px;
}
/* --- pricing plan --- */
.pricing_plan
{
	clear: both;
	float: left;
	margin-top: 13px;
}
.pricing_plan li
{
	width: 217px;
	padding-left: 18px;
}
/* --- timetable --- */
.timetable
{
	width: 100%;
	font-size: 11px;
	color: #666;
	margin-top: 30px;
}
.timetable tbody tr
{
	background: url('../images/dotted_line.png') left top repeat-x;
}
.timetable th,
.timetable td:first-child
{
	text-align: center;
	vertical-align: middle;
}
.timetable th, .timetable td
{
	width: 12.5%;
	padding: 10px 15px 12px;
}
.timetable td
{
	vertical-align: top;
}
.timetable .last
{
	padding-right: 0;
}
.timetable .hours
{
	color: #A6C3FF;
}
.timetable .event
{
	background-color: #3156A3;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	line-height: 140%;
}
.timetable .event a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 2px;
}
.timetable .row_gray
{
	background-color: #F0F0F0;
}
.timetable .event:hover
{
	background-color: #42B3E5;
}
.timetable .event:hover .hours
{
	color: #FFF;
}
.timetable.small
{
	display: none;
	font-size: 13px;
}
/* --- tip/tooltip/qtip --- */
.tip
{
	background: url('../images/icon_tip.png') #3156A3 no-repeat 15px center;
	color: #FFF;
	padding: 10px 10px 10px 35px;
	float: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.tooltip
{
	cursor: pointer;
}
.tooltip .tooltip_text
{
	display: block;
	padding-bottom: 15px;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;
	left: -19px;
	bottom: 100%;
	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	-ms-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	background: url('../images/tooltip_arrow.png') no-repeat 15px bottom;
}
.tooltip .tooltip_content
{
	background: #42B3E5;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 12px;
	line-height: 150%;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
.tooltip:hover .tooltip_text
{	
	visibility: visible;
	opacity: 1;
}
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	font-size: 13px;
	font-family: arial;
	color: #FFF;
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	border:none; 
}

.ui-tooltip-content
{
	padding:10px 20px 10px 20px;
}

.ui-tooltip-error .ui-tooltip-content
{
	background:#E9431C;
}

.ui-tooltip-success .ui-tooltip-content
{
	background:#61911B;
}
/* --- controls --- */
.controls
{
	padding: 0;
}
.controls li
{
	float: left;
}
.controls .open_details, .controls .open_lightbox, .controls .open_video_lightbox, .controls .open_iframe_lightbox, .controls .close, .controls .prev, .controls .next
{
	display: block;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.controls .close, .controls .prev, .controls .next
{
	width: 30px;
	height: 30px;
	border: 1px solid #E0E0E0;
	background-position: center;
}
.controls .open_details:hover, .controls .open_lightbox:hover, .controls .open_video_lightbox:hover, .controls .open_iframe_lightbox:hover
{
	background-position: 0 -40px;
}
.controls .open_details
{
	background-image: url('../images/media_icon_details.png');
	margin-left: 0;
}
.controls .open_lightbox
{
	background-image: url('../images/media_icon_image.png');
}
.controls .open_video_lightbox
{
	background-image: url('../images/media_icon_video.png');
}
.controls .open_iframe_lightbox
{
	background-image: url('../images/media_icon_url.png');
}
.controls .close
{
	background-image: url('../images/close_icon.png');
}
.slider_navigation .more
{
	display: none;
}
/* --- isotope gallery --- */
.isotope-item 
{
	z-index: 2;
}
.isotope-hidden.isotope-item 
{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item 
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope 
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item 
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition 
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.gallery
{
	margin-left: auto;
	margin-right: auto;
}
.gallery_box
{
	display: block;
	position: relative;
	cursor: pointer;
	margin-top: 30px;
	overflow: hidden;
}
.accordion .gallery_box
{
	margin-top: 0;
}
.gallery_box img
{
	display: block;
	width: 225px;
	height: 150px;
	background: url('../images/preloader.gif') no-repeat center center;
}
.gallery_2_columns .gallery_box img
{
	width: 480px;
	height: 300px;
}
.gallery_3_columns .gallery_box img
{
	width: 310px;
	height: 200px;
}
.gallery_2_columns_sidebar .gallery_box img
{
	width: 300px;
	height: 190px;
}
.accordion.wide .gallery_box img
{
	width: 300px;
	height: 190px;
}
.gallery_box .description
{
	position: relative;
	z-index: 1;
	background-color: #F0F0F0;
	padding: 15px;
	background-position: 220px center;
	text-align: center;
	line-height: normal;
}
.gallery .description h3,
.gallery_box .description h3,
.gallery_box .description h5
{
	font-family: 'arial';
	font-size: 13px;
}
.gallery .description h3,
.gallery_box .description h3
{
	font-weight: bold;
}
.gallery_box .description h5
{
	margin-top: 5px;
	color: #666666;
}
.gallery_box:hover .description
{
	background-color: #42B3E5;
}
.gallery_box:hover h3,
.gallery_box:hover h5
{
	color: #FFF;
}
.gallery_box .controls
{
	display: none;
	position: absolute;
	padding: 10px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000)";/* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);/* IE6 & 7 */ 
	background: rgba(0, 0, 0, 0.25);
	zoom: 1;
}
.gallery_box:hover .controls
{
	display: block;
}
.gallery_box .item_details
{
	width: 225px;
	border-bottom: 1px solid #E0E0E0;
	color: #666666;
	text-align: center;
	line-height: 150%;
	padding: 20px 0;
}
.gallery_box:hover .item_details
{
	border-color: #42B3E5;
	border-width: 2px;
	padding-bottom: 19px;
}
.gallery_box .social_icons,
.gallery_item_details_list .social_icons
{
	margin-top: 10px;
}
.gallery_item_details_list
{
	padding-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
}
ul.gallery_item_details_list
{
	height: 0;
	overflow: hidden;
	display: none;
}
.gallery_item_details_list li.gallery_item_details
{
	display: none;
	position: relative;
}
.gallery_item_details_list .gallery_box
{
	width: 480px;
	margin-right: 30px;
	margin-top: 0;
}
.gallery_item_details_list .details_box
{
	width: 480px;
}
.gallery_item_details_list .details_box .controls li
{
	margin-left: 2px;
}
.gallery_item_details_list .details_box .controls li:first-child
{
	margin-left: 0;
}
.gallery_item_details_list .gallery_box img
{
	display: block;
	width: 480px;
	height: auto;
	background: url('../images/preloader.gif') no-repeat center center;
}
.gallery_item_details_list .gallery_box .slider_navigation,
.post_content .gallery_box .slider_navigation
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.gallery_item_details_list .gallery_box .slider_navigation .slider_control,
.post_content .gallery_box .slider_navigation .slider_control,
.gallery_item_details_list .gallery_box .slider_control a,
.post_content .gallery_box .slider_control a
{
	height: 30px;
}
.gallery_item_details_list .details_box .subheader
{
	color: #59B42D;
	font-family: 'Droid Serif';
	font-style: italic;
	margin-top: 5px;
}
.gallery_item_details_list .details_box p
{
	clear: both;
	color: #666666;
	line-height: 150%;
	padding: 20px 0;
}
.gallery_item_details_list .details_box .columns
{
	clear: both;
}
.gallery_item_details_list .details_box .column_left,
.gallery_item_details_list .details_box .column_right
{
	width: 210px;
}
.gallery_item_details_list .details_box .list
{
	line-height: 150%;
	color: #C5C5C5;
}
.page_left .gallery_item_details_list .gallery_box
{
	width: 630px;
	margin-right: 0;
}
.page_left .gallery_item_details_list .column_right
{
	margin-top: 30px;
}
.page_left .gallery_item_details_list .details_box
{
	width: 630px;
}
.page_left .gallery_item_details_list .gallery_box img
{
	width: 630px;
	height: auto;
}
/* --- photostream --- */
.photostream
{
	width: 340px;
	margin-top: 20px;
}
.photostream .gallery_box
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.photostream .gallery_box img
{
	width: 75px;
	height: 75px;
}
/* --- scrolling gallery --- */
.gallery.horizontal_carousel li.gallery_box
{
	float: left;
	margin-right: 30px;
}
/* --- preloader --- */
.mc_preloader
{
	display: block;
	height: 150px;
	background: url('images/preloader.gif') no-repeat center center;
}
.gallery_item_details_list .gallery_box .image_carousel img/*,
.post_content a.post_image img*/
{
	display: none;
}
/* --- image carousel --- */
.image_carousel li
{
	float: left;
}
/* --- fancybox --- */
#fancybox-title-float-main
{
	background: #FFF;
	padding: 0;
	color: #000;
}
/* --- contact --- */
.contact_map
{
	width: 100%;
	height: 300px;
}
/* --- contact data --- */
.contact_data li
{
	padding: 10px 0;
	color: #666;
	border-bottom: 1px solid #E0E0E0;
}
.contact_data li:first-child
{
	border-top: 1px solid #E0E0E0;
}
.contact_data li .social_icon
{
	float: left;
}
.contact_data li:hover .social_icon
{
	transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-webkit-transition: background-position .3s ease;
	-o-transition: background-position .3s ease; 
	background-position: 0 -29px;
}
.contact_data li .value
{
	float: left;
	clear: none;
	padding: 5px 0;
	margin-left: 10px;
}
.contact_text {
	margin-left: 76px;
}
.contact_text p {
	padding: 0;
	clear: none;
}
.contact_icon {
	float: left;
}

/* --- footer banner box --- */
.footer_banner_box_container
{
}
.footer_banner_box
{
	float: left;
	width: 270px;
	height: 60px;
	padding: 20px 30px;
}
.footer_banner_box h2,
.footer_banner_box h2 a
{
	color: #FFF;
}
.footer_banner_box a
{
	color: #FFF;
	background-position: right center;
	padding-right: 17px;
}
.footer_banner_box.super_light_blue
{
	background-color: #42B3E5;
}
.footer_banner_box.light_blue
{
	background-color: #0384CE;
}
.footer_banner_box.blue
{
	background-color: #3156A3;
}
.footer_banner_box .more.light
{
	color: #FFF;
}
.footer_banner_box .more.light:hover
{
	background-image: url('../images/icon_arrow_margin_right_white.png');
}
/* --- footer box --- */
.footer_box_container
{
	margin-top: 30px;
}
.footer_box
{
	float: left;
	width: 300px;
	padding-right: 30px;
	color: #909090;
}
.footer_box.last
{
	width: 330px;
	padding-right: 0;
}
.footer_box p
{
	color: #909090;
}
/* --- footer contact info --- */
.footer_contact_info_container
{
	clear: both;
}
.footer_contact_info_row
{
	clear: both;
	padding-top: 5px;
}
.footer_contact_info_row:first-child
{
	padding-top: 0;
}
.footer_contact_info_left
{
	float: left;
	width: 150px;
}
.footer_contact_info_right
{
	float: right;
	width: 120px;
	margin-left: 20px;
}
/* --- opening hours --- */
.opening_hours
{
	margin-top: 12px;
}
/* --- footer recent posts --- */
.footer_recent_posts
{
	
}
/* --- copyright area --- */
.copyright_area
{
	border-top: 1px solid #353535;
	padding: 15px 0;
	font-size: 11px;
	color: #909090;
	margin-top: 15px;
}
.copyright_left
{
	float: left;
}
.copyright_right
{
	float: right;
}
.copyright_right .scroll_top
{
	font-size: 11px;
	color: #C5C5C5;
	background-position: right center;
	padding-right: 15px;
}
/* --- links --- */
.list li a
{
	color: #666;
}
.list li a:hover,
.scrolling_list li a:hover .left
{
	color: #000;
}
.header_right a.scrolling_list_control_left, 
.header_right a.scrolling_list_control_right,
.pagination li a,
.categories li a,
.scrolling_list li .number
{
	border: 1px solid #E0E0E0;
}
.footer .header_right a.scrolling_list_control_left, 
.footer .header_right a.scrolling_list_control_right
{
	border-color: #353535;
}
.footer .header_right a.scrolling_list_control_left:hover, 
.footer .header_right a.scrolling_list_control_right:hover
{
	border-color: #42B3E5;
	color: #fff;
}
.header_right a.scrolling_list_control_left:hover, 
.header_right a.scrolling_list_control_right:hover,
.pagination li a:hover,
.pagination li.selected a,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.categories li a:hover,
.scrolling_list li a:hover .number,
.controls .close:hover, .controls .prev:hover, .controls .next:hover
{
	border-color: #42B3E5;
	color: #000;
}
.bread_crumb li,
#comments_list .comment_details .posted_by a,
.bread_crumb li a,
.post_footer_details li a,
#cancel_comment
{
	color: #909090;
	text-decoration: underline;
}
.post_footer_details li a:hover,
#comments_list .comment_details .posted_by a:hover,
#cancel_comment:hover
{
	color: #3156A3;
}
.sf-menu a:hover,
.controls .prev:hover, 
.controls .next:hover,
.controls .close:hover,
.comments_number:hover,
.scrolling_list_control_left:hover, 
.scrolling_list_control_right:hover,
.home_box #upcoming_class_prev:hover, 
.home_box #upcoming_class_next:hover,
.social_icon:hover,
.pagination li a:hover,
.tabs_navigation li a:hover,
.footer a.social_icon:hover
{
	text-decoration: none;
}
.footer a:hover,
.post_content h2 a:hover,
.list li a:hover,
.footer_banner_box a:hover,
.timetable .event a:hover,
.items_list li a:hover,
.item_content .text h3 a:hover,
.scrolling_list li a:hover .left
{
	text-decoration: underline;
}

a.social_icon,
.header_left a,
.sf-menu li ul li a,
.slider_navigation .slider_control a,
.home_box h2 a,
.comment_box .comments_number a,
.post_content a.post_image,
.post_content h2 a,
.post_footer_details li a,
.item_content .thumb_image,
.features_image,
.features_image:hover,
.item_content .text h3 a,
.footer a,
.footer_banner_box h2 a,
.footer_banner_box a,
.bread_crumb li a,
.controls a,
#fancybox-wrap a,
#cancel_comment,
.timetable .event a,
.items_list li a,
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next,
.gmnoprint a
{
	border: none;
}

/* --- Chatbot --- */
#chatbot {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 80px;
}

#chat_bubble {
	position: absolute;
	right: -82px;
	bottom: 194px;
	display: none;
}

#chatbot_char {
	position: absolute;
	width: 265px;
	right: -50px;
	bottom: 0;
	display: none;
}
#chat_input {
	position: absolute;
	bottom: 54px;
	right: -88px;
	width: 303px;
	display: none;
}
#chatbot_input {
	padding: 7px 9px;
	color: #000;
	background: #F8F8F8;
	border: 1px solid #83b17c;
	float: left;
	width: 210px;
	margin: 0;
}
#chatbot_submit {
	width: 32px;
	height: 32px;
	float: left;
	font-weight: bolder;
	font-size: 20px;
	background-color: #83b17c;	
	padding: 5px 8px 7px;
	color: #FFF;
	border: 1px solid #83b17c;	
}
#chatbot_submit:hover {
	border-color: #537649;
	background-color: #537649;	
}
/* custom css */

		
/* login form */
.login-card {
  padding: 40px;
  width: 250px;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login-card h1 {
  font-weight: 100;
  /*text-align: center; */
  font-size: 2.3em;
}

.login-card input[type=submit] {
	width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-family: 'PT Sans';
    margin: 1px;
    /* padding: 10px; */
    font-weight: normal;
    color: #fff;
	background-color: #42b3e5;
}

.login-card input[type=text], input[type=password] {
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-size: small;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.section_left{
	float:left;
}
.section_right{
	float:right;
	width: 110px;
}
.section_right h3{
	color: #666;
	margin-top: 0px;
}
.card_name{
	background-color: #fff;
    height: 30px;
    padding-Left: 50px;
    padding-top: 10px;
	color:#000;
	margin-left: 70px;
}
.card_link{
	margin-top: 50px;
    background-color: #fff;
    height: 30px;
    padding-Left: 70px;
    padding-top: 10px;
    color: #000;
}
.card_link h3{
	color:#000;
	margin-top: -5px;
}
.card_content{
	padding: 20px;
}
#tnt_hero-text{
	 width: 320px;
    height: 110px;
    opacity: 0.9;
    border-radius: 4px;
    display: inline-block;
    padding: 30px;
}
#tnt_hero{
	background: url('images/savings.jpg') no-repeat;
	background-size: 100%;
}
#prequalify_btn{
	    /* background-color: #42b3e5; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#42b3e5), to(#42b3e5)); */
    background: -moz-linear-gradient(top, #de162b, #81000e );
    background: -ms-linear-gradient(top, #de162b, #81000e);
    background: -o-linear-gradient(top, #de162b, #81000e);
    background: linear-gradient(top, #de162b, #81000e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de162b', endColorstr='#81000e');
    /* color: #ffffff; */
    /* border: 1px solid #cccccc; */
    position: relative;
    background: #42B3E5;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: 'PT Sans';
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    padding: 8px 18px 10px 20px;
    display: inline-block;
    line-height: 1em;
    border-width: 2px;
    border-style: solid;
    border-bottom: 0px;
}
.grayDividerRight{
	    background: transparent url(images/divider.png) no-repeat scroll right center;
		    height: 190px;
}
/* referred css */
.comp_table {
  /*  float: left; */
    margin-top: 30px;
}
.comp_row_header1 {
    width: 410px;
    background: #3156a3;
    height: 50px;
    float: left;
}
.comp_row_header2 {
    width: 580px;
    background: #42b3e5;
    height: 50px;
    float: right;
}
.tnt_clear {
    clear: both;
}
#tnt_main p {
    font-size: 16px;
    line-height: 22px;
}
.comp_row_header2 p {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    margin-left: 30px;
}
.comp_row_header2 p:nth-child(2) {
    float: right;
    margin-right: 30px;
}
.grey-outer {
    background: #f6f6f6;
   /* float: left; */
    margin-bottom: 5px;
	height: 250px;
}
.grey1 {
    width: 335px;
	float: left;
	font-size: 14px; 
}
.grey {
   /* padding: 30px 0 30px 30px;
   /* float: left; */
}
.grey2 {
    width: 370px;
	float: left;
	font-size: 14px; 
	padding: 60px 0 30px 30px;
}
.grey3 {
    width: 150px;
	padding-left: 770px;
	padding-top: 50px;
}
.grey3 h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
}
#tnt_main p {
    font-size: 16px;
    line-height: 22px;
}
.grey3 p {
    color: #0c2074;
    font-size: 12px !important;
    text-align: center;
}
.tnt_button_green {
    background-color: #48b633;
    background: -webkit-linear-gradient(90deg, #1b8207 0, #48b633 100%);
    background: -moz-linear-gradient(90deg, #1b8207 0, #48b633 100%);
    background: -ms-linear-gradient(90deg, #1b8207 0, #48b633 100%);
    background: -o-linear-gradient(90deg, #1b8207 0, #48b633 100%);
    background: linear-gradient(0deg, #1b8207 0, #48b633 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#48b633', endColorstr='#1b8207');
    color: #ffffff;
    border: 1px solid #cccccc;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.tnt_button_green a, .tnt_button_blue a {
    color: #ffffff !important;
    font: 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 1px #333;
}
.comp_row_header1 p {
    font-size: 18px !important;
    color: #ffffff;
    margin-top: 13px;
    margin-left: 30px;
}
.main-nav-module ul li.selected {
    background: #fff;
    border-bottom: 0;
}
.main-nav-module ul li {
    background: #f9f7f4;
    float: left;
    margin: 0;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #e8e8e8;
    padding: 3px 15px;
    height: 17px;
}
.columns clearfix.column_left{
	margin-left: 0px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
/*	line-height:	1.0;*/
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	/* display:		block; */
	/* position:		relative; */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/* background:		#CFDEFF !important; */
	/* color: #888 !important; */
	/* outline:		0; */
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#egain-selfservice-create-case-toolbar .btn {
	display: inline-block;
  margin: 0;
  padding: 0.75rem 1rem;
	border: 0;
	border-radius: 0.317rem;
	background-color: #1B83C5;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
  line-height: 1.5;
	font-family:'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
}

#egain-selfservice-create-case-toolbar .btn:hover {
	opacity: 0.85;
}

#egain-selfservice-create-case-toolbar .btn:active {
	box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
}

#egain-selfservice-create-case-toolbar .btn:focus {
	outline: thin dotted #444;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

@media (max-width: 922px) {
  #HeaderTab .header_right {
    display: none !important;
  }
}
@media (max-width: 754px) {
  #headerPortion .sf-menu {
    display: none;
  }
}