.store_stock-page .inner-container {  
    width: 90%;
}

.store_stock-page .action-button-container {
	/*margin-top: 15px; */
}
.store_stock-page .action-buttons-wrapper {
	margin-bottom: 15px;
}

.store_stock-page .action-button {
	width: 130px;
}

.store_stock-page .srika-button {
	margin:5px;
	float:left; 
	width:120px;
	color: #78358f;
	background-color: #f8e600;
	font-size: 18px;
	border: none;
}

.store_stock-page .back-button {
	margin:5px;
	float:left;
	width:120px;
	color: #78358f;
	background-color: #f8e600;
	font-size: 18px;
	border: none;
}


@media screen and (max-width: 640px) {
    .store_stock-page .inner-container {
        width: auto;
    }
    
    .store_stock-page .inner-container .modal-header label {
        font-size: 40px;
    }
	
	.store_stock-page .inner-container {
		padding: 0px;
		margin: 0;
		overflow-x: scroll;
	}
	
	.store_stock-page table thead tr th {
		font-size: 12px;
	}
	
	.store_stock-page table thead tr th,
	.store_stock-page table thead tr td
	{
		padding: 5px;
	}
	
	.store_stock-page table td {
		font-size: 8px;
	}
	.store_stock-page table td .check-button {
		font-size: 8px;
		padding: 5px;
	}
	
	.store_stock-page .action-button-container {
		margin-top: 15px;
		padding-left: 5px;
		padding-right: 5px
	}
	
	.store_stock-page .action-button {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		min-width: 50px;
	}
	
	.store_stock-page .action-buttons-wrapper {
		margin-bottom: 15px;
		padding-right: 0;
		padding-left: 0;
	}
	
	.store_stock-page .back-button-wrapper,
	.store_stock-page .srika-button-wrapper 
	{
		padding-left: 0;
		padding-right: 0;
	}
	
	.store_stock-page .srika-button,
	.store_stock-page .back-button 
	{
		margin: 5px 0;
		font-size: 15px;
		padding: 1px;
		width: 46px;
		height: 46px;
		white-space: normal;
	}
	
	.store_stock-page .pagination-wrapper .pagination 
	{
		padding: 0;
		margin-top: 15px
	}
}



/* begin store_stock-page table wrapper */
.store_stock-page-table-wrapper {
    padding: 10px 120px;
}

.store_stock-page-table-wrapper .loginname-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.store_stock-page-table-wrapper .loginname-wrapper input,
.store_stock-page-table-wrapper .loginname-wrapper select 
{
    height: 30px;
    margin-top: 2px;
}

.store_stock-page-table-wrapper .loginname-wrapper .left-addon .glyphicon
{
    font-size: 20px;
}

.store_stock-page-table-wrapper .loginname-container .title {
    font-family: "Heebo-Bold";
    font-size: 25px;
}

.store_stock-page-table-wrapper table thead,
.store_stock-page-table-wrapper table tfoot
{
    background-color: rgb(79, 129, 189);
    color: #fff;
}

.store_stock-page-table-wrapper table tbody tr:nth-child(even) {
    background-color: rgb(198, 217, 241);
}

.store_stock-page-table-wrapper table tbody {
    text-align: center;
}
.store_stock-page-table-wrapper table tbody tr td {
    height: 25px;
    position: relative;
}
.store_stock-page-table-wrapper table tbody tr td button {
    background-color: transparent;
    border: none;
    outline: none;
    height: 35px;
    position: absolute;
    top: 0px;
}

.store_stock-page-table-wrapper table tbody tr td .show-more {
    height: 35px;
    background-color: inherit;
    border: none;
    outline: none;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
}

.store_stock-page-table-wrapper table tbody tr td .glyphicon {
    font-size: 20px;
}

.store_stock-page-table-wrapper .status {    
    font-family: "Heebo-Medium";
}

.store_stock-page-table-wrapper .status-lo-sholam {
    color: rgb(240, 129, 37);
}

.store_stock-page-table-wrapper .status-sholam {
    color: rgb(145, 182, 228);
}

/* end store_stock-page table wrapper*/

.trackstore_stock-page-page .delete-button {
    position: absolute; 
    right: -30px; 
    top: 0;
}

.trackstore_stock-page-page {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    width: 100%;
    height: 100%;
}

.store_stock-page-table-wrapper {
    flex: 1 1 auto;
}

.bottom-buttons {
    width: 100%;
    margin: 0 -10px;
    position: relative;
    height: 80px;
}

.bottom-buttons img {
    width: 33px; 
    height: 33px;
}

.bottom-buttons span {
    margin-right: 5px; 
    font-size: 20px;
}

.bottom-buttons .back {
    position: absolute;
    right: 110px;
    top: 20px;
    height: 40px
}

.bottom-buttons .print {
    position: absolute;
    left: 100px;
    top: 20px;
}

.table-store tbody tr td {
    padding: 3px 8px;
    
}

@media screen and (max-height: 900px) {
    .table-store tbody tr td {
        padding: 1px 8px;

    }
}

@media only screen and (max-width: 600px) {
    .store_stock-page-table-wrapper{
        padding: 15px;
    }
    
    .trackstore_stock-page-page .delete-button {
        right: -5px; 
    }
    
    .trackstore_stock-page-page .bottom-buttons {
        right: 10px;
    }
    
    
    .store_stock-page-table-wrapper {
        flex: 1 1 auto;
    }

    .bottom-buttons img {
        width: 23px; 
        height: 23px;
    }
    .bottom-buttons span {
        margin-right: 5px; 
        font-size: 18px;
    }
    
    .bottom-buttons .back {
        right: 10px;
        top: 20px;
        height: 30px;
    }

    .bottom-buttons .print {
        left: 10px;
        top: 20px;
    }

}
