#uploadCsv {
    visibility: hidden;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: '';
}

.claim-subheader {
    margin-bottom: 17px;
}

.clearfix:after {
    clear: both;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    background: 0 0;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    vertical-align: top;
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
}

textarea {
    overflow: auto;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

hr {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

[hidden] {
    display: none !important;
}

#magic-unicorn {
    visibility: hidden;
}

*, :after, :before {
    box-sizing: border-box;
}

body {
    font: 14px/20px Arial,Helvetica,'Nimbus Sans L',sans-serif;
    position: relative;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: block;
    max-width: 100%;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

h1 {
    font-size: 24px;
    font-weight: 700;
}

h2 {
    font-size: 18px;
    font-weight: 700;
}

.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.container:after, .container:before {
    display: table;
    content: '';
}

.container:after {
    clear: both;
}

.contact-info {
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
}

.btn {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 9px 11px 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    border: 0;
    background-color: #ffc82f;
}

.btn a {
    color: #000;
}

.btn a:hover {
    color: #ffc82f;
}

.btn:active, .btn:focus, .btn:hover {
    color: #ffc82f;
    background-color: #000;
}

header {
    background-color: #ffc82f;
}

header .logo {
    float: left;
    width: 248px;
    margin-top: 13px;
}

header .logo a {
    display: flex;
    min-height: 64px;
    align-items: center;
}

header .nav {
    float: right;
    width: 100%;
    max-width: 640px;
}

header .nav-list {
    text-align: right;
}

header .nav-list li {
    display: inline-block;
    margin-left: -4px;
    padding: 22px 0 20px 32px;
    vertical-align: top;
}

header .nav-list li a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    color: #000;
}

header .nav-list li a:hover {
    color: #fff;
}

header .nav-list li:first-child {
    margin-left: 0;
    padding-left: 0;
}

header .nav-list li.dropdown {
    position: relative;
}

header .nav-list li.dropdown > a {
    position: relative;
    padding-right: 16px;
}

header .nav-list li.dropdown > a:after {
    position: absolute;
    top: 7px;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header .nav-list li.dropdown .dropdown-menu {
    position: absolute;
    z-index: 1000;
    top: 62px;
    left: 0px;
    display: none;
    min-width: 203px;
    text-align: left;
    background-color: #ffc82f;
}

header .nav-list li.dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    padding: 10px;
}

header .nav-list li.dropdown .dropdown-menu li .border-line {
    width: 100%;
    height: 1px;
    background-color: #000;
}

header .nav-list li.dropdown .dropdown-menu li a {
    font-size: 14px;
}

header .nav-list li.dropdown.open .dropdown-menu {
    display: block;
}

.page {
    padding: 27px 0 100px;
}

.page-text {
    margin-top: 21px;
}

.page-text ol {
    margin-left: 20px;
}

.page-text ol li {
    padding-bottom: 7px;
}

.page-dscr {
    margin: 20px 0 60px;
}

.page-dscr a {
    color: #d29a00;
}

.page-dscr a:hover {
    text-decoration: underline;
}

.page .border-line {
    width: 100%;
    height: 2px;
    margin-bottom: 29px;
    background-color: #cacaca;
}

.page h1 + .border-line {
    margin-top: 28px;
}

.page .claims-table {
    margin-top: 11px;
}

.page .claim-form {
    margin-top: 33px;
}

.page .register-form:after, .page .register-form:before {
    display: table;
    content: '';
}

.page .register-form:after {
    clear: both;
}

.page .register-form h2 {
    margin: 40px 0 20px;
}

.page .register-form h2:first-child {
    margin-top: 30px;
}

.page .register-form .note {
    font-size: 12px;
    margin-top: 0.5rem;
}

.page .login-form-wr {
    width: 100%;
    height: 383px;
    background-image: url(/Content/i/login.jpg);
    background-repeat: no-repeat;
}

.page .details-table {
    margin-bottom: 20px;
}

.page .reporting-table {
    margin-top: 20px;
}

.page .export-form {
    margin: 20px 0;
}

.page .export-form form:after, .page .export-form form:before {
    display: table;
    content: '';
}

.page .export-form form:after {
    clear: both;
}

.page .export-form form .btn {
    float: right;
}

.page .load-products-form {
    margin-top: 40px;
}

.page .load-products-form form .load-products-form-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.page .load-products-form form input {
    display: block;
    margin: 20px 0;
}

.page .registered-products-table form {
    margin: 40px 0 20px;
}

.page .registered-products-table form input {
    width: 347px;
}

.page .user-table {
    margin-top: 40px;
}

.page .table-striped td .btn {
    display: block;
    margin: 10px auto 0;
}

.page .table-striped td .btn:first-child {
    margin-top: 0;
}

.page .table-striped td .ok-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/Content/i/ok-icon.png);
    background-repeat: no-repeat;
}

