﻿#b2c-main [type='text']:invalid,
#b2c-main [type='password']:invalid,
#b2c-main [type='date']:invalid,
#b2c-main [type='datetime']:invalid,
#b2c-main [type='datetime-local']:invalid,
#b2c-main [type='month']:invalid,
#b2c-main [type='week']:invalid,
#b2c-main [type='email']:invalid,
#b2c-main [type='number']:invalid,
#b2c-main [type='search']:invalid,
#b2c-main [type='tel']:invalid,
#b2c-main [type='time']:invalid,
#b2c-main [type='url']:invalid,
#b2c-main [type='color']:invalid,
#b2c-main textarea:invalid,
#b2c-main select:invalid {
    border-color: #bfd2d5 !important;
}

#b2c-main .is-invalid-input[type='text']:invalid,
#b2c-main .is-invalid-input[type='password']:invalid,
#b2c-main .is-invalid-input[type='date']:invalid,
#b2c-main .is-invalid-input[type='datetime']:invalid,
#b2c-main .is-invalid-input[type='datetime-local']:invalid,
#b2c-main .is-invalid-input[type='month']:invalid,
#b2c-main .is-invalid-input[type='week']:invalid,
#b2c-main .is-invalid-input[type='email']:invalid,
#b2c-main .is-invalid-input[type='number']:invalid,
#b2c-main .is-invalid-input[type='search']:invalid,
#b2c-main .is-invalid-input[type='tel']:invalid,
#b2c-main .is-invalid-input[type='time']:invalid,
#b2c-main .is-invalid-input[type='url']:invalid,
#b2c-main .is-invalid-input[type='color']:invalid,
#b2c-main textarea.is-invalid-input:invalid,
#b2c-main select.is-invalid-input:invalid {
    border-color: #F44336 !important;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #a5c1c5 !important;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #a5c1c5 !important;
    opacity: 1;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #a5c1c5 !important;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5c1c5 !important;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a5c1c5 !important;
}

*::placeholder {
    /* modern browser */
    color: #a5c1c5 !important;
}

/* Hide other page content (home page) */
main > section {
    display: none;
}

main.home > section {
    display: block;
}

main.home #b2cDashboardBreadcrumb,
main.home #b2cDashboardContent {
    display: none;
}

main.home #b2c-main > .container {
    padding-bottom: 1em;
}

@media screen and (min-width: 1024px) {
    main.home #b2c-main > .container {
        padding-top: 0;
    }
}

.layout-simple .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.layout-simple .select2-dropdown {
    background-color: #fff;
    padding-bottom: .7rem;
}

.layout-simple .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}

    .layout-simple .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        font-family: "vereende-icons";
        content: '';
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        transform: rotate(90deg);
        display: inline-block;
    }

    .layout-simple .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }


.layout-simple .select2-container--default .select2-search--dropdown {
    padding: 0.7rem 1rem;
}

    .layout-simple .select2-container--default .select2-search--dropdown .select2-search__field {
        background: #fff;
        box-shadow: none;
        margin: 0;
        border-color: #bcd2d6;
        font-size: 13px;
        color: #7ea8ad;
    }

.layout-simple .select2-results {
    font-size: 13px;
}

.layout-simple .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    font-weight: 600;
}

.layout-simple .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #a5c1c5;
}

.layout-simple .select2-results__option {
    color: #7ea8ad;
    padding: 0.35rem 1rem;
    margin: 0;
}

.layout-simple .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.layout-simple .select2-container--default .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
    background: transparent;
}

.layout-simple .select2-container--open .select2-dropdown--below {
    border: 0;
    border-radius: 0;
}

.layout-simple .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding-left: 0;
}

.layout-simple .datepicker td span.active,
.layout-simple .datepicker td.active.day,
.layout-simple .datepicker td.active.year {
    background: #7ea8ad;
    color: #fff;
}

#b2c-main .tabs-title {
    white-space: nowrap;
    padding: 0;
    text-align: center;
    position: relative;
}

    #b2c-main .tabs-title.disabled > a {
        pointer-events: none;
        cursor: not-allowed;
    }

    #b2c-main .tabs-title.disabled:hover {
        cursor: not-allowed;
    }

#b2c-main .tabs-logout {
    background-color: #a1c2c6;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
    transform: skewX(-6deg);
}

