/*
 * ==============================================
 * DATASTAX OVERRIDE STYLES
 * ==============================================
 */

html, body {
    min-width:100%;
}
body{
    font-family: "HelveticaNeueLTStd-Roman", helvetica, arial, clean, sans-serif;
    font-size:16px;
}
/* HEADINGS */
article .title {
    color: #374C51 !important;
    font-weight: 300;
}
.sectiontitle { 
    color: #374C51;
    font-weight: 300;
    margin-bottom: .8em;
}
.sectiontitle, .title2, .tasklabel {
    font-size: 23px !important;
    font-weight: 300;
}
.title3 {
    font-size: 20px !important;
    font-weight: 300;
}
.title3 + p {
    margin-top: 0;
}
.tablecap {font-weight: bold}
.figtitleprefix {
    display:none;
}
/* HEADER AND DS SITES */
.navbar {
    border:none;
    border-radius:0;
    margin: 0 0 20px 0;
}
.ds_global_menu{
    float:right;
    margin: 15px auto 10px;
    padding: 0;
}
.wh_header{
    background: #F8F9F7 !important;
    padding: 0 !important;
}
.wh_publication_title {
    margin: auto 0;
    min-width: 250px;
    text-align: left;
}
.wh_publication_title a {
    margin: .5em 0;
}
.pad-right {
    padding-right: 5px;
}
/* FIGHT WITH BOOTSTRAP */
.navbar-brand{
    height:auto;
}
.wh_logo{
    height: 51px;
}
.ds_logo {
    margin: 0;
    padding: 0;
    background-color: #007A97;
} 
.ds_logo img {
    margin-top:7px;
    width: 156px;
    height:37px;
}
.ds_buttons {
    float:right;
    margin: 20px 0;
    padding: 0;
    min-width: 40%;
    text-align: right;
}
.ds_buttons_button {
  border-radius: 20px;
  font-family: "HelveticaNeueLTStd-Roman", helvetica, arial, clean, sans-serif;
  color: #ffffff !important;
  font-size: 12px;
  font-weight:300;
  line-height: 12px;
  background: #067A97;
  padding: 8px 11px 8px 11px;
  text-decoration: none;
}
.ds_buttons_button:hover {
  background: #0087A7;
  text-decoration: none;
}
.ds_buttons_button:hover {
    color: #FFFFFF !important;
}
ul#ds_sites_list {
    list-style-type: none;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #374C57;
    margin: 24px 0 19px -15px;
    padding: 0;
}
ul#ds_sites_list li {
    display: inline;
    padding-right: 15px;
}
ul#ds_sites_list li a:link {
    color: #374C57;
}
ul#ds_sites_list li a:visited {
    color: #374C57;
}
ul#ds_sites_list li a:hover {
    color: #067A97;
}
ul#ds_sites_list li:last-child a:link {
    color: #067A97;
}
ul#ds_sites_list li:last-child a:visited {
    color: #067A97;
}
ul#ds_sites_list li:last-child a:hover {
    color: #374C57;
}
ul#ds_sites_list li:last-child a:active {
    color: #374C57;
}

ul#ds_links_list {
    list-style-type: none;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 3px 0 0 0;
}
ul#ds_links_list li {
    display: inline;
    padding-right: 15px;
}
ul#ds_links_list li:last-child {
    padding-right: 0;
}
ul#ds_links_list li a:link {
    color: #FFFFFF;
}
ul#ds_links_list li a:visited {
    color: #FFFFFF;
}
ul#ds_links_list li a:hover {
    border-bottom: 2px solid currentColor;
    padding-bottom: 16px;
}

/*VERSION AREA*/
#version-dropdown {
    float:right;
}
#version-dropdown select {
   background: transparent;
   width: 275px;
   padding: 2px;
   font-size: 15px;
   line-height: 17px;
   border: 1px solid #9EACAB;
   border-radius: 3px;
   height: 24px;
   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: 1px;
}
#version-dropdown:focus {
    outline-color: transparent !important;
    outline-style: none !important;
}

