.form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
}

.form-horizontal .control-label {
	margin-bottom: 5px;
	font-weight: 700;
}

.form-group {
	margin-bottom: 10px;
}

.form-button {
	margin-top: 20px;
}

.input-daterange {
	width: auto;
}

.breadcrumb-small {
	font-size: 85%;
}

.panel {
	border-radius: 5px;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.panel-flat {
	box-shadow:none;
	background-color: #f5f5f5;
}

.panel-white {
	box-shadow:none;
	background-color: #FFFFFF;
}

.panel-white h4 {
	font-size: 16px;
}

.panel-transparent {
	background-color: rgba(255, 255, 255, 0.9);
	margin: 50px 0 50px 0;
}

.panel-transparent form {
	margin-top: 20px;
}

.panel-transparent form a {
	margin-top: 10px;
}

.panel-transparent-title {
	font-family: 'aleoregular', serif;
	font-size: 24px;
}

.panel-top {
	padding: 30px 15px;
}

.panel-heading {
	padding: 10px 15px;
	border:none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #636363;
	margin-bottom: 0px;
}

.panel-footer img {
	width:35%;
	display: block;
}

.panel ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 3px 0px;
}

.panel ul li {
	margin: 0px 0px 13px 0px;
	padding: 0;
}

.panel .chat-list ul li {
	margin: 0px 0px 3px 0px;
	padding: 0;
}

.chat-help {
	margin: 40px 0 55px 0;
	display: block;
}

.chat-header {
	margin-bottom: 5px;
}

h2.lead {
	margin-top: 5px;
	margin-bottom: 25px;
}

h4.footertext {
	color: #DEDEDE;
}

.top-footer a:hover {
	text-decoration: none;
}

.list-group {
	margin-bottom: 10px
}

.list-group .uxf-icon {
	color:#0E7BBA;
}

.list-group-item {
	background-color: inherit;
	border: none;
	padding: 5px 10px;
}

.list-group-text {
	padding-left: 5px;
}

p.small.metadata strong {
	margin-right: 20px;
}

p.small.metadata {
	display: inline-block;
}

h1.support-headline {
	margin-top: 20px;
}

.support-actions {
	margin-top: 30px;
}

.header-padding {
	padding:0px 30px;
}

.content-padding {
	padding:20px 30px 0px 30px;
}

