.inputformlabel {
    display: inline-block;
    float: left;
    clear: left;
    width: 200px;
    text-align: right;
    margin-top: 5px;
}

.inputformlabel_Admin {
    display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    margin-right: 5px;
    margin-top: 3px;
}

.inputformlabel_Admin_Permissions {
    display: inline-block;
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
    margin-right: 5px;
    margin-top: 6px;
}

.inputformlabel_Login {
    display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    margin-top: 2px;
    margin-right: 10px;
}

.inputformlabel_Button {
    display: inline-block;
    float: left;
    clear: left;
    margin-left: 110px;
    margin-top: 15px;
}

.inputformlabel_Admin_combo {
    display: inline-block;
    float: left;
    clear: left;
    width: 95px;
    text-align: right;
    margin-right: 5px;
    margin-top: 5px;
}

.inputforminput {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

.admin_input_text {
    width: 255px;

}

.inputforminput_Admin {
    display: inline-block;
    margin-left: 105px;
    margin-top: 5px;
}

.admin_checkbox {
    display: inline-block;
    margin-top: 9px;
}


.Add_Customer {
    display: inline-block;
    width: 100%;
    float: left;
}

.Add_Customer p {
    display: inline;
}

.Add_Account_Manager {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.Add_Account_Manager p {
    display: inline-block;
}


.Alert_Updated_DB {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

#Details_Table {
    width: 950px;
    border: 1px none black;
    float: left;
}

#Details_Table table th {
    text-align: center;
}

#Details_Table table tr td {
    text-align: center;
    width: 250px;
}

#Details_Table table tr td.qNumber {
    text-align: center;
    width: 150px;
}

#Details_Table table tr td.quick_list {
    text-align: center;
    width: 50px;
}

#Details_Table table tr td.waste_code {
    text-align: center;
    width: 100px;
}

#searchbox {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#searchbox p {
    display: inline;
}

#searchbox form input {
    margin-right: 5px;
}

#searchboxGenerate {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 20px;
}

#searchboxGenerate input {
    margin-right: 5px;
}

#searchboxwindow {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 20px;
}

#searchboxwindow p {
    display: inline;
}
#searchboxwindow form input {
    margin-right: 5px;
}


#Printer_Label {
    text-align: left;
    font: 700 3em Calibri, Helvetica;
}

#Notes_View {
    width: 100%;
    overflow-y: scroll;
    Height: 300px;
    margin-top: 10px;
    border: 1px none black;
    float: left;

}

.note_title {
    text-align: left;
    font-size: 16px;
    font-weight: 250px;
}

.note_area {
    width: 100%;
    border: 1px none black;
    float: left;
    margin-top: 10px;
}

.add_note_button {
    text-align: center;
    font: 300 1.2em Calibri, Helvetica;
    margin-top: 5px;
}

#Waste_image img {
    width: 400px;
    height: 400px;
    float: left;
    border: 1px none black;
}

#Waste_Label {
    width: 500px;
    border: 1px none black;
    float: left;
    margin-top: 15px;
}

#Waste_Label table {
    border-collapse: collapse;
}

#Waste_Label table td {
    border: 1px solid black;
    padding: 3px 7px 2px;
}

#Waste_Label table th {
    border: 1px solid black;
    padding: 3px 7px 2px;
}

#Waste_Label TR TH {
    text-align: left;
    font: 700 17px Calibri, Helvetica;
    background-color: gray;
}

#Waste_Label TR TD {
    text-align: left;
    font: 300 14px Calibri, Helvetica;
}

#waste_label table tr td.waste_label_A1 {
    text-align: center;
    font: 700 17px Calibri, Helvetica;
}

#inline_form_radio {
    height: 30px;
    border: 1px none black;
    float: left;
}

#inline_form_radio p {
    line-height: 30px;
    display: inline;
}

#waste_details p {
    display: inline;
}

#quoteinputform {
    display: inline-block;
    width: 100%;
    float: left;
}

#quoteinputform p {
    display: inline;
}

