@charset "utf-8";
@font-face {
    font-family: 'VELUXGothicLight';
    src: url('../../../fonts/velux/VeluxGothic-Light.eot');
    src: local('VeluxGothicLight'),
    url('../../../fonts/velux/VeluxGothic-Light.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-Light.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-Light.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-Light.svg#VeluxGothic-Light') format('svg')
}

@font-face {
    font-family: 'VELUXGothicLightItalic';
    src: url('../../../fonts/velux/VeluxGothic-LightItalic.eot');
    src: local('VeluxGothicLightItalic'),
    url('../../../fonts/velux/VeluxGothic-LightItalic.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-LightItalic.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-LightItalic.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-LightItalic.svg#VeluxGothic-LightItalic') format('svg')
}

@font-face {
    font-family: 'VELUXGothicRegular';
    src: url('../../../fonts/velux/VeluxGothic-Regular.eot');
    src: local('VeluxGothicRegular'),
    url('../../../fonts/velux/VeluxGothic-Regular.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-Regular.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-Regular.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-Regular.svg#VeluxGothic-Regular') format('svg')
}

@font-face {
    font-family: 'VELUXGothicRegItalic';
    src: url('../../../fonts/velux/VeluxGothic-RegItalic.eot');
    src: local('VeluxGothicRegItalic'),
    url('../../../fonts/velux/VeluxGothic-RegItalic.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-RegItalic.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-RegItalic.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-RegItalic.svg#VeluxGothic-RegItalic') format('svg')
}

@font-face {
    font-family: 'VELUXGothicBold';
    src: url('../../../fonts/velux/VeluxGothic-Bold.eot');
    src: local('VeluxGothicBold'),
    url('../../../fonts/velux/VeluxGothic-Bold.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-Bold.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-Bold.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-Bold.svg#VeluxGothic-Bold') format('svg')
}

@font-face {
    font-family: 'VELUXGothicBoldItalic';
    src: url('../../../fonts/velux/VeluxGothic-BoldItalic.eot');
    src: local('VeluxGothicBoldItalic'),
    url('../../../fonts/velux/VeluxGothic-BoldItalic.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-BoldItalic.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-BoldItalic.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-BoldItalic.svg#VeluxGothic-BoldItalic') format('svg')
}

@font-face {
    font-family: 'VELUXGothicBlack';
    src: url('../../../fonts/velux/VeluxGothic-Black.eot');
    src: local('VeluxGothicBlack'),
    url('../../../fonts/velux/VeluxGothic-Black.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-Black.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-Black.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-Black.svg#VeluxGothic-Black') format('svg')
}

@font-face {
    font-family: 'VELUXGothicBlackItalic';
    src: url('../../../fonts/velux/VeluxGothic-BlackItalic.eot');
    src: local('VeluxGothicBlackItalic'),
    url('../../../fonts/velux/VeluxGothic-BlackItalic.eot') format('embedded-opentype'),
    url('../../../fonts/velux/VeluxGothic-BlackItalic.woff') format('woff'),
    url('../../../fonts/velux/VeluxGothic-BlackItalic.ttf') format('truetype'),
    url('../../../fonts/velux/VeluxGothic-BlackItalic.svg#VeluxGothic-BlackItalic') format('svg')
}

body, html {
    width: 100%;
    font-family: 'VELUXGothicLight';
    color: #333;
    padding: 0;
    margin: 0;
    background: #e9e9e9;
}

/* Generic */
.clear {
    clear: both;
}

