/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-Jun-2019, 18:47:02
    Author     : Daniel
*/


.bodyboldwhitesmall{color: white;}

.modelextd{
    margin-top:2em;
}

div#html5-watermark {
    display: none !important;
}

#paypal-notice{      
    text-align: center;
    display: block;
    }
    
#paypal-notice p {
    background: #ffc107;
    border-radius: 15px;
    padding: 7px 15px;
    text-align: center;
}

#paypal-notice span{
    
    border: 1px solid black;
    padding: 5px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



#browse-container{background-color:rgba(0,0,0,0.06);}
.spares.categories{
    margin-bottom: 30px;
    
    padding: 10px 10px;
}
.spares.categories .card-columns{
    border: 1px solid lightgray;
    padding: 5px;
}
.footer{font-size: 0.8em;}

.item_availability{
    font-size: smaller;
}

/*#mainwidget-right{
    position: absolute;
    right: 20px;
    width: 500px;
    height: 80px;
    overflow: hidden;
}*/


div#partdetail table.part{
    border-spacing: 0 0.5em;
    border-collapse: separate;
}

div#partdetail tr td {
        vertical-align: top;
        min-width: 115px;
    }

@media (max-width: 580px) {
    #partcontent{
        display: flex;
        flex-direction: column-reverse;
    }  
    #partimage{
        width:initial;
    }
    div#partdetail tr td {
    display: block;
    }

  /*  div#partdetail tr {
        height: 4em;
    }*/


    div#partdetail tr td:first-child {
        text-decoration: underline;
    }

    div#partdetail tr td.footer {
        text-decoration: none;
    }
    #country{
        width:200px;
    }
}

/*Top Right Search Widget*/
div#mainwidget-right{
    position: relative;
}
div#mainwidget-right .S2GHeaderWidget {
    position: absolute;
    /*right: 10px;*/
	right: 190px;
    top: 80px;
    width: 65%;
    height: 80px;
    overflow: hidden;
}

div#mainwidget-right h3{
    display:none;
}

div#mainbody {top: -20px;}

.widgetizedArea.S2GHeaderWidget input {border: 1px solid black !important;padding: 5px !important;background-position-x:5px !important;/*background: none !important;*/}
.widgetizedArea.S2GHeaderWidget .gsc-search-button {padding: 5px !important;position:relative; top:1.5px;}

@media (min-width:719px){
    div#mainwidget-right .S2GHeaderWidget {
        top: 90px;
    }
    div#mainwidget-right h3{
        display:block;
        visibility:hidden;
        color: black;
        font-size:20px;
        font-weight:bold;
        margin-left:5px;
        margin-bottom: 0;
    }
    div#mainbody {
        top: -45px;
        }
}

@media (min-width:992px){
    div#mainwidget-right .S2GHeaderWidget {
        position: absolute;
        /*right: 20px;*/
		right: 190px;
        top: -5px;
        width: 30%;
        height: 80px;
        overflow: hidden;
    }
    .widgetizedArea.S2GHeaderWidget input {
        border: none !important;
        padding: 0 !important;
        background-position-x:5px !important;
        }
    .gsc-input-box{
        padding-top: 0 !important;
        position:relative;
        top:3px;
    }
}

div#headerfull {/* margin-bottom:50px */}





/*.widgetizedArea.S2GHeaderWidget .gsc-input-box::before{
    content: "Enter Search Terms...";
    color: black;
    font-size: 12px;
    /*border: solid black 1px;*/
    /*position: absolute;
    bottom:13px;
    left:10px
} */

/*.widgetizedArea.S2GHeaderWidget .gsc-input:focus .gsc-input-box::before{
    display:none;
}*/
