:root{
    --text_body_font: Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --heading_font: Quicksand, Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --nav_bar_colour: #333;
    --button_colour: #4990E2 ;
    /*--highlight_colour: #dd8800;*/
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    background-color: #ddd;
    line-height: 1.4;
    font-family: Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: var(--text_body_font);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    letter-spacing: 0.37px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}


h2, h3 {
    font-family: Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: var(--text_body_font);
}

h1, h2 {
    font-family: Quicksand, Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: var(--heading_font);
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: left;
    font-size: 37px;
    /*font-weight: 300;*/
    color: #777;
}

a{
    color: #4990E2;
}

a:hover{
    color: #80B4E3;
}

.tree-collapser {
    color: #4990E2;
}

.tree-collapser:hover {
    color: #80B4E3;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.breadcrumb {
    z-index: 200;
    /*position: absolute;*/
    top: 160px;
    left: 0;
    text-align: center;
    width: 80%;
    font-size: 0.9em;
    font-weight: 300;
    font-style: italic;
    margin: 0 10%;
    text-align: center;
    background: none;
    min-height: 30px;
}

.breadcrumb a:hover{
    color: #80B4E3;
}

.breadcrumb>li+li:before{
    padding: 0;
    content: ">";
}

.col-sm-4 {
    padding: 0;
}

#contentrow{
    background: #fafafa;
    text-align: center;
    height: 100%;
    padding: 0 0 100px 0;
    width: 100%;
}

.brand a {
    color:inherit;
    text-decoration: inherit;
}

a.logout {
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    color: inherit;
    text-decoration: inherit;
    -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.login {
    /* background: #333;
    background: var(--nav_bar_colour); */
}

.dialogue {
    padding-top: 50px;
    margin-top: -1px;
}

#entercode.panel-body {
    padding-top: 0px;
}

#entercode .form-group {
    margin-bottom: 10px;
}

.sidemenu {
    position: relative;
    left: 0;
    color: #4990E2;
    text-align: left;
    /* Side Menu BG Grad & Shadow:*/
    background-image: linear-gradient(-90deg, #FAFAFA 0%, #E6E6E6 100%);
  /*-webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 0px 1px 0 rgba(0,0,0,0.25);*/
  /*background: #e8e8e8; ALTERNATE BACKGROUND*/
    padding: 110px 0;
    margin-top: 40px;
    margin-bottom: 50px;
    min-height: 400px;
    margin-right: 0;
    margin-left: 0;
    text-transform: lowercase;
}

#filter-input-hide_inactive{
    position: relative;
    margin-left: 8px;
    right: 0;
    float: right;
    text-align: right;
}

.sidemenu:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fafafa;
    -webkit-transform: skew(0deg, 8deg);
    -ms-transform: skew(0deg, 8deg);
    transform: skew(0deg, 8deg);
}

.sidemenu:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fafafa;
    -webkit-transform: skew(0deg, -8deg);
    -ms-transform: skew(0deg, -8deg);
    transform: skew(0deg, -8deg);
    /*border-top: 1px solid #dedede;*/
}

.sidetabinactive {
    left: 0;
    color: #4990E2;
    padding: 6px 6px 6px 30px;
    margin-bottom: 16px;
    margin-left: 0;
}

.nav .sidetabinactive a:hover {
    color: #4990E2;
    background: #CDDEED;
    text-decoration: underline;
    width: 100%;
}

.sidetabinactive:hover {
    background: #CDDEED;
}

.sidetabinactive:hover::before {
    color: #4990E2;
    background: #CDDEED;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    height: 10px;
    width: 100%;
    -webkit-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.sidetabinactive:hover::after {
    color: #4990E2;
    background: #CDDEED;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 10px;
    width: 100%;
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}


.sidetabactive {
    left: 0;
    color: #4990E2;
    background: #fafafa;
    padding: 6px 6px 6px 30px;
    margin-bottom: 16px;
    width: 100%;
    -webkit-box-shadow: inset 2px 0px 2px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 0px 2px -6px rgba(0,0,0,0.75);
    box-shadow: inset 2px 0px 2px -6px rgba(0,0,0,0.75);
    border-right: 2px solid #fafafa;
}

.nav .sidetabactive a:hover {
    color: #80B4E3;
    background: #fafafa;
}

.sidetabactive:hover {
    background: #fafafa;
}

.sidetabactive:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fafafa;
    -webkit-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.sidetabactive:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fafafa;
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}

.dropdown-menu-sub-button {
    display: block;
    padding: 3px 20px;
    /*clear: both;*/
    font-weight: 300;
    line-height: 1.42857143;
    /*color: #333;*/
    white-space: nowrap;
    border: none;
    background-color: transparent;
}

.dropdown-menu-sub-button input {
    width: 80%;
    padding: 3px 40px;
}

.navbar-default{
    text-transform: lowercase;
    background: #333;
    background: var(--nav_bar_colour);
    height: 100px;
}

.navbar{
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    text-transform: lowercase;
    background: #333;
    background: var(--nav_bar_colour);
}

#topnav.navbar{
    max-height: 100px;
}

.removecase {
    text-transform: none;
}

.navbar .nav-pills>li>a:hover{
    border: 0;
    border-radius: 0 !important;
    background: #80B4E3;
    color: #fafafa;
}

.navbar .nav-pills>li>a:active{
    background: #4990E2;
    color: #fafafa;
}

.nav-pills {
    float: right;
}

.navbar .nav li a {
    text-align: center;
    /*color: #fafafa;*/
    padding: 28px 10px 10px 10px;
    height: 100px;
    min-width: 100px;
    float: right;
}

.navbar-right{
    position: relative;
    margin-right: 0;
}

.navbar-right li a:focus{
    background: none;
}

.navbar-right li a:open{
    background: none;
}

.navbar-left{
    float: left;
    margin-left: 0;
    padding-left:0;
}

#footer{
    padding: 25px 25px;
    border: 0;
    border-radius: 0;
    background: #333;
    background: var(--nav_bar_colour);
}



.columnhead {
    text-transform: lowercase;
    color: #dd8800;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 0.9em;
    padding-top: 10px;
}

#header-bg {
    position: fixed;
    z-index: 1500;
    background: #333;
    background: var(--nav_bar_colour);
    width: 100%;
    padding: 0;
    height: 100px;
  }

}

.reversed {
    color: #fafafa;
}

.reversed h2 {
    color: #fafafa;
}

a.reversed {
    color: #80B4E3;
}

a .reversed:hover, a h2:hover, a .productdetails:hover {
    color: #80B4E3;
}


.productdetails ul {
    list-style-type: none;
    padding-left: 0;
}

.productdetails ul li {
    padding-top: 6px;
}

.disabled {
    opacity: .4;
    display: none;
}

.logo{
    margin-top: 14px;
}

.hublogo{
    height: 40px;
}

img.hublogo {
    /* -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out; */
}

img.hublogo:hover {
    /* -webkit-transform: rotate(360deg);
    transform: rotate(360deg); */
}

#loginbox .hublogo {
    height: 60px;
}

.localeflag{
    height: 12px;
    margin: 0 8px 2px 0;
}


.cologo{
    margin: 4px 0 0 25px;
    max-height: 46px;
    max-width: 200px;
}

.searchicon{
    float: left;
    color: #4990E2;
    margin: 3px 6px;
}

