@charset "UTF-8";
::-webkit-input-placeholder {color: #000000;}
:-moz-placeholder {color: #000000;}
::-moz-placeholder {color: #000000;}
:-ms-input-placeholder {color: #000000;}
a:hover, a:active, a:focus {
    outline: 0;
}
a{
    text-decoration: none;
}
input.ftm-button:focus{
    outline: none;
}
.header-menu .menu-right li a:hover{
    text-decoration: underline;
}
#privacyLine a,
#footer .menu a:hover{
    text-decoration: underline;
}
#privacyLine a:hover,
#footer .menu a{
    text-decoration: none;
}
.form-group .link-hint a{
    font-size: 12px;
}
body {
    margin:0;
    padding:0;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}
.priv_statement a:hover{
    text-decoration: underline;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.p0{
    padding: 0;
}
.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
.container{
    width: 100%;
}

select, input {
    border: 0.5px solid #c0bfbf;
}
input:disabled{
    background-color: #c0bfbf38;
}
select:disabled, input:disabled{
    border: 0.5px solid #c0bfbf7a;
    opacity: .6;
}
@supports (-moz-appearance:none) {
    select {
        -moz-appearance:none !important;
        background: transparent url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}
.wrapper{
    margin: 0 auto;
}
.clearfix:after{
    display: block;
    width: 100%;
    clear: both;
}
.form-group:after, .form-group::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.force{
    display: block;
    width: 100%;
    clear: both;
}
label{
    font-weight: normal;
    color: #000;
}
h3 {
    color: #000;
}
.form-group .text-weight-normal, .text-weight-normal{
    font-weight: normal;
}
.form-horizontal .control-label,.control-label {
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    line-height: 22px;
    height: 22px;
}

.form-group{
    margin-bottom: 10px;
    text-align: left;
}
.form-group:after,.form-group:before{
    content: "";
    width: 100%;
    clear: both;
}

.form-group label{
    margin-bottom: 2px;
    font-weight: bold;
}

.form-group.subscribe label{
    font-weight: normal;
}
.form-group label.required{
    color: #000;
}

.form-group label.required:before,.required:before{
    margin: 0 3px 0 0;
    content: '*';
    color: #ff0000;
}
span.error {
    display: block;
    margin: 0;
    padding: 4px;
    border: 1px solid #ff0000;
    border-top: none;
    font-weight: normal;
    line-height: 1.2;
    width: 100%;
    color: #676767;
    font: 10px Trebuchet MS, Tahoma, Verdana;
}
.form-group input[type="text"],
.form-group select{
    display: block;
    width: 100%;
}
.form-group a{
    font-size: 11px;
}
label span{
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}
label {
    line-height: 22px;
    min-height: 22px;
    cursor: pointer;
}
.checkbox label{
    line-height: normal;
}
input[type="text"],
select{
    min-height: 22px;
    height: 22px;
    width: 41px;
}
.form-group input[type="text"] {
    padding-left: 3px;
}

textarea{
    height: 100px;
    width: 100%;
    resize: vertical;
}
input[type=checkbox], input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
}
html[data-platform*='MacIntel'] input[type=checkbox] {
    margin-top: 4px;
}
html[data-platform*='Mac68K'] input[type=checkbox] {
    margin-top: 4px;
}
html[data-platform*='MacPPC'] input[type=checkbox] {
    margin-top: 4px;
}
input[type=checkbox]{
    margin-top: 2px;
}
input[type=radio] {
    /*vertical-align: sub;*/
}

.support-form{
    margin: 0 auto;
    width: 512px;
}
.support-form h1{
    padding: 0 0 5px;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
#compquantity{
    text-align: left;
    line-height: 22px;
}
#compquantity:before,
#compquantity:after{
    display: table;
    content: ' ';
    clear: both;
}
#compquantity label{
    margin: 0;
    font-weight: normal;
    display: inline-block;
}
#compquantity span.error{
    text-align: left;
    display: block;
    width: 100%;
}
#compquantity input{
    display: inline-block;
    margin-left: 3px;
    width: 62px;
}
input[name$="_other"][type="text"]{
    margin-top: 5px;
}
input[name="t_country_other"][type="text"]{
    margin-top: 0;
}

