/****************
**
** This is stylesheet for Bom Import History Page
**
*****************/
.import-bom-btn {
    padding: 0.375rem 10px;
    font-size: 14px;
    width: 160px;
}

/* Create Bom Flyup */
#createBom .flyup-header {
    padding: 80px 50px 30px 50px;
    height: 200px;
}
#createBom .flyup-header select {
    display: none;
}
#createBom.show-select .flyup-header {
    height: 250px;
}
#createBom.show-select .flyup-header select {
    font-size: 14px;
    color: #788d9e;
    display: block;
    width: 300px;
    margin: auto;
}
#createBom .flyup-header .small {
    margin: 10px auto 20px;
    font-size: 14px;
    font-weight: bold;
    color: #788d9e;
}
#createBom .flyup-header .form-group {
    font-weight: 400;
    font-size: 14px;
}
#createBom .flyup-body {
    padding-bottom: 20px;
}
#createBom .flyup-body #original {
    display: block;
}
#createBom .flyup-body #pcbQuote {
    padding: 0px 5vw;
    display: none;
}
#createBom .flyup-body #pcbQuote .sub-part {
    padding: 10px 0px;
    border-bottom: 1px solid #d8e1eb;
}
#createBom .flyup-body #pcbQuote .title {
    font-size: 16px;
    font-weight: bold;
}
#createBom .flyup-body #pcbQuote .flex-item {
    display: flex;
    margin-bottom: 10px;
}
#createBom .flyup-body #pcbQuote .flex-item .label {
    font-size: 14px;
    line-height: 33px;
    width: 250px;
}
#createBom .flyup-body #pcbQuote .flex-item .content {
    display: flex;
}
#createBom .flyup-body #pcbQuote .flex-item .content .text {
    margin: 0px 10px;
    line-height: 33px;
    font-size: 12px;
    color: #232a3d;
}
#createBom .flyup-body #pcbQuote .flex-item .content #quantitySelect {
    font-size: 14px;
    color: #232a3d;
    padding: 7px 8px;
    height: 33px;
    width: 100px;
}
#createBom .flyup-body #pcbQuote .flex-item .content .text span {
    color: #788d9e;
}
#createBom .flyup-body .top-part {
    margin: auto;
    width: 470px;
}
#createBom .flyup-body .sky-btn {
    width: 120px;
}
#createBom .flyup-body .button-group .sky-btn {
    margin:0 0 0 20px!important;
}

#createBom .flyup-body .bottom-part {
    padding: 1rem 5vw;
}
#createBom .flyup-body .bottom-part .bottom-table {
    border: 1px solid #d8e1eb;
    border-radius: .25rem;
    background: white;
}
#createBom .flyup-body .bottom-part .table thead tr th {
    font-size: 12px;
    font-weight: 500;
    color: #788d9e;
    border: none;
}
#createBom .flyup-body .bottom-part .table tbody tr td {
    font-size: 14px;
    font-weight: 400px;
    color: #232a3d;
    border-color: #d8e1eb;
}
#createBom .flyup-body .bottom-part .table tbody tr td label.form-control {
    border: none;
    padding-left: 0px;
}
#createBom .flyup-body .bottom-part .button-group {
    text-align: right;
    margin-top: 20px;
}
#createBom .flyup-body .bottom-part .button-group .add-new-bom {
    margin-right: 0px;
}
/*#createBom .flyup-footer {
padding: 14px calc(110px + 5vw); }*/
#createBom .flyup-footer .submit-bom-btn {
    width: 120px;
}
#id_is_new_project ul{
    margin:0;
}
#id_is_new_project li{
    list-style:none;
    float:left;
    margin:0;
    padding:0;
    width:50%;
    color:#1e263b;
}
#id_pcb_is_new_project ul{
    margin:0;
}
#id_pcb_is_new_project li{
    list-style:none;
    float:left;
    margin:0;
    padding:0;
    width:50%;
    color:#1e263b;
}
