table.qba-recordList{
	width:100%;
}
table.qba-publishDate-table {
	margin-bottom: 30px;
}
.qba-publishDate-col {
	width :60px;
}
.qba-publishDate-firstRow {
	padding-bottom : 14px;
}
.qba-publishDate-dateCol1 {
	padding-right:20px;
}
.qba-publishDate-dateCol2 {
	padding-right:12px;
}

/*the container must be positioned relative:*/
.qba-autocomplete {
  position: relative;
  display: inline-block;
}
input.qba-input {
  margin : 5px 5px 0 0;
}

.date-field {
  width: 70px; 
  text-align: center;
}
.date-field-disabled {
	 width: 70px; 
  text-align: center;
  background-color: #cccccc;
}

.qba-ckbx-label {
  font-size: 11px;
}

input[type=submit].qba-input {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.qba-link_hyper {
	font-weight:bold;
  cursor: pointer;
}

span.qba-link_hyper:hover {
	color: #e23c24;
}
span.qba-link_owner a
{
	color: #0079c2;
	font-size: 12px;
	text-decoration:none;
}

span.qba-link_owner:hover {
	color: #e23c24;
}
span.qba-link_qb
{
	font-size: 12px;

}


.qba-autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.qba-autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.qba-autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.qba-autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.qba-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 2px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 11px;
  height:auto;
  overflow: auto; 
 }

.qba-active, .qba-accordion:hover {
  background-color: #ccc;
}

.qba-accordion:after {
  content: '\02795';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  height:auto;
  overflow: auto;
}

.qba-active:after {
 content: "\2796";
  height:auto;
  overflow: auto;
}