.aligncenter {
    text-align: center !important;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.error {
    color: #ff0000;
}

.required {
    color: #ff0000;
}

.pending, .Pending {
    background: #FFC200;
    color: #333;
    text-transform: capitalize;
    padding: 3px 10px;
}

.approved, .Approved {
    background: #3baa32;
    color: #fff;
    text-transform: capitalize;
    padding: 3px 10px;
}

.rejected, .Rejected {
    background: #fe0000;
    color: #fff;
    text-transform: capitalize;
    padding: 3px 10px;
}

.uploading, .Uploading {
    background: #f2f2f2;
    padding: 3px 10px;
}

.btn {
    font-size: 16px;
    font-family: 'VELUXGothicRegular';
    color: #fff;
    background: #ff0000;
    padding: 10px 30px;
    border: 1px solid #ff0000;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.btn:disabled, .btn:disabled:hover {
    background-color: darkgrey;
    cursor: not-allowed;
    border: none;
}

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

.slicknav_menu {
    display: none;
}

.hide {
    display: none;
}

.red {
    color: #ff0000;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.pull-right.Pending, .pull-right.Approved, .pull-right.Rejected {
    margin-top: 30px;
}

input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type="number"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='submit'], input[type='button'] {
    -webkit-appearance: button;
    border-radius: 5px;
    outline: none;
}

hr {
    border: 1px solid #f2f2f2;
    border-top: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #ff0000;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert p {
    margin-top: 0;
    margin-bottom: 0;
}
.container_12 {
    width: 1200px;
}
.container_12 .grid_3 {
    width: 350px;
}
.container_12 .grid_6 {
    width: 580px;
}
.container_12 .grid_12 {
    width: 1200px;
}
/* End Generic */

/* Loader */
#loader-wrapper {
    width: 100%;
    height: 100%;
    background: url(../../images/common/black-transparent.png) 0 0 repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#loader {
    width: 300px;
    height: 120px;
    font-family: 'VELUXGothicBold';
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    border: 2px solid #ff0000;
    text-align: center;
    padding-top: 50px;
}

/* End Loader */

/* Top */
#top {
    width: 100%;
    height: 39px;
    background: #f0f0f0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#top ul {
    padding: 0;
    display: inline-block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
}

#top ul li {
    font-size: 12px;
    color: #737373;
    float: left;
    display: inline;
    margin-left: 20px;
    position: relative;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
#top ul li:first-child {
    border: none;
    padding: 0;
}

#top ul li a {
    color: #737373;
    text-decoration: none;
    padding-bottom: 7px;
}

#top ul li.selected a, #top ul li a:hover, #top ul li a:focus {
    color: #ff0000;
}

/* End Top */

/* Dropdown */
#top ul ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 160px;
    z-index: 1000;
    top: 100%;
    left: 0;
}

.dropdown-content li {
    clear: both;
    float: none !important;
    display: block !important;
    text-align: left;
    margin-left: 0 !important;
}

.dropdown-content li a {
    display: block !important;
    padding: 10px !important;
    color: #333 !important;
}

#top li .dropdown:hover ul.dropdown-content {
    display: block !important;
}

/* End Dropdown */

/* Header */
#header {
    max-width: 1280px;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

#header .logo img {
    width: auto;
    height: 38px;
}

#header .sitesection h1 {
    font-weight: normal;
    margin: 0;
    border-left: 1px solid #c4c4c4;
    padding-left: 15px;
    margin-left: 15px;
}

#header .sitesection h1 a {
    color: #333;
    text-decoration: none;
}

#header .sitesection h1 a:hover, #header .sitesection h1 a:focus {
    color: #ff0000;
    text-decoration: none;
}

#header .logo, #header .sitesection {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .menu {
    margin-left: 10px;
}

#header ul {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

#header ul li {
    font-family: 'VELUXGothicLight';
    float: left;
    display: inline;
    margin-right: 30px;
    margin-bottom: 15px;
}

#header ul li a {
    color: #333;
    text-decoration: none;
}

#header ul li.selected a, #header ul li a:hover, #header ul li a:focus {
    color: #ff0000;
    text-decoration: none;
}

