﻿body {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.wbgecomm-capatilize {
    text-transform: uppercase;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-sm-16 {
    padding-left: 10px;
    padding-right: 10px;
}
h1, h2, h3 {
    text-transform: uppercase;
    font-weight:700;
    font-family: "proxima-nova",sans-serif;
}
h4, h5, h6 {
    text-transform: uppercase;
    color: #000;
    font-weight:700;
    font-family: "proxima-nova",sans-serif;
}
a {
    text-decoration:none;
    color:#ee3a43;
    outline: 0;
}
a:hover, a:focus {
    color:#ee3a43;
    text-decoration: underline;
}
img.headerImage {
    margin-bottom: 50px;
    width:100%;
    height:auto;
}
.form-control {
    margin-bottom: 11px;
}
h2.HeaderText, h3.HeaderText {
    margin-top: -3px;
}
a.RedButton, a.RedButton:hover, a.RedButton:focus, a.RedButton:visited {
    background:none repeat scroll 0 0 #ee3a43;
    color:#fff;
    font-size:13px;
    font-weight:600;
    padding:10px 14px;
    text-transform:uppercase;
    text-decoration:none;
}
a.RedButton:hover {
    background: none repeat scroll 0 0 #F14D55;
}
a.GreyButton {
    background:none repeat scroll 0 0 #dddddd;
    border:1px solid #cccccc;
    color:#000;
    font-size:12px;
    font-weight:700;
    padding:9px 15px;
    text-transform:uppercase;
}
a.GreyButton:hover {
    text-decoration: none;
    background:none repeat scroll 0 0 #eeeeee;
}
a.BlackLink {
    color: #000;
    padding:7px 15px;
    text-transform:uppercase;
    font-weight:700;
}
.gvHeader th {
    padding: 5px;
    padding-left:10px;
}
.gvRow, .gvFooter, .gvInvoiceRow {
    border-left: 1px solid #E3DED0;
    border-right: 1px solid #E3DED0;
}
.gvRow td, .gvRow th, .gvFooter td, .gvFooter th {
    padding: 5px;
    border-bottom:1px solid #E3DED0;
    padding-left:10px;
}
.gvRow td:last-child, .gvRow th:last-child, .gvFooter td:last-child, .gvFooter th:last-child {

    padding-right:10px;
}
.gvInvoiceRow td {
    padding: 5px;
    border-bottom:1px solid #E3DED0;
    border-left:1px solid #E3DED0;
    border-right:1px solid #E3DED0;
    padding-left:10px;
}
.gvHeaderLeft {
    text-align: left !important;
}
.gvHeaderCenter {
    text-align: center !important;
}
/*scrollbar start*/
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #DDDDDD; 
    background-color:#DDDDDD;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000; 
    background-color:#000;
}
/*scrollbar end*/