body{
    margin: 0;
    padding: 0;
    background-color: #6382b0;
    color: #34302D;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 12px;
}

div#wrapper {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

div#header {
    height: 90px;
    width: 770px;
    margin-bottom: 5px;
    border-radius: 5px;
}

div#headerFaq {
    height: 90px;
    width: 770px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
}

div#headerLeft {
    height: 90px;
    width: 640px;
    background-color: #FFFFFF;
    float: left;
    margin-bottom: 5px;
    border-radius: 5px;
}

div#apelBanner {

}

div#headerRight {
    margin-left: 5px;
    height: 90px;
    width: 125px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
    float: right;
}


div.language{
    float:right;
    padding-top: 5px;
    padding-right: 5px;
    font-size: 7pt;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

div.logoHeaderLeft{
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}

div.logoHeaderRight{
    float: right;
    padding-top: 10px;
    text-align: center;
}

div.logoAPEL{
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

div.logoIsbnFaq{
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}

div.titleSection {
    clear: both;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 30px;
}

div.titleFirstSection {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

div.titleFaq {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

div.faq {
    float:right;
    padding-top: 5px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

td.right {
    text-align: right;
}

table.faq {
    font-size: 12px !important;
    width: fit-content !important;
    white-space: nowrap !important;
}

table.faq > tbody > tr, table.faq > tbody > tr > td, table.faq > tbody > tr > th {
    border: 1px solid #666666 !important;
}

div.tempInfo {
    margin-top: 10px;
    clear:both;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
    color: #666666;
    background-color: lightgray;
    font-weight: bold;
}

a.footer {
    color: #666666;
    text-decoration: none;
}

a.footer {
    color: #ffffff;
    text-decoration: none;
}

a.link {
    text-decoration: underline;
}

a.link:hover {
    color: #6382b0 !important;
}

a.labelLink {
    color: #666666 !important;
    text-decoration: underline;
}

a.labelLink:hover {
    color: #6382b0 !important;
}

a.viewLink {
    color: #666666;
    text-decoration: underline;
    font-size: 11px;
}

a.viewLink:hover {
    color: #6382b0 !important;
}


div.footer {
    clear: both;
    width: 770px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    margin-top: 5px;
}

div.footerAddress{
    text-align: left;
    float: left;
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 15px;
}

div.copyright{
    float:right;
    text-align: right;
}

span.title {
    font-size: 24px;
}



span.formTitle {
    font-weight: bold;
    font-size: 33px;
    text-transform:uppercase;
    font-family: "Calibri","Verdana",serif;
}

div#main {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    min-height: 560px;
}

div#mainConfirmPage {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.error {
    color: #ff0000;
}
.errorblock{
    color: #000;
    background-color: #ffEEEE;
    border: 3px solid #ff0000;
    padding:8px;
    margin:16px;
}



input[type=password] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}

input[type=password]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

input[type=text] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}


input[type=text]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

input[type=submit] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #008000;
}

input[type=button] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    color: #666666;
    font-weight: bold;
    font-size: 0.8em;
}

input[type=reset] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    color: #ff0000;
    font-weight: bold;
    margin-left: 50px;
}

textarea {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
    height: 28px;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 13px;
}


select {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}

select#lastCountryPrefixType {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 75px;
}

select:focus {
    border: 1px solid #00AFF0;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
}

label {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}

span.fieldInfo {
    font-size: 12px;
    color: #666666;
}

span.labelMandatoryField {
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
}

span.mandatoryFieldInfo {
    font-size: 12px;
    color: #ff0000;
}

div.titleForm{
    padding-top: 6px;
    text-align: center;
    color: #9ea1a5;
}

div.titleFormIsbn {
    padding-top: 25px;
    text-align: center;
    color: #9ea1a5;
}


div.subTitle{
    padding-top: 2px;
    text-align: center;
    color: #9ea1a5;
    text-transform: uppercase;
    font-weight: bold;
}

a.subTitleLink {
    color: #9ea1a5;
    text-decoration: none;
}


div.fieldName {
    clear: both;
    float: left;
    margin: 5px;
    width: 202px;
    padding-top: 5px;
}

div.fieldDisclaimer {
    clear: both;
    float: left;
    margin: 5px;
    width: 740px;
    padding-top: 25px;
    text-align: justify;
}


span.fieldNameTax {
    font-style: italic;
    margin: 5px;
    padding-top: 5px;
    width: 450px;
}

div.specialFieldName{
    float: left;
    margin: 5px;
    width: 60px;
    padding-top: 5px;
}


div.fieldValue{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}


div.specialFieldValue{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
}

div.alertAuthorEdition {
    display: none;
    margin-top: 10px;
    clear:both;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.5;
    color: #666666;
    background-color: #e8e1b5;
    font-weight: bold;
}

span.italicText {
    font-style: italic;
    font-weight: normal;
}

span.requestText {
    font-weight: normal;
}

input#boxPartnerNumber{
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 90px;
}

input#lastPrefixValue{
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 90px;
}


input[type=text]#boxPartnerNumber:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

span.oldCae {
    padding-left: 10px;
    font-size: 12px;
    color: #ff0000;
}

div.fieldError {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}


div.submit{
    clear: both;
    margin-left: 110px;
}


div.gdprPrivacyPolicy {
    float: left;
    text-align: right;
    font-size: 11px;
    padding-top: 9px;
}

div.finalInformation {
    clear: both;
    margin: 5px;
    width: 740px;
    text-align: justify;
    padding-top: 50px;
    color: #666666;
}

div.requestOk {
    clear: both;
    margin: 5px;
    width: 740px;
    text-align: justify;
    padding-top: 20px;
    color: #666666;
}

