/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
td.one-listing {
    word-break: break-word;
}

.upcoming-policy-new {
    width: 100%;
    display: inline-block;
}

.upcoming-policy-new-wrapper {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: #ffffff;
}

.UP-new-head .p-head {
    color: #000000;
    font-weight: 600;
    text-align: center;
    width: 25%;
}

tbody.UP-new-tbody {
    text-align: center;
}

td.p-new-view-Policy a {
    background: #898eff;
    color: #fff;
    padding: 2px 10px;
    border-radius: 7px;
}

thead.UP-new-head tr th {
    border-bottom: 2px solid #e2e2e2;
}

thead.UP-new-head tr th:last-child {
    border-bottom: none;
}

td.p-new-view-Policy a {
    background: #898eff;
    color: #000;
    padding: 2px 10px;
    border-radius: 7px;
}

.new-policy-grid {
    width: 100%;
    display: inline-block;
}

.new-policy-new-wrapper {
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.policy-grid-one {
    width: calc(33% - 8px);
    display: inline-block;
    margin: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 15px;
}

.three-dots {
    text-align: right;
}

.three-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #707579;
    display: inline-block;
    margin: 0 2px;
}

.p-grid-inner {
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.pg-pp-name {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 44px;
    font-size: 14px;
}

/*
#23c451
#09bd3c
*/
.pg-status-dots {
    width: 100%;
    display: inline-block;
}

.pg-status-dots .pg-status {
    width: 50%;
    display: inline-block;
}

.pg-status-dots .pg-dots {
    display: inline-block;
    width: 50%;
}

/*span.pg-status-dot {
	width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #707579;
    display: inline-block;
    margin: 0 2px;
}*/
span.pg-status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #09bd3c;
    display: inline-block;
    margin-right: 5px;
}

span.pg-status-title {
    font-size: 16px;
    color: #09bd3c;
    width: calc(100% - 20px);
    display: inline-block;
}

.pg-Name span {
    color: #171b1e;
    font-weight: 600;
}

.pg-preferred-nt-price {
    width: 100%;
    display: inline-block;
}

.pg-preferred {
    width: 88px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

span.pg-price {
    text-align: right;
    width: calc(100% - 88px);
    display: inline-block;
}

span.pg-price::before {
    content: '$';
}

.pg-pn-ed {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
}

.pg-premium-mode span {
    color: #5ea5da;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.pg-policy-number {
    width: 50%;
    display: inline-block;
}

.pg-effective-date {
    width: 50%;
    display: inline-block;
}

.pg-policy-number span {
    width: 100%;
    display: inline-block;
}

.pg-effective-date span {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.pg-pm-sign {
    width: 100%;
    display: inline-block;
}

.pg-premium-mode {
    display: inline-block;
    width: 50%;
}

.pg-premium-mode span {
    width: 100%;
    display: inline-block;
}

.pg-sign {
    width: 50%;
    display: inline-block;
    text-align: right;
}

a.pg-link-policy {
    color: #707579;
    font-size: 14px;
}

.pg-preferred-nt-price:after {
    border-bottom: 5px solid #09bd3c;
    border-radius: 10px;
    content: '';
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;

}

.pg-view-policy {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.pgn-status {
    width: 50%;
    display: inline-block;
    position: relative;
    top: -15px;
}

.pgn-sign {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.pgn-sign span {
    display: inline-block;
}

span.pg-pn-label {
    font-weight: 600;
}

.pgn-pm-sign {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.pgn-policy-number {
    width: 50%;
    float: left;
}

.pgn-effective-date {
    width: 50%;
    float: left;
}

.pgn-policy-number span {
    width: 100%;
    display: inline-block;
}

.pgn-effective-date span {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.pg-Name {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
}

.pgn-status-dots {
    width: 100%;
    display: inline-block;
}

.pg-filter-one {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}

label.pg-filter-label {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: var(--base);
}

.pg-filter-control {
    width: 100%;
    display: inline-block;
}

.pg-filter-control input,
.pg-filter-control select {
    width: 100%;
    height: 40px;
    margin-bottom: var(--space-m);
    border: 1px solid #D8DDE9;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.pg-load-more {
    width: 300px;
    background: #15a9ce;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-family: sans-serif;
    border: none;
    border-radius: 7px;
}

.pg-load-more:hover {
    cursor: pointer;
}

.pg-loadmore {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.policy-loader img {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 20px;
    background: #fff;
}

.policy-loader {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.no-policy-message {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
}

.pg-filter-submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

button#search_button {
    background: #15a9ce;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

/* The container */
.ckcontainer {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ckcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.ckcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    background-color: #eee;
    padding: 5px 10px;
    border: 1px solid #D8DDE9;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.ckcontainer:hover input~.ckcheckmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ckcontainer input:checked~.ckcheckmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ckcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ckcontainer input:checked~.ckcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ckcontainer .ckcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pg-filter-control label.ckcontainer {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
}

.pg-filters {
    width: 250px;
    float: left;
    margin-right: 50px;
}

.pg-content {
    width: calc(100% - 300px);
    display: inline-block;
}

button#clear_filter_button {
    cursor: pointer;
    padding: 4px 15px;
}


ul.pagination {
    list-style: none !important;
}

.secondheader {
    text-align: center;
    background: #777777;
    color: #26b99a;
    font-weight: bold;
    padding: 13px;
    vertical-align: middle;
}

.secondheader p {
    margin: 0;
}

.box {
    background: #f7f7f7;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.box p {
    font-size: 14px;
    color: #05386b !important;
    padding-top: 10px;
    font-weight: 600;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;

}

span.number-c {
    color: #26b99a;
    font-weight: bold;
    font-size: 35px;
}

i.far.fa-file-alt {
    font-size: 3em;
    color: #05386b;
    font-weight: 400;

}

.row.box-production .col-sm-2 {
    margin-bottom: 30px;
}

canvas#canvas {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.containerr {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
}

/* css for child end */
@media only screen and (max-width: 768px) {
    .policy-grid-one {
        width: calc(100% - 8px);
        display: inline-block;
        margin: 5px;
        background: #fff;
        padding: 5px;
        border-radius: 15px;
    }

    .pg-filters {
        width: 100%;
        float: left;
        border: 1px solid #D8DDE9;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .pg-content {
        width: calc(100%);
        display: inline-block;
    }

    .pg-filter-control {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }

    .pg-filter-control label.ckcontainer {
        display: inline-block;
        width: auto;
        height: 40px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .ckcheckmark {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
        background-color: #eee;
        padding: 5px 10px;
        border: 1px solid #D8DDE9;
        border-radius: 5px;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .policy-grid-one {
        width: calc(49% - 4px);
        display: inline-block;
        margin: 5px;
        background: #fff;
        padding: 5px;
        border-radius: 15px;
    }


}

/*tables*/

.table th {
    font-size: var(--text-l);
}

.table td {
    color: var(--shade-ultra-dark);
    font-size: var(--text-m);
    font-weight: 400;
}