/* style.css - GazdaStratégia STÉ Kalkulátor v0.6.0 */

.gs-search-wrapper{
position:sticky;
top:0;
z-index:1001;
background:#fff;
padding:12px 0;
border-bottom:1px solid #ddd;
}

.gs-search-box input{
width:420px;
max-width:100%;
padding:10px 14px;
font-size:16px;
}

.gs-ste-table{
width:100%;
border-collapse:collapse;
table-layout:fixed;
}

.gs-ste-table thead th{
position:sticky;
top:66px;
z-index:1000;
background:#2f6b2f;
color:#fff;
padding:12px;
text-align:left;
}

.col-code{width:130px;}
.col-name{
width:320px;
white-space:normal;
overflow-wrap:anywhere;
word-break:break-word;
}
.col-unit{width:90px;}
.col-ste{width:170px;}
.col-qty{width:140px;}
.col-total{width:180px;
    vertical-align:top;
}

.gs-ste-table td{
padding:10px;
border:1px solid #ddd;
vertical-align:top;
}

.gs-qty{
width:120px;
box-sizing:border-box;
text-align:right;
}

.gs-row-total{
display:block;
text-align:right;

 white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
    line-height:1.35;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button{
-webkit-appearance:none;
margin:0;
}
input[type=number]{
-moz-appearance:textfield;
}
