/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    border: solid 1px #dadada;
}

.HeadBg {}

/* background color for the content part of the pages */
Body {}

.ControlPanel {}

/* background/border colors for the selected tab */
.TabBg {}

.LeftPane {}

.ContentPane {}

.RightPane {}

/* text style for the selected tab */
.SelectedTab {}

/* hyperlink style for the selected tab */
A.SelectedTab:link {}

A.SelectedTab:visited {}

A.SelectedTab:hover {}

A.SelectedTab:active {}

/* text style for the unselected tabs */
.OtherTabs {}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {}

A.OtherTabs:visited {}

A.OtherTabs:hover {}

A.OtherTabs:active {}

/* GENERAL */
/* style for module titles */
.Head {}

/* style of item titles on edit and admin pages */
.SubHead {}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {}

/* text style used for most text rendered by modules */
.Normal {}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {}

.NormalRed {}

.NormalBold {}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {}

A.CommandButton:visited {}

A.CommandButton:hover {}

A.CommandButton:active {}

/* button style for standard HTML buttons */
.StandardButton {}

/* GENERIC */
H1 {}

H2 {}

H3 {}

H4 {}

H5,
DT {}

H6 {}

TFOOT,
THEAD {}

TH {}

A:link {}

A:visited {}

A:hover {}

A:active {}

SMALL {}

BIG {}

BLOCKQUOTE,
PRE {}


UL LI {}

UL LI LI {}

UL LI LI LI {}

OL LI {}

OL OL LI {}

OL OL OL LI {}

OL UL LI {}

HR {}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {}

/* style of item titles by Announcements and events */
.ItemTitle {}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {}

.ModuleTitle_MenuBar {}

.ModuleTitle_MenuItem {}

.ModuleTitle_MenuIcon {}

.ModuleTitle_SubMenu {}

.ModuleTitle_MenuBreak {}

.ModuleTitle_MenuItemSel {}

.ModuleTitle_MenuArrow {}

.ModuleTitle_RootMenuArrow {}

/* Main Menu */

.MainMenu_MenuContainer {}

.MainMenu_MenuBar {}

.MainMenu_MenuItem {}

.MainMenu_MenuIcon {}

.MainMenu_SubMenu {}

.MainMenu_MenuBreak {}

.MainMenu_MenuItemSel {}

.MainMenu_MenuArrow {}

.MainMenu_RootMenuArrow {}

/* Login Styles */
.LoginPanel {}

.LoginTabGroup {}

.LoginTab {}

.LoginTabSelected {}

.LoginTabHover {}

.LoginContainerGroup {}

.LoginContainer {}


/*------sudesh css------------*/

.product_selector input[type=radio] {
    width: 24px;
    vertical-align: bottom;
    margin: 0 15px 0 0;
}

.product_selector .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 15px arial;
    margin: 0 5px 0 0;
    width: 40%;
    cursor: pointer;
}

.TorqueMeasure-wrapper select {
    width: 75%;
    height: 34px;
    min-height: 38px;
    padding: 4px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: inherit;
    background-color: #fff;
    background-image: none;
    margin: 0 0 0 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.TorqueMeasure_button [type=submit] {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 15px arial;
    margin: 0 5px 0 0;
    width: 20%;
    cursor: pointer;
}


.uk-modal ul,
main u {
    list-style-image: none !important;
}

.torque-form [type=submit] {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 15px arial;
    margin: 0 5px 0 0;
    width: 20%;
    cursor: pointer;
}


[type=submit] {
    cursor: pointer !important;
}


.TorqueMeasure-strong {
    margin-bottom: 17px;
    display: block;
}

.Category-for-Enquiry input[type="checkbox"] {
    width: 11%;
    height: 28px;
    margin: 0 15px 0 0;
}

.Category-for-Enquiry label {
    font-size: 23px;
}

.Category-for-Enquiry table {
    width: 25%;
}

.mt10 {
    margin-top: 10px;
    display: inline-block;
}

.mt15 {
    margin-top: 15px;
    display: inline-block;
}

.Torque-radio-wrapper input[type="radio"] {
    height: 29px;
    width: 51%;
}


.Category-for-Enquiry [type=submit] {
    background: #FE0000;
    padding: 10px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 18px arial;
    margin: 0 5px 0 0;
    width: 6%;
    cursor: pointer;
}

.table-content td,
.table-content th {
    font-size: inherit !important;
}

td.checkenquiry {
    width: 2%;
}

.mCSB_container {
    padding-top: 0px;
}

.enqpad {
    padding: 20px 0;
}

    {}

.ModnorbarmapHTML5C .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    font: bold 13px arial;
    margin: 0 5px 0 0;
    width: 150px;
    cursor: pointer;
}