.page .program-table {
    margin-top: 40px;
}

.page .program-table .btn {
    margin-bottom: 20px;
}

.page .editing-program-form .editing-program-block .create-product {
    margin-bottom: 10px;
}

.page .editing-program-form .editing-program-block .create-product .btn, .page .editing-program-form .editing-program-block .edit-product .btn {
    margin: 10px 0;
}

.page .claims-pages-table {
    margin-top: 30px;
}

.page .claims-pages-table .btn {
    margin-bottom: 10px;
}

.login-page {
    padding-top: 0;
}

.login-page h2 {
    margin-top: 28px;
}

.login-page .page-text {
    margin-top: 5px;
}

.login-page .login-form {
    width: 284px;
    padding: 77px 20px 10px;
}

.login-page .login-form form h1 {
    margin-bottom: 5px;
    color: #ffc82f;
}

.login-page .login-form form .form-row {
    margin-bottom: 5px;
}

.login-page .login-form form .form-row label {
    display: block;
    width: auto;
    color: #fff;
}

.login-page .login-form form .form-row input, .login-page .login-form form .form-row select {
    width: 100%;
}

.login-page .login-form form .form-btns {
    margin-top: 15px;
}

.login-page .login-form form .form-btns:after, .login-page .login-form form .form-btns:before {
    display: table;
    content: '';
}

.login-page .login-form form .form-btns:after {
    clear: both;
}

.login-page .login-form form .form-btns .btn {
    float: left;
    border: 1px solid #000;
}

.login-page .login-form form .form-btns .btn:active, .login-page .login-form form .form-btns .btn:focus, .login-page .login-form form .form-btns .btn:hover {
    border: 1px solid #ffc82f;
}

.login-page .login-form form .form-btns .login-form-link {
    display: block;
    color: #ffc82f;
}

.login-page .login-form form .form-btns .login-form-link:hover {
    text-decoration: underline;
}

.program-page h2 {
    margin-top: 30px;
}

.program-page .page-text ol {
    margin-top: -6px;
}

.program-block-wr {
    margin: 13px 0 26px;
}

.program-block-wr .program-block-name {
    font-weight: 700;
}

.program-block-wr .program-block-dscr {
    font-style: italic;
}

.program-block-wr .program-block-btns {
    margin-top: 7px;
}

.program-block-wr .program-block-btns:after, .program-block-wr .program-block-btns:before {
    display: table;
    content: '';
}

.program-block-wr .program-block-btns:after {
    clear: both;
}

.program-block-wr .program-block-btns .btn {
    margin-right: 11px;
}

.program-block-wr:last-child {
    margin-bottom: 28px;
}

.table {
    font-size: 12px;
    width: auto;
    margin: 20px 0 30px;
}

.table thead th {
    width: 106px;
    padding: 2px 0;
    border: 1px solid #000;
    background-color: #ffc82f;
}

.table tbody td {
    width: 108px;
    padding: 1px 6px;
    vertical-align: middle;
    border: 1px solid #000;
}

.table-striped {
    font-size: 14px;
    width: 100%;
}

.table-striped thead th {
    width: auto;
    padding: 5px;
    text-align: left;
}

.table-striped thead th.comments {
    max-width: 240px;
}

.table-striped tbody tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.table-striped tbody td {
    width: auto;
    max-width: 170px;
    padding: 7px 2px;
    vertical-align: middle;
}

.table-striped tbody td a {
    font-weight: 700;
    color: #000;
}

.table-striped tbody td a:hover {
    text-decoration: underline;
}

.table-striped tbody td .btn {
    min-width: 100px;
}

.table-striped tbody td .btn:hover {
    text-decoration: none;
}

.table-striped tbody td.comments {
    max-width: 240px;
}

form {
    width: auto;
}

form .form-row {
    margin-bottom: 17px;
}

form .form-row .dealers {
    margin-left: 184px;
    width: 482px;
}