#search {
    display: inline-block;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #4990E2 solid;
    width: 176px;
}
/* "Grandparent Container for Search Box centering */
#searchbox {
    display: none; /* Temporary turn off until functioning */
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
/* "Parent" container for "Child" centering */
.position-controller{
    width: 308px;
    margin-left: auto;
    margin-right: auto;
}

#logos .position-controller {
    margin-left: 0;
    padding-left: 0;
    float: left;
}

#navarea .position-controller {
    float: right;
}

#searchbtn{
    position: relative;
    display: inline-block;
    float: right;
    text-transform: none;
}

#textarea{
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.searchinput, .submitbtn{
    font-weight: 300;
    background: none;
    border: none;
}
.searchinput{
    font-size: 0.9rem;
    text-align: left;
    color: #fafafa;
    width: 96%;
    margin-right: 50px;
}

.searchinput::placeholder{
    color: #80B4E3;
}

.slanted {
    -webkit-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    transform: skewX(12deg);
}

.unslanted {
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    display: inline-block;
}

.wedge {
    position: relative;
    display: block;
    font-size: 1.3em;
    font-weight: 300;
    background: url("/static/key-eeeeee.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    padding: 8px 0 0 0;
    width: 298px;
    height: 50px;
    border: none;
}

.wedgeactive {
    position: relative;
    display: block;
    font-size: 1.3em;
    font-weight: 300;
    background: url("/static/key-fafafa.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    padding: 8px 0 0 0;
    width: 298px;
    height: 50px;
}

.wedge:hover {
    /*position: relative;
    display: block;
    font-size: 1.3em;
    font-weight: 300;*/
    background: url("/static/key-cddeed.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    /*padding: 8px 0 0 0;
    width: 300px;
    height: 50px;
    text-decoration: none;*/
}

.smalltab, .smalltab:hover, .smalltab:active {
    width: 220px;
}

.miniwedge {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: url("/static/key-4990e2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    min-width: 100px;
    height: 22px;
    line-height: 19px;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    text-transform: none;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
}

.miniwedge:hover {
    background: url("/static/key-80b4e3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    text-decoration: none;
    color: #fff;
}

.wedgelighter{
    background: url("/static/key-cddeed.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    color: #4990E2;
    text-transform: none;
}

.wedge-red{
    background: url("/static/key-be0000.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
}

.wedge-red:hover {
    background: url("/static/key-d14c4c.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
}

#tablist{
    position: relative;
    min-height: 100px;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}

#tablist li{
    display: inline-block;
    padding-left: 0px;
}

#tablist a:hover, #tablist a:focus{
    color: #4990E2;
}

.tabtext {
    position: relative;
}

.tabzone{
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 3;
}

.settingzone{
    background: none;
    padding: 0 40px 80px 40px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.widebody{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.col-xs-12{
    padding: 0;
}

.settingzone .col-xs-10{
    padding: 0;
}

.settingzone .col-xs-offset-2{
    padding: 0;
}


.page-header {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
    border: none;
}

.page-header .withfilter {
    margin-right: 280px;
}

table{
    border-collapse: separate;
}

.dropdown-table {
    position: relative;
    /*width: 100%;*/
        /*border: 2px red dashed;*/
        /*background: yellow;*/
}

.dropdown-table tr {
    /*width: 600px;*/
    padding-left: 50px;
    padding-right: 50px;
}

.table, td, th, tbody, thead {
    background: none;
    font-weight: 300;
    font-size: 0.95em;
    text-align: left;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
    vertical-align: inherit;
}

.provisioning-item {

}

.widerow {
    height: 100px;
}

.table>tfoot>tr>td, .table>tfoot>tr>th {
    padding: 8px 0 8px 0;
    border: none;
    vertical-align: inherit;
    border-bottom: none;
}

#productinfo .table>tfoot>tr>th{
    padding-bottom: 4px;
}

.table>thead>tr>th{
}

.table>tbody>tr>td{
    padding: 0;
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td{
    padding: 8px 4px;
}

th{
    color: #333;
}

td{
    color: #333;
}

th:last-child, td:last-child{
    text-align: right;
}

td:last-child.text-left {
    text-align: left;
}

th:only-child, td:only-child{
    text-align: left;
}

th:first-child, td:first-child{
    padding-right: 10px;
}

.panel .table{
    margin-bottom: 50px;
}

.form-group{
    margin-bottom: 0;
}

.form-control {
    padding: 2px 6px;
    color: #dd8800;
    height: 24px;
    margin-top: -8px; /* Cancels out table padding */
    margin-bottom: -8px; /* Cancels out table padding */
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px #ddd solid;
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
    box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
}

.range-text .form-control {
    padding: 2px 0px 2px 4px;
}

.product_row .form-control {
    width: 50px;
}

.wedgeactive .form-control {
    height: 54px;
    width: 90%;
    text-align: center;
    font-size: 1em;
    margin-top: -18px;
}

textarea.form-control {
    margin-top: 0; /* Removes cancelling out table padding above where required */
    margin-bottom: 0; /* Removes cancelling out table padding above where required  */
}

#nst-code-outer {
    width: 50%;
    float: left;
}

#nst-code-outer .form-control, #margin-row .form-control {
    margin-top: 0;
}

#apply-section .miniwedge, #save-duplicate .miniwedge, #margin-submit-apply {
    min-width: 120px;
}

#searchfilters {
    position: relative;
    top: -88px;
    float: right;
    width: 250px;
}

/* DROPDOWN CONTAINER */
#filter-selector {
    position: absolute;
    top: 30px;
    right: 0;
    float: right;
    width: 250px;
}

/* DROPDOWN LABEL */
#filter-selector .panel-title {
    position: absolute;
    /*top: -20px;*/
    line-height: normal;
    padding: 0;
}
/* DROPDOWN SELECTOR */
#filter-selector .form-control {
    position: absolute;
    /*top: -20px;*/
    right: 0;
    width: 250px;
    float: right;
    /*font-size: 14px;*/
}

#product:target:before {
content:"";
display:block;
height:100px; /* fixed header height*/
margin:-100px 0 0; /* negative fixed header height */
}

/* INPUT BOX */
#filter-input-row {
    position: absolute;
    top: 58px;
    right: 0;
    width: 250px;
    float:right;
    font-size: .95em;
}

#searchfilters.midpage {
    top: -36px;
}

.subheader {font-size: 16px;}

/* FILTER DISCONTINUED ITEMS */
#hideoption{
    position: absolute;
    padding: 0;
    top: 91px;
    width: 250px;
    right: 0;
    float: right;
    text-align: right;
}

#twintextleft .form-control, #twintextright .form-control, #featuretextleft .form-control, #featuretextright .form-control, #featuretextmiddle .form-control {
    width: 80%;
}

.form-control::placeholder {
    color: #dd8800;
}

.orderpanel .form-control {
    text-align: center;
    width: 50%;
}

.panel{
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
}

.panel-row{
    background: none;
    border-bottom: 0;
}

.panel-default{
    border: none;
    background: 0;
}

.panel-default, .panel-footer{
    background: none;
}

.table > thead:first-child > tr:first-child > th{
    background: none;
    border: 0;
}

.table>tbody>tr>th.noborder, .table>tbody>tr>td.noborder, .table>thead>tr>th.noborder, .table>thead>tr>td.noborder{
    border-bottom: none;
}

.panel-default>.panel-heading{
    padding-left: 0;
    padding-right: 0;
    background: none;
}

.panel-title {
    text-transform: lowercase;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
    color: #666;
    text-align: left;
    padding: 10px 0;
}

