/*  
 *  Gitbook like custom css for material mkdocs 
 *  Author: Henry Zhang (henryz.cc)
 */

.md-typeset h2 {
  font-weight: 400;
  color: #ef5350;
  margin-top: 5rem;
}

.md-typeset h1 {
  font-weight: 400;
  margin-top: 1.5rem;
}

.md-typeset h2 + h3 {
  margin-top: 2rem;
}

.md-typeset h1 + h2 {
  margin-top: 2rem;
}

.md-typeset h3 {
  margin-top: 1.8rem;
  color: #850000;
}

/* .md-typeset ul {
    list-style-type: none;
}

.md-typeset ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
    line-height: 20px;
  } */

.md-content__inner {
  margin-bottom: 6em;
}

.md-main__inner {
  padding-top: 2px;
}

p {
  font-size: 16px;
 
}

.admonition p {
  padding-bottom: 0;
}

blockquote p {
  padding-bottom: 0;
}



@media (max-width: 468px) {
#pc {display:block!important}
}


#pc {display:none}

#pc a {background-color: #2f6fc7;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    }

#pc .active {    background-color: #295593;}


@media only screen and (min-width: 1220px) {
  .md-grid {
    max-width: 100%;
    margin-right: 7%;
    margin-left: 0;
  }

  .md-header-nav.md-grid {
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .md-tabs__inner.md-grid {
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .md-sidebar {
    padding-top: 3rem;
    color: #626f7a;
  }

  .md-nav__link[data-md-state="blur"] {
    color: rgba(0, 0, 0, 0.24);
  }

  .md-sidebar--primary .md-nav__link--active,
  .md-sidebar--primary [data-md-color-primary="red"] .md-nav__link:active {
    color: #ef5350;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    padding: 7px 24px 7px 16px;
    position: relative;
    align-items: center;
    border-color: #e6ecf1 !important;
    border-right: 0;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-box-align: center;
  }

  .md-sidebar--primary .md-nav__link {
    font-weight: 800;
    padding: 7px 24px 7px 16px;
    line-height: 2em;
  }

  .md-sidebar--primary {
    background-color: #f5f7f9;
  
    width: 25% !important;
    margin-left: 0;
    padding-left: 5%;
    margin-top: -3em;
    margin-right: 2%;
    height: 120vh !important;
    transition: 0.5s;
  }

  /* .md-sidebar--secondary {
    margin-left: 85%;
  } */

  .md-sidebar--primary .md-sidebar__scrollwrap {
    margin: 0;
  }

  .md-sidebar--primary .md-nav__item {
    padding-right: 0 !important;
    padding-left: 0.6rem;
  }

  .md-sidebar--primary .md-nav__link:hover {
    background: rgb(230, 237, 240);
    color: inherit;
  }

  .md-nav__title {
    padding-bottom: 2em;
    font-size: 18px;
    color: gray;
  }

  .md-nav--secondary {
    margin-left: 30%;
  }

  .md-footer-meta__inner {
    margin-left: 7%;
  }
  .md-footer-nav {
    margin-left: 7%;
  }
}

/* fix right side bar */
@media only screen and (min-width: 960px) {
  .md-nav--secondary {
    border-left: 1px solid #e6ecf1;
    padding-left: 20px;
    margin-left: 10%;
  }
}


.dff {
   float: right;display: flex
  }


		 
form div {
    position: relative;
    padding-top: 20px;
    padding-right: 10px;
}
	
	.ddfg svg {
    margin-top: 27px;
    margin-right: 6px;
}
	
	input {
    width: 100%;
    height: 40px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	
 .ddfg button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}	
	
	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}
	
	
	.ddfg button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
@media (max-width: 1024px) {
#pc a {
       background-color: #95ec69!important;
    color: #000;
    font-size: 16px;
    margin-top: 0px;
       margin-bottom: 10px;
}
	
	
	.md-nav__title{
    font-size: 20px;
    padding-left: 23px;
}
	
	
	
	
	
}