/* LINK COLORS */
a,
a:hover,
a:visited{
    color: #007A97;
}
a:hover{
    text-decoration: none;
}
/* PUBLICATION TITLES */
.wh_publication_title > a{
     color:#374C57;
     font-size: 21px;
     text-align: left;
}
.wh_header_flex_container {
    flex-direction:row-reverse;
}

.wh_top_menu_and_indexterms_link {
    width:100%;
}
/* MENUS */
.wh_top_menu {
    text-transform: none;
    margin: .4em 0;
    font-size: 1em;
    text-align: center;
}
.wh_top_menu a{
    color: #374C57 !important;
    line-height: 1.1em;
    font-weight: 300;
}
.wh_top_menu a:hover{
    color: #067A97 !important;
}
/* SUBMENU MODS */
.wh_top_menu ul ul {
    background-color: #F8F9F7 !important;
}
.wh_top_menu ul li:hover {
    background-color: #F7F8F9 !important;
    color: #067A97 !important;
}
.wh_top_menu ul ul li {
    border-top-color: #F7F8F9 !important;
    width: 270px;
}
.wh_top_menu ul ul li a:hover {
    background: #F7F9F7;
    color: #067A97 !important;
}
.wh_top_menu ul ul li.has-children:after{
    color: #9EACAB;
    height: 1em;
}

/* BREADCRUMBS  */
.wh_breadcrumb ol {
    color: #374C51;
}
.wh_breadcrumb ol a {
    color:inherit;
}
.wh_breadcrumb ol .active {
    color: #007A97;
}

/* TOOLS AND NAVIGATION */
.wh_tools {
    background: none;
    margin: 1em 0 2em;
    border-bottom: 1px solid #9EACAB;
}
.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}
.wh_print_link a,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before{
    color: #007A97;
    text-decoration: none;
}
.bottom_navigation_links {
    margin-top: 1em;
}
.bottom_navigation_links .glyphicon-arrow-right:before {
    content: "";
}
.bottom_navigation_links .glyphicon-arrow-right:after {
    content: "\e092";
}
.bottom_navigation_text {
    font-family: "HelveticaNeueLTStd-Roman", helvetica, arial, clean, sans-serif;
    margin: auto 5px;
}
/* POPUP IMAGES */
.image {
    margin-top: 0;
    margin-bottom: 0;
}
.imageleft {
    margin: 6px;
}
img.image {
    max-width: 600px;
}
.img-popup {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}
.fig .imageleft {
    margin-top: -8px;
}
.figcap {
    margin:8px 0 0 0;
}
/*BOOKMARK LINKS*/
a.headerlink {
    margin-left:.1em;
    opacity:0;
    text-decoration:none;
}
a.headerlink:after {
    background-image: url('../images/link23.png');
    background-size: 14px;
    display: inline-block;
    width: 14px;
    height:14px;
    content:"";
}

h1:hover a.headerlink,h2:hover a.headerlink,h3:hover a.headerlink,h4:hover a.headerlink,h5:hover a.headerlink,h6:hover a.headerlink,dt:hover a.headerlink,p:hover a.headerlink {
    opacity: .8;
}