#b2c-main .tabs-title {
    margin-right: 2.5px;
}

    #b2c-main .tabs-title > a {
        padding: 5px 50px;
        background-color: #bcd2d6;
    }

#b2c-main .tabs-logout > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    transform: skewX(6deg);
}

#b2c-main .tabs-logout .menu {
    align-self: flex-end;
}

#b2c-main .tabs-logout .logout {
    color: #fff;
    font-size: 1.2em;
}

    #b2c-main .tabs-logout .logout > .icon-lock {
        color: #000;
    }

    #b2c-main .tabs-logout .logout:hover {
        text-decoration: underline;
        cursor: pointer;
    }

#b2c-main .tabs-title > a:hover {
    color: #FFFFFF;
    background-color: #F5C400;
}

#b2cDashboardTitle {
    margin-top: 2rem;
}

    #b2cDashboardTitle:before {
        color: #7ea8ad;
    }

@media screen and (max-width: 1023px) {
    #b2cDashboardContent {
        margin-right: 0 !important;
    }
}

#b2c-main h1.slash-before:before {
    color: #7ea8ad;
}

#b2c-main .highlight {
    color: #7ea8ad;
}

#b2c-main .breadcrumbs {
    margin-bottom: 2rem;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: column;
}

.dataTables_paginate {
    align-self: center;
}

/*
table thead:hover {
    background: transparent;
}

table thead {
    color: #7ea8ad;
}

table thead, 
table tbody, 
table tfoot {
    border: 0;
    background: transparent;
}

    table thead tr:hover {
        background-color: transparent !important;
    }

    table tbody tr:nth-child(2n) {
        background: transparent;
    }

    table tbody tr:hover {
        background: white !important;
    }

    table tbody tr {
        border-top: 1px solid #fff;
    }

    */

/*new*/
#b2c-main table thead,
#b2c-main table tbody,
#b2c-main table tfoot,
#b2c-main table tbody tr:nth-child(even) {
    background-color: transparent;
}

#b2c-main table thead,
#b2c-main table tbody,
#b2c-main table tfoot {
    border: 0;
}

    #b2c-main table thead tr,
    #b2c-main table tbody tr {
        border-bottom: 1px solid #fff;
    }

        #b2c-main table thead tr:hover {
            background: transparent !important;
        }

        #b2c-main table tbody tr:hover {
            background: #F5C400 !important;
        }

#b2c-main table th,
#b2c-main table td {
    padding: .8rem .625rem;
}

#b2c-main table th {
    color: #76a7ad;
    font-weight: 400;
}

#b2c-main .pagination {
    margin-top: 1rem;
}

#b2c-main .paginate_button {
    position: relative;
    line-height: 1.35em;
    background-color: #7ea8ad;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1rem;v
    width: auto;
    min-width: 200px;
    text-align: center;
    padding: 11px 45px;
    margin: 0 .5rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

    #b2c-main .paginate_button.disabled,
    #b2c-main .paginate_button.disabled:hover,
    #b2c-main .paginate_button.disabled:focus {
        background: #bcd2d6;
        cursor: not-allowed;
    }

    #b2c-main .paginate_button,
    #b2c-main .paginate_button.disabled,
    #b2c-main .paginate_button a {
        color: #fff;
    }

        #b2c-main .paginate_button a {
            text-decoration: none;
            padding: 0;
            line-height: inherit;
        }

        #b2c-main .paginate_button:after {
            content: '\e800';
            font-family: 'vereende-icons';
            text-align: right;
            float: right;
            color: #FFFFFF;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1.25rem;
            font-size: 2rem;
            font-weight: lighter;
        }

        #b2c-main .paginate_button.previous:after {
            transform: rotate(180deg) translateY(50%);
            right: auto;
            left: 1.25rem;
        }

        #b2c-main .paginate_button:hover,
        #b2c-main .paginate_button:focus {
            background-color: #a5c1c5;
        }



.dataTable_search {
    display: flex;
    flex-direction: row;
}

    .dataTable_search input {
        background: white;
        border: 0;
        padding: 10px 10px;
        width: auto;
        margin: 0;
        font-size: 12px;
        min-width: 250px;
    }

        .dataTable_search input:focus {
            border: 0;
        }

    .dataTable_search button {
        background: #76a7ad;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
    }

        .dataTable_search button:after {
            content: '\e800';
            font-family: 'vereende-icons';
            margin-left: 10px;
        }

.title-search-wrapper {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 5px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #888 transparent transparent transparent;
}