.torque-result .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    font: bold 13px arial;
    margin: 0 5px 0 0;
    width: 150px;
    cursor: pointer;
}


.red {
    color: red;
}

table.enquiryform .form-licence.padtop10 {
    padding-top: 15px;
    display: inline-block;
}

pan.infotxt {
    font-size: 10px;
    display: block;
}

.Torque-radio-wrapper-HeadType input[type="radio"] .fromto {
    display: flex !important;
}

.fromto span {
    font-size: 19px;
    margin-right: 5px;
}

.notetext {
    padding-bottom: 15px;
    display: inline-block;
}

.enquiryform .textfield {
    border: 1px solid #808080;
    width: auto;
    padding: 3px;
    margin: 0;
    height: 45px;
    font-size: 100%;
    vertical-align: middle;
    min-width: 375px;
}

table.enquiryform .form-licence strong {
    font-size: 100%;
}

span.infotxt {
    display: block;
    font-size: 18px;
}



table.enquiryform input[type="checkbox"] {
    width: 30px;
}

.productdisplay h3 {
    position: inherit;
    left: 15px;
    right: 15px;
    bottom: 15px;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table.enquiryform .privacy {
    color: #FE0000;
    text-decoration: underline;
}

.mobile_pl-0 {
    padding-left: 20px
}


table.enquiryform .privacy:hover {
    text-decoration: none;
}

table.enquiryform input[type="submit"] {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    font: bold 13px arial;
    margin: 0 5px 0 0;
    width: 150px;
    cursor: pointer;
}



.resultdata .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    font: bold 13px arial;
    margin: 0 5px 0 0;
    cursor: pointer;
    width: auto !important;
}

.Industry_market {
    min-width: 375px;
}


.click_continue {
    text-decoration: underline;
}

.click_continue:hover {
    text-decoration: none;
}


.uk_stocklist .table-content td,
.uk_stocklist .table-content th {
    font-size: 15px !important;
}

.uk_stocklist img {
    width: 18px;
}

/*
.container-full.whitebg > div:first-child {
    display: none;
}*/


.ModDNNHTMLC .textbox {
    border: 1px solid #d5d5d5;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition-duration: 0.1s;
    width: 80%;
}


.ModDNNHTMLC input[type="checkbox"] {
    max-width: 100%;
    width: 28px;
}

.ModDNNHTMLC .btnSave {
    padding: 3px 25px;
    width: auto;
}

.softdown {
    padding: 30px;
    display: inline-block;
}

.softdown .categorybox .pro-link a {
    background-repeat: repeat-x;
    height: 23px;
    color: #ffffff;
    font-size: 18px;
    border: none !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 13px 25px;
    text-decoration: none;
    background-color: none !important;
    text-transform: uppercase;
    background-color: red;
}

.norbar.result,
.resultback {
    margin: 0 0 0 25px;
}

.ukstockists .norbar.result p {
    padding-left: 0px;
    color: #2a2929;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
}

.bg_line {
    background-image: none !important;
}

.valign1.paging {
    background-color: #f4f3f3;
    width: 100%;
    padding-bottom: 15px;
    margin-left: 24px;
    padding-top: 10px;
}

.resultback {
    background-color: #f4f3f3;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 15px;
    font-size: 24px;
    width: 100%;
}

.ukstockistrightpart .result {
    background-color: #f4f3f3;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.ukstockists .norbar.result a.dgrn:link {
    color: #c1060d;
}


