

.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;
}

.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;
}

/*.card-header {
	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%;
}

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

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

h4.footertext {
	color: #DEDEDE;
}

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

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

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

.uxf-trash {
    cursor: pointer;
}

.to-page-1 {
    cursor: pointer;
}

.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;
}

h3 {
	font-size: 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: #45BE75;
}

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;
}

.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;
}

.list {
	list-style: none;
	padding-left: 0;
}

.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; }

.btn.btn-green { 
    color:#ababab;
    font-size:7px;
}

.btn.btn-green:hover { 
    color:#b4b4b4;
}

.btn.btn-green.selected{
 	background-color: #3ba840;
    border-color: #297a2d;
    box-shadow: inset 0 -3px 0 #2e8932;
	color: #FFFFFF;
}

.card-body.well {
	border-radius: 0px 0px 0px 0px;
}

@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;
		width: 25%;
		margin: 0px 20px 0px 10px;
	}
}

@media (max-width: 768px) {
	
	.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;
    }

}

.name:hover{
	text-decoration: none;
}



/*homepage*/
.main{
	margin-bottom: 50px;
	padding-top: 20px;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
    justify-content: space-between;
}
.restriction{
	margin-left: 0.5em;
}
.banner{
	height: 150px;
	background: url(../images/bg-clvt.PNG);
	background-size: cover;
	background-repeat: none;
	padding:15px 0;
}

/*progress*/
#progress{
	height: 70px;
	background: #F5F5F5;
	padding-top: 15px;
}


.step{
	width: 33.33%;
	display: inline-block;
}
.dot {
	float: left;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #ababab;

}

.line{
	float: left;
	display: inline-block;
	min-width: 100px;
	width: 45%;
	max-width: 47%;
	height: 3px;
	margin-top: 6px;
	background: #ababab
}
.labels{
	margin-left: -3em;
	margin-right: -2em;
	color: #ababab
}
.stepText{
	display: inline-block;
	width: 24%;
	margin-top: 6px;
	
}
#step-text-1{
	
}
#step-text-2{
	margin-left: 17%;
	width: 48%
}
#step-text-3{
	width: auto;
}
.indicators .active{
	background: #0E7BBA;
}

.labels .active{
	color: #0E7BBA;;
}


/*cart*/
#cart-container{
}
#cart{
	
	}
#cart .card-header a{

	}

#cart{
	margin-top: -10px;
    width: 30%;
}

.product-cart {
	border-bottom: 1px #EAEAEA solid;
}

.row.product-cart {
	margin: 7px 0 5px 0;
}

.affix-bottom { 
    position: fixed; 
}

.form-promo {
	margin: 10px 0 20px 0;
}

@media(max-width: 768px){
	#cart-container{
		/*position: fixed;*/
		bottom: 0;
		z-index: 100;
		/*width: 100%;*/
		padding:0;
	}
	#cart{
		position :relative;
		bottom: 0;
		margin: 0 0 0 15px;
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
		padding: 0;
		width: 100%;

	}

	#cart .card-header a{
		width: 100%;
		display: block;
		color: white;
		
	}
	/*#cart .card-header a span{
		display: inline;
	}*/

}
#selected-products{
	/*margin-bottom: 20px;*/
    overflow-y: scroll;
    max-height: 150px;
}


/*summary page*/
.summary-item{
	margin-bottom: 20px;
}
#trial-details h5{
	margin-bottom: 0;
}

#trial-details h3{
	font-size: 22px;
	margin-bottom: 15px;
}



/*status*/
.trial-item{
	padding: 20px 0;
	display: flex;
}
.day-number{
	font-size: 1.5em;
}
.non-urg{
	color: #2DA876;
}

.urg{
	color:#A82D3F;
}
.duration{
	color: #777;
}

#product-list .panel{
	box-shadow: none;
}
#product-list .card-header{
	background: transparent;
	padding: 0;
}
#product-list .card-header a{
	width: 100%;
	display: block;
}
#product-list .card-header a:hover{
	text-decoration: none;
	background: #f5f5f5;
}
#product-list .card-body{
	margin:5px 0;

}
#product-list .selected .card-header{
	background: rgba(14, 122, 186, 0.08);
	padding: 0 5px;
    border-radius: 2px;
    margin: 0 -5px;
}
/*#product-list .subscribed .card-header a{
	width: auto;
	display: inline;
}*/
#product-list .selected .card-header a{
	width: auto;
	display: inline;
}
.selected-label{
	color: #A8A8AA;
	float: right;
	display: inline;
}

.subscribed-label{
	color: #A8A8AA;
	float: right;
	display: inline;
}

.error-message,
.required-star,
.student-error-message{
    color: #d74c3b;
}

.name {
    color:  #2A5DB0;
}

.tooltip {
    position: fixed;
}

#top-button {
    padding-top: 2px;
    font-size: 12px;
}

div.as-logo {
  background-image: url('../images/as-logo.png');
}

div.as-logo {
  background-image: url('../images/as-logo.png'), none;
  background-size: 109px 30px;
  height: 30px;
  width: 109px;
  position: absolute;
  top: 15px;
  left: 12px;
  display: inline-block;
}

h4 {
	font-size:larger;
}

