#inp_setting{

    width:500px;

    height:700px;

    padding:20px;

    display:none;

    position: fixed;

    z-index:99;

    top:10px;

    left:50%;

    margin-left:-250px;

    background-color:white;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    overflow-y:scroll;

}



#r_price,#r_multi_price
{

    display:none;

}



.field
{

    position: relative;

}



.f_footer
{

    position: absolute;

    right:0px;

    top:0px;

    padding:5px;

    background-color:#3ddcc8;

}



.f_footer i
{

    cursor: pointer;

}



i.move

{

    cursor: move;

}



nav.header-border
{

    border-bottom: solid 3px #f16821;
    background-color:#f8f9f9;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);

}

.comp-border
{
    border-bottom: solid 2px #f16821;
    background-color:#f8f9f9;
    padding:5px;
}




.tab-content
{
    display:none;
}

.footer-box
{
    background-color: #e9eaeb;
    padding: 30px 0px;
    color:#2b2728
}

.footer-box ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-box li
{
    padding: 4px 7px;
}

.footer-box a
{
    text-decoration: none;
    color:#2b2728
}

.footer-box a:hover
{
    text-decoration: underline;
    color:#000000;
}

.footer-social
{
    font-size: 18px;
}



@media screen{
    .comp-border
    {
        display: none;
    }
}

@media print
{
    .no-print
    {
        display:none;
    }

}

