/*
 | This file is part of the DITA Open Toolkit project hosted on 
 | Sourceforge.net. See the accompanying license.txt file for 
 | applicable licenses.
*/

/*
 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
 */

@font-face {
    font-family: OpenSans;
	src: url('./css/OpenSans-Regular.ttf')  format('truetype'), url('./css/OpenSansRegular.eot') format('embedded-opentype'), url('./css/OpenSansRegular.woff') format('woff');
} 
 

body {
	background-color: #FFF;
	color: #000000;
	font-family: OpenSans, Arial, sans-serif;
	text-align: left;
	font-size: 12pt;
	margin-top : 1em;
        margin: 0;
        padding: 0 10px 0 10px;
        height: 100%;
        overflow-y: auto;
}

        div.contentcontainer {
				float: left;
				max-width: 70%;
				min-width: 500px;
				top: 150px;
				padding: 10px;
				z-index: -1;
        }
		
		div.content {
				z-index: -1;
				background-color: #FFF;
				margin-top: 22px;
		}

        div.search {
				float: top;
				margin: 2px;
				height: 80px;
				min-width: 800px;
				z-index: 0;
		}

        div.navigation {
                display: block;
                height: 100%;
                position: fixed;
				background-color: #FFF;
				z-index: 1;
				border: 1px solid #BFBFC6;

        }
		
		.navtoggle {
			top: 2px;
			height: 30px;
			width: 100%;
			z-index:0;
			background-color: #f9f9fb;
		}
		
		.navcontainer {
			
			float: left;
			margin: 2px;
			margin-top: 0px;
			height: 100%;
			width: 300px;
			z-index:1;
		}

div.logo {

	float: left;
	margin-left: 0.1%;
	margin-top: 5px;
}
 
button:hover {
      background-color: #0063a3; 
}

input[type="submit"]:hover {
      background-color: #0063a3; 
}

button {
		color:white;
		background-color: #0e416c;
		border: none;
		padding: 4px;
		font-family: OpenSans, Arial, sans-serif;
		font-size: 12pt;
}

img {
	max-width:100%;
}

input,select,textarea {
	margin:0;
	vertical-align:middle;
	font-family:OpenSans;
}
input[type="submit"] {
    background: none;
    font-family: OpenSans,Arial,sans-serif;
    background-color: #0e416c;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 10px;
    position: relative;
    text-shadow: none;
}

h1,h2,h3,h4 {
    color: #000000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 38px;
    line-height: 50px;
    margin: 0.5em 0;
}

h1 div div strong {
	font-size: 12pt;
    line-height: 25px;

}

h1 div div {
    font-size: 12pt;
    line-height: 25px;
    margin: 0.5em 0;
}

h2,h3,h4 {
	font-size: 32px;
    line-height: 40px;
}

th {
	background-color:#E2E2E7;
}

p a {
	color: #0e416c;
}

a.link {
	color: #0e416c;
}

.collapse {
    border-left: 5px solid #0063A3;
    cursor: pointer;
    margin: 0px;
    padding-left: 40px;
    line-height: 65px;
    font-size: 26px;
    position: relative;
	z-index:0;
}

.collapse:before, .node .example .collapse:before, .node .nested0 .collapse:before {
    border-color: #363545 transparent transparent transparent;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    content: "";
    height: 0;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
}

.node .section.collapsed .collapse:before, .node .example.collapsed .collapse:before, .node .nested0.collapsed .collapse:before {
    border-color: transparent transparent transparent #363545;
    border-width: 8px 0 8px 15px;
}

.parentlink {display: none;} 
 
.unresolved { background-color: skyblue; }
.noTemplate { background-color: yellow; }