.dropdown-menu .panel-title {
    padding: 50px 50px 25px 50px;
    color: #666;
}

.dropdown-menu .panel-title {
    padding-top: 15px;
    padding-bottom: 10px;
    /*border: 2px blue dashed;*/

}

.dropdown-menu .dropdown-table.panel-title {
    /*border: 2px blue dashed;*/
}

hr{
    margin-left: 50px;
    margin-right: 50px;
}

#filterAdvanced hr {
    /* margin: 10px 0; */
}

#toggle {
    width: 100px;
    height: 100px;
    background: #ccc;
}

#menuHolder {
    padding: 0;
    margin: 0;
}

.panel-footer{
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: #fafafa;
    border-radius: 0;
}

.panel>.table:last-child{
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.buttonzone{
    float: left;
    text-align: left;
}

#searchbtn .btntype1:focus, #searchbtn .btntype1:active{
    color: #4990E2;
    border-color: #CDDEED transparent;
    background: none;
    -webkit-transition: none;
    transition: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-transition: none;
    transition: none;
}

.dropdown-menu {
    position: absolute;
    display: block;
    background: #fafafa;
    font-size: 1em;
    /*width: 298px;*/
    top: 24px;
    /*left: -94px;*/
    z-index: 1000;
    border: none;
    border-top: 2px #80b4e3 solid;
    border-radius: 0;
    padding: 25px 0 50px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    /*text-align: center; KEEP COMMENTED OUT for BROWSER TESTING*/
    width: 301px;
    /*left: 50%; /*COMMENT OUT for BROWSER TESTING*/
    /*margin-left:-150px; /* COMMENTED OUT for BROWSER TESTING*/
    /*overflow: auto !important;*/
    text-overflow: ellipsis;
}

#navarea .dropdown-menu {
    border-top: 2px #3f3f3f solid;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px 0px;
}

#translator .dropdown-menu {
    left: 50%;
    margin-left:-150px;
    margin-bottom: 0;
    border-top: 0;
    border: none;
    border-bottom: 2px #4990E2 solid;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 10px 0px;
}

.dropdown-menu.wide-wedge {
    top: 20px;
    left: -79px;
}

.basket-dropdown.dropdown-menu {
    width: 500px;
    left: -176px;
}


.vendordropdown{
    margin-top: -2px; /*KEEP COMMENTED OUT for BROWSER TESTING*/
    left: -94px;
}

ul.dropdown-menu a{
    /*overflow: auto;*/ /* REMOVED to stop horizontal scrolling in Vendor Dropdown */
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-menu button {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#navarea {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-height: 100px;
}

#navarea .dropdown-menu {
    position: fixed; /* remove to revert to narrow version */
    background: #333;
    background: var(--nav_bar_colour);
    top: 96px;
    left: 8%; /* remove to revert to narrow version */
    width: 84%; /* revert to 298px for narrow version */
    max-height: 700px;
    margin-right: auto;
    margin-left: auto;
}

#navarea .dropdown-menu .panel-title {
    padding: 35px 0 25px;
    text-align: center;
    color: #ddd;
}

.menu-block{
    float:none;
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    text-align: center;
    width: 100%;
    padding; 10px 0;
    min-height: 100%;
}

.dropdown-menu-sub-button, a.dropdown-menu-sub-button{
    width: 100%;
    text-align: left !important;
    padding: 10px 50px 10px 50px !important;
    color: #4990E2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

#navarea .dropdown-menu-sub-button {
    border-radius: 1px;
}

a.dropdown-menu-sub-button.disabled {
    color: #ddd !important;
    text-decoration: line-through;
}

a.dropdown-menu-sub-button.disabled:hover {
    background: #666 !important;
}

#newbasket-submit {
    /*float: right;
    /*margin-right: 50px !important;*/
    margin: 0;
}

#navarea .dropdown-menu a.dropdown-menu-sub-button{
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*color: #80B4E3 !important;*/
    /*padding: 10px !important;*/
}

.dropdown-menu-sub-button .basket-name {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    float: left;
}

.summary-info {
    margin-left: 4px;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    text-align: right;
}

#navarea .dropdown-menu a.dropdown-menu-sub-button.disabled:hover{
    color: #fff !important;*/
    opacity: 1;
}

#navarea .menu-block .position-controller {
    float: left;
    width: 33.33%;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-radius: 0;
    background: #4990E2;
    color: #fafafa;
}

.caret {
    position: relative;
    margin-left: 5px;
    bottom: 1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fafafa;
    border-bottom: 0 solid #fafafa;
}

.dropup .caret {
    border-top: 0 solid #fafafa;
    border-bottom: 5px solid #fafafa;
}

#navarea .caret {
    position: absolute;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px #4990E2 solid;
    margin-left: 50%;
    top: 0;
    display: none;
}

#navarea hr {
    border-top: 1px solid #666;
}

.buttonzone{
    position: relative;
    display: block;
    margin-bottom: 40px;
    margin-top: 0;
    width: 100%;
    text-align: left;
}

.dropdown-menu-sub-button:hover, .dropdown-menu a.dropdown-menu-sub-button:hover{
    background: #4990E2 !important;
    color: #fafafa !important;
}

.editlink{
    font-size: 1em;
    text-transform: lowercase;
}

#checkoutbuttons {
    margin-top: 50px;
}

#shipping {
    margin-top: 25px;
}

#savebtn, #cancelbtn, #editbutton, #editmessage {
    position: relative;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 100;
    text-transform: none;
}

#editmessage, #emulatemessage {
    font-size: 1.2em;
    color: #fff;
    margin: 0 20px;
    padding: 0;
}

#editbutton {
    margin-top: 6px;
}

#editbutton a:hover{
    color: #fff;
}

.container {
    z-index: -100000;
    width: auto;
    padding-left: 8%;
    padding-right: 8%;
}


#customisebar, #emulationbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    z-index: 1000;
}

#customisebar {
    bottom: 55px;
}

.saveinner {
    position: absolute;
    padding-top: 0;
    /*padding-bottom: 10px;*/
    width: 100%;
    z-index: 3;
    /*background: rgba(50, 50, 50, 0.8);*/
    background-color: rgba(73, 144, 226, 0.8);
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.saveinner:hover {
    background-color: rgba(73, 144, 226, 1);
    z-index: 3;
}

#emulationbar.saveinner {
    background-color: rgba(209, 76, 76, 0.8);
}

#emulationbar.saveinner:hover {
    background-color: rgba(209, 76, 76, 1);
}

#tabtop{
    margin-top: 100px;
}

.saveouter {
    position: absolute;
    bottom: 0;
}

.savefooter {
    position: absolute;
    bottom: 0;
}

.colourme1{
    color: #dd8800;
}

.colourme2{
    color: red; /* SPARE/TEST COLOUR CLASS */
}

.colourme3{
    color: rgba(173, 0, 0, 0.8);
}

.glyphicon {
    margin-right: 4px;
    margin-left: 4px;
    top: 2px;
}

#navarea .glyphicon {
    margin-right: 10px;
    margin-left: 10px;
}

.mandatory.glyphicon-asterisk {
    top: 10px;
    margin-left: -20px;
    color: #ee0000;
    font-size: 0.50em;
    float: left;
}

#special-note .glyphicon-asterisk {
    color: #ee0000;
    font-size: 0.50em;
    vertical-align: text-top;
}

