#main-content > .container {
	max-width: 1180px;
	padding: 0;
}
#amform-order-tools,
#main-content .entry-content p {
	font-size: 17px;
	font-weight: lighter;
}
#amform-order-tools label.form-label {
	margin-bottom: 0;
	line-height: 34px;
	font-weight: 500;
}

h1.main_title {
    font-size: 24px;
	margin: 20px 0 10px 0
}

#modal-selected-items .badge {
	font-weight: normal;
    font-size: 15px;	
}

.highlight-input {
    box-shadow: 0 0 7px 10px #f8d7da;
    transition: all 0.2s ease;
}
.required-control::after {
    content: "*";
    color: red;
    margin-left: 4px;
    font-weight: bold;
}

div.amform .btn-secondary,
div.amform .btn-secondary:hover {
	font-size: 18px;
	background-color: #5c636a;
}
#amform-order-tools textarea.ui-resizable {
    min-height: 39px;
	height: auto;
}
#state,#shipping-method {
    height: 39px;
}
#amform-order-tools textarea#comments {
    height: 110px;
}

#amform-order-tools .expshipping {
    display: none;
}

#gse-tooling-table thead th {
	color: white;
}
.td-input {
	width: 150px;
}
.input-tools-qty {
	width: 100px;
	text-align: right;
    font-size: 15px;
    padding: 0 .25rem;
    min-height: 30px;
}
.table-container {
    max-height: 60vh;
    overflow-y: auto;
    margin-bottom: 10px;
	border-radius: 0;
}
.table-container::-webkit-scrollbar {
    width: 10px;
}
.table-container::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 0 !important;
}
.table-container::-webkit-scrollbar-track {
    background: #343a40;
    border-radius: 0 !important;
}
/* Firefox */
.table-container {
    scrollbar-color: #6c757d #343a40; /* thumb, track */
    scrollbar-width: thin;
}
@media screen and (max-width: 576px) {
	.table-container {
		max-height: 35vh;
	}
	#gse-tooling-table tr th,
	#gse-tooling-table tr td {
		font-size: 15px;
		padding: 4px 8px;
		line-height: 20px;
		white-space: normal !important;
		word-break: break-word;
    }
    #gse-tooling-table th:nth-child(1),
    #gse-tooling-table td:nth-child(1) {
        width: 40%;
    }

    #gse-tooling-table th:nth-child(2),
    #gse-tooling-table td:nth-child(2) {
        width: 40%;
        word-break: break-word;
    }

    #gse-tooling-table th:nth-child(3),
    #gse-tooling-table td:nth-child(3) {
        width: 20%;
    }
	div.amform .btn-submit {
		font-size: 19px !important;
		max-width: 150px;
		margin-left: 0;
	}
	.input-tools-qty {
		max-width: 70px;
	}
}
