﻿#PageContainer #MainContainer #MainInner #SubPageContent{display:flex;}#MainLeft h1{font-size:22px;}#MainLeft #MyPageLinks{margin-top:30px;}#MainLeft #MyPageLinks li a{font-size:16px;margin-bottom:10px;display:block;}#MainLeft #MyPageLinks li.Selected>a{font-weight:bold;}#MainRight{box-sizing:border-box;display:flex;flex-grow:1;}#MainRight .Header{width:100%;margin:0 auto;background-color:#f0f0f0;height:50px;display:flex;justify-content:center;align-items:center;}@media screen and (max-width:999px){#MainRight .Header{height:60px;}}#MainRight .Header h1{color:#757679;text-align:center;}#MainRight fieldset{margin-top:10px;}#MainRight fieldset .row{display:flex;justify-content:space-between;}@media screen and (max-width:999px){#MainRight fieldset .row{flex-direction:column;}}#MainRight fieldset label{position:relative;display:inline-block;width:100%;margin:20px 5px;}#MainRight fieldset label{width:20%;font-size:18px;}#MainRight fieldset input{padding:10px;width:100%;box-sizing:border-box;font-size:18px;}@media screen and (max-width:999px){#MainRight fieldset input{font-size:20px;}}#MainRight fieldset input{width:78%;}#MainRight fieldset span{font-size:18px;padding:15px 10px;pointer-events:none;position:absolute;left:0;top:0;transition:.2s;transition-timing-function:ease;transition-timing-function:cubic-bezier(.25,.1,.25,1);opacity:.5;}@media screen and (max-width:999px){#MainRight fieldset span{font-size:20px;}}#MainRight fieldset input:focus+span,#MainRight fieldset input:not(:placeholder-shown)+span{opacity:1;transform:scale(.75) translateY(-100%) translateX(-20%);}#MainRight fieldset input:focus+span,#MainRight fieldset input:not(:-ms-input-placeholder)+span{opacity:1;transform:scale(.75) translateY(-100%) translateX(-20%);}#MainRight .NormalButton{border:1px solid #606060;box-sizing:border-box;margin:20px 0 20px 0;width:100%;}#MainRight .ResponsiveTable th,#MainRight .ResponsiveTable td{padding:5px 5px !important;}#MainRight .ResponsiveTable td:before{width:50%;}#MainRight section{width:100%;}#MainRight table{width:100%;margin-top:20px;}#MainRight table thead th{font-weight:100;font-size:16px;color:#606060;}#MainRight table thead tr{text-align:left;}#MainRight table tbody td,#MainRight table tfoot td{font-size:16px;}#MainRight table tbody td.strong,#MainRight table tfoot td.strong{font-weight:normal;}#MainRight table tr{border-bottom:1px solid #202020;}#MainRight table .NormalButton{font-size:22px;width:80%;float:right;margin:0 auto;border-radius:0;}#MainRight table .ShowInvoiceCopy img,#MainRight table .RequestInvoiceCopy img{width:22px;cursor:pointer;}#MainRight #Orders .OrderListEmptyText{margin-top:20px;}#MainRight #Orders .OrderListEmptyText span{font-size:18px;}#MainRight #OrderContainer,#MainRight #InvoiceContainer{flex-direction:column;width:100%;}#MainRight #InvoiceContainer #OrderDetails label{width:50%;}#MainRight #OrderDetails{display:flex;margin-bottom:20px;}#MainRight #OrderDetails .Left,#MainRight #OrderDetails .Right{display:flex;width:50%;}#MainRight #OrderDetails .InnerLeft,#MainRight #OrderDetails .InnerRight{display:flex;flex-direction:column;}#MainRight #OrderDetails .InnerRight{margin-left:10px;}#MainRight #OrderDetails fieldset{width:100%;}#MainRight #OrderDetails label{clear:left;float:left;font-size:16px;margin:5px 0;}#MainRight #OrderDetails span{float:left;position:relative;font-size:16px;font-weight:bold;padding:5px;opacity:1;transition:unset;color:#606060;pointer-events:auto;}#MainRight #OrderDetails #Consignments{float:left;width:50%;box-sizing:border-box;}#MainRight #OrderDetails #Consignments a{font-size:16px;margin-left:0;color:#606060;}#MainRight #OrderDetailsLines a,#MainRight #InvoiceDetailsLines a{font-size:16px;color:#606060;}#MainRight #ConsentContainer section{margin-top:20px;}#MainRight #ConsentContainer section .CheckboxOuterContainer{display:flex;justify-content:space-between;margin-top:10px;}#MainRight #ConsentContainer section .CheckboxContainer{display:flex;align-items:center;}#MainRight #ConsentContainer section>span{font-size:18px;}#MainRight #ConsentContainer section input{display:flex;justify-content:center;align-items:center;float:left;-webkit-appearance:none;width:16px;height:16px;border:1px solid #000;margin-right:8px;box-sizing:border-box;}#MainRight #ConsentContainer section input:checked{background-color:#e9ecee;border:1px solid #adb8c0;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);color:#99a1a7;}#MainRight #ConsentContainer section input:checked:after{content:'✔';font-size:16px;color:#000;box-sizing:border-box;}#MainRight #ConsentContainer section input:focus{outline:0;}#MainRight #ConsentContainer section input:active,#MainRight #ConsentContainer section .regular-checkbox:checked:active{box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);}@media only screen and (max-width:999px){#MainRight #ConsentContainer section input{width:32px;height:32px;}#MainRight #ConsentContainer section input:checked:after{font-size:32px;}}#MainRight #ConsentContainer section input{background-color:#fff;}#MainRight #ConsentContainer section label{font-size:16px;}@media screen and (max-width:999px){#PageContainer #MainContainer #MainInner #SubPageContent{flex-direction:column;}#PageContainer #MainContainer #MainInner #SubPageContent #MainLeft h1{font-size:30px;text-align:center;}#PageContainer #MainContainer #MainInner #SubPageContent #MainLeft ul li{border:1px solid #000;margin:10px 0;padding:10px 10px;}#PageContainer #MainContainer #MainInner #SubPageContent #MainLeft ul li a{font-size:30px;text-decoration:none;margin-bottom:0;}#MainRight{padding-top:20px;}#MainRight h1{font-size:30px;}#MainRight fieldset label{width:100%;font-size:20px;}#MainRight fieldset input{width:100%;}#MainRight table thead{display:none;}#MainRight table tbody td,#MainRight table tfoot td{font-size:20px;margin:10px 0;}#MainRight table tbody td::before{content:attr(data-th) " ";color:#606060;}#MainRight table .NormalButton{width:100%;margin:10px 0;font-size:30px;}#MainRight .ResponsiveTable td{margin:.2em 0;}#MainRight #OrderDetails{flex-direction:column;}#MainRight #OrderDetails .Left,#MainRight #OrderDetails .Right{width:100%;}#MainRight #OrderDetails .Left .InnerLeft,#MainRight #OrderDetails .Left .InnerRight,#MainRight #OrderDetails .Right .InnerLeft,#MainRight #OrderDetails .Right .InnerRight{width:50%;}#MainRight #OrderDetails label,#MainRight #OrderDetails span,#MainRight #OrderDetails a{font-size:20px;}#MainRight #OrderDetailsLines a,#MainRight #InvoiceDetailsLines a{font-size:20px;}#MainRight #ConsentContainer{width:100%;}#MainRight #ConsentContainer section{margin-top:40px;}#MainRight #ConsentContainer section>span{font-size:20px;}#MainRight #ConsentContainer section label{font-size:30px;}#MainRight #ConsentContainer section .CheckboxOuterContainer{justify-content:space-between;}}