﻿.vcl_label, .vcl_input {
    font-size: 12px;
}

.vcl_label, .vcl_data_as_text {
    position: relative;
    top: 3px;
}

input:not(.vcl_input_checkboxes, .vcl_input_radios, .vcl_button, .vcl_input_number), #Sothebys_Ref, #Valuation_Notes {
    width: 230px;
}

#collections1, #collections3, #collections4, #collections5 {
    border: 1px solid black;
    background-color: #EAEAEA;
    margin-bottom: 10px;
    padding: 15px;
}

#collections1, #collections3, #collections4 {
    width: 540px;
}

#collections2 {
    border: none;
    background-color: white;
    margin-bottom: 10px;
}

#collections5 {
    position: absolute;
    top: 150px; /* However this may get changed by collections_bespoke.js so if it seems to jerk about, debug and find the value of "top_of_collections1" then set this hardcoded value to match that. */
    left: 700px;
    width: 740px;
}

.vcl_find {
    margin-right: 0px;
}

label[for=Cat_No] {
    position: relative;
    top: 20px;
}

#Cat_No {
    font-size: 28px;
    font-weight: bold;
    width: 150px;
    height: 58px;
    text-align: center;
    padding-right: 12px;
}


label[for=Group_With_Cat_Nos], #Group_With_Cat_Nos {
    width: 250px;
    margin-left: 10px;
    display: inline-block;
}

#Sothebys_Ref, div[contenteditable="true"] {
    height: 2.5em;
}

#Sub_Genre, #Artist_Maker, #Title, #Location, #Sub_Location, #Condition_Conservation, #Provenance,
#Cross_Ref, #Exhibitions, #Literature_Archives, #Photographs, #Notes, #Guides_Notes, #Description,
.vcl_input_content_editable {
    width: 500px;
}

#Cross_Ref {
    height: 1.5em;
}

#Created_By, #Created_On, #Modified_By, #Modified_On, span[name='Created_On'], span[name='Modified_On'] {
    font-size: small;
    color: gray;
    width: 150px;
}

#Date {
    width: 100px;
}
#Dimensions {
    width: 250px;
}

#Frame, #Weight, #Period {
    width: 120px;
}

#Medium {
    width: 280px;
}

label[for=Created_By], label[for=Created_On], label[for=Modified_By], label[for=Modified_On], #Created_By, #Modified_By, .vcl_span_datetime {
    border: none;
    background-color: transparent;
    color: gray;
}

.vcl_data_banner {
    height: 25px;
    padding-left: 355px;
}

#Low_Value, #High_Value, #Insurance_Value, #Value_Updated {
    width: 180px;
}

#Valuation_Notes {
    width: 240px;
    height: 5em;
}



/* The following removes some buttons from the home page. */
#fm_copy_record_view, #filemaker_record_view, #people_record_view, #reports_record_view, #pdf {
    display: none;
}

#ImagePath, #ImagePath2, #FullImagePath1, #FullImagePath2 {
    border: 1px solid transparent;
    width: 500px;
    background-color: transparent;
}

#Genre {
    font-size: 16px;
    font-weight: bold;
}

#table_name_title {
    position: absolute;
    top: 90px;
    font-size: 18px;
    left: 400px;
}

#fm_image_paths {
    position: relative;
    top: -10px;
}
#created_and_modified {
    position: relative;
    top: -20px;
}
#Date {
    width: 130px;
}
#Date_as_Number, #Low_as_Number, #High_as_Number, #Insurance_as_Number {
    width: 60px;
    background-color:aliceblue;
}