#delivery-options .glyphicon-asterisk {
    margin-left:0;
    color: #ee0000;
    font-size: 0.50em;
    float: right;
}

#loginbox .glyphicon-asterisk {
    display: none;
}

.divider{
    color: #4990E2;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.label{
    color: inherit;
    padding: 0;
    font-size: 100%;
    font-weight: 300;
    white-space: normal;
}

.label-success{
    color: #dd8800;
    background: none;
    border-radius: 0;
}

.label-warning{
    color: #dd8800;
    background: none;
    border-radius: 0;
}

.dropdown-menu-sub-button .label-warning{
    color: #fafafa;
    background: #dd8800;
    border-radius: 16px;
    padding: 1px 6px 3px 6px;
    margin-left: 10px;
    /*-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.5);*/
}

p.label-warning{
    margin-top: 30px;
    /*font-size: 12px;*/
    line-height: 1.25em;
}

#navAlert .label-warning {
    color: #fafafa;
    background: #dd8800;
    font-size: 12px;
    border-radius: 16px;
    padding: 1px 6px 3px 6px;
    position: absolute;
    display: inline-block;
    margin-top: -55px;
    margin-right: 10px;
    /*-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.5);*/
}

.label-danger{
    color: #ee0000;
    background: none;
    border-radius: 0;
}

.checkbox{
    padding-top: 4px;
    padding-left: 0;
    margin-top: -6px;
    margin-bottom: 0;
}

.checkbox input[type=checkbox]{
    margin-top: 0;
    /* Double-sized Checkboxes */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -ms-transform: scale(2); /* IE */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

input[type=checkbox]{
    margin-left: 20px;
}

input#select-all.select-all {
    margin-left: 10px;
}


input[type=radio]{
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px;
    width: 14px;
    height: 16px;
}

.table>tbody>tr>td.save-radio {
    padding-top: 0;
    padding-bottom: 0;
}

.save-radio input[type=radio] {
    top: 2px;
}


.shipradio {
    margin-bottom: 15px;
    width: 100%;
}

#ship_instructions {
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#provisioning_instructions {
    height: 200px;
    margin-top: 20px;
}

#centerbox {
    margin-top: 0;
    position: absolute;
    top: 20%;
    transform: translateY(-10%);
    width: 100%;
}

#loginbox{
    min-width: 200px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 100px;*/
    border-radius: 0;
}

.panel {
    background: none;
}

.container-fluid {
    max-width: 600px;
    padding: 40px 60px;
    background: #ffffff;
    border: 2px #4990E2 solid;
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.5);
    margin-bottom: 50px;
}

.container-fluid.signin, .container-fluid.change-password {
    /* max-width: 500px; */
    margin-bottom: 50px;
}

.container-fluid.welcomeback  {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 50px;
}

.container-fluid.welcomeback .container  {
    max-width: 1200px;
}

#messageAlertbox, #termsAlertbox {
    margin-top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 300;
}

#messageAlertbox h3 {
    margin: 20px 0 10px; 0;
}

#termsAlertbox h3 {
    margin: 10px 0 20px; 0;
}


#messageAlertbox button {
    margin: 6px 2px 26px 2px;
}

#messageAlertbox .close {
    font-size: 3em;
}

#inbox>tbody>tr>td>.unread {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clipme {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#inbox>tbody>tr>td {
}

.table>tbody>tr>th.inbox, .table>tbody>tr>td.inbox{
    padding-top: 50px;
    padding-bottom: 75px;
}

.welcomeback {
    width: 100%;
    /*height: 50%;*/
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    /*padding: 25% 5%;*/
    z-index: 500;
    top: 30%;
    transform: translateY(-15%);
    overflow-y: scroll;
}

#termsAlertbox .welcomeback {
    /* top: 20%; */
    /* height: 80%; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.announcements .table>tbody>tr>th, .announcements .table>tbody>tr>td{
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 2px red dashed;*/
}

.welcomeback .table>tbody>tr>th, .welcomeback .table>tbody>tr>td, .announcements .table>tbody>tr>th, .announcements .table>tbody>tr>td{
    padding: 4px 4px 4px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.welcomeback p {
    margin-bottom: 4px;
}

.welcomeback h3, .welcomeback h2, .welcomeback h1 {
    text-align: center;
    font-weight: 300;
}
/*#loginbox.enablebox {
    max-width: 700px;
}*/

.conditions p {
    text-align: center;
}


section.terms-conditions {
    border: 1px #ccc solid;
    font-size: 14px;
    width: 100%;
    height: 350px;
    margin: 25px auto;
    padding: 25px;
    overflow: scroll;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.terms-conditions p {
    text-align: justify;
    overflow-y: scroll;
}

.terms-conditions h4 {
    text-align: center;
    margin-bottom: 0;
}

.terms-conditions .agreement {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 16px;
}

.agreed {
    color: red;
    padding: 4px;
    margin: 50px auto -10px auto;
    width: 350px;
    border: 2px red solid;
}

.agreed p {
    text-align: center;
}

.terms-conditions p input {
    margin-right: 5px;
}

#enable2fa {
    /*margin-bottom: 50px;*/
}

#loginbox.confbox {
    max-width: 500px;
}

#loginbox .form-control{
    margin: 10px auto;
    border: 1px #ddd solid;
}

#loginbox h2 {
    text-align: center;
    font-weight: 300;
    font-family: Quicksand, Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: var(--heading_font);
    margin: 15px auto;
}

#loginbox img{
    margin-left: auto;
    margin-right: auto;
}

#logobox {
    width: 135px;
    margin-left: auto;
    margin-right: auto;
}

#loginbox button{
    margin: 10px 2px 26px 2px;
}

#loginbox.panel {
    margin-bottom: 0;
}

.instructions{
    color: #333;
    margin-bottom: 20px;
}

.forgot {
    font-size: .8em;
    text-align: center;
    margin-top: -6px;
}

.btntext{
    position: relative;
    text-transform: capitalize;
    top: -20px;
    text-align: center;
}


.img-s{
    max-height: 90px;
    max-width: 90px;
    margin: 2px 10px 4px 10px;
    padding: 4px;
    background: #fff;
}

.img-f{
    margin-top: 20px;
}

.shadow1{
    -webkit-box-shadow: 2px 4px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 2px 0px rgba(0,0,0,0.1);
}

#productmain {
    background: #fff;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.25);
    padding: 0 0 100px 0;
}

#textleftrow {
    background: #fff;
    height: 350px;
    padding-bottom: 10px;
}

#textrightrow{
    background: #fff;
    height: 350px;
    padding-top: 10px;
}

#textrightrow:hover, #textleftrow:hover{
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#textmiddlerow {
    text-align: center;
    padding: 50px;
    width: 100%;
    background-image: url("/static/landscape-fibre.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 350px;
}

#twinrow .hoverbox{
    background: #333;
    height: 350px;
    padding: 60px 50px;
}

.vendor-logobox {
    height: 80px;
    text-align: center;
    /*margin-bottom: 20px;*/
    /*vertical-align: middle;*/
    /*border: 2px dashed red;*/
}

#twinrow img{
    max-height: 100px;
    vertical-align: middle;
}

.vendor-logobox img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hoverbox{
    border: 1px #999 solid;
    padding: 0 50px;
    min-height: 350px;
}

.hoverbox:hover{
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,1);
}

#twinrow .reversed, #twinrow .reversed h2{
    text-align: center;
}

