H1,
H2,
H3,
H4,
H5,
body,
td,
button,
.button,
a {
    font-family: 'Ubuntu', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

H1,
H2,
H3,
H4,
H5 {
    font-weight: bold;
}

H1 {
    font-size: 15pt;
}

H2 {
    font-size: 13pt;
}

H3 {
    font-size: 11pt;
}

H4 {
    font-size: 10pt;
}

H5 {
    font-size: 9pt;
}

body {
    background-color: rgb(239, 239, 239);
    /* background-image: url(/globalResources/img/bg.gif); */
    background-repeat: repeat-x;
}

p,
body,
table,
table tr td,
button,
.button,
a {
    font-size: 9pt;
    line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 2px;
}

table {
    margin: 5px 0;
}

table input[type="text"],
table select {
    margin: 0px;
}

p.strong {
    font-weight: bold;
}

.button {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}

button.small,
.button.small {
    padding: 0.375rem 0.75rem 0.5rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1;
}

#item-proofconfirmation,
#prooforchange,
#item-pricing {
    margin: 10px 0;
}

.infotable button,
.infotable .button {
    background: #fff;
}

.inline {
    margin: 0px;
}

input.inline {
    margin: 0px;
}

.bannerTitle {
    font-size: 16px;
    font-family: Serif;
}

.bannerSubTitle {
    font-weight: lighter;
    font-size: 8px;
    color: #AAA;
}

.panel {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
    background-color: #fff;
}

.navbar {
    text-shadow: 0 -1px 0px #555555;
    /*    border-radius: 4px 4px 0px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}

.navbar i {
    font-size: 1.2em;
    top: 1px;
    position: relative;
    display: none;
}

.navbar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#nav-search-bar {
    display: inline;
    margin: 0px;
    padding: 5px;
    width: 130px;
    height: 18px;
    font-size: 0.7rem;
    border-radius: 4px;
}

span.rightnav {
    width: 15px;
}

.rightnav i {
    top: 2px;
    position: relative;
    color: white !important;
    font-size: 1.1rem;
}

.navbar a {
    margin: 0 8px;
}

.navbar a,
.navbar select {
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    padding: 10px;
    height: 35px;
}

.navbar select {
    margin: 0px auto;
    width: auto;
    border-width: 0px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 2px 4px 2px 0;
    background-color: rgba(0, 0, 0, 0);
}

.messagebar {
    border-radius: 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
    padding: 13px 20px 10px 20px;
    background-color: #fafafa;
    background-image: url(/globalResources/img/messagebarshade.png);
    background-repeat: repeat-x;
    font-size: 12px;
}

.pagebar {
    border-radius: 4px;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -o-border-radius-bottomright: 0;
    -khtml-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -o-border-radius-bottomleft: 0;
    -khtml-border-radius-bottomleft: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
    font-size: 22px;
    padding: 10px 15px 10px 20px;
    margin-bottom: 20px;
}

.footermsg {
    border-top: 1pt solid #ddd;
    padding: 10px 0;
    font-size: 7pt;
    text-align: right;
    margin: 10px 0;
}

.hoverborder div {
    border-width: 5px;
    border-style: solid;
    padding: 5px;
    margin: 3px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    cursor: pointer;
}

.ticketHeaderBox {
    border-width: 5px;
    border-style: solid;
    border-color: #FFF;
    padding: 5px;
    margin: 3px 3px 10px 3px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    cursor: pointer;
}

.categoryPanel {
    border-width: 5px;
    border-style: solid;
    border-color: #FFF;
    padding: 5px;
    margin: 3px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    cursor: pointer;
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
}

.categoryPanel img {
    margin: 5px 10px 5px 5px;
    background-color: #AAA;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa));
    background: -moz-linear-gradient(top, #eee, #aaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#aaa');
    border-radius: 4px;
    float: left;
}

.categoryPanel strong {
    font-size: 15px;
    display: block;
    margin: 3px 0px 10px 0px;
}

.categoryPanel span {
    font-size: 11px;
}

.itemimage {
    border: 1px solid #000;
    float: left;
    padding: 4px;
    margin-right: 15px;
}

.cartempty {
    font-size: 10px;
    font-weight: bold;
    border: 1px solid grey;
    padding: 1px;
    background-color: #EEE;
}

.cartpanel table {
    width: 100%;
}

.cartpanel table thead td {
    font-size: 0.8rem;
}

.cartpanel table tbody td {
    font-size: 0.7rem;
    padding: 3px 6px;
}

.cartdes {}

.newspanel {
    margin-bottom: 0px;
}

.newspanel table {
    border: none;
}

.newspanel table tbody td {
    padding: 5px;
}

.newspanel table tbody td {
    font-size: 1rem;
}

.profilepanel p {}

.categorytable {
    width: 100%;
}

.categorytable,
.categorytable tr,
.categorytable td {
    vertical-align: top;
}

.categorytable tr:nth-of-type(even),
.categorytable tr:nth-of-type(odd),
.categorytable tr {
    background-color: transparent;
}

table tr:hover,
tr.highlight,
.categorytable tr:hover,
.categorytable tr.highlight {
    background-color: rgba(27, 132, 255, 0.05) !important;
}

.categorytable .pricingtable,
.categorytable .infotable tr,
.categorytable .pricingtable tr:nth-of-type(even),
.categorytable .pricingtable tr:nth-of-type(odd) {
    background: none;
}

.pricingtable {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.pricingtable tr {
    border-bottom: 1px solid #ccc;
}

.pricingtable td {
    border-top: 0 !important;
    padding: 1px;
}

.pricingtable td:nth-child(2) {
    text-align: right;
}

.infotable {
    width: 100%;
    margin: 5px 0 0 0;
    border: 0;
    background: transparent;
}

.infotable tr td {
    border-top: 0px;
}

.infotable td:first-child {
    padding-left: 0;
    width: 50%;
}

.infotable td:nth-child(3) {
    padding-right: 0;
    width: 20%;
}

.smallerbox {
    padding: 3px;
    font-size: 11px;
}

.ticket-headers {
    max-height: 550px;
    overflow-y: scroll;
}

#support-messages {
    min-height: 510px;
}

.ticket-admin-style {
    float: right;
    width: 75%;
    margin-top: 10px;
    background-color: rgb(93, 230, 152);
    border: 2px solid rgb(73, 210, 132);
    border-radius: 5px;
    padding: 3px 10px;
}

.ticket-client-style {
    float: left;
    width: 75%;
    margin-top: 10px;
    background-color: rgb(97, 210, 228);
    border: 2px solid rgb(77, 190, 208);
    border-radius: 5px;
    padding: 3px 10px;
}

.slick-prev:before,
.slick-next:before {
    color: #888 !important;
}

.eList-entry {
    display: block;
    margin: 4px 0px;
    padding: 2px 32px 2px 7px;
}

.eList-entry strong {
    padding-top: 10px;
}

.eList-entry i {
    font-size: 25px;
}

#element-form input[type="text"] {
    font-size: 0.7rem;
    height: auto;
    margin: 0 0 0.5rem 0;
}

#element-form select {
    font-size: 0.7rem;
    height: auto;
    margin: 0 0 0.5rem 0;
}

#element-form label {
    font-size: 0.75rem;
}

.input-table {
    border: 0px;
    border-collapse: collapse;
}

.big-font {
    font-size: 20px !important;
}

.half-size {
    font-size: 10px !important;
    height: 12px !important;
    padding: 0;
}

.font-small {
    font-size: 9pt !important;
}