#b2c-main .button,
#b2c-main .button:hover,
#b2c-main .button:focus {
    width: auto;
    min-width: 200px;
    text-align: center;
    padding: 11px 45px;
    color: #fff;
    background-color: #79a8ad;
    margin-right: .5rem;
}

    #b2c-main .button:hover,
    #b2c-main .button:focus {
        background-color: #a5c1c5;
    }

    #b2c-main .button:after {
        font-size: 1.5rem;
    }

    #b2c-main .button.back:after {
        transform: rotate(180deg) translateY(50%);
        right: auto;
        left: 1.25rem;
    }

    #b2c-main .button.right {
        float: right;
        margin-right: 0;
    }

.ghost {
    color: #aaa;
}


.layout-simple #b2cDashboardNav {
    position: relative;
    margin-top: -30px;
    min-height: 30px;
    z-index: 100;
    transform: skew(-6deg);
}

    .layout-simple #b2cDashboardNav > .container > .row > .column:before {
        content: '';
        position: absolute;
        width: 100vw;
        top: 0;
        bottom: 0;
        background: #a5c1c5;
    }

    .layout-simple #b2cDashboardNav.hasTabs > .container > .row > .column:before {
        /*display: none;*/
    }

#b2cDashboardNav.transparent {
    background: transparent;
}

#b2cDashboardNav .pageInfo {
    position: relative;
    float: right;
    font-size: 13px;
}

.layout-empty #b2cDashboardNav .pageInfo {
    float: left;
    min-height: 28px;
}

#b2cDashboardNav .navMenu {
    float: right;
    margin-left: 3px;
}

#b2cDashboardNav > .container > .row > .column > a {
    position: relative;
    float: left;
    left: 15px;
    height: 30px;
    padding: 0 15px;
    background: #bcd2d6;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

    #b2cDashboardNav > .container > .row > .column > a > span {
        display: block;
        transform: skew(6deg);
    }

.dropdown.menu > li > a {
    color: #fff;
}

.b2cDashboardUser {
    display: none;
    float: right;
}


    .b2cDashboardUser .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        right: 0;
    }


    .b2cDashboardUser > ul > li {
        display: block;
        width: 100%;
    }

    .b2cDashboardUser .dropdown.menu > li.is-dropdown-submenu-parent > a {
        padding-right: 30px;
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 9px;
    }

        .b2cDashboardUser .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
            right: 10px;
            border-color: #fff transparent transparent;
        }


#b2cUserName {
    display: none;
    padding: 0 15px 0 5px;
}

@media screen and (max-width: 1023px) {
    .b2cDashboardUser .dropdown.menu > li.is-dropdown-submenu-parent > a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

#b2cDashboardDropdown {
    z-index: 10;
    background: #bcd2d6;
}

    #b2cDashboardDropdown:hover {
        background: #F5C400;
    }

    #b2cDashboardDropdown .menu {
        min-width: 220px;
        transform: skew(6deg);
        border: 0;
        margin-left: 14px;
        font-size: 13px;
    }

    #b2cDashboardDropdown .separator {
        padding: 0;
        font-weight: 600;
        border-top: solid 1px #bcd2d6;
        margin: .2em 0;
    }

    #b2cDashboardDropdown > a {
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px;
        transform: skew(6deg);
    }

        #b2cDashboardDropdown > a:after {
            display: none;
        }

        #b2cDashboardDropdown > a i.icon-cog {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url('/Content/img/icon/cogw.svg') no-repeat center;
            background-size: contain;
            margin: 0;
            position: relative;
            top: -1px;
        }

#b2c-main th.hidden,
#b2c-main td.hidden {
    display: none;
}

#b2c-main .tablePolicyHolders tbody td:last-child a {
    white-space: nowrap;
}

body .header-site .top {
    background: transparent;
}

#b2c-main .logo-web-consumer {
    margin: 2em 0;
    max-height: 100px;
    max-width: 300px;
}

body.layout-simple .header-site .top {
    top: 15px;
}

body.layout-simple .header-site {
    min-height: 185px;
}


@media screen and (min-width: 1024px) {
    #b2c-main .tabs-title a {
        z-index: 110;
    }
}

@media screen and (min-width: 1750px) {
    body.layout-simple .header-site {
        min-height: 160px;
    }

    body.layout-simple .header-site .top {
        top: 30px;
    }
}
