
/* Default header fonts are ugly */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);

h1, h2, h3, h4, h5, h6 {
    font-family:  "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}
body {
  font-family: 'Open Sans', sans-serif;
}

.wy-nav-top a {
    font-size: 150%; /*175% 变窄小宽后，导航栏的标题字体*/
    font-weight: 600;
}

/* Remove rounded navigation bar */
.wy-side-nav-search input[type=text] {
    border-radius: 12px;/*2px*/
    border-color: rgb(30, 135, 147);
    background-color: rgb(254, 254, 254);
    color: rgb(30, 135, 147); 
}

div[class^='highlight'] pre {
    font-family: 'Inconsolata', monospace;
    font-size: 16px;
    background: rgb(237, 243, 244); /* 代码框的背景色  f3f6f6*/
}

/* Make glossary entries bolder to stand out */
dl.glossary>dt{
    font-weight: 700;
}

/* Make bold things less bold */
b, strong {
    font-weight: 600;
}

/* Less bold table head */
.wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th {
    font-weight: 600;
}

/* Less bold current active element */
.wy-menu-vertical li.on a, .wy-menu-vertical li.current>a {
    font-weight: 600;
}


/* Types link refs less bold */
.rst-content tt.xref, a .rst-content tt, .rst-content tt.xref, .rst-content code.xref, a .rst-content tt, a .rst-content code {
    font-weight: normal;
}

/* Make types in C docs less bold */
.rst-content dl dt {
    font-weight: 600;
}


/* Link Styling 链接的颜色 */
a,a:visited, a:focus {
	color: rgb(30, 135, 147);  /* 普通链接显示，(238, 108, 45) 橙色 (30, 135, 147) 天青 (44, 116, 174)Light blue*/
	text-decoration: none;
}
a:hover, a:active {
	color: rgb(238, 108, 45);  /* 鼠标hover时候链接显示，(0, 30, 70) Oxford blue*/
	text-decoration: none;
}



/* Make bar oxford blue*/
.wy-side-nav-search {
    background-color: rgb(255, 255, 255); /* 左侧导航上半部分 (0, 30, 70) Oxford blue */
}

.wy-nav-side {
    background: rgb(255, 255, 255); /* 左侧导航下半部分  (0, 30, 70) Oxford blue */
}


.wy-nav-content-wrap, .wy-menu li.current > a  {
    background-color: rgb(255, 255, 255); /* 背景色，右侧空白处 #fff*/
    /* font-weight: 600; */
}

@media screen and (min-width: 0px) { /*这个宽度未知用途哇*/
    .wy-nav-content-wrap {
        /*background-color: rgba(0, 0, 0, 0.0470588);*/
        background-color: rgb(245, 245, 245); /* 未知区域 (245, 245, 245)Light grey */
    }

    .wy-nav-content {
        background-color: rgb(255, 255, 255);/*未知区域  #fff*/
    }
}

.wy-nav-top {
    background-color: rgb(30, 135, 147); /* 窗口变窄后的最上面的导航bar，未知区域 (0, 30, 70) Oxford blue */
}


/* Change color of the line at the top of Read the Docs box at the bottom left
   corner */
.rst-versions{
    border-top:solid 10px rgb(210, 48, 169); /* 未知区域(0, 30, 70) Oxford blue */
}


/* Change color of top left name */
.wy-side-nav-search>a{
    color: rgb(30, 135, 147); /* 左侧导航最上面Mindopt的字 (255, 255, 255) White text*/
    font-size: 125%;
}
.wy-side-nav-search>div.version{
    color: rgb(30, 135, 147); /* 左侧导航最上面版本号0.19.0的字 (245, 245, 245)Light grey text*/
}
.wy-nav-top a{
    color: rgb(255, 255, 255); /* 窗口变窄后的的字体，未知区域 (255, 255, 255)White text*/
}



/* Navigation bar text */
.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: rgb(100, 100, 100); /*左侧导航固定目录Contents: 字 (255, 255, 255) White text*/
    font-weight: 600;
}