.footer {
    border-top:1px solid gray;
    padding:4px 0 7px 0;
    margin:20px 0 0 0;
    font-size: 11px;
    width:100%;
    float:left;
    clear:both;
}
.footer .copyright {
    float:left;
    width:500px;
    /*margin-top:5px;*/
    text-align: left;
}
.footer .smk-logo {
    float:right;
    width: auto;
}

hr {
    border-color: #adadad;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 300px;
}
.prod-desk p {
    margin-bottom: 0;
}
.dashed-line{
    border-right: 1px dashed #444;
}
.dashed-line-left {
    border-left: 1px dashed #444;
}
.pl-zero {
    padding-left: 0;
}
.pr-zero {
    padding-right: 0;
}
select::placeholder, input::placeholder  {
    color: darkgray;
}
select::-moz-placeholder, input::-moz-placeholder   {
    color: darkgray;
}
select:-moz-placeholder, input:-moz-placeholder     {
    color: darkgray;
}
select:-ms-input-placeholder,input:-ms-input-placeholder {
    color: darkgray;
}
.notation {
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAoJJREFUOBF9VM+LEnEUf6OOP9hdXctCCoQ0ItjFk3Ts4rn/oFunoC5bsLfC08JSh7yEhxDBUxRogSCk0EEo8geKEoKZZNZEuq4pq606394b1+bbONuDNzPfz/t8PvO+z+8owH8in8+LJpPpkizLZw0GQ282m30OBALT0ySCXqFSqXhFUXxktVq37Hb7OTRcR6PRcDj8OR6Pa9Pp9L7f72/qaXlMQKOddrv9FbthekE41YmHQt1myFAoFov3er3eQM9EixGP+LqGuVzO12q1OloRrfV7ZIz4pKNO+BDK5XJCu7WHGca2njB2+TFju+nV1xC/VCol0EjZroEcw+Gw2WKxbAuCOoLcF4BUHeD9bYDiHYBXHwEympET32azbZOefBQzj8fjczgcLgKW4TsDkLgJsCYCbCD1ClZb/WVVvZOO9ISQGb5AcJnN5jWVAuBeB7iwsUCeFQDK3wFuXOUZi2fSkR5XgtIZnp/+EcYqFeBlDWDvLW7xFsD5f163YE8mkyPS00oxS6fTzQMMPbMXVYDd6wBep14VoNvtHpCer4rZbDY9n89XfrJWn7HBZAVWAOKTDo1wsied4V1OpVIP6vX6DwL5ePMJoPCNR9Rn4pMOEVlFF+fEFo/H9zqdzpDv49pTxu6+5pHFM/GIjyY2TPVMnbjS/JzRaHS/VqtJyy0f4875L4DwarUqxWKxfeJjKnMnDyNduDhOJpMfRqPROzyMFweDgVGeTQ34L2HEQY8ajYaEH3ghEonshEKh56j7hcmWem17tKa0YG663W5nMBj0ulyuTTQ7zGQyTUmS6BgcYv7GJKNTzbCmBBlS+3zSkPn8a6Io8KLtbInzd56zYsAT/wBzgviXDK/jNAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    vertical-align: bottom;
    cursor: pointer;
}
textarea{
    display: block;
}
label[for="t_comments"]{
    min-height: 16px;
    height: 16px;
    line-height: normal;
}
input.ftm-button{
    min-width: 100px;
}

label[for='t_license_quantity']{
    line-height: 28px;
}
#t_license_quantity{
    float: right;
}
.t_file input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    padding: 5px;
}
.logo {
    margin-top: 0;
}
.cookie_alert .cookie_alert_text a{
    font-family: 'Webfont-myriadpro-regular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 660px) {
    .footer {
        display: flex;
        gap: 10px
    }

    .footer .copyright {
        width: auto;
        flex: 1 1;
    }
}

@media screen and (max-width: 500px) {
    .footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer .copyright {
        text-align: center;
    }
}