.post_code {
    margin: 0 0 0 25px;
}

.post_code .search_black {
    font-size: 15px !important;
    padding: 0 0 0 15px;
}

.post_code .search1 {
    padding: 0px 0 0 14px;
    font-size: 16px;
    width: 100%;
}

.RadListBox {
    display: inline !important;
    zoom: 1;
    width: 140px;
}



.RadListBox .rlbList {
    width: 100%;
}

.product_service .search {
    display: inline !important;
}

.torque_result_button input[type="submit"] {
    width: 102px;
}

.ModTorqueresultC input[type="submit"] {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    font: bold 13px arial;
    margin: 0 5px 0 0;
    cursor: pointer;
}


.product_service .buttons input[type="submit"] {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 15px !important;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    width: 120px;
    cursor: pointer;
}

.DnnModule-EditMapInfo .uk-padding-large-top {
    padding-top: 0px;
}

.DnnModule-EditMapInfo .uk-padding-large-bottom {
    padding-bottom: 0px;
}

.ModTorqueMeasureC input[type="submit"] {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    font: bold 13px arial;
    margin: 0 5px 0 0;
    width: 120px;
    cursor: pointer;
}

.enquiryform select {
    width: 372px !important;
}

.form-licence1 input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px !important;
    font-size: 100%;
    height: 24px !important;
    margin: 0 15px 0 0;
    vertical-align: bottom;
}


.teeny .uk-button {
    margin-bottom: 6px;
}


.lookingfor_radio [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px !important;
    font-size: 100%;
    height: 24px !important;
    margin: 0 15px 0 0;
    vertical-align: inherit;
}

.enquirytbl .padleft0 {
    padding-left: 15px;
}

.enquiryform span {
    line-height: 30px;
}

.ModTorqueMeasureC .padbottom5 strong {
    padding-bottom: 10px;
    display: inline-block;
}

.softdown .categorybox .pro-link {
    text-align: right;
}


.table-content {
    border: 1px dotted gray;
    border-bottom: none;
}

.table-content td,
.table-content th {
    border-bottom: 1px dotted gray;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 10px 0 10px 8px;
}

.table-content input[type=image] {
    width: auto;
}



.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.field1.productwrapp.product_service.post_code {
    width: 100%;
    margin-bottom: 15px;
}


.note {
    font-size: 17px !important;
}

.uk_stocklist input {
    width: auto;
}


..post_code input {
    padding: 2px 0 0 12px;
}


.ukstockistrightpart .norbar h4 {
    color: #671515;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.ukstockistrightpart .norbar p {
    color: #2a2929;
    font-size: 14px;
    line-height: 21px;
}


.valign1.paging .middle input {
    width: auto;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    padding: 0;
}

.valign1.paging .numbertxt {
    padding: 3px 10px 5px 10px;
    width: auto;
    float: left;
    font-size: 18px;
    color: #671515;
}

.DnnModule-479 h1:nth-child(2) {
    display: none;
}


.paging .middle {
    margin: auto;
    width: fit-content;
}

.middle input {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: color, background-color, border;
    -o-transition-property: color, background-color, border;
    transition-property: color, background-color, border;
}


.DnnModule-UKDistributorAdmin {
    clear: both;
}

.dnnModuleManager {
    border: none !important;
}


.new-form .SubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 25%;
    font-size: inherit !important;
}

.new-form td {
    font-size: inherit !important;
}

.downsoft input[type="checkbox"] {
    max-width: 100%;
    width: 28px !important;
}


.torque-form .smallselect {
    border: 1px solid #d5d5d5;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition-duration: 0.1s;
    width: 150px;
}

.torque-form .inputBox2 {
    border: 1px solid #d5d5d5;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition-duration: 0.1s;
    width: 80%;
}


