﻿
.cardinal-logo-img {
    height: 5.7vw;
    max-height: 73px;
    margin-bottom: 8px;
}

#home_title {
    font-size: x-large;
    font-weight: bold;
    color: #333333;
}

.bottomdiv {
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu_link {
    color: #777;
    font-weight: 700;
    font-style: normal;
}

.menu_link:hover {
    text-decoration: underline;
    color: #e41f35;
}

.render_body {
    background-color: #ffffff;
}

.cardinal_red {
    color: #e41f35;
}

#contact_form #Name,
#EmailAddress,
#ProductNumber,
#PhoneNumber,
#Subject,
#Body,
#product_catalog_number,
#CountryID,
#LanguageID,
#product_description,
#ndc,
#manufacturer_number,
#manufacturer_name,
#product_family,
#username,
#original_file_name,
#file_type_description,
#product_number,
#password {
    border-style: solid;
    border-radius: 2px;
    padding: 5px;
    color: #000;
    width: 100%;
    background-color: #e7e7e7;
    margin-bottom: 8px;
    border:solid 1px lightgrey;
}

.home_banner {
    margin-top: 20px;
    font-size: x-large;
    font-weight: bold;
    color: #333333;
}

.home_left {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: medium;
    font-weight: normal;
    color: #333333;
}

.search_title {
    margin-top: 20px;
    font-size: 1.75em;
    font-weight: 800;
    color: #e41f35;
}

#product_family_form {
    margin:10px;
    padding:10px;
}

#manage_languages_menu,
#product_family_form,
#product_family_attached_products,
#product_family_attached_files,
#search_form,
#contact_form,
#login_form {
    border-radius: 10px;
    border-style: solid;
    border-color: lightgrey;
    border-width: thin;
    padding-bottom: 10px;
}

#search_multiple {
    padding: 10px;
}

.page_footer {
    background-color: black;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

.page_footer a {
    color: #777;
}

.page_footer a:hover {
    text-decoration: underline;
    color: #e41f35;
}

.admin_menu {
    background-color: #e41f35;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #ffffff;
    border-width: thin;
}

.admin_link {
    font-size: medium;
    font-weight: normal;
    color: #ffffff;
}

.remove-file {

}

.file-id {

}