#productmain .btn-group {
    width: 100%;
    margin-top: 0;
    text-align: left; /* Add to basket button alignment */
}

#productmain .priceline {
    margin-top: 50px;
}

.btn-group {
    text-align: left; /* Add to basket button alignment */
}

#pricebox {
    /*width: 50%;*/
    padding: 0;
    /*border: 2px blue dashed;*/
}

#pricebox, #quantitybox {
    margin: 10px 0;
    text-align: left; /* Add to basket button alignment */
}

.priceline #pricebox {
    margin: 0;
}

#quantitybox input {
    color: #dd8800;
    padding: 2px 0 2px 2px;
    width: 75px;
    height: 23px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
    box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
}

#productinfo, #featuretextleft, #featuretextright, #featuretextmiddle {
    z-index: 2;
}

#productimg img, #vendorimg img {
    width: 90%;
    padding: 0;
}

#vendorimg, #productimg{
    background: #fff;
    padding: 25px;
    max-width: 100%;
    margin-top: 20px;
}

#productinfo, #featuretextright{
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 10%;
    max-width: 40%;
    padding-left: 0;
    display: inline;
}

#featuretextright {
    margin-top: 50px;
}

.productdetails{
    font-size: 1.2em;
    color: #333;
    text-align: left;
    line-height: 1.4;
}

.productname h1 {
    margin-bottom: 20px;
}


/* Image styling to allow poor placement of image by user */
.productdetails img{
    margin: 25px 25px 25px 0 !important;
    padding: 10px;
    border: 1px #eee solid;
}

.productdetails.reversed{
    font-size: 1.2em;
    color: #fafafa;
}

#vendorinfo, #featuretextleft{
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 0%;
    max-width: 40%;
    padding-right: 0;
    padding-left: 0;
    display: inline;
}

#featuretextleft {
    margin-top: 50px;
}

#featuretextleft.reversed{
}

#featuretextright.reversed{
    padding-left: 80px;
}

#featuretextmiddle{
    width: 100%;
    min-height: 250px;
    /*overflow-x: none;
    overflow-y: scroll;*/
    background: rgba(32,32,32,0.65);
    padding: 10px 10px 30px 10px;
}

#featuretextmiddle:hover{
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#featuretextmiddle h1, #featuretextmiddle td{
    color: #fafafa;
    text-align: center;
}

#featuretextmiddle .table>thead>tr>th, #featuretextleft .table>thead>tr>th, #featuretextright .table>thead>tr>th, #twintextleft .table>thead>tr>th, #twintextright .table>thead>tr>th {
    border: none;
}

#featuretextmiddle .table>tbody>tr>td, #featuretextleft .table>tbody>tr>td, #featuretextright .table>tbody>tr>td, #twintextleft .table>tbody>tr>td, #twintextright .table>tbody>tr>td {
    border: none;
}

#featuretextmiddle .form-group, #featuretextleft .form-group, #featuretextright .form-group, #twinrow .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

#featuretextmiddle .form-group:first-child, #featuretextleft .form-group:first-child, #featuretextright .form-group:first-child{
    margin-top: 80px;
}

#featuretextmiddle h1:hover{
    color: #80B4E3;
}

#top.form-control, #middle.form-control, #tile_left.form-control, #tile_right.form-control, #bottom.form-control{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#top.form-control {
    max-width: 300px;
}

input#top_description textarea, input#middle_description.form-control, input#tile_left_description.form-control, input#tile_right_description.form-control, input#bottom_description.form-control{
    height: 70px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#messageBody textarea {
    min-height: 100px;
}

.featuretextarea{
    min-height: 70px;
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
    color: #dd8800;
    border: 1px #ddd solid;
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(205,222,237,1);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(205,222,237,1);
    box-shadow: inset 0px 0px 4px 1px rgba(205,222,237,1);
}

.flex-container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    height: 100%;
}

.flex-item {
    max-height: 250px;
    max-width: 100%;
}


#productimg.flex-container img, #vendorimg.flex-container img{
    max-height: 600px;
}


#productimg.flex-container, #vendorimg.flex-container{
    min-height: 400px;
    max-height: 99%;
}

#productinfo .table > tbody > tr > td, #vendorinfo .table > tbody > tr > td, #featuretextleft .table > tbody > tr > td, #featuretextright .table > tbody > tr > td,
#featuretextmiddle .table > tbody > tr > td, #featuretextmiddle .table > tbody > tr > td  {
    border-bottom: none;
}

#productinfo input {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 2px 0 2px 2px;
    border-radius: 3px;
        -webkit-box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
        -moz-box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
        box-shadow: inset 0px 0px 4px 1px rgba(205, 222, 237, 1);
  }

input{
    margin-left: 3px;
    margin-right: 3px;
    border: 1px #ddd solid;
}

#margin-input {
    background: #fff;
    padding: 0;
    width: 45%;
    text-align: center;
    float: left;
    margin-right: 5px;
}

#margin-row td {
    text-align: left;
}

#margin-submit {
    margin-left: 10px;
    float: right;
}

#manual-auth-threshold .form-control  {
    position: relative;
    top: 5px;
    background: #fff;
    float: right;
    padding: 2px 8px;
    width: 120px;
    margin-left: 10px;
}

#manual-auth-currency {
    position: relative;
    float: right;
    padding: 0;
}

#base-url-field .form-control  {
    position: relative;
    top: 5px;
    background: #fff;
    float: right;
    padding: 2px 8px;
    width: 80%;
    margin-left: 10px;
}

#base-url-field-prefix {
    position: relative;
    float: right;
    padding: 0;
}

#prices {
    margin-top: -25px;
}

#prices input {
    float: right;
    width: 80px;
    margin-left: 10px;
    text-align: center;
}

.currency {
    text-transform: none;
}

#productinfo .table>tfoot>tr>th {
    padding: 10px 0 0 0;
}

#productinfo .table>tfoot>tr>td{
    padding: 10px 0 0 0;
}

.price {
    float: left;
    /*text-align: left;*/
    font-weight: 300;
    font-size: 37px;
    color: #4990E2;
    line-height: 20px;
    padding-right: 10px;
  }

.vat {
    float: left;
    color: #999;
    font-size: 18px;
    line-height: 20px;
    /*vertical-align: -10px;*/
}

.vat.align-right{
    float: right;
}

.quantity{
    color: #4990E2;
    font-size: 18px;
    top: 2px;
    padding-right: 4px;
    padding-left: 18px;
    line-height: 20px;
    text-align: center;
}

#featurezone{
    background-image: linear-gradient(-150deg, #80B4E3 0%, #4990E2 100%);
    padding-top: 58px;
    padding-bottom: 36px;
    padding-left: 10%;
    padding-right: 10%;
    color: #fafafa;
    font-size: 1.1em;
    text-align: left;
}

#featurezone li{
    padding-bottom: 1em;
}

.align-right{
    text-align: right;
}

td.align-left, .align-left p {
    text-align: left;
}

.align-center{
    text-align: center;
}

/*#choosefile .form-control {
    background: none;
    color: #dd8800;
    font-size: 1em;
    padding-left: 0;
    border-radius: 0;
}*/

#image_image_preview_path, #background_image_image_preview_path {
    position: relative;
    bottom: 6px;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: none;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 3px 15px 1px 15px;
    cursor: pointer;
    background: #333;
    background: color: #dd8800;;
    color: #fafafa;
    border-radius: 2px;
    margin: 0;
}