hr.article-rule{
	border-top: 6px solid #ECECEC;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* ALT */
hr.article-rule-list{
	border-top: 6px solid #ECECEC;
	margin-top: 20px;
	margin-bottom: 20px;
}


.left-menu-float {
	background:#EBEBEB;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	z-index: 100;
	position: fixed;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.left-menu-float .btn, .left-menu-float .btn-group {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.article-tag-area {
	display: inline-block;
}

.label-article {
	font-weight: normal;
	font-size: 100%;
	background-color: #F5F5F5;
}

.label-lib {
	font-weight: normal;
	font-size: 80%;
}

.related-articles [class*=col] {
	padding-left: 0px;
}

.img-rounded.pull-left {
	border: #EEEEEE solid 6px;
	margin: 0px 15px 10px 0px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.fixed{
    /*position:fixed;
    top:0;
    right:0;*/
}

.bottom{
    /*top:auto;*/
    bottom:400px;
    /*position:absolute;*/
}


/* Large Product Dropdown Menu */

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  margin: 0;
  padding: 20px 0px;
  width: 100%;
  border: none;
}

.dropdown-menu-thin {
  width: 80%;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large > li > ul > li {
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  display: block;
  clear: both;
  font-weight:normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.dropdown-menu-large .glyphicon {
	color: #DAD9D6;
}

.navbar-inverse .navbar-nav.navbar-below .dropdown-menu-large > li ul > li > a {
  margin: 0;
  padding: 4px 10px 4px 30px;
}

.navbar-inverse .navbar-nav.navbar-below .dropdown-menu-large > li ul > li > a:hover,
.navbar-inverse .navbar-nav.navbar-below .dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.dropdown-menu-large .btn {
	margin-top: 15px;
}

.dropdown-menu-frequent {
	font-size: 130%;
}

.dropdown-menu-frequent li {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px #EAEAEA solid;
}

/* Header Button */

.btn-header {
	color: #f2f2f2;
	background-color: #0c6599;
	border-color: #084669;
	box-shadow: inset 0 -3px 0 #094c73;
	outline: none;
	padding: 8px 10px;
	margin-top: 10px;
	display: inline-block;
	margin-left: 10px;
}


.search-image { 
	position:relative; 
	z-index: 500;
	margin-bottom: 20px; 
	height:300px; 
	background: url(../images/hero_image2.jpg) no-repeat; 
	background-position:50% 50%;
	background-size:cover;
}

.search-field { 
	/*left:0; 
	position:absolute;
	top: 50%;*/
  	/*transform: translateY(-50%);*/
	padding:0px 15px 0px 15px;
}

.search-field-bkgd {
  z-index:10;
  position:relative;
	padding:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: rgb(40, 40, 40) transparent;
	background: rgba(40, 40, 40, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99282828, endColorstr=#99282828);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99282828, endColorstr=#99282828)";
}

.nav, .navbar {
	margin-bottom: 0;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
	z-index: 1030
}

.body-sticky-header {
	padding-top: 120px;
}
.navbar-center {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: auto;
}
.navbar-form {
	margin-top: 12px;
}
.navbar-form .form-control {
	border: 1px solid #c8c8c8;
	margin-right: 0px;
	margin-left: 0px;
}
.navbar-form .input-group>.form-control {
	width: 270px;
}

.article-summary h2 {
	font-size: 28px;
	margin: 15px 0px 0px 0px;
	border-bottom: #E6E6E6 2px solid;
}

.article-summary h3 {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
}

.article-summary .more-articles {
	font-weight: bold;
}

.product-tile {
	background-color: #f5f5f5;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	padding: 30px 10px 10px 10px;
}

.product-tile img {
	margin-bottom: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
}


h3.product-tile-title {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}

.linear-button {
	border: 1px solid #0b5f8f;
	background-color: #FFFFFF;
	width: 100%;
	color: #0b5f8f;
}

.linear-button:hover {
	border: 1px solid #094c73;
	color: #094c73;
}

.collapse-group {
	margin-top: 10px;
}

.nav-pills.product-filter {
    margin-top: 20px;
	margin-right: -15px;
}

.product-filter-header {
    margin-top: 10px;
}


.nav-pills.product-filter li a {
	margin-left: 10px;
}

.nav-pills.product-filter li a {
	background-color: #eee;
}

.nav-pills.product-filter li a:hover, .nav-pills.product-filter li a:active {
	background-color: #0E7BBA;
	color: #FFFFFF;
}

.search-result h2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
}

h1.search-result-header {
	font-size: 30px;
}

.page-number {
	display: inline;
	float: left;
	margin: 5px 10px 0px 0px;
}

.page-label {
	display: inline;
	float: left;
}

.pagination {
	margin: 0 0 0 20px;
}

.pagination-area {
	margin-top: 40px;
}

.body-gray {
	background-color: #FBFBFB;
}


table {
	max-width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	border-bottom: 1px solid #ddd;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
}

table td {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}

table td:first-child {
border-left: none;
}

table td:last-child {
border-right: none;
}

.table > thead > tr > th {
	vertical-align: bottom;
	background-color:#0e7bba;
	color:#FFFFFF;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
}

.table .table {
	background-color: #fff;
}

.table>tbody>tr>td {
	border-top: none;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f3f3f3;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #eaeaea;
}

.my-cases {
	margin-top: 10px;
}

.my-cases .form-group {
	margin-top: 10px;
}

.my-cases .form-inline .form-group {
	margin-right: 20px !important;
}

.my-cases .form-inline {
	margin-bottom: 30px;
}

.my-cases .form-inline label {
	margin: 0px 5px 0px 5px;
}

.my-cases .nav-pills {
	margin-bottom: 10px;
}

.my-cases .nav-pills li a {
	margin: 0px 5px 0px 0px;
	background-color: #EEEEEE;
}

.my-cases .nav-pills li.active a,
.my-cases .nav-pills li a:hover {
	background-color: #0e7bba;
	color: #FFFFFF;
}

h2.case-panel-summary {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.case-panel-title {
	color:#B5B5B5;
	margin: 0px 0px 0px 0px;
}

.resolved, .available {
	color:#239450;
	margin-top: 1px;
}

.available {
	float: right;
	display: inline;
}

dl.case-details, dl.profile-details {
	margin: 15px 0px 15px 0px;
}

.case-details dt {
	font-weight: normal;
}

.case-details dd, .profile-details dd {
	font-weight:700;
	margin-bottom: 12px;
}

.profile-details dt {
	font-weight: normal;
	width: 90px;
}

.profile-details dd {
	margin-left: 110px;
}

.case-link {
	display: inline-block;
}

.case-header {
	display: inline-block;
	margin-right: 15px;
}

.case-header .lead {
	display: inline;
}

.login {
	background: url(../images/PQ_login_bkgd_image_01.jpg) no-repeat; 
	background-position:top center;
	background-size:100% auto;
}

.chat h4 {
	/*margin: 20px 0 5px 0;*/
	margin: 2px 0 2px 0;
	display: inline;
}

.chat .btn {
	margin: 10px 0 10px 0;
}

.profile-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #0E7BBA;
	display: inline-table;
	text-align: center;
	background-color: #f5f5f5;
}

.profile-icon .uxf-icon {
	font-size: 20px;
	vertical-align: middle;
	display: table-cell;
}

.row .profile-row {
	margin:20px;
}

.profile-row h3 {
	margin-bottom: 0px;
}

.img-profile {
	width:125px;
	margin-right: 20px;
}

.navbar-inverse .navbar-nav.navbar-below .uxf-icon {
    color: #45BE75;
}

.product-dropdown-btn {
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-dropdown-btn-home {
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#products ul.list {
	list-style: none;
}

.inner-addon { 
    position: relative; 
}

.inner-addon .uxf-icon {
	position: absolute;
	padding: 10px 12px;
	font-size: 1.5em;
	pointer-events: none;
	color: #DAD9D6;
}

.left-addon .uxf-icon  { left:  0px;}

.left-addon input  { padding-left:  40px; }


.letter {
    border-radius: 50%;
	font-family: 'aleoregular', serif;
    width: 50px;
    height: 50px;
    padding: 6px;
	font-size: 1.8em;
    background: #0E7BBA;
    color: #FFFFFF;
    text-align: center;
	margin: 25px 0px 10px 0px;
}

h2.phone {
	margin-top: 5px;
}

h3.phone {
	margin-bottom: 5px;
}

.pre  {
 	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 3000;
	padding: 10px;
	-moz-border-radius:10px;  /* for Firefox */
	-webkit-border-radius:10px; /* for Webkit-Browsers */
	border-radius:10px; /* regular */
	opacity:0.5;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #F6F6F6;
}

.date { width: 140px }

.case-search { width: 300px; }

.case-dropdown { }

.btn-export { font-size: 85%; margin-top: 20px; }


h4.footertext {
	text-align: left;
}
p.footertext {
	text-align: left;
	overflow: hidden;
}
.panel-footer img {
	float: left;
	display: block;
	width: 25%;
	margin: 0px 20px 0px 10px;
}

.input-group-btn:last-child>.btn.btn-default.btn-lg {
	padding: 13px 16px;
}

.input-group-btn:last-child>.btn.btn-default {
	padding: 8px 12px;
}

.fixed-bottom {
    position: absolute !important;
	padding-top: 100px;
    bottom: 0;
}

.table-responsive {
  background:
    radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 15px;
}

.table-responsive > .table {
  background: 
    linear-gradient(to right, white 30%, rgba(255,255,255,0)),
    linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}

.table-responsive > .table > .table > .table-striped {
  background: 
    linear-gradient(to right, white 30%, rgba(255,255,255,0)),
    linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}

/*-- Uneven Product Fix --*/
.collapse-group .row [class*='col-'] {
	height: 200px;
}

.row.collapse.in {
	margin-left: 0;
	margin-right: 0;
}



div.show-more.col-md-6.col-md-offset-3 {
	height: 50px;
}

@media (min-width: 992px) {
	
   .equal {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
	
	.equal .panel {
		width: 100%;
		height: 100%;
	}
	
}

@media (max-width: 992px) {
  	.navbar-form .input-group>.form-control {
		width: 100px;
	}
	.panel-footer {
		margin-bottom: 10px;
	}
	h4.footertext {
		text-align: left;
	}
	p.footertext {
		text-align: left;
	}
	.panel-footer img {
		float: left;
		display: block;
		width: 25%;
		margin: 0px 20px 0px 10px;
	}
	
	.collapse-group > [class*='col-'] {
		height: auto;
	}
	
	div.show-more.col-md-6.col-md-offset-3 {
		height: auto;
	}
}

@media (max-width: 767px) {
	
	.dropdown-menu-large {
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.dropdown-menu-large > li {
		margin-bottom: 30px;
	}
	.dropdown-menu-large > li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-large .dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-inverse .navbar-form {
		border: none;
		background-color: #eeeeee;
	}
	.navbar-form {
		margin-top: 0px;
	}
	
	.navbar-form .input-group>.form-control {
		width: 100%;
		z-index: 0;
	}
	#example-navbar-2 {
		position: relative;
		z-index: 20000;
	}
	.profile-details dd {
		margin-left: 0px;
	}
	
	.navbar .navbar-collapse .navbar-nav.navbar-below .uxf-icon {
        color: #45BE75;
    }
	
	h1.support-headline {
		font-size: 28px;
	}
	
	.header-padding {
		padding:0px 0px;
	}

	.content-padding {
		padding:20px 0px 0px 0px;
	}
	
	.collapse-group > [class*='col-'] {
		height: 200px;
	}

}



/*added by Shuyao on Aug 22 2017*/
#refine-search select{
	margin-top: 7px;
}

.modal-body select {
	padding-top: 10px;
}


@media (max-width: 1200px) {
	
	.left-menu-float {
		position: relative;
		padding-bottom: 10px;
	}
	
	.left-menu-float .btn, .left-menu-float .btn-group {
		display: inline-block;
		margin-bottom: 0px;
		width:auto;
	}
	
	
}