#header hr {
    background: #f2f2f2 !important;
    border-top: 1px solid #f2f2f2 !important;
    border-bottom: none !important;
}
#header #nav-toggle {
    margin-top: 15px;
    float: right;
}
#header #nav-toggle h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
#header #nav-toggle h2 small {
    font-size: 16px;
    font-family: 'VELUXGothicLight';
}
#header #nav-toggle #btn-menu-wrapper {
    width: 40px;
    height: 40px;
    padding: 11px 0 0 5px;
    background: #ff0000;
    display: inline-block;
    box-sizing: border-box;
    display: none;
}
#header #nav-toggle #btn-menu span {
    width: 25px;
    height: 3px;
    background: #fff;
    clear: left;
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 3px;
}
#header #nav-toggle #mobile-menu {
    width: 300px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ff0000;
    box-sizing: border-box;
    padding: 15px;
    z-index: 1000;
    display: none;
}
#header #nav-toggle #mobile-menu.active {
    display: block;
}
#header #nav-toggle #mobile-menu ul {
    margin: 0;
}
#header #nav-toggle #mobile-menu ul li {
    width: 100%;
    display: block !important;
    text-align: left;
    margin-bottom: 10px;
}
#header #nav-toggle #mobile-menu ul li:last-child {
    margin-bottom: 0;
}
#header #nav-toggle #mobile-menu ul li a {
    color: #fff;
}

#header #menu li:last-child {
    text-align: right;
}
#header #menu li:last-child .fa {
    font-size: 20px;
}
#header #menu li:last-child span {
    width: 25px;
    height: 25px;
    font-size: 13px;
    font-family: 'VELUXGothicBold';
    background: #ff0000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
}

#header #points-panel {
    padding-top: 10px;
}
#header #points-panel p {
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    margin: 0;
}
#header #points-panel p strong {
    font-family: 'VELUXGothicBold';
    color: #ff0000;
}
#header #points-panel p:last-child {
    margin-bottom: 10px;
}
#header .grid_12 {
    margin-left: 0;
    margin-right: 0;
}
/* End Header */

/* Banner */
#banner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../../images/banner.jpg) center center no-repeat;
    background-size: cover;
}
#banner form {
    width: 30%;
    background: url(../../../images/black-transparent.png) 0 0  repeat;
    padding: 30px;
    color: #fff;
}
#banner form h3 {
    font-size: 30px;
    margin: 0;
}

#banner form p:last-child {
    margin: 0;
}

#banner form p a {
    color: #fff;
}

#banner form input[type='email'], #banner form input[type='text'], #banner form input[type='password'] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: 'VELUXGothicLight';
    padding: 5px 10px;
    border: none;
    margin: 10px 0 5px 0;
}

#banner form button {
    width: 100%;
    font-size: 16px;
    font-family: 'VELUXGothicLight';
    height: 40px;
    background: #ff0000;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    margin: 10px 0;
    outline: none;
    cursor: pointer;
}
#banner .grid_6 {
    width: 50%;
    float: none;
}
/* End Banner */

/* Section */
#wrapper {
    width: 100%;
    max-width: 1280px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

#wrapper form legend {
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

#wrapper form label {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

#wrapper form input[type='text'], #wrapper form input[type='email'], #wrapper form input[type='password'], #wrapper form input[type='number'], #wrapper form select {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-family: 'VELUXGothicLight';
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper form input[type='submit'], #wrapper form input[type='button'] {
    font-size: 16px;
    font-family: 'VELUXGothicLight';
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    float: right;
    margin-left: -15px;
    padding: 5px 10px;
    cursor: pointer;
}

#wrapper .intl-tel-input {
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
}

#wrapper .intl-tel-input input[type='text'] {
    padding: 0;
    padding-left: 50px;
}

#wrapper .red {
    width: 45px;
    height: 37px;
    font-size: 23px;
    color: #fff;
    background: #ff0000;
    border-radius: 100%;
    text-align: center;
    padding-top: 8px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper .lower-alpha {
    list-style-type: lower-alpha;
}

#wrapper #welcome {
    background: url(../../../images/member-portal-background.jpg) 0 0 no-repeat;
    padding-top: 300px;
}
#wrapper #welcome h1 {
    margin-top: 0;
}
#wrapper #welcome p {
    font-size: 18px;
    margin-bottom: 0;
}
#wrapper #welcome .grid_12 {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