/*TEXT AND TABLES*/
.row-subhead {
    background: #F8F9F7;
}
.dlterm {
    color: #374C51;
}
.cite {
    font-style: italic;
}
.parml {
    font-family: "Source Code Pro", monospace;
}
.pd, .dd {
    font-family: HelveticaNeueLTStd-Roman, Helvetica, Arial, sans-serif;
    margin-left: 25px;
}
article table {
    margin-top: 12px !important;
    margin-bottom: 8px;
    table-layout: fixed;
    width: 100%;
}
article .thead {
    background: #F9F8F7 none; 
    color: #374C51;
}
.pre {
    margin-top:12px;
}
code,
.cmdname,
.parml, 
.codeph,
.filepath,
.apiname,
.parmname,
.option {
    font-size: 16px;
    font-family: "Source Code Pro", monospace;
    background-color: transparent;
    color: inherit;
    border: none ;
    border-style: none;
    box-shadow: none;
}
pre.screen,
.pre,
.screen {
    font-size: 16px;
    font-family: "Source Code Pro", monospace !important;
    background-color: #f5f5f5 !important;
    word-wrap: break-word !important;
    color: inherit;
    border: none !important;
    border-style: none !important;
    box-shadow: none !important;
    max-width: 720px;
}
/* .screen:before {
    font-family: "Source Code Pro", monospace;
    content: "$ ";
    font-size: 16px;
}  */
kbd {
    padding: inherit;
    font-family: "Source Code Pro", monospace;
    font-size: 15.5px;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.step-link:before {
    content: "step ";
}

/*ol, ul {
    margin-top:6px;
}*/
.li {
    margin-bottom:8px;
}
.ul > .li:first-child, .ol > .li:first-child {
    margin-top: 8px;
}
li > p:first-child {
    margin-top: 4px;
}
li > a:first-child ~ p {
    margin-top: 4px;
}
li p:first-of-type {
    margin-top: 4px;
}
table td,
table th {
	border:1px solid #374C51;
	word-wrap:break-word;
}
.table > thead > tr > th {
    border-bottom: 2px solid #374C51;
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th, 
.table>thead:first-child>tr:first-child>td, 
.table>thead:first-child>tr:first-child>th {
    vertical-align:top;
}
.tablebackground,.roundcorners {
    background-color: #F8F9F7; 
}
.roundcorners td {
    border-color: #DDDDDD;
}
.chhead {
    background: #F9F8F7 none !important; 
    color: #374C51 !important;
}
/* NOTES*/

.note,
.tip,
.fastpath,
.important,
.remember,
.restriction ,
.attention,
.danger,
.caution,
.warning { 
    margin: 1em;
}

.cautiontitle+.caution{
    margin-top: 0px;
}
.caution {
    font-weight: normal !important;
}
.attentiontitle,
.notetitle,
.cautiontitle,
.dangertitle,
.warningtitle,
.importanttitle,
.remembertitle,
.restrictiontitle,
.tiptitle {
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}
.warningtitle, .cautiontitle {
    color:#CA5F14;
    text-transform: uppercase !important;
}

td .note {
    margin: 0;
}

/* DATASTAX SEARCH */
.wh_main_page .wh_search_input,
.wh_search_page .wh_search_input{
    padding: 0 20px !important;
    background: #fff none  !important;
}
.wh_search_input {
    display:block;
    margin: 0;
    position:relative;
    background: #fff none;
    padding: .5em 2em .25em;
}
#searchForm > div {
    width: 50%;
}
.wh_search_textfield{
    width:100% !important;
    border: solid 1px #9EACAB !important;
    border-radius: 5px;
    padding: 0 .5em;
    position: relative;
    height: 2.1em !important;
}
.wh_search_button{
    border: solid 1px #9EACAB;
    border-radius: 0 5px 5px 0;
    padding: 0;
    color:#fff;
    background-color: #9EACAB;
    height: 2.1em;
    width: 2.1em;
}
/* SEARCH RESULTS */
.searchresult {
    list-style: none;
}
.searchresult li{
    padding: .5em;
}
.searchresult li a, 
.wh_search_expression{
    color:#007A97;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0;
}
.wh_search_expression{
    font-weight:bold;
}

/* OXYGEN SEARCH */
#searchForm {
    padding: .5em 0 0;
}

.wh_welcome:not(:empty){
    font-size: 4em;
    margin: 0 auto;
    font-family: 'Roboto Thin', sans-serif;
    padding: 0 0 1.5em 0;
    text-shadow: none;
}

/*@media only screen and (max-width: 999px) {*/
    /*.wh_search_input:after{*/
        /*display:none;*/
    /*}*/

