/** @format */

@media only screen and (min-width: 766px) {
	#beregnerContainer {
		width: 750px;
		margin: 0 auto;
	}

	.nextButtonContainer {
		width: 100%;
		display: flex;
		justify-content: flex-end; /* Aligns button to the right */
		padding: 10px;
	}

	.nextAndPrevButtonContainer {
		width: 100%;
		display: flex;
		justify-content: space-between; /* Button on both left and right */
		padding: 10px;
	}

	.forminputerror {
		background-color: #fff6f6 !important;
		border-color: #e0b4b4 !important;
		color: #9f3a38 !important;
		box-shadow: none !important;
	}

	#tblTrophyMountings .mountingCell {
		width: 300px;
	}

	#tblTrophyMountings .countcell {
		width: 100px;
	}

	#tblTrophyMountings .pricecell {
		width: 200px;
	}

	#tblTrophyMountings .pricecell .input input {
		text-align: right !important;
	}

	#tblTrophyList .mountingName {
		margin-left: 30px;
	}

	#tblTrophyList tfoot th {
		font-weight: bold;
	}

	.removetrophyicon {
		cursor: pointer !important;
	}

	.calculation-total-border-top {
		border-top: 2px solid black !important;
	}

	.font-bold {
		font-weight: bold !important;
	}

	#chkExportPermit {
		margin-top: 10px;
	}

	#calculationTable {
		margin-bottom: 2px !important;
	}

	#divCalculationCompanyInfo {
		font-size: 12px;
		text-align: center;
	}

	#calculationCustomerInformationCalculationIDHeader {
		margin-top: 10px;
	}

	#divCalculationReference {
		font-size: 12px;
		text-align: center;
	}

	button {
		width: 267px !important;
	}

	.ui.basic.labeled.icon.button > .icon,
	.ui.basic.labeled.icon.buttons > .button > .icon {
		background-color: transparent !important;
	}

	.margintop10 {
		margin-top: 10px !important;
	}

	.animalcitestext {
		color: blue !important;
	}

	#tblTrophyMountings > tbody > tr > td:nth-child(3) > div > input {
		width: 100px;
	}

	.hideondesktop {
		display: none !important;
	}

    #removeallTrophysButton
    {
        margin-bottom: 10px;
        cursor: pointer;
    }

	.btn200
	{
		width:200px !important;
	}

	.endbuttonsdiv{
		margin: 0 auto;
		width:620px;
		margin-top:10px;
		margin-bottom:5px;
	}

	#draggable{
		margin:0 auto;
		width: 750px;
	}

	#calculationCustomerInformation > button
	{
	  margin-top:5px !important;
	}

	#modalSelectMounting
	{

		width:500px;
		max-height: 50%;
	}

}
