/* user css  */
#maincont .search input {
    width: calc(32% - 16px);
    font-size: 1.3rem;
    padding: 15px 5px 14px;
    margin-left: 2px;
}
#maincont .search .btn-search {
    margin-left: 5px;
    height: 45px;
    background: transparent;
}
#maincont .search .cnt {
    max-width: 700px;
}
.occModal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    /*opacity: 0.4;*/
    display:flex;
    justify-content: space-around;
    align-items: center;
    z-index: 800;
}
.occDialog {
    background-color:white;
    max-width: 860px;
    width: 100%;
    font-weight: 300;
    height: 80%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    position: absolute;
    padding:8px;


}
.occDialog select{
    float: none;
}
.partslookup_switch{
    min-height: 30px;
}
.partslookup_switch>div:nth-child(1){
    font-size: 12px;
}
.partslookup_switch>div:nth-child(2){
    margin-top: 2px;
    font-size: 11px;
}
#PartList table th{
    width: auto;
    text-align: left;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    text-transform: uppercase;
    color: #6E6E6E;
    font-weight: bold;
    position:sticky;
    top:0;
    padding: 2px 5px;
    z-index: 10;
}
#PartList .tab{
    width:100%;
}

#PartList table tr{
    background-color: white;
}
#PartList table tr:hover{
    background-color: lightgray;
}
#PartList table td,table th{
    padding: 2px 5px;
}
#PartList thead tr{
    position:sticky;
    top:0;
}
#PartList table td{
    background-color: inherit;
}
.partId{
    cursor:pointer;
}
.fru_sub.fru_sub_hidden{
    display:none;
}

.occClose{
    cursor: pointer;
    float:right;
    font-size:20px;
    font-weight: bold;
}
#PartList{
    height:84%;
    overflow: auto;
    scrollbar-width: none;
    position: relative;
}
#PartList::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
#PartList::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.part_tools{
    display:flex;
    align-items: center;
}
.part_tools [type="checkbox"]{
    position: relative;
    left: 0;
    margin-left: 3px;
}
.part_eq{
    display:flex;  
    color:#1976a1;
    cursor: pointer;
    margin-right: 5px;
}
.part_eq .accordion{
    transform: rotate(90deg);
    font-weight: bolder;
    margin-left: 3px;
}
.fru_main.active .accordion{
    transform: rotate(-90deg);
}
#PartList table .fru_main:nth-of-type(odd){
    background-color: #f8f8f8;
}
#PartList tr.fru_sub td:nth-child(1){
    background-color:#9dcdec;
}
/*tr.fru_sub td:nth-child(1){
    border-left: 3px solid #56a9d0;
}*/
/*tr.last_sub td:nth-child(1){
    border-bottom: 3px solid #56a9d0;
}*/
#PartList .fru_main.active td:nth-child(1){
    background-color: #56a9d0;
}
.showEshop{
    position: relative;
    background: url(../png/ico_basket.png) no-repeat center center #05A5B1;
    box-shadow: none;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: right;
    color: white;
    font-weight: bold;
}
.showEshop .count.basketcount{
    position: absolute;
    color: white;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: -5px;
    right: -5px;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    padding: 6px 3px;
    background: #e22625;
}
.pLookup_header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pl_toolbar{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.loader {
    position: absolute;
    top:30%;
    left:40%;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.switch.active{
    font-weight: bold;
    color:#1a6267;
}
.switch:hover{
    text-decoration: underline;
}
.dialog-nf{
    max-height: 200px;
    max-width: 600px;
}
