div.search {
    /*padding: 30px 0*/
}

/*.d {background: #A3D0C3;}*/
/*.d input {*/
/*width: 100%;*/
/*height: 42px;*/
/*padding-left: 10px;*/
/*border: 2px solid #7BA7AB;*/
/*border-radius: 5px;*/
/*outline: none;*/
/*background: #F9F0DA;*/
/*color: #9E9C9C;*/
/*}*/
.d button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background: #01b5c9;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.d button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}

@media (max-width: 767px) {
    .d button {
    top: -11px;
    right: 0px;
}
}

.wy-menu-vertical li span.toctree-expand:before {
    content: url(../images/arrow_r.png);
    margin-top: 6px;
}
.wy-menu.wy-menu-vertical li.current a span.toctree-expand{
    display:inline-block;
    content: url(../images/arrow_d.png);
    margin-top: 6px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
     content: url(../images/menu_icon.png);   
}
.wy-side-nav-search > a img.logo{
    height: 80px;
}
.rst-content .section ul li{
   list-style-type:none;
}
.rst-content .section ul.li-disc li{
    list-style-type:disc;
}
.color-red{
    color:red !important;
}
.rst-content table.docutils td{
    border:1px solid #e1e4e5;
}
.font-bold{
    font-weight: bold !important;
}
.wy-table-responsive table td, .wy-table-responsive table th{
    white-space: normal;
}

.wy-nav-content .rst-content h4 {
    margin-bottom: 0 !important;
}