textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
#selectCountryInput:focus  {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(148, 217, 244, 0.872);
    outline: 0 none;
}

a {
    text-decoration: none;
}

#singleEmailDiv,
#multipleEmailDiv,
#authenticationCodeDiv,
#selectCustomerDiv,
#navLogout,
#navChangeUser,
#selectYear,
#documents-div,
#radioButtons {
    display: none;
}

#navHome,
#navLogout,
#navChangeUser,
#navDocumentation,
#navSts {
    border: 1px solid #fafafa;
    border-radius: 7px;
    background-color: #f0f0f0;
    padding: 0 12px;
    margin-bottom: 6%;
}

#navHome:hover,
#navLogout:hover,
#navChangeUser:hover,
#navDocumentation:hover,
#navSts:hover {
    background-color: #c7c7c7;
}

#header {
    padding: 23px;
}

#navContact {
    margin-top: 13%;
    border-top: 1px solid black;
    padding-top: 5%;
}

#container-background {
    background-color: #0071bb;
    background-image: url("../images/hm-decor-4.svg"), linear-gradient(#0071bb, #44c7f4);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
}

#fa-users {
    display: none;
    margin-left:3%;
    margin-top: 2px;
    cursor: pointer;
}

#authenticationDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

#form-style {
    background-color: #fafafa;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

#selectEmail,
#customerEmailInput {
    /* width: auto; */
    width: inherit;
    display: inline;
}

#selectCountry,
#selectCountryInput {
    width: 77px;
    display: inline;
}

#codeInnerDiv {
    width: 240px;
    margin: auto;
}

*:focus {
    outline: none;
}

#customerInfo {
    margin-bottom: 5%;
}

#customerEmailInnerDiv {
    flex-wrap: inherit !important;
}

#docDetails {
    width: 100%;  
    display: none;
    padding: 0 14px;
    margin-top: 16px;
}

#inner-docDetails {
    float: left;
    width: fit-content;
}

#third-column{
    text-align: right;
}

#title {
    line-height: 45px;
}

#docsDetailsBtn, #docsDownloadBtn {
    width: fit-content;
    margin-bottom: 12px;
    float: right;
}

#group-item {
    padding: 20px 0px 20px 10px;
}

#documentTitle {
    width:100%;
    display: inline-flex;
}

#radio-perOrder {
    float: left;
    margin-right: 27px;
    margin-top: 7px;
}

#radio-individually {
    float: left;
    margin-top: 7px;
}

/* Small devices (landscape phones, 576px ) */
@media (max-width: 576px) {
    #container {
        max-width: 958px;
    }

    #customerDocuments {
        margin-top: 10vh;
    }

    #box {
        border: 1px solid gray;
        background-color: #f3f3f3;
        border-radius: 10px;
        display: grid;
        padding: 2% 1%;
    }

    #form-style {
        padding: 7% 1%;
    }

    #selectBrunch {
        float: left;
        margin-right: 1%;
        margin-bottom: 7%;
    }

    #selectYearRange, #selectYear {
        float: left;
        margin-right: 1%;
        margin-bottom: 3%;
    }

    #pendingOrdersDiv {
        float: left;
        margin-right: 1%;
        margin-top: 25px;
        width: 100%;
    }

    #shippedOrdersDiv {
        float: left;
        margin-right: 0%;
        margin-top: 20px;
        width: 100%;
    }

    #documentsDiv {
        float: left;
        margin-right: 0%;
        margin-top: 20px;
        width: 100%;
        margin-bottom: 10%;
    }

    #buttonDiv {
        display: block ruby;
    }

    #submitBtn {
        margin-top: 3vh;
    }

    #documents-div {
        margin-top: 8%;
    }

    #title {
        width: 100%;
        display: inline-block;
    }

    #first-column, #second-column, #third-column {
        width: 100%;
    }
    #third-column {
        padding-right: 5px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #container {
        max-width: 958px;
    }

    #customerDocuments {
        margin-top: 15vh;
    }

    #box {
        border: 1px solid gray;
        background-color: #f3f3f3;
        border-radius: 10px;
        display: grid;
        padding: 2% 1%;
    }

    #form-style {
        padding: 7% 6%;
    }

    #selectBrunch {
        width: 206px;
        float: left;
        margin-right: 1%;
        margin-bottom: 4%;
    }

    #selectYearRange, #selectYear {
        width: fit-content;
        float: left;
        margin-right: 1%;
        margin-bottom: 4%;
    }

    #submitBtn {
        margin-top: 3vh;
    }

    #pendingOrdersDiv {
        float: left;
        margin-right: 1%;
        margin-top: 25px;
        width: 100%;
    }

    #shippedOrdersDiv {
        float: left;
        margin-right: 0%;
        margin-top: 20px;
        width: 100%;
    }

    #documentsDiv {
        float: left;
        margin-right: 0%;
        margin-top: 20px;
        width: 100%;
        margin-bottom: 10%;
    }

    #buttonDiv {
        float: right;
        display: block;
        /* margin-top: 5%; */
    }

    #first-column {
        width: 18%;
    }

    #second-column {
        width: 65%;
    } 
    
    #third-column {
        width:15%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #container {
        max-width: 958px;
    }

    #customerDocuments {
        margin-top: 20vh;
    }

    #box {
        border: 1px solid gray;
        background-color: #f3f3f3;
        border-radius: 10px;
        display: grid;
        padding: 2% 1%;
    }

    #form-style {
        padding: 7%;
    }

    #filters1row, #filters2row {
        width: 100%;
        float: left; 
    }

    #selectBrunch {
        width: 206px;
        float: left;
        margin-right: 1%;
    }

    #selectYearRange, #selectYear {
        width: fit-content;
        float: left;
        margin-right: 5%;
        margin-bottom: 4%;
    }

    #pendingOrdersDiv {
        width: fit-content;
        float: left;
        margin-right: 3%;
        margin-top: 5px;
    }

    #shippedOrdersDiv, #documentsDiv {
        width: fit-content;
        float: left;
        margin-right: 3%;
        margin-top: 5px;
        margin-bottom: 5%;
    }

    #buttonDiv {
        float: right;
        display: block;
        margin-top: 5%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #countDown {
        text-align: right;
        padding-top: 8%;
        padding-bottom: 2%;
    }

    #customerDocuments {
        margin-top: 20vh;
    }

    #box {
        border: 1px solid gray;
        background-color: #f3f3f3;
        border-radius: 10px;
        display: grid;
        padding: 2%;
    }

    #form-style {
        padding: 7%;
    }

    #filters1row, #filters2row {
        width: 100%;
        float: left; 
    }

    #selectBrunch {
        width: 232px;
        float: left;
        margin-right: 5%;
    }

    #selectYearRange, #selectYear {
        width: fit-content;
        float: left;
        margin-right: 5%;
        margin-bottom: 4%;
    }

    #pendingOrdersDiv, #shippedOrdersDiv  {
        float: left;
        margin-right: 5%;
        margin-top: 8px;
    }

    #documentsDiv {
        float: left;
        margin-right: 5%;
        margin-top: 8px;
        margin-bottom: 5%;
    }

    #buttonDiv {
        float: right;
        display: block;
        margin-top: 0%;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