.new-form td {
    padding: 0 0 15px 10px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.new-form .input-holder {
    width: 75%;
}

.new-form td {
    padding: 0 0 15px 10px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

body .new-form input[type="radio"],
body .new-form input[type="checkbox"] {
    width: auto;
}

.new-form input[type="checkbox"],
.new-form input[type="radio"] {
    border: none;
}

.new-form .SubHead {
    font: 12px Verdana, Arial, Helvetica, sans-serif;

}

.dnnFormItem textarea:valid {
    width: 100%;
}

.new-form .input-holder .nopad td {
    padding: 0 5px 0 0;
}



.table-content input[type="image"] {
    width: auto;
    height: auto;
}

.dnnLabel {
    text-align: left;
}

.dnnLabel {
    width: 27.075% !important;
    margin-bottom: 23px !important;
}

.dnnTextPanelView .dnnBoxLabel {
    padding-left: 15px;
    padding-right: 11px;
}


.RadListBox_Default .rlbText,
.RadListBox_Default .rlbItem {
    line-height: 18px;
    font-size: 18px !important;
}

.ModukdistributormapC .producthead {
    margin-bottom: 10px;
    display: inline-block;
}

.note {
    font-size: 17px !important;
    padding-bottom: 5px;
}

.table-content {
    width: 100%;
}

.table-content input[type="image"] {
    width: auto;
}


.search_box_submit input[type="text"] {
    border: 1px solid #d5d5d5;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding: 10px;
    transition-duration: 0.1s;
    width: 75%;
}

.search_box_submit input[type="image"] {
    width: 60px !important;
    display: inline-block;
    padding: 0;
}


.Edit_distributor .lable {
    font-size: initial;
    text-align: left;
    width: 25%;
}

.Edit_distributor select {
    border: 1px solid #808080 !important;
    padding: 0 !important;
    resize: none;
    width: 80% !important;
}

#content.nobrd .field {
    width: 70%;
}

.Edit_distributor .input {
    width: 80% !important;
}

.Edit_distributor .link {
    border: 1px solid #808080 !important;
    padding: 3px !important;
    resize: none;
    width: 77% !important;
    font-size: 15px !important;
}

.Edit_distributor .postcode,
.Edit_distributor .name {
    border: 1px solid #808080 !important;
    padding: 3px !important;
    resize: none;
    width: 80% !important;
    font-size: 15px !important;
}

.Edit_distributor input[type="image"] {
    width: auto !important;
    height: auto;
    padding: 0;
}

.Edit_distributor input[type="image"]:focus {
    outline: none;
}

.Edit_distributor .btn {
    padding-left: 25%;
}

.Edit_distributor select.name {
    padding: 0;
    width: 75%;
}


.Edit_distributor .field span {
    display: block;
}

#content {
    border-top: 1px solid #bd977c
}

.Edit_distributor input[type="checkbox"] {
    height: auto;
}


input[type="image"] {
    border: none;
}


.table-content td.SubHead,
.table-content th.SubHead {
    background: #ececec;
    padding: 5px;
}

.Information label {
    margin-right: 16px;
}


.Information input[type="checkbox"] {
    margin-right: 5px;
}

.RadListBox_Default .rlbItem {
    padding: 7px 0 8px 8px !important;
}


/*------edit categories--------*/


.edit_category td.Head,
edit_category td.SubHead,
edit_category td.SubSubHead {
    display: table-cell !important;
    margin-bottom: 0 !important;
}

.edit_category td.SubHead,
.edit_category th.SubHead {
    background: transparent;
    padding: 8px !important;
}

.edit_category td,
..edit_category th {
    border-bottom: 1px solid #000;

}



.normal.text-center {
    text-align: center;
}

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

td {
    display: table-cell;
    vertical-align: inherit;
}


table {
    border-collapse: collapse;
    // Prevent double borders
}

.edit_category td,
.edit_category th {
    border: 1px solid #000;
}

.editcategory-form .SubHead {
    font-size: 21px !important;
    width: auto;
}

.addrangepdf .SubHead {
    width: 9%;
}