.wy-menu-vertical a{
    color: rgb(100, 100, 100); /* 左侧导航目录字普通样式 (176, 186, 198)Grey */
}

.wy-menu-vertical a:hover{
    background: rgb(58, 163, 175); /* 目录鼠标hover的背景颜色  (44, 116, 174) Light blue*/
    color: rgb(255, 255, 255); /* 目录鼠标hover的时候字的颜色  (255, 255, 255)White text*/
}



/* Change text color for tt literal */
.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal{
    color: rgb(30, 135, 147); /* 行内代码的时候高亮色， (44, 116, 174) Light blue*/
    font-size: 14px;
}

tr td code span{
   font-size: 13px;
}

.s1, .s2{
	color: rgb(228, 12, 199); /* 未知区域，(44, 116, 174) Light blue*/
}


/* Rubric bigger (initial page) */
.rst-content p.rubric {
    font-family:  "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 150%;
    margin-bottom: 20px;
}

/* Smaller rubric in C description */
p.breathe-sectiondef-title.rubric {
	font-size: 100%;
}




/* Remove box shadow from buttons */
.btn {
    font-weight: normal;
    font-family:  "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow: none;
}
/* Force breathe display inline parameters */
/*.wy-plain-list-disc li p:last-child, .rst-content .section ul li p:last-child, .rst-content .toctree-wrapper ul li p:last-child, article ul li p:last-child{
    display: inline;
}*/


/* Remove line block indentation */
.rst-content .line-block {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}


/* Margin below tables */
table p {
    margin-bottom: 0px;
}


/* yoyo add 左侧目录点开后主题色*/      

    /* 目录上鼠标hover*/
    .wy-menu-vertical a:hover{
        background: rgb(58, 163, 175); /* 一级目录鼠标hover的背景颜色  (44, 116, 174) Light blue*/
        color: rgb(255, 255, 255); /* 目录鼠标hover的时候字的颜色  (255, 255, 255)White text*/
    }

    .wy-menu-vertical li.current a:hover{
        background:rgb(135, 201, 209);/*展开后在hover的颜色*/
        color:rgb(255, 255, 255) 
    } 

    .wy-menu-vertical li.toctree-l2.current a:hover{
        color:rgb(11, 60, 65) /*展开二级后，再hover的颜色*/
    } 

    .wy-menu-vertical li.current>a:hover span.toctree-expand{
        color:rgb(255, 255, 255);/*展开后 - 号图标的 hover 颜色*/
    }
    .wy-menu-vertical li.current>a span.toctree-expand{
        color:rgb(255, 255, 255);/*展开后 - 号图标的普通颜色*/
    }

    /*背景色和字颜色*/
    .wy-menu-vertical li.current{
    background:rgb(236, 251, 251) ; /*一级展开背景色,即二级显示色*/
    }
    .wy-menu-vertical li.current a{
        color:rgb(30, 135, 147); /*一级展开所有字体颜色*/
    }

    .wy-menu-vertical li.toctree-l1.current>a{
        background:rgb(58, 163, 175); /*选中1级的背景颜色*/
        border-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255) ;
        }
        
    .wy-menu-vertical li.toctree-l1.current li.toctree-l2>a{
        display:block;
        /*background:#ffffff;  /*L1展开后 L2的背景色*/
        border-right:solid 1px  rgb(255, 255, 255) ; /*右侧的灰线覆盖*/
        }

    .wy-menu-vertical li.toctree-l2.current>a{
        background:rgb(135, 201, 209); /*选中2级的背景颜色*/
        border-right:solid 1px  rgb(181, 237, 243) ;
        color: rgb(255, 255, 255) ;
        }

    .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{
        display:block;
        background:rgb(233, 247, 247);  /*L2展开后 L3的背景色*/
        border-right:solid 1px  rgb(233, 247, 247) ;/*右侧的灰线覆盖*/
        }

    .wy-menu-vertical li.toctree-l3.current>a{
        /*background:rgb(215, 30, 117); /*选中3级目录树的背景颜色，好像并木有。*/
        /* border-right:solid 1px  rgb(243, 181, 214) ;/**/
        /* border-block-color: rgb(56, 26, 177) ; /**/
        color: rgb(11, 60, 65) ; /*选中后的颜色*/
        }
    
    .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{
        display:block;
        background:rgb(208, 25, 141);  /*L2展开后 L3的背景色*/
        border-right:solid 1px  rgb(120, 28, 212) ;/*右侧的灰线覆盖*/
        }


  .rst-content .highlighted{
    background:rgb(245, 245, 216); /*搜索结果高亮的颜色,外框颜色没找到方式*/
    display:inline-block;
    font-weight:bold;
     
    }


