@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        font-family: Arial;
        visibility: visible;
        h3{
            font-size:12px;
        }
        table, p{
            font-size:10px;
        }
        
        #barcode-cab{
            height: 30px;
        }
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
    @page {
        size: auto;
        margin: 0;
    }
    
    .print-order-header{
        font-size:10px;
    }
    
}

.giris-btn{
    height: 50px;
    min-width: 130px;
}


#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}