/*}*/
@media only screen and (max-width: 767px) {
    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 1em 0;
    }
}

/* Side TOC */
.wh_side_toc{
    border-radius: 3px;
    padding: 1em 2em 2em;
    background-color: #F9F8F7;
}
.wh_side_toc .active {
    color: #374C51;
}
.wh_side_toc a, .wh_side_toc a:visited, .wh_side_toc a:hover {
    color: #007A97;
}
.wh_side_toc a:hover {
    text-decoration: underline;
}
.wh_side_toc  ul  li{
    margin: .7em 0;
}
.wh_side_toc  ul  li:last-child{
    margin: .7em 0 2px;
}
.wh_side_toc > ul > li > span{
    font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
    .wh_side_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
        border: 1px solid #e0e0e0;
    }
    .wh_related_links,
    .wh_child_links,
    .wh_topic_content .related-links{
        border: 1px solid #e0e0e0;
    }
}
@media only screen and (max-width: 767px) {
    .ds_logo_collapse {
        height: 37px;
    }
    .ds_logo {
        text-align: center;
    }
    .ds_logo img {
        margin-top:3px;
        width: 117px;
        height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .documentor_search {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .wh_header_flex_container {
        flex-direction: row;
    }
}
@media only screen and (min-width: 768px) {
    .ds_top_menu_collapse {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-collapse {
        border-top: 1px solid #374c57 !important;
        width:100%;
    }
}
@media only screen and (max-width: 767px) {
    #searchForm > div {
        width: 78%;
    }
}
@media only screen and (max-width: 767px) {
    .wh_top_menu {
    text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .wh_top_menu ul, .ds_top_menu_collapse ul {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0;
    }
    .wh_top_menu ul ul, .ds_top_menu_collapse ul ul {
        display: none;
    }
    .wh_top_menu li.active > ul,.ds_top_menu_collapse li.active > ul {
        display: block;
        padding-left: .5em;
    }
    .wh_top_menu ul li a {
        display:block;
        padding: .25em 0 0 0;
        text-decoration: none;
    }
    .ds_top_menu_collapse ul li a {
        font-size: 16px;
        font-weight: 300;
        display:block;
        padding: 0 0 0 0;
        text-decoration: none;
    }
    .ds_top_menu_collapse ul li a:link {
        color: #374C57;
    }
    .ds_top_menu_collapse ul li a:visited {
        color: #374C57;
    }
    .ds_top_menu_collapse ul li a:hover {
        color: #067A97;
    }
    .wh_top_menu ul ul li.has-children:after {
        content: none;
    }
    .wh_top_menu ul li.has-children a:after{
        content: " \00BB" !important;
    }
    .wh_top_menu ul li.has-children ul a:after{
        content: none !important;
    }
}

/* DATASTAX FOOTER */
.wh_footer{
    text-align: center;
    padding: 1em;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #374C51;
    background: #F8F9F7 none;
    margin-top: 2em;
}
.wh_footer a{
    color: #007A97;
}
.ds_footer_bottom {
    margin-top: 12px;
}

/* Flaticon icon font: Flaticon Creation date: 09/12/2016 19:34 */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 32px;
    font-style: normal;
    margin-left: 12px;
}

.flaticon-github-logo:before { content: "\f100"; }
.flaticon-new-email-interface-symbol-of-black-closed-envelope:before { content: "\f101"; }
.flaticon-signs:before { content: "\f102"; }
.flaticon-symbols:before { content: "\f103"; }
.flaticon-twitter-logo-button:before { content: "\f104"; }

/* TOPIC CONTENT */
.wh_topic_content,.wh_content_area {
    color: #374C51;
}
.wh_main_page .wh_content_area {
    margin: 40px auto;
}
.wh_topic_content .title.topictitle1 {
    color: #374C51;
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1.1em;
    font-weight: 300;
}
h2.topictitle2 {
    font-size: 23px;
    font-weight: 300;
    font-style: normal;
}
h2.topictitle3 {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
}
.tasklabel span {
    display: none;
}
.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links{
    background-color: #F9F8F7;
    margin-top: 1em;
    padding: 1em;
}
.wh_related_links,
.wh_topic_content .related-links{
    padding: .5em 1.5em;
}
.wh_child_links li {
    margin-bottom: .6em ;
}
.related-links strong{
    font-weight: 500;
}

.related-links a,
.related-links a:visited {
    color: #007A97;
    display:inline-block;
}

/* RELATED LINKS AT TOPIC BOTTOM */
.wh_related_links .related-links:before {
    content: "Related information";
    font-size: 18px;
    font-weight: 300;
    color: #374C51;
}
.wh_related_links .relinfo {
    margin: 0;
}
.relinfo strong, .relinfo br {
    display: none;
}

.wh_child_links .no-display {
    background-color: yellow;
}
.info {
    margin-top: 4px;
}

/*HOME PAGE TOC*/
.wh_main_page_toc{
    margin: 0 auto 2em !important;
}
.wh_main_page_toc a {
    color: #007A97;
}
.wh_main_page_toc .expanded, .wh_main_page_toc .wh_main_page_toc_accordion_header:hover, .wh_main_page_toc>.wh_main_page_toc_entry:hover, .wh_main_page_toc_accordion_entries{
    background-color: #F8F9F7 !important;
}

/* GOOGLE SEARCH*/
#google-search {
    width: 50%;
    margin: 20px auto auto;
    padding: 0;
}
.rel-docs {
    text-align:center;
    margin: 0 0 -5px 0;
    color: #9EACAB;
}
/*Landing page*/
.lp-describe {
    padding: 0;
    margin: 0;
}
.lp-table {
    background-color: #F8F9F7;
    max-width: 900px;
}
.lp-compat-tbl {
    max-width: 500px;
}
.lp-table td {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    padding: 1px 6px !important;
}
td.lp-before::before {
    content: "- ";
}
td.lp-bottom {
    padding-bottom: 10px !important;
}
td.lp-table-border {
    border-top: 1px solid #9EACAB !important;
    padding-top: 7px !important;
}
tr.lp-separator {
    border-top:3px solid #9EACAB !important;
}
.lp-specialsection {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom:3px;
}
.lp-dl-border {
    border-bottom: 1px solid #9EACAB;
}
.lp-map-title {
    display: none;
}
.lp-leftbar-sim {
    color: #007A97;
    font-weight: bold;
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 13pt;
}
.lp-feedback-align {
    margin-top:10px;
}
#docTips__tipsTable {
    width: 700px;
}
.no-bullet {
    list-style-type: none;
}
.no-bullet li {
    margin-left: -40px;
}
/* styles for intro tables */
.specialsection {
    font-size: 18px;
    margin-bottom:0;
}
.specialsection+p {
    margin-top:2px;
}
/*Print and media css*/
@media only screen and (max-width: 700px) {
    .match-version {
        display:none;
    }
}
@media print {
    #ds_sites_list, .wh_header_flex_container, .ds_logo, #ds_links_list {
        display:none;
    }
} 
/* watermark styles*/
.watermark::after {
    content: " - Rough draft";
    color: #CA5F14;
}
.deprecated::after {
    content: " - Deprecated";
    color: #CA5F14;
}
.shortdesc {
    color: green;
}
.red {
    color: #CA5F14;
}
select:empty {
	    display:none !important;
}

/* per paul, NB one in enus and the other in jajp
.wh_search_input:after {
.eol_msg {
    content: 'Product at end of service life';
    content: '本製品はサポートが終了しています';
    font-size: 1.6em;
    color: rgba(202, 95, 20, .8);
    cursor: default;
    display: block;
    position: absolute;
    top: 104%;
    right: 0;
    bottom: 0;
    left: 0;
    font-style: italic;
    text-align: center;
    line-height: 100%;
}
 */