.custom-file-upload:hover{
    background: #80B4E3;
}

#confirmation-data {
    margin-top: 25px;
    margin-bottom: 25px;
}

#confirmation-data .instructions, #loginbox .instructions{
    text-align: left;
}

#detailed_description{
    min-height: 240px;
}

#description{
    min-height: 60px;
}

.form-control.spacebox{
    margin: 0.25em 0 0.5em 0;
}

input#image.form-control{
    margin-top: -2px;
}

label{
    font-weight: 300;
}

#orderref input#name.form-control{
    /*text-align: center;*/
}

#orderref {
    border-top: none;
    margin-bottom: 25px;
}

#orderref .orderpanel {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

#orderref h3{
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.vendor {
    margin-top: 0;
    height: 200px;
    padding-top: 70px;
    padding-bottom: 50px;
}

.vendor:hover{
    -webkit-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.15);
}

.vendor p{
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.vendor .miniwedge {
    margin-top: 8px;
}

.vendor .vendordropdown  {
    margin-top: 6px;
}

.vendor img {
    max-width: 180px;
    max-height: 100px;
    padding: 6px 10px 30px 10px;
}

.solution_row{
    background: #333;
}

.solution_tile {
    height: 337px;
    padding: 75px;
    color: #fafafa;
    font-size: 1.4em;
    background-image: linear-gradient(-150deg, #80B4E3 0%, #4990E2 100%);
}

.solution_tile p {
    font-size: .9em;
}

.solution_tile a{
    /*margin-top: 6%;*/
}

.solution_tile:hover{
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.solution_tile img{
    margin-bottom: 4px;
    height: 36px;
}

.solution_tile h3{
    font-weight: 300;
    font-size: 1.5em;
    text-align: center;
}

.product-row {
    padding: 25px 10%;
    min-height: 150px;
    height: 100%;
    width: 100%;
    display: block;
    border-top: 1px #eee solid;
    /*margin: 0 0 -5px 0;*/
}

.product-row:hover {
    background: #fff;
}

.col-image, .col-details, .col-options {
    padding: 0 10px ;
}

.product-row-header {
    padding:  10px 10%;
    display: block;
    background: #fafafa;
    height: 38px;
}

.col-image {
    float: left;
    width: 15%;
    text-align: left;
    /*border: 2px green dashed;*/
}

.col-details {
    float: left;
    width: 60%;
    text-align: left;
    /*border: 2px red dashed;*/
}

.col-options {
    float: left;
    width: 25%;
    /*border: 2px orange dashed;*/
}

.col-image .img-s {
    margin: 0;
}

.category-row .col-options a {
    margin-top: 4px;
}

.category-row .col-details {
    width: 75%;
}



.sidemenu{
    text-align: left;
}

.productdescription, .productcode {
    color: #999;
    font-size: 1.2em;
    line-height: inherit;
    text-align: left;
}

.productcode {
    color: #4990E2;
    padding-top: 0px;
    margin-bottom: 20px;
}
.orderpanel .productdescription{
    margin-top: 0;
    margin-bottom: 10px;
}

.productdescription {
    display: block;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    line-height: inherit;
    margin-top: 20px;
}

.product-row .productdescription {
    margin-top: 6px;
}

#productReview.table>tbody>tr>td {
    /*vertical-align: bottom;*/
}

#productReview.table>tbody>tr>td.smallprice {
    text-align: right;
}

#products .smallprice {
    text-align: right;
}

.prodorder .productdescription {
    margin-top: 0;
}

.productstrip h2 {
    font-size: 24px;
    margin: 0;
}

.productstrip .price {
    margin: 0;
    font-size: 28px;
}

h2.prodorder{
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.smallprice {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

.orderqty {
    font-size: 1.3em;
    text-align: center;
}

.smallprice .form-control{
    text-align: center;
    padding: 2px 0 2px 2px;
    border-radius: 3px;
}

.panel-title.net-rate {
    text-align: right;
}

.imagecolumn {
    text-align: center;
}

.totalprice{
    text-align: left;
    font-weight: 400;
    font-size: 1.3em;
    color: #dd8800;
    margin: 0;
    padding: 0;
}

.table>tfoot>tr>td.totalprice {
    padding: 20px 0;
    border-bottom: 0px color: #dd8800; solid;
}

.table>tfoot>tr>td.additionalcosts {
    padding: 20px 0;
    color: #999;
    font-size: 14px;
    border-bottom: 1px #ddd solid;
}

.totalnote {
    font-size: 14px;
    color: #999;
}

.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}

.productstrip input{
    position: relative;
    /*top: 1px;*/
    width: 54px;
    text-align: center;
    /*padding: 0 0 3px 0;*/
    /*border: 1px #ddd solid;*/
    height: 23px;
}

.dropdown-menu input.newbasket{
    width: 175px;
    text-align: left !important;
    margin: 10px 10px 10px 50px !important;
    padding-left: 6px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.priceline{
    vertical-align: text-bottom;
}

.priceline div{
    float: none;
    text-align: left; /* Add to basket button alignment */
}

.productstrip {
    padding: 0;
}

.productstrip tr:hover {
    background: #ffffff;
}

.productstrip .dropdown-table tr:hover, .productstrip .dropdown-table td:hover {
    background: #4990E2;
    color: #fafafa;
}

.productstrip .dropdown-menu .dropdown-table tr:hover, .productstrip .dropdown-menu .dropdown-table td:hover {
    background: #fafafa;
}

.dropdown-table tr {
    height: 42px;
    margin-bottom: 10px;
}

#select-all{
    margin-top: 0;
}


#qrcode{
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

#secretkey{
    margin-top: 20px;
    margin-bottom: 10px;
}

.secretkey{
    text-align: center;
    padding: 2px 10px;
    font-size: 1.25em;
    border: 1px #ddd dashed;
}

#printheader .logo {
    background-color: var(--nav_bar_colour) !important;
    width: 100%;
    padding: 10px 20px 20px 20px;
    display: none;
    text-align: left;
}

#logos{
    float: left;
    margin-top: 20px;
}


#logos img {
    vertical-align: middle;
}

#copyright{
    min-height: 100px;
    padding: 0 50px 15px 50px;
    background: #333;
    background: var(--nav_bar_colour);
    color: #bbb;
    text-align: center;
    font-weight: 300;
}

#translator {
    margin: 0 auto 14px auto;
}

.unselected {
    opacity: 0.25;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.copyright a {
    color: #dd8800;
}

.copyright a:hover {
    color: #80B4E3;
}

#intromessage {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    max-width: 600px;
    font-weight: 600;
    margin-bottom: 50px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

#intromessage a {
    color: #fff;
}

.help-block {
    position: relative;
    text-align: center;
    background: rgba(238, 0, 0, 0.1);
    padding: 2px;
    bottom: -8px;
    margin-top: -4px;
    margin-bottom: 0;
}

#prices.table>thead>tr>th.panel-title.text-right{
    text-align: right;
}

#preview-image{
    height: 90px;
    margin: 8px 0px;
}

#preview-image img{
    max-height: 100%;
    vertical-align: center;
}

.thumbnail-img img{
    height: 45px;
}

.main-img img{
    height: 90px;
}

#customiser .form-control {
    margin-top: 8px;
}

#alertbox {
    z-index: 100;
    font-size: 1.25em;
    width: 100%;
    text-align: center;
    min-height: 60px;
    border: none;
    border-radius: 0;
    margin: 0 auto;
}