#quoteinputform input {
    margin-top: 5px;
}

.quote_Address {
    width: 50%;
    font: 300 17px Calibri, Helvetica;
    display: inline;
    float: left;
}

.quote_schedule {
    clear: left;
}

.quote_schedule table {
    width: 100%;
}

.quote_schedule table tr th {
    text-align: center;
}

.quote_schedule table tr td {
    text-align: center;
}

.quote_schedule table tr td input {
    width: 50px;
}

.quote_schedule table tr th input {
    width: 50px;
}

#Quote_searchbox {
    margin-top: 30px;
    margin-left: 10px;
    display: inline-block;
}


#Quote_Waste_Stream_Table {
    margin-left: 10px;
    margin-top: 30px;
    width: 950px;
    border: 1px none black;
    clear: left;
}

#Quote_Waste_Stream_Table table th {
    text-align: center;
}

#Quote_Waste_Stream_Table table tr td {
    text-align: center;
}


.add_waste_link {
    display: inline-block;
    width: 100%;
}

.accounting_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 10px;
}

.update_quote {
    display: inline;
    float: right;
}

.quote_submit {
    float: left;
    margin-right: 10px;
}


.Quotation_Schedule {
    border: 0;
    background: none;
    border-collapse: separate;
    empty-cells: hide;
}

.quote_schedule table tr td input.parameter_input {
    width: 300px;
    height: 80px;
}


#Details_Table_Individual {
    width: 720px;
    border: 1px none black;
    float: left;
    font-size: 12px;
}

#Details_Table_Individual table th {
    width: 150px;
    text-align: center;

}

#Details_Table_Individual table tr td {
    text-align: center;
}

#main_quick_links {
    width: 100%;
    height: 35px;
    display: block;
    border: 1px none black;
    float: left;
}

#primary_nav_wrap {
    margin-top: 5px;
    float: right;
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    text-align: center;
}

#primary_nav_wrap ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 175px;
	display: block;

}
#primary_nav_wrap ul li:not(:last-child) {
	margin-bottom:10px;
}

#primary_nav_wrap ul li.current-menu-item {
    background: #ddd
}

#primary_nav_wrap ul li:hover {
    background: #f6f6f6
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
	z-index: 10000;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 175px;
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

#primary_nav_wrap ul li:hover > ul {
    display: block
}

#Supplier_Quote_Details {
    width: 500px;
    border: 1px none black;
    float: left;
}

#Supplier_Quote_Details table {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#Supplier_Quote_Details table th {
    text-align: center;
}

#Supplier_Quote_Details table tr td {
    text-align: center;
    width: 200px;
}

#Supplier_Quote_Details input {
    margin-left: 40px;
}

#Supplier_Quote_Details input.GenerateButtons {
    margin-left: 40px;
}

#Supplier_Quote_Details input.GenerateButtons1 {
    margin-left: 5px;
}

#Supplier_View_Quotes {
    width: 1000px;
    border: 1px none black;
    float: left;
}

#Supplier_View_Quotes table {
    width: 950px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#Supplier_View_Quotes table th {
    text-align: center;
}

#Supplier_View_Quotes table tr td {
    text-align: center;
    width: 200px;
}

#Supplier_View_Quotes input {
    margin-left: 23px;
}


.accounting_load_type_table td {
    border: 1px none black;
    background-color: white;

}

.accounting_table th {
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
}

.accounting_table td {
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
}

/* searchbox quote*/
#searchbox form.quote-no input[type="text"] {
    width: auto;
    height: auto;
    border: 1px solid #000;
    border-radius: 2px;
}
#searchbox form.quote-no input {
    margin-right: 0;
}
#searchbox form.quote-no input[type="text"] {
    background-color: #fff;
}

a:disabled, a.disabled
{
    cursor: not-allowed;
}

.clone-job-numbered-checkbox-container
{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clone-job-numbered-checkbox-container input[type="checkbox"]
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.clone-job-numbered-checkbox
{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}