/* .md-header {
    background: #fff;
    color: #000
}

.md-tabs {background: #f9f9f9!important; color:#000; text-align: center;} */
body{font-size: 14px;}
.md-content a {color:#00a8e6;}
.md-content a:hover{text-decoration: underline;}
.md-nav__link {color:#333}
.md-nav__item .md-nav__link:hover {color:#00a8e6; text-decoration: none;}
.md-nav__item .md-nav__link--active {color:#00a8e6; font-weight: bold;}

.md-header-nav__topic {color: #000;}
.md-header-nav__topic small {font-size: 1em; color:#999; line-height: 1.4em;}
.md-header-nav__topic {color: #7e8299; }

.md-header[data-md-state=shadow] {
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.1);
    border-bottom: 1px solid #f9f9f9;
}

@media screen and (max-width: 76.1875em){
    .md-nav--primary .md-nav__title[for=__drawer]
    {
        background: #eee !important;
        color: #00a8e6 !important;
    }
}
.md-header {
    background: #fff;
    color: #00a8e6;
    height: auto;
    text-transform: uppercase;
font-weight: bold;}
.md-header-nav{
    vertical-align: middle;
    align-items: center;
}
.md-header-nav__title>.md-header-nav__ellipsis {
    margin-top: -25px;
}
.md-header-nav__button.md-logo {padding: 0;}
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {width: 100%; height: auto;}

.md-footer {
    border-top: 1px solid #ebedf3;background: #f9f9f9; color:#333; 
}
.md-footer-copyright__highlight {color:#333; }
.md-footer-meta { background-color: #eef0f8;border-top: 1px solid #ebedf3;}
.md-tabs {    box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    border-top: 1px solid #ebedf3;background: #f9f9f9; color:#333; border-bottom: 1px solid #ebedf3; text-align: center; text-transform: uppercase; font-weight: bold;}
.md-tabs__link {
    border-bottom: 2px solid transparent;
    padding: 0 15px;
}
.md-tabs__link--active {
    border-bottom: 2px solid #00a8e6;
    line-height: 2.55rem;
    margin-top: 0;
    height: calc(100% + 1px);
}
.md-search__input {background: #f9f9f9; color: #000;}
.md-search * {color: #000;}
.md-search * {color: #000;}
.md-search__input:hover {background: #ebedf3; color: #000;}
.md-search__input::-webkit-input-placeholder { /* Edge */
    color: #333;
  }
  
.md-search__inpu :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}
  
.md-search__input::placeholder {
color: #333;
}