#alertbox button {
    font-size: 2.5em;
    color: #000;
    right: -25px;
    padding: 0;
    line-height: 0.5;
}

#alertbox .close {
    line-height: 0.5;
}

#main-page-area{
    background: #fafafa;
    width: 100%;
    height: 100%;
}

#mainwrapper {
    background: #fafafa;
    min-height: 100%;
    margin: 0 8% -100px 8%;
    padding: 0%;
}

.maincontainer {
    height: 100%;
    width: 100%;
}

/* STEP BY STEP FORM */


.accordion--form__invalid .glyphicon-asterisk {
    top: -4px;
    font-size: 0.5em;
}

.accordion--form__legend {
  background-color: #CDDEED;
  color: #4990E2;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  font-size: .9em;
}

.accordion--form__legend-active {
  background-color: #4990E2;
  color: #fff;
}

.accordion--form__wrapper {
  max-height: 0;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  overflow: hidden;
}
.accordion--form__wrapper-active {
  min-height: 0;
  max-height: 1200px;
  padding: 20px 0 20px 0;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
  overflow-y: auto;
}

.accordion--form__label {
  display: inline-block;
  margin-bottom: 5px;
}

.accordion--form__submit {
}

.accordion--form__invalid {
  background-color: rgba(190, 0, 0, 0.15);
  color: #de0000;
  display: none;
  margin: 20px 0;
  padding: 5px 10px;
  width: 100%;
  font-size: 0.9em;
}

.checkbox__invalid {
  background-color: rgba(190, 0, 0, 0.15);
  color: #de0000;
  /* display: none; */
  margin: 20px auto;
  padding: 5px 10px;
  width: 50%;
  font-size: 0.9em;
  text-align: center;
}

#itemsSection {
    margin-top: 25px;
}

.complex_tree_parent_row {
    /* background:#CDDEED;*/ /*note: possibly customisable in later version*/
    margin:0;
    padding:2px 10px;
    border-radius: 0;
    text-align: left;
}

#searchfilters {
    width: 350px;
}

.accordion--form__prev-btn {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 25px;
}

.accordion--form__next-btn {
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.accordion--form__wrapper .panel .table{
    margin-bottom: 25px;
}

#accordian-box {
    height: 100px;
    margin-top: -100px;
    border:0;
    outline:none;
}

#pleaseComplete {
    margin-bottom: 25px;
}

/* actual dropdown animation */
.dropdown-menu {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0.2;
  -webkit-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.dropup .dropdown-menu {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

#provisioningSummary, #provisioningList, #filterSummary {
    padding: 2px 8px;
    background: #fff;
    border: 1px #CDDEED solid;
    margin: 8px 8px 8px 0;
    border-radius: 4px;
}

#provisioningList {
    padding: 6px 12px 8px 12px;
}

#provisioningSummary input[type=radio], #provisioningList input[type=radio] {
    margin: 0 6px 0 0;
}

p.panel.panel-title {
    padding: 4px 0 0 0;
}

#provisioningList hr {
    margin: 4px 0;
}

#provisioningList input[type=checkbox] {
    margin: 0 4px 0 1px;
}

.quantity{
    padding-left: 0;
}

.price, .vat {
    float: none;
}

.hyphenate, #summaryText span, .table td {
  /* Careful, this breaks the word wherever it is without a hyphen */
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.was-price {
    color: #bbb;
    line-height: 5px;
}

#clearFilter {
    /* position: absolute; */
    margin-right: -6px;
    margin-left: 6px;
}

#filterSummary {
    width: 100%;
    font-size: 0.9em;
}

#summaryText span {
    color: #dd8800;
}

#filterAdvanced {
    /* width: 100%;
    padding: 10px 10px 15px 10px;
    font-size: 0.9em; */
}

.filterblock {
    padding: 0 10px;
    margin-right: 2%;
    width: 22%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    /* border-right: 1px #eee solid; */
}

.filterblock:last-child {
    border: none;
}

.filter-choices {
    margin-top: 0;
}

.filterblock p.panel-title {
    padding-bottom: 10px;
    /* margin-bottom: 6px; */
    /* border-bottom: 1px #eee solid; */
}

/* jQuery UI Customisations */

.ui-widget {
	font-family: var(--text_body_font);
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: var(--text_body_font);
	/* font-size: .1em; */
}
.ui-widget.ui-widget-content {
	/* border: 1px solid #ddd; */
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

#slider-range {
    border: none;
    height: 6px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.slider  {
    -webkit-appearance: none;
    width: 90%;
    margin-left: 5%;
    height: 4px;
    border-radius: 8px;
    background: #bbb;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#valueRange .ui-slider-handle {
    background: #4990E2;
    border-radius: 50%;
    margin-top: -2px;
    border: none;
}

.ui-slider-range {
    background: #dd8800;
    opacity: 0.6;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #dd8800;
    color: #fff;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #4990E2;
    cursor: pointer;
    margin-top: 20px;
}

.slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #4990E2;
    cursor: pointer;
}

.input[type=range]::-ms-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #4990E2;
    cursor: pointer;
}

.slidecontainer p {
    line-height: normal;
}

.range-text {
    width: 100%;
    min-height: 45px;
}

.value-box {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.range-text .form-control {
    width: 100%;
}

#sideFilter {
    margin-top: -25px;
    padding: 0px 4px 10px 20px;
    height: 100%;
    display: block;
}

.sidemenu .filter-choices {
    margin-top: 10px;
    font-size: .9em;
}

#sideFilter #filter-input-row {
    position: relative;
    top: 15px;
    width: 100%;
}

.filter-chunk {
    margin-top: 25px;
    color: #333;
    /* border: 2px red dashed; */
}

#sideFilter input[type=checkbox]{
    margin-left: 0;
    margin-right: 10px;
}

#save-duplicate {
    margin-top: 25px;
}

/* ------------------- MEDIA QUERIES ------------------- */

@media screen and (max-width: 1200px) {

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    #alertbox {
        left: 5%;
        width: 100%;
    }

    .wedge, .wedge:hover, .wedgeactive, .smalltab, .smalltab:hover, .smalltab:active {
        width: 200px;
        height: 40px;
        line-height: 1.1em;
    }

    #mainwrapper {
        margin: 0 5% -100px 5%;
    }

    #base-url-field .form-control  {
        width: 75%;
    }

    #navarea .dropdown-menu {
        left: 5%; /* remove to revert to narrow version */
        width: 90%; /* revert to 298px for narrow version */
    }
}


@media all {
	.page-break	{ display: none; }
}

@media screen and (max-width: 1024px) {

    #contentrow{
        margin-top: -1px;
    }

    .wedge, .wedge:hover, .wedgeactive, .smalltab, .smalltab:hover, .smalltab:active {
        width: 156px;
        height: 30px;
        font-size: 1em;
        line-height: 1em;
    }

    #navarea hr {
        display: none;
    }

    #featuretextleft th, #featuretextleft td, #featuretextleft h2, #featuretextleft h2,
    #featuretextright th, #featuretextright td, #featuretextright h2, #featuretextright h2  {
        text-align: center;
    }

    #textleftrow {
        height: auto;
        min-height: 350px;
        padding-bottom: 10px;
    }

    #textrightrow{
        height: auto;
        min-height: 350px;
        padding-top: 10px;
    }

    #twintextleft .form-control, #twintextright .form-control, #featuretextleft .form-control, #featuretextright .form-control, #featuretextmiddle .form-control {
        width: 80%;
    }

    #featuretextleft .featuretextarea, #featuretextright .featuretextarea, #featuretextmiddle .featuretextarea, #twintextleft .featuretextarea, #twintextright .featuretextarea {
        width: 80%;
    }

    .vendor {
        height: auto;
    }

    #productmain .btn-group {
        margin-top: 0;
    }

    #productinfo .table {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #productmain {
        padding-left: 10%;
        padding-right: 10%;
    }

    .table.productstrip {
        padding-left: 20px;
        padding-right: 20px;
    }

    #searchfilters {
        max-width: 50%;
    }


    #filter-selector {
        width: 200px;
