﻿body {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    background: white;
    font-family: Montserrat, sans-serif;
    color: #303030;
    font-weight: 300;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.pxDivTable {
    display: table;
    width: 90%;
    max-width: 800px;
    margin-left: 7vw;
}

.pxDivTable .row {
    display: table-row;
}

    .pxDivTable .col {
        /*border: 1px solid #F7F7F7;*/
        display: table-cell;
        padding: 3px 10px;
    }

.pxDivTable .col:first-child {
    display: table-cell;
    padding: 3px 10px;
    text-align: right;
}

#header {
    width: 100%;
    background-color: #2E5C94;
    padding: 35px;
    margin-bottom: 20px;
}

#test_header {
    width: 100%;
    background-color: coral;
    padding: 5px;
    margin-bottom: 0px;
    color:white;
}

#scslogoIDP {
    background-image: url('../Content/Images/SCCLogo-IDP.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 69px;
    display: block;
}

#scslogoDOK {
    background-image: url('../Content/Images/SCCLogo-DOK.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 69px;
    display: block;
}

#ptg-header {
    background-color: #020202;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.ptg-header-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ptg-header-content img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ptg-header-site-left {
    height: 100px;
    display: flex;
    flex: 1 1 auto;
    max-width: 100%;
}

/*@media (max-width: 720px) {
    .hidden_md {
        display:none !important;
    }
}*/

    .ptg-header-site-right {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .ptg-header-site-right-top {
        display: flex;
        justify-content: end;
        height: 69px;
    }

    .ptg-header-site-right-bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
        flex-grow: 1;
    }


    /*Bootstrap Small >=768px*/
    @media (max-width: 768px) {
        .ptg-header-site-left,
        .ptg-header-site-right-top,
        .ptg-header-site-right-bottom {
            justify-content: center;
        }
    }


    h1, h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.1em;
    }

    h1 {
        color: #2E5C94;
        font-size: 26px;
        margin-top: 30px;
    }

    h2 {
        color: #2E5C94;
        font-size: 20px;
        margin-top: 30px;
    }

    h3 {
        font-size: 18px;
        margin-top: 5px;
        line-height: 140%;
        font-weight: 300;
    }

    .error {
        color: #E61A2E;
    }

    span.icon {
        /* border: 1px solid red; */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 50px;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -10px;
    }

    .icon.photocode {
        background-image: url('../Content/Images/01_SecurityCode.png');
    }

    .icon.gdpr {
        background-image: url('../Content/Images/02_GDPRLogo.png');
    }

    .icon.okhook {
        background-image: url('../Content/Images/03_ReadyToDownload.png');
    }

    .icon.okphoto {
        background-image: url('../Content/Images/04_YourPhotoJPG.png');
    }

    .icon.wrongphotocode {
        background-image: url('../Content/Images/05a_WrongSecurityCode.png');
    }

    .icon.error {
        background-image: url('../Content/Images/06_Error.png');
    }

    .icon.download {
        background-image: url('../Content/Images/08_Download.png');
    }

    .icon.deleteConfirm {
        background-image: url('../Content/Images/10_Warning.png');
    }

    .icon.deleted {
        background-image: url('../Content/Images/11_Trash.png');
    }

    .icon.about {
        background-image: url('../Content/Images/07_Agreement2.png');
    }

    div.wrongCodeTip {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        height: 433px;
        width: 100%;
        display: block;
        background-image: url('../Content/Images/WrongCodeTipEN.png');
    }

    #photoCode {
        border: 4px solid #B3B3B3;
        padding: 3px 50px 3px 50px;
        margin: 0;
        text-align: center;
        font-size: 30px;
        font-family: Courier New, Courier, monospace, "Lucida Console";
        font-weight: bold;
        display: inline-block;
    }

        #photoCode.error {
            border: 4px solid #E61A2E;
            color: #303030 !important;
        }

    #wrongAddress {
        border: 4px solid #E61A2E;
        padding: 3px 50px 3px 50px;
        margin: 0;
        text-align: center;
        font-size: 20px;
        font-family: Courier New, Courier, monospace, "Lucida Console";
        font-weight: bold;
        display: inline-block;
    }

    p.photoFileName {
        color: #2E5C94;
        font-weight: bold;
        font-size: 18px;
    }

    p.photoFileDetails {
        color: #808080;
    }

    p.legalInfo {
        font-size: 13px;
        color: #808080;
        line-height: 120%;
    }

    p a {
        font-weight: 600;
    }

    a.topMenuLink {
        color: white;
        font-weight: 500;
    }


    #acceptCheckBox {
        display: none;
    }

    .acceptLabel {
        background-image: url('../Content/Images/CheckBox_Unchecked.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        width: 100%;
        height: 28px;
        background-repeat: no-repeat;
        font-size: 18px;
        font-weight: bolder;
        padding-top: 0px;
        padding-left: 40px;
    }

    #acceptCheckBox:checked + .acceptLabel {
        background-image: url('../Content/Images/CheckBox_Checked.png')
    }

    .pxhidden {
        display: none;
    }

    #Page3DownloadMainDiv h1 {
        font-size: 32px;
    }


    #disablingDiv {
        /* Do not display it on entry */
        display: block;
        /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
        z-index: 1001;
        /* make it cover the whole screen */
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        /* make it white but fully transparent */
        background-color: white;
        opacity: .00;
        filter: alpha(opacity=00);
    }





    .dropbtn {
        background-color: transparent;
        color: white;
        font-size: 20px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        /*text-decoration: underline;*/
    }

    .dropdown:hover span {
    }

    .dropbtn span {
        color: white;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        right: -20px;
        background-color: #f9f9f9;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        /* Links inside the dropdown */
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-weight: 500;
        }

            /* Change color of dropdown links on hover */
            .dropdown-content a:hover {
                background-color: #ffffff;
                color: #F40516;
            }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        /*background-color: #3e8e41;*/
    }



    #ukHelp {
        /*height: 69px;*/
        height: 55px;
        margin-right: -10px;
        display: block;
        object-fit: contain;
    }


    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    [type=button], [type=reset], [type=submit], button {
        -webkit-appearance: button;
    }

    button, input {
        overflow: visible;
    }

    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }


    .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-default {
        color: #212529;
        background-color: #d8d9da;
        border-color: #d8d9da;
    }