/* ***************************************************************** */
/*                                                                   */
/* 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. */
/*                                                                   */
/* ***************************************************************** */

.chatView{
	border-top:0px;
	overflow:hidden;
}

.mobileSelfAssist h1, 
.mobileSelfAssist h2,
.mobileSelfAssist h3{
    font-size: 13pt;	
    font-weight: bold;
}


.mobileSelfAssist h4,
.mobileSelfAssist h5,
.mobileSelfAssist h6{
    font-size: 10pt;  
    font-weight: bold; 
}

.mobileSelfAssist .mblView {
    /*position:absolute;*/
    z-index:1;
    top:0px; 
    bottom:0px;
    left:0;
    width:100%;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    /*padding-top:40px !important;*/
    /*padding-top:38pt !important;*/
}

.greetingViewHeight {
    height: 384px;
}

.chatViewHeight {
    /*height: 324px;*/
    /*padding: 10px 0px 0px 0px;*/
}

.mobileSelfAssist .mblView > ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.mobileSelfAssist .watsonRightArrowIcon{
	margin-right: 0px;
    padding-right: 50px;
  	background-image: url("/watson/app/com/ibm/watson/ux/images/Arrow_20x28.png");
  	background-repeat: no-repeat;
  	background-size: 15px 20px;
  	background-position: right 0px;
    background-position-x: right;
    background-position-y: 0px;
}

.hidden{
	display:none;
} 
.clear{
	background-color:transparent;
}

.navBar .chatHeaderImage {
    background-image: url("/watson/app/com/ibm/watson/ux/images/Watson_Wordmark_Retina_215x25.png");
    display: block;
    height: 25px;
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 14px;
    background-repeat:no-repeat;
}

.navBar .chatHeaderNode {
    display: none;
}

.sideViewContents{
	padding: 20px 15px;
}

.helpDescription{
	padding: 0px 15px;
	padding-top: 20px;
}

.closeButtonMain .closeButtonText{
	display: inline-block;
    position: absolute;
    padding-left: 15px;
    padding-top: 20px;
    cursor: pointer;
    height: 40px;
    width: 50px;
}

.closeButtonMain .closeButtonImage{
	display: none;
	position: absolute;
	padding-left: 30px;
	padding-top: 40px;
	background-image: url("/watson/app/com/ibm/watson/ux/images/Close_24.png");
	background-size: 12px 12px;
	height: 12px;
	width: 12px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.closeButtonMainImage.hidden{
	display: none;
}
