/*#####################################################*/
/*#####################################################*/
/*#####################################################*/

/* #################  */
/* Page Comman */
/* #################  */
.page{
    margin-top: 20px;
    margin-bottom: 30px;
}

.breadcrumbs{
    font-size: 14px;
    margin-bottom: `15px;
    letter-spacing: 0.5px;
}

.breadcrumbs a{
    text-decoration: none;
    font-weight: bold;
}

.breadcrumbs span{
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
}

pre code {
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid gray;
}

.choices__list--multiple .choices__item {
    background-color: #5664d2;
    border: 1px solid #5664d2;
}


/* #################  */
/* Electronic Index Page */
/* #################  */
.transistor_link {
    border: 1px solid #5664D2;
    margin-right: 7px;
    margin-bottom: 10px;
    display: inline-block;
}

.transistor_link a {
    text-decoration: none;
    padding: 5px 10px 2px 10px;
    display: block;
    vertical-align: bottom;
    font-size: 14px;

}

.transistor_link:hover {
    background-color: #f3f3f3;
}

.transistor_link a .transistor_icon {
    width: 15px;
    margin-right: 5px;
    margin-top: -5px;
}


/* #################  */
/* Component Pages */
/* #################  */
#component_content h1 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 30px;
}

#component_content p {
    font-weight: 400;
    font-size: 17px;
}

#component_content img {
    max-width: 100%;
}

#component_content h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 300;
    font-size: 27px;
}

#component_content ul {
    font-weight: 400;
    font-size: 17px;
    padding-left: 30px;
}

#component_content ul li {
    margin-bottom: 10px;
}

#component_content table {
    font-weight: 400;
    font-size: 17px;
}

#component_content .cnote {
    font-size: 14px;
    font-style: italic;
    margin-top: 30px;
    border: 1px solid #cdcaca;
    padding: 15px;
}

#component_content .cnote strong {
    color: #F00;
}

@media (max-width:767px) {

    #component_content h1 {
        font-size: 27px;
    }

    #component_content h2 {
        font-size: 24px;
    }

}





/* #################  */
/* Circuits Pages */
/* #################  */

.prject_block {
    margin-bottom: 15px;
}

.prject_block.odd {
    padding-right: 7.5px;
}

.prject_block.evan {
    padding-left: 7.5px;
}

.prject_block a {
    text-decoration: none;
}

.prject_block .card .card-body {
    padding:0px 10px;
}

.prject_block .card h2 {
    font-size: 16px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    text-align: center;
    font-weight: 400!important;
}


@media (max-width:767px) {

    .prject_block.odd {
        padding-right: 15px;
    }

    .prject_block.evan {
        padding-left: 15px;
    }

}


/* #################  */
/* Circuit Pages */
/* #################  */

#download_pcb_btn {
    border-radius: 10px;
    background-color: var(--baseColor);
    border: none;

}

#download_pcb_btn:focus {
    outline: 0;
    box-shadow: none;
}

#download_pcb_btn:hover {
    background-color: var(--baseColorHover);
}

#download_pcb_btn img {
    border-radius: 70px;;
    width: 60px;
    display: block;
    margin: 0 auto;
}

#download_pcb_btn span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.5px;
}



/* #################  */
/* Item Navigarion */
/* #################  */
#item_navigarion {
    margin-top: 30px!important;
}

#item_navigarion a{
    text-decoration: none;
}

#item_navigarion .pagination {
    padding-left: 0px!important;
}

#item_navigarion .page-link{
    background-color: #5664D2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    transform: 0s background;
}

#item_navigarion .page-item.disabled .page-link {
   background-color: #f3f3f3;
   color: #999999;
   font-size: 16px;
   font-weight: 300;
}

#item_navigarion .page-link:hover{
    background-color: #41474F;
}

#item_navigarion .page-link:focus{
    box-shadow: none;
}

#item_navigarion .pagination>span{
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}


/* #################  */
/* SIDEBAR  */
/* #################  */

#component_sidebar .sidebar_item{
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid var(--baseGrayDark);
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#component_sidebar .sidebar_item.end{
    margin-bottom: 0px;
}

#component_sidebar .sidebar_item .heading{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--baseColor);
    color: var(--baseWhite);
}

#component_sidebar .sidebar_item ul.item{
    list-style: none;
    padding-left: 18px;
}

#component_sidebar .sidebar_item ul.item li{
    margin-bottom: 15px;
    position: relative;
}

#component_sidebar .sidebar_item ul.item li a{
    font-size: 16px;
    text-decoration: none;
}

#component_sidebar .sidebar_item ul.item li a:hover{
}

#component_sidebar .sidebar_item ul.item li a::before{
    position: absolute;  
    top: 8px;  
    margin: 0px 0 0 -15px;    
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--baseDark);
    content: "";
    border-radius: 10px;
}

@media (max-width: 767px){

    #component_sidebar{
        margin-top: 35px;
        border-top: 1px solid var(--baseGrayDark);
        padding-top: 35px;
    }
}



/* POST SHARE */

#post_share{
    border: 3px dashed #5664d2;
    padding: 20px;
    background-color: #f3f3f3;
    margin-top: 15px;
}

#post_share .post_share_heading{
    font-size: 26px;
    font-weight: 300;
}

#post_share p{
    font-size: 17px;
}

#post_share p a:hover{
    text-decoration: none;
}

#post_share ul{
    list-style: none;
}

#post_share ul li{
    display: inline-block;
    margin-right: 10px;
}


@media (max-width: 767px) {
    #post_share .post_share_heading{
        font-size: 24px;
    }
}