.editcategory-form .imgtxt {
    font-size: 21px !important;
    width: auto;
    vertical-align: sub;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.editcategory-form input[type=checkbox],.new-form input[type=checkbox] {
    width: 30px !important;
}

.editcategory-form input {
    font-size: 21px !important;
    border: 1px solid #000;
}

.editcategory-form select {
    border: 1px solid #000;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 7px;
    transition-duration: 0.1s;
    width: 150px;
}

.editcategory-form td {
    padding: 0 10px 15px 0px;
}

.editcategory-form td.choose_file {
    padding: 0 0 0 0;
}

td.SubHead.parent_categoreis {
    padding: 15px 0 0 0;
}


.fromto span {
    margin-right: 10px;
}

.edit_category tfoot td,
.edit_category .tfoot th {
    padding: 5px;
}


.edit_product_footer {
    background-color: #636363;
}

.edit_product_footer td:last-child tr td:first-child {
    display: none;
}

.edit_product_footer td:last-child tr td {
    border: none;
}


.importdimensions input {
    font-size: 21px !important;
    border: 1px solid #000;
}

.importdimensions select {
    border: 1px solid #000;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 7px;
    transition-duration: 0.1s;
    width: 75px;
}

.importdimensions input[type=file] {
    margin: 0 0 10px 0
}

.editattribute .SubHead {
    vertical-align: inherit !important;
}


.editproduct-location input[type="checkbox"] {
    margin-right: 15px;
}

.editproduct-location .input-holder .checkbox-container label {
    margin-left: 0px;
}

.editproductattribute select {
    border: 1px solid #000;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 7px;
    transition-duration: 0.1s;
    width: 75px;
}

.editproductattribute [type=text] {
    border: 1px solid #000;
    border-radius: 0 !important;
    box-shadow: none;
    color: #605c5c;
    font-family: inherit;
    font-size: 21px !important;
}

.editproductattribute [type=submit] {
    cursor: pointer;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #000;
    margin-bottom: 13px;
}


@media (min-width: 2000px) {

    .uk-button,
    .uk-button-primary {
        font-size: 1.1rem !important;
        padding: 10px 20px 10px 20px;
    }

}


@media screen and (max-width:1440px) {
    .Torque-radio-wrapper-HeadType table {
        width: 100% !important;
    }


    .Torque-radio-wrapper-HeadType input[type="radio"] {
        width: 29px !important;
    }


}



@media only screen and (min-width: 1201px) and (max-width:1700px) {

    .Torque-radio-wrapper-HeadType table {
        width: 75% !important;
    }


}



@media screen and (min-width:1200px) {
    .row-fluid .span8 {
        width: 75.811966% !important;
    }


    .row-fluid .span4 {
        width: 23.623932% !important;
        float: left;
    }
}



@media screen and (max-width:1200px) {

    .ModNorbarProductsC .DNNModuleContent.ModDNNHTMLC {
        min-height: 360px;
    }

    .fromto span {
        margin-right: 4px;
    }

    .torqur-Mul-filter-button .button {
        width: auto !important;
        font-size: 12px !important;
    }

    .container-full {
        padding-left: 40px;
        padding-right: 40px
    }

    .Torque-radio-wrapper-HeadType table {
        width: 100% !important;
    }

    .torqur-filter-button .button {
        width: auto !important;
    }

    .productdisplay h3 {
        font-size: 18px;
    }

    .resultback {
        margin: 0 0 0 0px;
    }

    .map {
        width: 100% !important;
    }


    .post_code {
        margin: 0 0 0 0px;
    }

    .ModEditMapInfoC {
        overflow-y: scroll
    }


    .ModDNNHTMLC input[type="checkbox"] {
        max-width: 100%;
        width: 19px;
    }

    #dnn_ContentPane .uk-padding-large-bottom {
        padding-bottom: 0px !important;
    }

    #dnn_ContentPane .uk-padding-large-top {
        padding-top: 0px !important;
    }

    .Category-for-Enquiry table {
        width: 75%;
    }

    .mt10 {
        margin-top: 10px;
        display: table-cell;
    }

    .showtools {
        font-size: 15px;
    }

    .Category-for-Enquiry [type=submit] {
        width: 13%;
    }
}


@media (min-width: 992px) {

    .DnnModule-EditMapInfo .uk-padding-large-bottom {
        padding: 0px !important;
    }
}