.base { background-color: #ffffff; }

/* Add space for top level topics */
.nested0 { margin-top : 1em;}

/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p {margin-top: 1em}

/* Default of italics to set apart figure captions */
.figcap { font-style: italic }
.figdesc { font-style: normal }

/* Use @frame to create frames on figures */
.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
.figbottom { border-bottom : 2px solid; border-color : Silver;}
.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks { list-style-type: none; display: none; }
.ulchildlink { margin-top: 1em; margin-bottom: 1em }
.olchildlink { margin-top: 1em; margin-bottom: 1em }
.linklist { margin-bottom: 1em }
.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
.relconcepts { margin-top: 1em; margin-bottom: 1em }
.reltasks { margin-top: 1em; margin-bottom: 1em }
.relref { margin-top: 1em; margin-bottom: 1em }
.relinfo { margin-top: 1em; margin-bottom: 1em }
.breadcrumb { font-size : smaller; margin-bottom: 1em }
dt.prereq { margin-left : 20px;}

/* Set heading sizes, getting smaller for deeper nesting */

.section { margin-top: 1em; margin-bottom: 1em }
.example { margin-top: 1em; margin-bottom: 1em }
div.tasklabel { margin-top: 1em; margin-bottom: 1em; }
h2.tasklabel, h3.tasklabel, h4.tasklabel, h5.tasklabel, h6.tasklabel { font-size: 100%; }

/* All note formats have the same default presentation */
.note { margin-top: 1em; margin-bottom : 1em; background-color: #e7e6ed; padding: 20px;}
.notetitle { font-weight: bold; color: #003f87; }
.notelisttitle { font-weight: bold }
.tip { margin-top: 1em; margin-bottom : 1em;}
.tiptitle { font-weight: bold; color: #003f87; }
.fastpath { margin-top: 1em; margin-bottom : 1em;}
.fastpathtitle { font-weight: bold }
.important { margin-top: 1em; margin-bottom : 1em;}
.importanttitle { font-weight: bold }
.remember { margin-top: 1em; margin-bottom : 1em;}
.remembertitle { font-weight: bold }
.restriction { margin-top: 1em; margin-bottom : 1em;}
.restrictiontitle { font-weight: bold }
.attention { margin-top: 1em; margin-bottom : 1em;}
.attentiontitle { font-weight: bold }
.dangertitle { font-weight: bold }
.danger { margin-top: 1em; margin-bottom : 1em;}
.cautiontitle { font-weight: bold; color: #003f87; }
.caution { font-weight: bold; margin-bottom : 1em; }
.warning { margin-top: 1em; margin-bottom : 1em;}
.warningtitle { font-weight: bold; color: #003f87; }

/* Simple lists do not get a bullet */
ul.simple { list-style-type: none }

/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol { font-weight : bold;}

/* Various basic phrase styles */
.bold { font-weight: bold; }
.boldItalic { font-weight: bold; font-style: italic; }
.italic { font-style: italic; }
.underlined { text-decoration: underline; }
.uicontrol { font-weight: bold; }
.parmname { font-weight: bold; }
.kwd { font-weight: bold; }
.defkwd { font-weight: bold; text-decoration: underline; }
.var { font-style : italic;}
.shortcut { text-decoration: underline; }

/* Default of bold for definition list terms */
.dlterm { font-weight: bold; }

/* Use CSS to expand lists with @compact="no" */
.dltermexpand { font-weight: bold; margin-top: 1em; }
*[compact="yes"]>li { margin-top: 0em;}
*[compact="no"]>li { margin-top: .53em;}	
.liexpand { margin-top: 1em; margin-bottom: 1em }
.sliexpand { margin-top: 1em; margin-bottom: 1em }
.dlexpand { margin-top: 1em; margin-bottom: 1em }
.ddexpand { margin-top: 1em; margin-bottom: 1em }
.stepexpand { margin-top: 1em; margin-bottom: 1em }
.substepexpand { margin-top: 1em; margin-bottom: 1em }

/* Align images based on @align on topic/image */
div.imageleft { text-align: left }
div.imagecenter { text-align: center }
div.imageright { text-align: right }
div.imagejustify { text-align: justify }

/* The cell border can be turned on with
   {border-right:solid}
   This value creates a very thick border in Firefox (does not match other tables)

   Firefox works with 
   {border-right:solid 1pt}
   but this causes a barely visible line in IE */
.cellrowborder { border-left:none; border-top:none; border-right:solid 1px; border-bottom:solid 1px }
.row-nocellborder { border-left:none; border-right:none; border-top:none; border-right: hidden; border-bottom:solid 1px}
.cell-norowborder { border-top:none; border-bottom:none; border-left:none; border-bottom: hidden; border-right:solid 1px}
.nocellnorowborder { border:none; border-right: hidden;border-bottom: hidden }

pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}

span.filepath { font-family:monospace }