.qba-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-out;
}
img.qba-img{
  max-width:400px;
    height: 16px;
  width: 16px;
}
img.qba-img-preview {
	 max-width:400px;
    max-height: 300px;
  /*width: 16px;*/
}
img.qba-img-holder {
	max-width:200px;

}
input[type=file].qba-input{
background:#eee;}
/* The Modal (background) */
.qba-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.qba-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.qba-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.qba-close:hover,
.qba-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.button11
{
    background: #47bb7c;
    border-radius: 2px;
    border-bottom: solid 2px #489368;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
}
table tr.separator {
	height: 10px;
}

.qba-panel {
	padding:10px 0 10px 0;
}
.qba-panel-copy {
	padding:0px;
}
.qba-label {
	font-size:11px;
	color:#666865;
	font-weight:bold;
	line-height: 18px; 
}
.qba-label-channel-hdr { 
	padding: 10px 0 0 10px; 
}
// scrum 32306
.qba-form-leftcolumn { 
	float: left;
	width: 455px;
}
.qbq-form-rightcolumn {
	float: left;
	width: 455px;
}
.qba-channels-spacing {
	margin-right:4px; 
}
.qba-channels {
	max-width: 325px;
	border: 1px solid #004b87;
	margin: 10px;
	padding: 10px; 
}
.qba-article {
	max-width: 290px;
	border: 1px solid #ffb81c;
	margin: 10px;
	padding: 10px; 
}
.bite-form {
	height:450px;
	border-top: 1px solid #eaeaea;
	margin:0 10px;
}
.edit-article-form {
	height:850px;
	border-top: 1px solid #eaeaea;
	margin:0 10px;
}
.add-article-form {
	height:450px;
	border-top: 1px solid #eaeaea;
	margin:0 10px;
}
// end
input[type=button].qba-landing-button {
	padding:4px 20px 5px 20px;
	font-weight:bold;
	height:25px;
	font-size:11px;
	color:#00c2e5;
}
.qba-landing-dropdown {
  margin-top:6px;
  margin-left: 4px;
}
.qba-landing-title{
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 11px;
}
.qba-landing-title-col {
	width:34%
}
.qba-landing-channel-col {
  padding-right: 7px;
 // width: 75px;
}
.qba-channel {
  width: 5px;
  font-weight: bold;
  padding: 4px 0 0 0;
}
.qba-internal-channel {
  color: #fff;
  margin: 0 0 0 5px;
  padding: 1px 4px 1px 4px;
  background-color: #08579b;
}
.qba-schools-channel {
  color: ##08579b;
  margin: 0 0 0 5px;
  padding: 1px 3px 1px 3px;
  background-color: #ffc221;
}
.qba-brokers-channel {
  color: #fff;
  margin: 0 0 0 5px;
  padding: 1px 3px 1px 3px;
  background-color: #16b4d0;
}
.qba-landing-tag-col {
	padding-left: 18px;
	max-width:200px;
}
.qba-landing-pubDate-col {
	max-width: 54px;
}
.qba-landing-action-col {
	float: right;
  padding-right: 6px;
}

.opr-action select {
  vertical-align: middle;
}
.qba-mandatory
{
	color:#b5171a;
  font-size: .8em;
}
.qba-addTag {
	margin:5px 0 0 0;
	/*padding:0 15px 0 15px;*/
}
.qba-tagListTable {
	border: 1px solid #eaeaea;
	width:85%;
	border-collapse: collapse;
  border-spacing: 0px;
 /* border-bottom: 1.5px solid #eaeaea;*/
}

.qba-tagListTable tr {vertical-align: top;}

.qba-tag {
	border:none;
  font-size: 11px;
  padding: 0px 8px 8px 8px;
}

.ico-tag-del  {
  padding: 6px 0px 8px 8px;
}

.qba-tags:link    {color: rgb(36, 137, 206);font-weight: 500;text-decoration: none;}
.qba-tags:visited {color: rgb(36, 137, 206);font-weight: 500; text-decoration: none;}
.qba-tags:hover   {color: rgb(36, 137, 255);font-weight: 500; text-decoration: none;}
.qba-tags:active  {color: rgb(36, 137, 206);font-weight: 500; text-decoration: none;}


.qba-divider {
	border-right: 4px solid #d7d7d7;
  padding: 0px 12px 8px 0px;
  vertical-align: top;
  width: 44%;
}

.qba-vis-right {
  padding: 0 10px 15px 10px;
  height: 50%;
}

.qba-vis-rbot {
  padding: 0 0 0 10px;
  border-top: 4px solid #e7e7e7;
}

.qba-filterBtn {
	float:right;
	margin: 0px 15px 12px 0px;
}

a:visited span.qba-ui-link {
	color: #0099cc;
	font-weight: 500;
	text-decoration: none;
}

a:hover span.qba-ui-link {
	color: #0099cc;
	font-weight: 500;
	text-decoration: none;
}
a:active span.qba-ui-link {
	color: #0099cc;
	font-weight: 500;
	text-decoration: none;
}
a:link span.qba-ui-link {
	color: #0099cc;
	font-weight: 500;
	text-decoration: none;
}
.qba-display {
	border: 0.5px solid #D3D3D3;
	padding: 20px;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.qba-wrap {
	word-wrap: break-word;
	word-break: break-all; 
  padding-left: 22px;
}
.main-image img {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding-top: 2px;
}
.qba-container {
color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 10px;
    white-space: normal;
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */ /* SCRUM 50865.2 */
    margin-right: 20px;
}
.qba-left {	
    width: 18%;
    padding-right: 2%;
}
.qba-right {
    width: 82%;
}
.qba-row {
	margin-top: 2px;
    margin-bottom: 8px;
}

.main-text {
	padding-top: 2px;
    line-height: 1.2em;
    color: black;
    font-size: 15px;
}
.more-info{
	width:12px;
}
.qba-date-header {
	float:right;
	font-weight: 400;
    color: gray;
}

.qba-addtl-ass  {
background-color: #eeeeee;
font-size: 11px;
border-bottom: 1px solid #cccccc;
}

.qba-aa-link a{
  text-decoration: none!important;
  color: #1c3f74!important;
  font-weight: bold;
}
.qba-aa-link a:hover {
  text-decoration: none!important;
  color: #00c2e5!important;
}

.qba-edit-right {
  width:100%; margin-top: 8px;
}
.qba-tag-row td {
	border-bottom: 1px solid #eaeaea;
}
.qba-tag-row:hover{
	background-color: #eaeaea;
}

.qba-tag-row:hover .qba-tag{
	background-color: #eaeaea;
}

#qb-srch-filters h4, #qb-srch-drops h4, .qba-edit-right h4, .qba-tagListTable h4 {
  padding: 0px 0px 6px 0px;
  font-size: 12px;
}

.xyz  {padding-right: 20px;}
.qba-preview {
	text-align: right;
	padding-right: 10px;
}
/*.qba-input-date {
	width: 60%;
	text-align: center;
}*/

/*Add visual popup*/
.qb-addvis-container {height: 500px;}
.qb-slctvis {width: 60%; padding: 8px 4px; background-color: #eaeaea;}
td.qb-slctvis select {font-size: 14px;}
.qb-pop-contain {width: 100%; border-collapse: collapse; margin: 10px 0px 0px 0px;}

.qb-popup-head2 {text-transform: uppercase; font-weight:bold; font-size: 12px; padding: 5px 0 6px 0; }
.qb-pop-subh {line-height: 22px; padding-bottom: 6px;}
.qba-ckbx-label input {margin: 0px 4px 0px 12px;}
.qba-initiate{vertical-align:middle;}
.qba-searchBtn {color: #ffffff; background-color: #b9c543;}