@media (max-width: 992px) {
    .ModNorbarProductsC .DNNModuleContent.ModDNNHTMLC {
        min-height: auto;
    }

    .product_selector input[type=radio] {
        vertical-align: middle;
    }

    .Torque-radio-wrapper-HeadType table {
        width: 22% !important;
    }

    .Torque-radio-wrapper-HeadType input[type="radio"] {
        width: 28px;
    }

    .fromto {
        max-width: 320px;
    }

    .fromto span {
        margin-right: 13px;
    }

    .torqur-Mul-filter-button .button {
        font-size: inherit !important;
    }


}



@media screen and (max-width:767px) {

	.dimensionsleft {
        display: inline-block;
        margin-bottom: 30px;
        margin-right: 0px !important;
    }
	
    .torqur-filter-button .button {
        width: auto !important;
    }

    .fromto {
        max-width: 320px;
    }

    .fromto span {
        margin-right: 13px;
    }

    .Torque-radio-wrapper-HeadType .fromto {
        width: 50%;
    }

    .Torque-radio-wrapper-HeadType table {
        width: 66% !important;
    }

    .Torque-radio-wrapper-HeadType tbody tr td {
        width: 46% !important;
    }

    .Torque-radio-wrapper-HeadType input[type="radio"] {
        width: 26px !important;
    }

    .importdimensions input {
        width: 100% !important;
    }

    .torque-form select {
        width: 219px !important;
    }

    .new-form td {
        padding: 0 0 15px 0px;
    }

    .cell-breakWord {
        word-wrap: break-word;
        max-width: 1px;
    }

    .downsoft input[type="checkbox"] {
        max-width: 100%;
        width: 19px !important;
    }

    .no_spacing_mobile {
        padding-left: 0 !important;
    }

    .text.download {
        width: 100%;
        height: 100%;
    }

    .hidden-xs {
        display: none;
    }

    .downsoft h1 {
        font-size: 24px;
        padding: 15px 0 0 0;
    }

    .downsoft p {
        font-size: 18px;
    }

    .terms li {
        font-size: 18px !important;
    }

    .features_list li {
        font-size: 18px !important;
    }

    .Edit_distributor .lable {
        width: 100%;
    }

    #content.nobrd .field {
        width: 100%;
    }

    .Edit_distributor .postcode,
    .Edit_distributor .link,
    .Edit_distributor .name {
        width: 94% !important;
    }

    .table-content td,
    .table-content th {
        min-width: 81px !important;
    }

    .torque-form [type=submit] {
        width: auto;
    }

    .new-form .input-holder {
        width: 100%;
        display: block;
    }

    .torque-form .inputBox2 {
        width: 100%;
    }

    .map {
        width: 100% !important;
    }


    .post_code {
        margin: 0 0 0 0px;
    }

    .valign1.paging {
        margin-left: 0;
    }

    #map {
        width: 100% !important;
    }

    .norbar.result,
    .resultback {
        margin: 0 0 0 0px;
    }

    .wPercentage {
        width: 49.5%;
    }

    .ModDNNHTMLC .textbox {
        width: 98% !important;
    }

    .enquiryform select {
        width: 216px !important;
    }

    td.checkenquiry {
        width: 8%;
    }

    .lookingfor_radio td:first-child {
        padding-bottom: 25px;
    }

    .post_code {
        margin: 0 0 0 0px;
    }

    .softdown .categorybox .pro-link a {
        font-size: 10px;
    }

    .Category-for-Enquiry table {
        width: 100%;
    }

    .mobile_pl-0 {
        padding-left: 0px
    }

    .category_product {
        font-size: 20px;
    }

    .Category-for-Enquiry table label {
        font-size: 17px;
        margin-left: 9px;
    }

    .mt10 {
        margin-top: 10px;
        display: table-cell;
        width: 100%;
    }

    .Category-for-Enquiry [type=submit] {
        width: 33%;
    }

    .Category-for-Enquiry input[type="checkbox"] {
        margin: 0 5px 0 0;
    }

    table.enquiryform input[type="checkbox"] {
        width: 16px;
        height: auto;
    }

    .enquiryform .textfield {
        min-width: 65%;
    }

    .enquiryform .infotxt {
        display: block;
        font-size: 8px;
    }

    table.enquiryform input[type="submit"] {
        font-size: 14px;
        width: 104px;
    }

    .Industry_market {
        min-width: auto;
    }

    .ModDNNHTMLC input[type="checkbox"] {
        max-width: 100%;
        width: 19px;
    }
}