form .form-row .dealers label,
form .form-row .dealers button {
    /*margin: 5px 0;*/
    font-size: 14px;
}


form .form-row .dealers > .dealer {
    background-color: #ffc82f;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

form .form-row .dealers > .dealer i {
    margin-left: 4px;
}

form .form-row .dealers > .dealer i:hover {
    cursor: pointer;
}


form .form-row > label {
    display: inline-block;
    width: 180px;
    padding-top: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form .form-row input, form .form-row select, form .form-row textarea {
    font-size: 14px;
    width: 482px;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #000;
}

form .form-row input[type="file"] {
    border: 0;
    padding: 6px 0;
}

form .form-row input.input-validation-error {
    border-color: #a94442;
}

form .form-row textarea {
    min-width: 482px;
    max-width: 740px;
    min-height: 100px;
}

form .form-row .field-validation-error {
    display: block;
    padding-top: 5px;
    padding-left: 184px;
    color: #b94a48;
}

form .form-btns {
    margin-top: 40px;
}

form .form-btns .btn {
    margin-right: 11px;
}

.faq-list {
    margin-top: 14px;
}

.faq-list .faq-list-row {
    margin-bottom: 39px;
}

.faq-list .faq-list-row .faq-question {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: auto;
    text-transform: uppercase;
    color: #000;
}

.faq-list .faq-list-row .faq-question:before {
    font-family: Arial,Helvetica,'Nimbus Sans L',sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: -16px;
    content: '+';
}

.faq-list .faq-list-row.active .faq-question:before {
    content: '-';
}

.pagination-block {
    position: relative;
    width: 270px;
    margin: 23px auto 0;
    padding: 8px;
}

.pagination-block .prev-link {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 8px;
    left: 0;
}

.pagination-block .prev-link a {
    color: #d29a00;
}

.pagination-block .pagination-number {
    padding: 0 75px;
    text-align: center;
}

.pagination-block .pagination-number:after, .pagination-block .pagination-number:before {
    display: table;
    content: '';
}

.pagination-block .pagination-number:after {
    clear: both;
}

.pagination-block .pagination-number p {
    font-size: 12px;
    display: inline-block;
    color: #666;
}

.pagination-block .pagination-number a {
    font-size: 12px;
    display: inline-block;
    color: #d29a00;
}

.pagination-block .pagination-number a:hover {
    text-decoration: underline;
}

.pagination-block .pagination-number a.active {
    font-weight: 700;
    color: #666;
}

.pagination-block .pagination-number a.active:hover {
    text-decoration: none;
}

.pagination-block .next-link {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 8px;
    right: 0;
}

.pagination-block .next-link a {
    color: #d29a00;
}

@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
}

form .form-row.description-editor-row:after, form .form-row.description-editor-row:before {
    display: table;
    content: '';
}

form .form-row.description-editor-row:after {
    clear: both;
}

form .form-row.description-editor-row .description-editor {
    display: inline-block;
    width: 740px;
    vertical-align: top;
}

form .form-row.description-editor-row .description-editor textarea {
    width: 100%;
    height: 300px;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li a[data-wysihtml5-command=bold] {
    font-weight: 900;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li a[data-wysihtml5-command=italic] {
    font-style: italic;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li a[data-wysihtml5-command=underline] {
    text-decoration: underline;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li a.dropdown-toggle:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    content: '\f031';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li .btn {
    min-width: 36px;
    height: 36px;
    vertical-align: top;
    text-transform: none;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li .dropdown-menu {
    position: absolute;
    top: 36px;
    left: 0;
    display: none;
    width: 142px;
    background-color: #ffc82f;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li .dropdown-menu li {
    padding: 4px 0 4px 10px;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li .dropdown-menu li a {
    font-weight: 700;
    color: #000;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li .dropdown-menu li a:hover {
    color: #fff;
}

form .form-row.description-editor-row .description-editor ul.wysihtml5-toolbar > li.open .dropdown-menu {
    display: block;
}

form .form-row.description-editor-row .description-editor textarea {
    margin-top: 20px;
}

.claims-nav ul li {
    line-height: 14px;
    display: inline-block;
    margin-right: 4px;
    padding-top: 2px;
    padding-right: 4px;
    border-right: 2px solid #000;
}

.claims-nav ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.claims-nav ul li a.active, .claims-nav ul li a:hover {
    color: #d29a00;
}

.claims-nav ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 none;
}

.alert {
    font-size: 15px;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert i {
    font-size: 16px;
}

.alert-warning {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.alert-success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.admin-landing-link-block span {
    display: block;
    padding: 10px 0;
}

.admin-landing-link-block span:after, .admin-landing-link-block span:before {
    display: table;
    content: '';
}

.admin-landing-link-block span:after {
    clear: both;
}

.admin-landing-link-block span a {
    font-size: 18px;
    font-weight: 700;
    float: left;
    width: auto;
    margin-right: 10px;
    color: #000;
}

.admin-landing-link-block span a:hover {
    text-decoration: underline;
}

.admin-landing-link-block span .badge {
    font-weight: 700;
    padding: 0 5px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffc82f;
}

.reporting-forms-wr {
    width: 100%;
    margin-top: 40px;
}

.reporting-forms-wr:after, .reporting-forms-wr:before {
    display: table;
    content: '';
}

.reporting-forms-wr:after {
    clear: both;
}

.reporting-forms-wr .reporting-search-form {
    float: left;
    width: 70%;
}

.reporting-forms-wr .reporting-search-form-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.reporting-forms-wr .reporting-search-form form .form-row {
    position: relative;
}

.reporting-forms-wr .reporting-search-form form .form-row input, .reporting-forms-wr .reporting-search-form form .form-row select {
    width: 352px;
}

.reporting-forms-wr .reporting-search-form form .form-row.datepicker:after, .reporting-forms-wr .reporting-search-form form .form-row.datepicker:before {
    display: table;
    content: '';
}

.reporting-forms-wr .reporting-search-form form .form-row.datepicker:after {
    clear: both;
}

.reporting-forms-wr .reporting-search-form form .form-row.datepicker label {
    float: left;
    margin-right: 4px;
}

.reporting-forms-wr .reporting-search-form form .form-row.datepicker input {
    position: relative;
    float: left;
    width: 120px;
}

.reporting-forms-wr .reporting-search-form form .form-row.datepicker .datepicker-icon {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(/Content/i/datepicker.png);
    background-repeat: no-repeat;
}

.reporting-forms-wr .reporting-search-form form .form-row.datepicker .datepicker-wr:last-child label {
    width: 45px;
    padding-left: 10px;
}

.reporting-forms-wr .reporting-download-form {
    float: left;
    width: 30%;
}

.reporting-forms-wr .reporting-download-form .reporting-download-form-inner {
    position: relative;
    padding: 30px 20px 40px;
    border: 2px solid #000;
}

.reporting-forms-wr .reporting-download-form .reporting-download-form-inner .reporting-download-form-title {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -12px;
    left: 20px;
    padding: 0 5px;
    background-color: #fff;
}

.reporting-forms-wr .reporting-download-form .reporting-download-form-inner form .form-row label {
    width: auto;
}

.reporting-forms-wr .reporting-download-form .reporting-download-form-inner form .form-row select {
    width: 163px;
}

.reporting-forms-wr .reporting-download-form .reporting-download-form-inner form .btn {
    font-size: 16px;
    width: 100%;
}

.notActive-btn, .notActive-btn:hover {
    background-color: #f2f2f2;
    cursor: default;
}


input[type="checkbox"]:hover {
    cursor: pointer;
}

input.select-all {
    margin-top: 4px;
}

.page .dealers-table {
    margin-top: 40px;
}

.page .dealers-table .btn {
    margin-bottom: 20px;
}

/* Overlay Loading for Public Claims */
#overlay-loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    color: #fff;
    font-size: 18px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ffc82f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-left: 40%;
    margin-bottom: 10px;
}

.overlay-body {
    position: absolute;
    top: 40%;
    left: 43%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Style for Select Multiple Claims dropdown in Claims Table */
table .dropdown {
    position: relative;
}

table .dropdown > a {
    position: relative;
    padding-right: 16px;
}

table .dropdown > a:after {
    position: absolute;
    top: 7px;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

table .dropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 485px;
    text-align: left;
}

table .dropdown .dropdown-menu li {
    font-size: 14px;
    margin-left: 0;
    padding: 10px;
    width: 100%;
}

table .dropdown .dropdown-menu li .btn {
    margin: 0;
}

table .dropdown .dropdown-menu li input {
    padding: 5px 10px !important;
}

table .dropdown .dropdown-menu li a {
    font-size: 14px;
}

table .dropdown.open .dropdown-menu {
    display: block;
}