#wrapper #menu {
    text-align: center;
    padding: 30px 0 0 0;
}
#wrapper #menu a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    display: block;
    background: #f2f2f2;
    padding: 0 0 30px 0;
}
#wrapper #menu img {
    margin-bottom: 15px;
}

section {
    width: 100%;
    clear: left;
    float: left;
    padding-bottom: 10px;
}

section.blue {
    background: #9ed5f5;
    padding-bottom: 20px;
}
section.grey {
    text-align: center;
    background: #f2f2f2;
    padding: 60px 0;
}
section.grey h1 {
    margin-top: 0;
}
section.grey p {
    margin-bottom: 30px;
}

section h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

section h1 span {
    width: 35px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    background: #ff0000;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    margin-right: 20px;
}

section p {
    font-size: 18px;
    line-height: 24px;
}

section p a {
    color: #ff0000;
    text-decoration: none;
}

section p a:hover, section p a:focus {
    text-decoration: underline;
}

section ul, section ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

section ul li, section ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

section ul li a, section ol li a {
    color: #ff0000;
    text-decoration: none;
}

section ul li a:hover, section ul li a:focus, section ol li a:hover, section ol li a:focus {
    text-decoration: underline;
}

section ol ul {
    padding-left: 40px;
}

section table tr th {
    background: #ccc;
    padding: 5px;
}

section table tr td {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
}

section .responsive-tabs__list {
    padding-bottom: 9px !important;
}
/* End Section */

/* Social Icons */
#social-icons a {
    width: 53px;
    height: 52px;
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#social-icons a.facebook {
    background: url(../../../images/social-icons/facebook.png) 0 0 no-repeat;
}

#social-icons a.twitter {
    background: url(../../../images/social-icons/twitter.jpg) 0 0 no-repeat;
}

#social-icons a.googleplus {
    background: url(../../../images/social-icons/google-plus.png) 0 0 no-repeat;
}

#social-icons a.youtube {
    background: url(../../../images/social-icons/youtube.png) 0 0 no-repeat;
}

#social-icons a.pinterest {
    background: url(../../../images/social-icons/pinterest.png) 0 0 no-repeat;
}

#social-icons a.instagram {
    background: url(../../../images/social-icons/instagram.png) 0 0 no-repeat;
}

#social-icons a.email {
    background: url(../../../images/social-icons/email.jpg) 0 0 no-repeat;
}

#social-icons a span {
    display: none;
}

/* End Social Icons */

/* Footer */
#footer-wrapper {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    width: 100%;
    float: left;
    clear: left;
    background: #f0f0f0;
    padding-bottom: 20px;
    color: #333;
}

footer h6 {
    font-size: 15px;
    font-family: 'VELUXGothicRegular';
    margin-bottom: 10px;
    margin-top: 30px;
}

footer p {
    font-size: 14px;
}

footer p a {
    color: #333;
    text-decoration: none;
}

footer p a:hover, footer p a:focus {
    color: #ff0000;
    text-decoration: none;
}

footer img.signature {
    float: right;
}

footer ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

footer ul li {
    font-size: 14px;
    margin-bottom: 5px;
    list-style: none;
    background: url(../../../images/icon-chevron-small-right.png) -5px 0 no-repeat;
    padding-left: 13px;
    margin-bottom: 5px;
}

footer ul li a {
    color: #333;
    text-decoration: none;
}

footer ul li a:hover, footer ul li a:focus {
    color: #ff0000;
    text-decoration: none;
}

footer hr {
    border: 1px solid #fff;
    clear: both;
    margin-bottom: 20px;
}

/* End Footer */

/* Content */
#content {
    width: 100%;
    max-width: 1280px;
    padding: 30px 0 60px 0;
    margin-left: auto;
    margin-right: auto;
}

#content p strong {
    font-weight: bold;
    font-family: 'VELUXGothicRegular';
}