/*------sudesh css close-----------*/
.navigation {
    z-index: 1;
}

.infopop i {
    line-height: 36px;
}

.scroll {
    max-height: 500px;
    overflow-y: scroll;
}

.imgcontainer {
    height: 250px;
    line-height: 250px;
}

.imgcontainer img {
    max-height: 100%;
}

.categoryimgcontainer {
    height: 342px;
    line-height: 342px;
}

.categoryimgcontainer img {
    max-height: 100%;
}

a.menulinks,
a.menulinks label {
    cursor: pointer;
}

.RadRotator.RadRotator_Default.radrotator-custom {
    margin-top: 10px;
    margin-right: 0px;
}

.RadRotator.RadRotator_Default.radrotator-custom .rrClipRegion {
    border: none;
}

.RadRotator.radrotator-custom .rrClipRegion .rrItemsList li {
    display: inline-block;
    padding: 0 5px;
    float: none;
}

.RadRotator_Default.radrotator-custom .rrClipRegion {
    border: none;
}

.RadRotator_Default.radrotator-custom .rrButton {
    background: url('slider-arrow.jpg') no-repeat;
}

.RadRotator_Default.radrotator-custom .rrButton.rrButtonRight {
    width: 37px;
    height: 39px;
    background-position: -37px 0;
}

.RadRotator_Default.radrotator-custom .rrButton.rrButtonRight:hover {
    background-position: -37px 0;
}

.RadRotator_Default.radrotator-custom .rrButton.rrButtonLeft {
    width: 37px;
    height: 39px;
    background-position: 0px;
}

.RadRotator_Default.radrotator-custom .rrButton.rrButtonLeft:hover {
    background-position: 0px;
}

.uk-button-default i,
.uk-button.uk-button-Default i {
    margin-right: 5px;
}

.DnnModule-NorbarProducts ul {
    margin-left;
    0 !important;
}


.ModNorbarProductsC .toggle-wrapper {
    height: auto !important;
}

.ModNorbarProductsC .DNNModuleContent.ModDNNHTMLC {
    padding: 0 15px 5px;
    min-height: 340px;
}

.DNNModuleContent.ModNorbarProductsC .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.compare-products .row {
    margin: 0 0 10px;
}

.compareboxone {
    background-color: #f5f5f5;
}

.compareboxtwo {
    background-color: #f5f5f5;
}

.compareboxone .pads,
.compareboxtwo .pads {
    padding: 10px;
}

.compareboxone h2,
.compareboxtwo h2 {
    background-color: #2a2929;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.compareboxone .grey,
.compareboxtwo .grey {
    background-color: #e6e1e1;
    border: solid 1px #e1dada;
    padding: 3px;
}

.compareboxone .white,
.compareboxtwo .white {
    background-color: #ffffff;
    border: solid 1px #e1dada;
    padding: 3px;
}

.input-holder [type=checkbox],
.new-form [type=checkbox] {
    width: 30px;
}

.input-holder .checkbox-container {
    overflow-y: auto;
    display: inline-block;
    height: 200px;
    width: 450px;
    border: 1px solid grey;
}

.input-holder .checkbox-container label {
    margin-left: 10px
}

.txtCenter {
    text-align: center;
}



/*------sanket css------------*/



.Torque-radio-wrapper-HeadType-Checkbox input[type="checkbox"] {
    width: 30px;
    text-align: left;
    float: left;
}

.Torque-radio-wrapper-HeadType-Checkbox label {
    margin-left: 60px;
    display: block;
}

.Torque-radio-wrapper-HeadType-New input[type="radio"] {
    width: 30px;
    text-align: left;
    float: left;
}

.Torque-radio-wrapper-HeadType-New label {
    margin-left: 60px;
    display: block;
}

.Torque-radio-wrapper-HeadType input[type="radio"] {
    height: 49px;
    width: 30%;
    margin-left: 0px;
}

.Torque-radio-wrapper-HeadType label {
    margin-left: 12px;
}

.Torque-Value-radio-wrapper input[type="radio"] {
    height: 29px;
    width: 20%;
    margin-left: 0px;
}

.Torque-Value-radio-wrapper label {
    margin-left: 12px;
}

.myRadioList-torqueValue input[type="radio"] {
    float: left;
    margin: 0px;
}

.myRadioList input[type="radio"] {
    float: left;
    margin: 0px;
}

.myRadioList label {
    margin-left: 60px;
    display: block;
}

.torqur-Mul-filter-button .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 15px arial;
    width: 40%;
    cursor: pointer;
}

