/* ***************************************************************** */
/*                                                                   */
/* Licensed Materials - Property of IBM                              */
/*                                                                   */
/* (C) Copyright IBM Corp. 2001, 2014. All Rights Reserved.          */
/*                                                                   */
/* US Government Users Restricted Rights - Use, duplication or       */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/*                                                                   */
/* ***************************************************************** */

.watsonMobileHeader {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 10;
}

.watsonMobileHeaderTitle{
	text-align: center;
}

.watsonMobileHeader .navBar {
	height:100%;
	background-color: #333333;
    background-image: -moz-linear-gradient(#3e3e3e, #131313);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e3e3e), to(#131313));
    background-image: -webkit-linear-gradient(#3e3e3e, #131313);
    background-image: -o-linear-gradient(#3e3e3e, #131313);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3e3e3e', EndColorStr='#131313');
}

.watsonMobileHeader .backButton {
	display: inline-block;
	position: absolute;
	padding-left: 30px;
	padding-top: 30px;
	background-image: url("/watson/app/com/ibm/watson/ux/images/Back_44x44.png");
	background-size: 22px 22px;
	height: 22px;
    width: 22px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

.watsonMobileHeader .backButton.hidden{
	display:none;
}

.backButtonText{
	display: none;
}

.watsonMobileHeaderBlueLip{
	clear: left;
    display: block;
    height: 2pt;
    background-image: -moz-linear-gradient(#1a96c6, #0075a3);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a96c6), to(#0075a3));
    background-image: -webkit-linear-gradient(#1a96c6, #0075a3);
    background-image: -o-linear-gradient(#1a96c6, #0075a3);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#1a96c6', EndColorStr='#0075a3');	
	line-height: 2pt;
	
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.menuButton {
	position: absolute;
	right: 0;
	top: -1px;
	margin-right: 8pt;
	line-height: 38pt;
}

.subHeader {
	position: fixed;
    top: 40px;
    /*top: 40pt;*/
    z-index: 10;
    display: none;
    min-width: 100%;
    box-sizing: border-box;
}

.questionHeader {
    padding: 12pt;
    background-color:rgb(2,41,65);
    color:#ffffff;
    border-bottom: 1px solid #4E5F73;
    box-shadow: 0 -2px 2px -1px #000000 inset;
}

.baseTypeAheadPopup {
    position: fixed;
    top: 40pt;
    left: 0;
    right: 0;
    z-index: 11 !important;
    background-color: #FFFFFF;
    overflow-y: auto;
}

.baseTypeAheadPopup .typeAheadTableRowSelected,
.baseTypeAheadPopup .typeAheadTableRow
.baseTypeAheadPopup .typeAheadParent TR{
	vertical-align: top;
}

.baseTypeAheadPopup .typeAheadParent .typeAheadTableCell:active,
.baseTypeAheadPopup .typeAheadParent .typeAheadTableRow:active,
.baseTypeAheadPopup .typeAheadParent .typeAheadTableRowSelected{
	background-color: #00649D;
}

.qd_infix{
	font-weight: normal;
}

.typeAheadTableCell{
	padding: 10px;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #EDF0F0;
}

.typeAheadParent{
	width: 100%;
}