#content p a {
    color: #ff0000;
}

#content table.point-details {
    width: 60%;
    margin-bottom: 20px;
}

#content table.point-details tr td {
    border: none;
    padding: 0;
}

#content table.point-details input[type="text"] {
    width: 100%;
    height: 30px;
    font-size: 16px;
    background: #f2f2f2;
    border: none;
    padding: 5px;
    margin-left: -5px;
    margin-bottom: 10px;
    text-align: right;
}

#content .member-btn {
    width: 100%;
    height: 120px;
    font-family: 'VELUXGothicRegular';
    background-image: linear-gradient(#fff, #f2f2f2);
    border: 1px solid #f2f2f2;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
}

#content .member-btn img {
    margin-bottom: 10px;
}

#content form label {
    width: 100%;
    clear: left;
    float: left;
    font-weight: bold;
    font-family: 'VELUXGothicRegular';
    margin-bottom: 5px;
}

#content form input[type='text'], #content form input[type='email'], #content form input[type='password'], #content form input[type='number'], #content form select {
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-family: 'VELUXGothicLight';
    padding: 5px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content form input[type='tel'] {
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-family: 'VELUXGothicLight';
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content form input[readonly="readonly"], #content input[readonly="readonly"] {
    height: 30px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#content form input[type='submit'] {
    font-size: 16px;
    font-family: 'VELUXGothicLight';
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    float: right;
    margin-left: -15px;
    padding: 5px 10px;
    cursor: pointer;
}

#content form textarea {
    width: 60%;
    height: 100px;
    background: #fff;
    font-size: 15px;
    font-family: 'VELUXGothicLight';
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#content form select {
    width: 100%;
    height: 30px;
}

#content a, #content a:hover, #content a:focus {
    color: #ff0000;
    text-decoration: none;
}

#content a i.fa {
    color: #333;
}

#content a.btn {
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'VELUXGothicRegular';
    color: #fff;
    background: #ff0000;
    padding: 10px 30px;
    border: 1px solid #ff0000;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

#content a.btn:hover, #content a.btn:focus {
    color: #fff;
    text-decoration: none;
}

#content .intl-tel-input {
    width: 100%;
}

#content .link {
    float: left;
    color: #ff0000;
    display: inline;
    text-decoration: none;
}

#content .link:hover, #content .link:focus {
    color: #ff0000;
    text-decoration: none;
}

#content .hide {
    display: none;
}

#content div.grey {
    float: left;
    background: #f2f2f2;
    padding: 3px 10px;
    margin-top: 20px;
}

#content div.comment {
    clear: both;
    background: #f2f2f2;
    padding: 3px 10px;
    margin-bottom: 20px;
}

#content .grid_9 .container_12 {
    width: 100%;
}

#table-data {
    width: 100%;
    clear: both;
    /*margin-bottom: 30px;*/
}
#table-data tr th {
    text-align: left;
}
#table-data button.btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    text-align: center;
    padding: 2px 0 0 0;
    outline: none;
}

/* Home */
#home .error {
    color: #fff;
}
/* end of Home */

/* Static */
#static #content .grid_12 {
    margin-top: -30px;
}
/* end of Static */

/* Add Invoice */
#add-invoice h1 {
    margin-top: 0;
}
#add-invoice h2 span {
    margin-top: 10px;
    float: left;
}
#add-invoice p {
    clear: both;
    margin-bottom: 30px;
}
#add-invoice input[type="text"], #add-invoice select {
    margin-top: 0 !important;
}
#add-invoice .select2 {
    width: 100% !important;
    margin-bottom: 10px;
}
#add-invoice .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border-color: #d6d6d6 !important;
}
#add-invoice .red {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 10px;
}
#add-invoice table tr td {
    vertical-align: top;
}
#add-invoice #content .grid_12 {
    background: #fff;
    margin-top: -30px;
    padding: 30px;
    box-sizing: border-box;
}
#add-invoice #add-row {
    margin-top: 10px;
}
/* end Add Invoice */