.torqur-filter-button .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 15px arial;
    width: 32%;
    cursor: pointer;

}

.filter-checkbox input[type="checkbox"] {
    width: 28px;
    margin: 0 15px 0 0;
    float: left;
}

.filter-checkbox label {
    margin-left: 55px;
    display: block;
}

.searchItemResultPerPagetext {
    float: right;
    margin-top: 6px;
    color: gray;
}

.setfltright {
    float: right;
}

.Filter-Nxt-bck-Button .button {
    background: #FE0000;
    padding: 7px 17px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: bold 15px arial;
    margin: 0 5px 0 0;
    width: 120px;
    cursor: pointer;
}

.Filter-Nxt-bck-Button {
    text-align: center;
}

.Filter-Nxt-bck-Button .button {
    width: auto !important;
    margin: 5px;
}

.clsRange .productdisplay h3,
.searchproductresult .productdisplay h3,
div#dnn_ctr19985_HtmlModule_lblContent h3 {
    min-height: 93px;
    font-size: 18px;
}

.searchItemborader {
    border-bottom: 1px solid lightgray;
}

.searchItemPaddingTop10 {
    padding-top: 10px;
}

.bbi-product-details {
    font-size: 100% !important;
}

.new-form.col3 {
    float: right;
}

.searchItemResultPerPagetext {
    float: left;
    margin-top: 0;
}

/* .SearchButton {
    top: 2px !important;

} */

/* .searchInputContainer1 {
    float: left;
    margin-top: 0;
} */

div#dnn_ctr19898_HtmlModule_lblContent span {
    font-size: 100% !important;
}

.dimensionsleft {
    display:inline-block;
    margin-right:30px;
}

.dimensionsright {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width:1024px) {
    .searchInputContainer1 {
        position: relative;
    }

    .searchInputContainer1 .SearchButton {
        top: 2px;
        right: 22px;
    }

    #dnn_dnnSearch2_cmdSearch {
        display:none !important;
    }
}


@-moz-document url-prefix() { 

.searchInputContainer1 {
        position: relative;
    }

    .searchInputContainer1 .SearchButton {
        top: 2px;
        right: 22px;
    }
}




.topblock.contactlink {

  width: 100%;
  justify-content: right;
  display: flex;
}

.obsolete-bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 573px;
    max-height: 573px;
}

.obsolete-bg-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url("/DesktopModules/NorbarProducts/Images/ProductImages/obsolete-watermark.png");
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.2;
}

.obsolete-bg-image-small {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}

.obsolete-bg-image-small:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url("/DesktopModules/NorbarProducts/Images/ProductImages/obsolete-watermarkSmall.png");
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.2;        
}

.navigation{
    z-index : 999;
}

.rrItemsList{
    height:123px;
}

.categoryimgcontainer .obsolete-bg-image-range, .categoryimgcontainer .obsolete-bg-image-search {
    max-width: 342px;
    max-height: 342px;
    margin: auto;
    position: relative;
    display: block;
}

.categoryimgcontainer .obsolete-bg-image-range:before, .categoryimgcontainer .obsolete-bg-image-search:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.2;
    background-image: url("/DesktopModules/NorbarProducts/Images/ProductImages/obsolete-watermark-342X342.png");
}