/* note 框 颜色 */

  .wy-alert.wy-alert-info .wy-alert-title,
 .rst-content .note .wy-alert-title,
 .rst-content .wy-alert-info.attention .wy-alert-title,
 .rst-content .wy-alert-info.caution .wy-alert-title,
 .rst-content .wy-alert-info.danger .wy-alert-title,
 .rst-content .wy-alert-info.error .wy-alert-title,
 .rst-content .wy-alert-info.hint .wy-alert-title,
 .rst-content .wy-alert-info.important .wy-alert-title,
 .rst-content .wy-alert-info.tip .wy-alert-title,
 .rst-content .wy-alert-info.warning .wy-alert-title,
 .rst-content .seealso .wy-alert-title,
 .rst-content .wy-alert-info.admonition-todo .wy-alert-title,
 .rst-content .wy-alert-info.admonition .wy-alert-title,
 .wy-alert.wy-alert-info .rst-content .admonition-title,
 .rst-content .wy-alert.wy-alert-info .admonition-title,
 .rst-content .note .admonition-title,
 .rst-content .wy-alert-info.attention .admonition-title,
 .rst-content .wy-alert-info.caution .admonition-title,
 .rst-content .wy-alert-info.danger .admonition-title,
 .rst-content .wy-alert-info.error .admonition-title,
 .rst-content .wy-alert-info.hint .admonition-title,
 .rst-content .wy-alert-info.important .admonition-title,
 .rst-content .wy-alert-info.tip .admonition-title,
 .rst-content .wy-alert-info.warning .admonition-title,
 .rst-content .seealso .admonition-title,
 .rst-content .wy-alert-info.admonition-todo .admonition-title,
 .rst-content .wy-alert-info.admonition .admonition-title{
  background:rgb(24, 104, 113);
  }
  
  
  .wy-alert.wy-alert-success,
 .rst-content .wy-alert-success.note,
 .rst-content .wy-alert-success.attention,
 .rst-content .wy-alert-success.caution,
 .rst-content .wy-alert-success.danger,
 .rst-content .wy-alert-success.error,
 .rst-content .hint,
 .rst-content .important,
 .rst-content .tip,
 .rst-content .wy-alert-success.warning,
 .rst-content .wy-alert-success.seealso,
 .rst-content .wy-alert-success.admonition-todo,
 .rst-content .wy-alert-success.admonition{
  background:rgb(237, 243, 244);
  }
  

  .btn-neutral{
    background-color:rgb(255, 255, 255)  !important;
    color:#404040 !important
    
    }
     
    .btn-neutral:hover{
    background-color:rgb(135, 201, 209)  !important;
    color:#ffffff
    }

    /*-----------------------------*/
     

   /*屏幕文档左侧的颜色*/   
     .wy-body-for-nav{
        background:#ffffff
        }
 
        
   /*屏幕右侧的宽度和颜色*/      
 .wy-nav-content-wrap{
    /*margin-left:350px;*/
    
    background:#ffffff; 
    
    min-height:100%
    }
 
 /*屏幕中间内容的颜色*/
    .wy-nav-content{
        margin:0;
        background:#ffffff
        }
        

            