/* View Account */
#view-account h1 {
    margin-top: 0;
}
#view-account h2 span {
    margin-top: 10px;
    float: left;
}
#view-account p {
    clear: both;
    margin-bottom: 30px;
}
#view-account dl dt {
    width: 300px;
    clear: left;
    float: left;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
#view-account dl dd {
    width: 200px;
    float: left;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    text-align: right;
}
#view-account table {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
#view-account table table {
    margin-bottom: 0;
}
#view-account table tr th {
    text-align: left;
}
#view-account table tr th.align-center {
    text-align: center;
}
#view-account table .products {
    display: none;
    background: #f2f2f2;
}
#view-account table table tr td {
    border-bottom: 1px solid #fff;
}
#view-account #select-quarter {
    width: 120px;
    height: 30px;
    border: 1px solid #ccc;
    margin-top: 30px !important;
    padding: 0 10px;
}
#view-account #content .grid_12 {
    background: #fff;
    margin-top: -30px;
    padding: 30px;
    box-sizing: border-box;
}
/* end View Account */

/* Submission */
#submission table tr th {
    text-align: left;
}
#submission .select2 {
    width: 100% !important;
}
#submission .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border-color: #d6d6d6 !important;
}
#submission .grid_6 {
    width: 40%;
    float: left;
}
#submission #header .grid_6 {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
}
#submission #header .grid_6:nth-child(2) {
    float: right;
}
/* end Submission */

/* View Payment */
#view-payment h1 {
    margin-top: 0;
}
#view-payment h2 span {
    margin-top: 10px;
    float: left;
}
#view-payment p {
    clear: both;
    margin-bottom: 30px;
}
#view-payment table {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
#view-payment table table {
    margin-bottom: 0;
}
#view-payment table tr th {
    text-align: left;
}
#view-payment table tr th.align-center {
    text-align: center;
}
#view-payment table .products {
    display: none;
    background: #f2f2f2;
}
#view-payment table table tr td {
    border-bottom: 1px solid #fff;
}
#view-payment .paid {
    background: #3baa32;
    color: #fff;
    text-transform: capitalize;
    padding: 3px 10px;
}
#view-payment .in-progress {
    background: #f2f2f2;
    text-transform: capitalize;
    padding: 3px 10px;
}
#view-payment #content .grid_12 {
    background: #fff;
    margin-top: -30px;
    padding: 30px;
    box-sizing: border-box;
}
/* end View Payment */

/* Profile */
#profile h1 {
    margin-top: 0;
}
#profile h2 span {
    margin-top: 10px;
    float: left;
}
#profile p {
    clear: both;
    margin-bottom: 30px;
}
#profile table {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
#profile table tr th {
    text-align: left;
    background: none;
    border-bottom: 1px solid #ccc;
}
#profile table tr th.align-center {
    text-align: center;
}
#profile table tr td {
    border-bottom: 1px solid #ccc;
}
#profile dl dt {
    width: 130px;
    clear: left;
    float: left;
    font-family: 'VELUXGothicBold';
    margin-bottom: 10px;
}
#profile dl dd {
    width: 300px;
    float: left;
    margin-bottom: 10px;
}
#profile #content .grid_6 {
    width: 49% !important;
    float: left;
}
#profile #content .grid_12 {
    background: #fff;
    margin-top: -30px;
    padding: 30px;
    box-sizing: border-box;
}
#profile #content .grid_12 .grid_6 {
    margin: 0;
}
/* end Profile */

/* Reset Pin */
#reset-pin form input[type="email"], #reset-pin form input[type="password"] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
/* end Reset Pin */
/* End Content */



.delete-cart-line {
    text-decoration: line-through;
}


.small, small {
    font-size: 80%;
    font-weight: 400
}

.hidden-link {
    visibility: hidden;
    display: none;
}
.duplicateMessage{
    margin-bottom: 10px;
    padding: 5px;
    color: #fe0000;
    display: none;
}