div.logout{
    float: right;
    font-size: 7pt;
    text-transform: uppercase;
    padding-right: 5px;
}


a.removeLink{
    color:brown;
}

div.fieldRecaptcha {
    clear: both;
    float: left;
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*#recaptcha_image img div {
    width: 200px !important;
    height: 38px !important;
}*/

span.boldText {
    font-weight: bold;
}

span.boldItalicText {
    font-style: italic;
    font-weight: bold;
}

span.underlineText {
    text-decoration: underline;
}

div.sectionFaq {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

span.titleSubSection {
    font-weight: bold;
    font-size: 13px;
}

div.textFaq {
    color: #666666;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

li.link {
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

li.link > a {
    color: #666666 !important;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    color: #666666;
    width: 100%;
    /*font-size: 12px;*/
}

th, td {
    padding: 5px;
    text-align: left;
}

td.center {
    text-align: center;
}

td.specialWidth {
    width:60px;
    text-align: center;
}

ul {
    margin: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-top: 5px;
}

/* Loading div */
div#overlay {
    border:solid 0px #ffffff;
    position:absolute;
    top:50px;
    /*left:170px;*/
    height:300px;
    width:815px;
    background-color:#ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
    border-radius: 5px;
}

div#overlay div {
    font-size:18px;
    font-weight:bolder;
    color:#666666;
    vertical-align: middle;
    border: solid 0px #000000;
}

div#overlay-image {
    margin-top:30px;
    width:68px;
    margin-left: auto;
    margin-right: auto;
}

div#overlay-message {
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    color: #666666;
    width: 270px;
    text-align: center;
}

img#loader {
    margin-top:80px;
}

img.infoDetails{
    padding-left: 5px;
}


div.barCode {

}

div.clearBoth {
    clear: both;
}

.btn {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #008000;
}

.btn3 {
    color: #ff0000;
}

fieldset.barCode {
    border: 1px solid #AAAAAA;
    padding: 5px;
}

/* Everything else */



h1, h2, h3, body, .titleFirstSection, .formTitle, div.subTitle a, .faq a {
    font-family: 'Work Sans', sans-serif !important;
}
body {
    background-color: #fafafa;
}
a{
    color: #000 !important;
}

.faq a {
    font-weight: 400;
}

input[type="reset"] {
    display: none;
}

input[type="text"], select {
    border-radius: 2px !important;
    padding: 5px 10px !important;
    border: 1px solid #e2e2e2 !important;
    color: #737373 !important;
    background-color: #f6f6f6 !important;
    box-shadow: none !important;
}
#subwrapper {
    background-color: white;
    border:1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;
    margin-top: 40px !important;
    margin-bottom: 10px !important;


}

.titleFormIsbn {
    color: black !important;
}
.textLight {
    font-weight: 200 !important;
}

.formTitle {
    font-size: 1.8em !important;
}

.tempInfo {
    font-weight: 400 !important;
    text-align: center !important;
    padding: 15px !important;

}
.fieldName label {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400;
    font-size: 1.0em;
}
div.fieldName {
    width: 250px;
}
div#main {
    width: 810px;
}
div#wrapper {
    width: 855px;
    border-radius: 10px;
}
.fieldDisclaimer {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}
.fieldDisclaimer input {
    margin-right: 5px;

}
.fieldDisclaimer label {
    display: inline !important;
}
.footer {
    width: 100% !important;
}
.footer, .footer .copyright, .footer .footerAddress {
    color: #999 !important;
    font-weight: 400;
}
.copyright {
    width: 49% !important;
}
.footerAddress {
    width: 49% !important;
}
/*.logoHeaderRight img {
	display: none;
}*/
div.subTitle, input[type="submit"] {
    font-size: 12px !important;
    border: 1px solid #ddd !important;
    background-color: #7097B4FF !important;
    padding: 10px;
    font-weight: 400 !important;
    box-shadow: none !important;
    color: white !important;
}
input[type="submit"] {
    padding: 15px 30px;
    font-size: 16px !important;
}
div.subTitle a {
    color: white !important;
}
div#header {
    width: 800px !important;
}
.submit {
    text-align: center !important;
}

input[type="submit"]:hover, div.subTitle:hover {
    background-color: #506984FF !important;
}

div.submit {
    margin-left: 0;
}

/* MOBILE */
@media (max-width: 980px) {
    div#headerRight {
        width: 400px;
    }
    div.logoHeaderRight {
        width: 400px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    div#wrapper {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    div#main, div#header, div.fieldDisclaimer {
        width: 100% !important;
    }
    div#header, div#headerLeft {
        height: inherit !important;
    }
    div#headerLeft {
        width: 100% !important;
        float: none !important;
    }
    div.language, div.faq, div.logoHeaderLeft {
        float: none !important;
    }

    div#headerRight {
        float: none !important;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    div.language, div.faq {
        text-align: center !important;
    }
    div.logoHeaderLeft {
        padding-left: 0 !important;
        padding-top: 0 !important;
        text-align: center !important;
    }

    div.faq, .titleFormIsbn, .tempInfo, .titleFirstSection, .fieldName, .fieldDisclaimer label, .fieldError, .titleSection, .subTitle a, .gdprPrivacyPolicy, .copyright, .footerAddress {
        font-size: 2.0em !important;
    }
    div.fieldName {
        width: 400px !important;
    }
    input[type="submit"], input[type="text"], input[type="reset"], select {
        font-size: 2.0em !important;
        width: 350px !important;
    }
    div.gdprPrivacyPolicy {
        float: none !important;
        text-align: center !important;
    }
}

legend.barCode {
    font-size: 1rem;
    font-weight: bold;
}