/*
Theme Name: Caster Concepts
Author: BrickStreet Marketing
Description: Custom theme created for Caster Concepts
Version: 2.0.0
Text Domain: casterconcepts
*/

.part_img{
	border: 1px solid #0000004a;
}

.part_grid{
	font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #333;
    margin-top: 40px;
}

.part_grid .trgrid {
    height: 50px;
}

.part_grid .gridHead {
    text-align: right;
    text-transform: uppercase;
    padding-right: 30px;
    min-width: 300px;
    font-size: 15px;
}

.gridValue select {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 10px;
}

.part_title{
    margin-bottom: 30px;
    margin-left: 8%;
}

.code_section .code_heading {
    font-size: 25px;
    text-align: center;
}

.code_section .config_code {
    font-size: 20px;
    text-align: center;
}

.code_section {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    margin: 20px 0;
}

#cad_downlad_btn {
    float: left !important;
    height: 36px;
    padding: .5em 1em;
    background: #6073b7;
    color: #fff;
    line-height: normal !important;
    margin-top: 25px !important;
}

#cad_downlad_btn[disabled] {
    background: #6073b773;
}

.download_cad_section {
    margin-top: 30px;
}

#display-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: black;
    z-index: 5;
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 100%;
}

#display-spinner img {
    height: 100px;
}

#bomfields-listing {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: height .3s ease-out;
}

#bomfields-listing .bomfields-listing {
    table-layout: fixed;
    border-top: 1px solid #a0acb6;
}

.bomfields-listing {
    width: 100%;
}

#bomfields-listing .bomfields-listing th {
    width: 35%;
    font-weight: 600;
}

#bomfields-listing .bomfields-listing th, #bomfields-listing .bomfields-listing td {
    height: 43px;
    color: #3d3f40;
    font-size: .9rem;
    border-bottom: 1px solid #a0acb6;
    padding: 12px 0;
}
.txt-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#documents h2 {
    text-decoration: underline;
}

.datasheets i {
    font-size: 25px;
    margin-right: 15px;
}

.datasheets span a {
    font-size: 20px;
    font-weight: 500;
}

/* New Desgin */