/*        margin-top: -30px;
        margin-bottom: -38px;*/
    }

    #hideoption{
        width: 200px;
    }

    #filter-selector {
/*        top: 54px;*/
    }

    #filter-selector .panel-title {
        display: none;
    }

    #searchfilters {
        width: 200px;
    }

    #filter-input-row,
    #filter-selector .form-control {
        width: 200px;
    }

    .searchicon {
        display:none;
    }

    #searchbox {
        display: none;
    }

    #navarea .caret {
        display: none;
    }

    .breadcrumb {
        top: 160px;
    }

    .vendor p{
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .page-header .withfilter {
        margin-right: 210px;
    }

    /*.page-header {
        max-width: 50%;
    }*/

    h1 {
        font-size: 2em;
    }

    .breadcrumb {
        top: 135px;
        font-size: .6em;
    }

    #tablist {
        min-height: 70px;
    }

    #base-url-field .form-control  {
        width: 60%;
    }

    .product-row {
        background: #fafafa;
        padding: 25px 10%;
        /*min-height: 150px;*/
        height: auto;
        width: 100%;
        display: block;
        border-top: 1px #eee solid;
        /*margin: 0 0 -5px 0;*/
    }

    .product-row:hover {
        background: inherit;
    }

    #apply-section .miniwedge, #save-duplicate .miniwedge, #margin-submit-apply {
        margin-top: 10px;
    }

    #nst_ref {
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {

    .priceline div{
        text-align: center; /* Add to basket button alignment */
    }

    #pricebox, #quantitybox {
        text-align: center; /* Add to basket button alignment */
    }

    .productdescription, .productcode {
        padding-right: 0;
        text-align: center;
    }

    .productdetails, .productname h1 {
        text-align: center;
    }

    .productdetails img{
        margin: 25px 0 !important;
    }

    #productinfo .priceline div .btn-group, .priceline div .btn-group.open {
        text-align: center;
        float: none;
    }

    #productinfo .priceline div .basket-dropdown.dropdown-menu {
        left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .col-image, .col-details, .col-options {
        float: left;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .col-options {
        border-bottom: 1px #eee solid;
        padding-bottom: 35px;
        margin-bottom: 30px;
    }

    .col-image {
        padding-top: 5px;
    }

    .product-row {
        border: none;
    }

    .category-row .col-details {
        width: 100%;
    }
    #product-options {
/*       margin-left: auto;
        margin-right: auto;*/
        /*border: 2px red dashed;*/
    }

    #productmain .btn-group {
        max-width: 500px;
    }

    #productmain {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    #productmain .basket-dropdown.dropdown-menu {
        /*border: 2px green dashed;*/
    }

    .price {
        text-align: center;
    }

    .col-details h2 {
        text-align: center;
    }

    .col-image .img-s {
        max-height: 200px;
        max-width: 200px;
        margin: 5px;
    }

    .product-row-header {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    .settingzone{
        /*padding-left: 6px;
        padding-right: 6px;*/
    }

    #logos .position-controller {
        display: block;
        width: auto;
    }

    #navarea .position-controller {
        display: block;
        float: right;
        width: auto;
    }

    #navarea .dropdown-menu {
        position: fixed;
        top: 98px;
        padding: 10px 0 50px 0;
        max-height: 90%;
        overflow: scroll;
    }

    #logos {
        display: block;
        float: left;
    }

    #topnav.navbar{
        height: 70px;
    }

    #navarea .menu-block .position-controller {
        display: block;
        /*float: left;*/
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #navarea .menu-block {
        display: inline-block;
        width: 100%;
        margin: 0;
        max-height: 90%;
        overflow: auto;
    }

    #navarea .dropdown-menu a.dropdown-menu-sub-button{
        padding: 10px 25px !important;
        /*height: 52px;*/
    }

    .hideable {
        display: none;
    }

    #header-bg {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    }

    .editlink, .sidemenu {
        font-size: 0.75em;
    }


    .sidetabactive, .sidetabinactive {
        padding: 0;
    }

    h1 {
        font-size: 1.5em;
    }

    .solution_tile {
        height: auto;
        padding: auto;
    }

    .wedge, .wedge:hover, .wedgeactive, .smalltab, .smalltab:hover, .smalltab:active {
        width: auto;
        height: auto;
        font-size: .9em;
        padding-left: 10px;
        padding-right: 10px;
        background: inherit;
    }

    .breadcrumb {
        top: 125px;
        font-size: .6em;
    }

    #productmain .productname, #productmain .productdescription, #productmain .productcode, #productmain .productdetails {
        padding-left: 10%;
        padding-right: 10%;
    }

    #productmain {
        padding-left: 0;
        padding-right: 0;
    }

    #productmain .product-options {
        padding-left: 0;
        padding-right: 0;
    }

    #nst-code-outer {
        width: 100%;
    }

}


@media screen and (max-width: 614px) {

    /*
    #searchbox {
        display: inline-block;
        margin: 20px 0 20px 0;
    }

    #search {
        width:160px;
    }

    #searchbtn {
        width:auto;
    }
    */


    .hidetext, .searchcontainer {
        display: none;
    }

    .navbar .nav li a {
        padding: 25px 12px 25px 12px;
        height: 72px;
        min-width: 25px;
    }

    #logos{
        margin-top: 12px;
    }

    .sidetabinactive, .sidetabactive {
          padding: 6px 6px 6px 6px;
    }

    #header-bg {
        height: 72px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    }

    #tabtop{
        margin-top: 72px;
    }

    #navarea .dropdown-menu {
        top: 66px;
    }

    .breadcrumb {
        top: 100px;
        font-size: .6em;
    }

    #base-url-field .form-control  {
        padding: 2px 4px;
        width: 50%;
    }

    .cologo {
        display: none;
    }


}


@media screen and (max-width: 524px) {

    .sidemenu {
        display: none;
    }

}


/* IE8- CSS hack */
@media \0screen\,screen\9 {

    .gradient {
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#ff000000",GradientType=0);*/
    }

}


/* PRINT STYLES */

@media print {

	.page-break	{
        display: inline;
        break-before: always;
    }

    .table {
        font-size: .5em;
    }

    #mainwrapper {
        width: 100%;
        margin: 0;
        padding: 0%;
    }

    #buttons, #tabtop, #footer, .sidemenu * {
        display:none;
    }

    #printheader .logo {
        display: block;
        padding-top: 18px;
        margin-bottom: 0;
        background-color: #fafafa !important;
    }

    #printheader img {
        background: #fafafa;
    }

    #printheader, #searchfilters {
        display: none;
    }

    .settingzone {
        padding: 0;
        margin-bottom: -150px;
    }

    a[href]:after {
        content: none !important;
    }

}
