@font-face {
    font-family: "interstate";
    src: url("./../fonts/interstate-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "interstate";
    src: url("./../fonts/interstate-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "interstate";
    src: url("./../fonts/interstate-extralight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("./../fonts/icomoon.eot?e3nfw5");
    src: url("./../fonts/icomoon.eot?e3nfw5#iefix") format("embedded-opentype"), url("./../fonts/icomoon.ttf?e3nfw5") format("truetype"), url("./../fonts/icomoon.woff?e3nfw5") format("woff"), url("./../fonts/icomoon.svg?e3nfw5#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*This is added for the download font, when download font need to change,please revisit the below path in the src*/
@font-face {
    font-family: 'icomoon';
    src: url('./../fonts/fonts-download/icomoon.eot?riho2n');
    src: url('./../fonts/fonts-download/icomoon.eot?riho2n#iefix') format('embedded-opentype'), url('./../fonts/fonts-download/icomoon.ttf?riho2n') format('truetype'), url('./../fonts/fonts-download/icomoon.woff?riho2n') format('woff'), url('./../fonts/fonts-download/icomoon.svg?riho2n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-search-solid:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-add-user:before {
    content: "";
}

.icon-letter:before {
    content: "";
}

.icon-remove-user:before {
    content: "";
}

.icon-email:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

.data-wrapper {
    font: 300 16px/1.2 "interstate";
}

    .data-wrapper h2 {
        font-size: 2rem;
        line-height: 2.375rem;
        margin: 0 0 10px;
    }

    .data-wrapper h3 {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        font-weight: 300;
        margin: 0;
    }

    .data-wrapper h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 300;
        margin: 0;
    }

    .data-wrapper .btn-danger {
        background: #141914;
        color: #FFEB14;
        font-weight: bolder;
        font-size:16px;
    }

        .data-wrapper .btn-danger:hover {
            background: #FFEB14;
            color:#141914
        }

            .data-wrapper .btn-danger:hover:active {
                background: #141914;
                color: #FFEB14;
                font-weight: bolder;
                font-size: 16px;
                border-color:#141914!important
            }
      .btn-danger:focus, .btn-danger:active, .btn-danger:checked {
            background: #FFEB14;
            border-color: none !important;
            outline: none !important;
            color: #141914
        }
.btn-danger:hover {
    color: #fff;
    background-color: #FFEB14;
    border-color: #141914 !important;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #141914!important;
    border-color: #b21f2d;
}
    .data-wrapper .btn-danger-reverse {
        background: #FFEB14;
        color: #141914;
        font-weight: bolder;
        font-size: 16px;
    }

        .data-wrapper .btn-danger-reverse:hover {
            background: #141914;
            color: #FFEB14;
            border-color: #FFEB14
        }

    .data-wrapper .btn-xl {
        min-width: 135px;
        padding: .75rem;
    }

    .data-wrapper .btn-secondary {
        background-color: #5c5c5c;
    }

        .data-wrapper .btn-secondary:hover {
            background-color: #4f4f4f;
        }

    .data-wrapper .btn-lg {
        min-width: 135px;
        padding: .75rem;
        font-size: 1rem;
        font-weight: 300;
    }

.btn.btn-outline-secondary {
    border-radius: 4px;
    border-width: 4px;
    border-color: #7c878e;
    font-weight: 300;
    color: #7c878e;
    background-color: #fff;
    padding: .625rem;
    outline: 0;
    box-shadow: none;
}

    .btn.btn-outline-secondary:hover {
        color: #7c878e;
        background-color: #f8f8f8;
        opacity: 1;
    }

.bg-gray {
    background-color: #eee;
}

.bg-white {
    background-color: #fff;
}

.text-light {
    color: #fff;
}

.text-color-alt {
    color: #5c6670;
}

.font-weight-extralight {
    font-weight: 200 !important;
}

.head-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.controls-wrap {
    min-width: 235px;
}

    .controls-wrap .btn {
        font-weight: 300;
        padding: .75rem;
    }

    .controls-wrap .add-info {
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
        color: #7c878e;
    }

        .controls-wrap .add-info .icon-info {
            font-size: 1.0625rem;
            margin-right: 12px;
        }

.info-icon {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #7c878e;
    color: #fff;
    text-align: center;
    font-size: .875rem;
    line-height: 1.125rem;
    margin-right: 13px;
}

.table-wrap-heading {
    padding: 20px 0;
}

    .table-wrap-heading .nav-tabs {
        border: 0;
        padding: 30px 0 0;
    }

        .table-wrap-heading .nav-tabs .nav-item {
            padding-right: 25px;
            margin-bottom: 6px;
        }

        .table-wrap-heading .nav-tabs .nav-link {
            -webkit-transition: color .3s linear;
            transition: color .3s linear;
            position: relative;
            background: transparent;
            border: 0;
            padding: 0;
            font-size: 1rem;
            font-weight: 300;
            color: #5c6670;
        }

            .table-wrap-heading .nav-tabs .nav-link:after {
                -webkit-transition: opacity .3s linear;
                transition: opacity .3s linear;
                content: "";
                position: absolute;
                z-index: 1;
                top: 100%;
                left: 0;
                width: 100%;
                background: #056dae;
                height: 2px;
                opacity: 0;
            }

            .table-wrap-heading .nav-tabs .nav-link.active {
                color: #056dae;
            }

                .table-wrap-heading .nav-tabs .nav-link.active:after {
                    opacity: 1;
                }

.select-form-control {
    position: relative;
}

    .select-form-control .form-control {
        color: black;
    }

    .select-form-control.placholder-active .form-control {
        color: #7c878e;
    }

    .select-form-control.alt-select-control:after {
        width: 8px;
        height: 8px;
        border: 2px solid #002d72;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        margin-top: -3px;
    }

    .select-form-control:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 1px;
        right: 1px;
        bottom: 1px;
        width: 30px;
        background: #fff;
        border-radius: 4px;
        pointer-events: none;
    }

    .select-form-control:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 18px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 4.5px 0 4.5px;
        border-color: #0079c1 transparent transparent transparent;
    }

    .select-form-control .form-control {
        padding-right: 30px !important;
        cursor: pointer;
    }

        .select-form-control .form-control::-ms-expand {
            display: none;
        }

.form-control {
    border-radius: 4px;
    color: black;
    line-height: 1;
    border: 1px solid #141914;
    font-weight: 300;
    height: 48px;
    font-size: 1rem;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-control::-webkit-input-placeholder {
        color: #7c878e;
    }

    .form-control::-moz-placeholder {
        opacity: 1;
        color: #7c878e;
    }

    .form-control:-moz-placeholder {
        color: #7c878e;
    }

    .form-control:-ms-input-placeholder {
        color: #7c878e;
    }

    .form-control.placeholder {
        color: #7c878e;
    }

    .form-control:focus {
        border-color: #141914 !important;
    }

textarea {
    min-height: 86px;
}

.table-wrap-body {
    position: relative;
    border-radius: 4px;
    padding-top: 35px;
    padding-bottom:35px;
    padding-left:0px !important;
    padding-right:0px!important;
    margin-bottom: 25px;
}

    .table-wrap-body .custom-data-table th:last-child,
    .table-wrap-body .custom-data-table td:last-child {
        text-align: center;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .table-wrap-body .custom-data-table th:first-child,
    .table-wrap-body .custom-data-table td:first-child {
        padding-left: 20px !important;
        padding-right: 30px !important;
    }

.pagination {
    padding-right: 30px;
}

div.dataTables_info {
    padding-left: 30px;
}

    .table-wrap-body .dataTables_wrapper {
        padding-bottom: 0;
    }

        .table-wrap-body .dataTables_wrapper .dataTables_filter {
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 20px!important
        }

            .table-wrap-body .dataTables_wrapper .dataTables_filter .add-member-btn {
                position: absolute;
                z-index: 1;
                top: 8px;
                right: 0;
                color: #0079C1 /*#00adf0*/;
                font-size: 42px;
                line-height: 1;
            }

            .table-wrap-body .dataTables_wrapper .dataTables_filter label:not(.include-checkbox) {
                display: block;
                width: 100%;
                margin: 0 0 55px;
                position: relative;
            }

                .table-wrap-body .dataTables_wrapper .dataTables_filter label:not(.include-checkbox):before {
                    content: "";
                    font: 21px/1 "icomoon";
                    position: absolute;
                    color: #7C878E /*#494949*/;
                    z-index: 1;
                    top: 50%;
                    left: 15px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .table-wrap-body .dataTables_wrapper .dataTables_filter .form-control {
                width: 100%;
                margin: 0;
                padding: 5px 10px 5px 47px;
            }

        .table-wrap-body .dataTables_wrapper > .row:first-child > div:empty {
            display: none;
        }

        .table-wrap-body .dataTables_wrapper > .row .filter-form-col {
            width: 100%;
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

    .table-wrap-body .date-wrap {
        max-width: 100%;
        overflow-y: auto;
    }

    .table-wrap-body .custom-data-table {
        width: 100% !important;
        margin: 25px 0 !important;
    }

        .table-wrap-body .custom-data-table th,
        .table-wrap-body .custom-data-table td {
            vertical-align: middle;
            padding: 20px 0;
            height: 20px;
            font-size: .875rem;
            line-height: 1.25rem;
        }

        .table th, .table td {
            border-bottom: 1px solid #dee2e6 /*#5c6670*/;
            border-top: none
        }

.table-wrap-body .custom-data-table thead tr {
    background-color: #fff /*#002d72*/;
    color: #002d72 /*#fff*/;
}

        .table > tbody > tr > td{
            border-top:0;
        }

        .table-wrap-body .custom-data-table thead th {
            font-weight: 600!important;
            padding-right: 5px !important;
            border-bottom: 3px solid #dee2e6 /*#5c6670*/;
            border-top: 0px !important;
            text-transform: uppercase
        }

            .table-wrap-body .custom-data-table thead th:before,
            .table-wrap-body .custom-data-table thead th:after {
                opacity: 0;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 3px 5px 3px;
                border-color: transparent transparent #fff transparent;
                bottom: 0;
                top: 50%;
                left: 8px;
                right: auto;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                margin-top: -4px;
            }

            .table-wrap-body .custom-data-table thead th:after {
                border-width: 5px 3px 0 3px;
                margin-top: 4px;
                border-color: #fff transparent transparent transparent;
            }


        .table-wrap-body .custom-data-table thead th {
            background: transparent !important;
            /*white-space:nowrap*/
        }

        .table-wrap-body .custom-data-table thead span.sort-icon {
            display: inline-block;
            padding-left: 5px;
            width: 13px;
            height: 13px;
        }

.table-wrap-body .custom-data-table thead th.sorting span {
    background: none;
    display: inline-block;
}

        .table-wrap-body .custom-data-table thead th.sorting_asc span {
            background: url('../images/datatable/sort_asc.png') no-repeat center right;
        }

        .table-wrap-body .custom-data-table thead th.sorting_desc span {
            background: url('../images/datatable/sort_desc.png') no-repeat center right;
        }

/*.table-wrap-body .custom-data-table thead th.sorting_asc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right;
}

.table-wrap-body .custom-data-table thead th.sorting_desc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right;
}*/

            /*These were old styles used when background of header was not white*/
            /*.table-wrap-body .custom-data-table thead th.sorting_asc:before {
                opacity: 1;
            }

            .table-wrap-body .custom-data-table thead th.sorting_asc:after {
                opacity: .6;
            }

            .table-wrap-body .custom-data-table thead th.sorting_desc:before {
                opacity: .6;
            }

            .table-wrap-body .custom-data-table thead th.sorting_desc:after {
                opacity: 1;
            }*/

            .table-wrap-body .custom-data-table thead th:last-child:before,
            .table-wrap-body .custom-data-table thead th:last-child:after {
                display: none;
            }

        .table-wrap-body .custom-data-table tbody tr {
            -webkit-transition: background-color .3s linear, color .3s linear;
            transition: background-color .3s linear, color .3s linear;
            cursor: pointer;
        }

    .table-wrap-body .btn-action {
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
        background: none;
        border: 0;
        padding: 0;
        color: #0079C1;
        font-size: 1.125rem;
        line-height: 1;
    }

    .table-wrap-body .pagination .page-item {
        margin: 0 4px;
    }

        .table-wrap-body .pagination .page-item.disabled .page-link {
            color: rgba(92, 102, 112, .3);
        }

        .table-wrap-body .pagination .page-item.active .page-link {
            color: #fff;
            background: #0079C1;
        }

        .table-wrap-body .pagination .page-item.next,
        .table-wrap-body .pagination .page-item.previous {
            color: #0079C1;
        }

        .table-wrap-body .pagination .page-item .page-link {
            display: inline-block;
            border: 0;
            border-radius: 4px;
            padding: 1px 5px;
            min-width: 20px;
            text-align: center;
        }

.include-checkbox {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

    .include-checkbox input {
        position: fixed;
        z-index: -1;
        opacity: 0;
    }

        .include-checkbox input:checked + span:after {
            opacity: 1;
        }

    .include-checkbox span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 25px;
    }

        .include-checkbox span:before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0;
            top: 1px;
            width: 16px;
            height: 16px;
            border: 1px solid #adb2b7;
            border-radius: 4px;
        }

        .include-checkbox span:after {
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
            content: "";
            position: absolute;
            z-index: 2;
            top: 5px;
            left: 2px;
            width: 12px;
            height: 5px;
            border: 1px solid #5c6670;
            border-width: 0 0 2px 2px;
            -webkit-transform: rotate(-45deg) skewX(-10deg);
            -ms-transform: rotate(-45deg) skewX(-10deg);
            transform: rotate(-45deg) skewX(-10deg);
            opacity: 0;
        }

.mobile-col-wrap .user-info-title {
    color: #666;
}

.mobile-col-wrap .user-sm-title {
    font-size: .75rem;
    font-weight: 400;
    color: rgba(92, 102, 112, .5);
    margin-bottom: 10px;
}

.mobile-col-wrap .user-name {
    font-weight: 600;
    margin-bottom: 4px;
}

.modal.custom-modal {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    color: #333;
}

    .modal.custom-modal .close {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        z-index: 1;
        top: 20px;
        right: 20px;
    }

    .modal.custom-modal .modal-content {
        position: relative;
        box-shadow: none;
        padding: 25px 20px;
    }

    .modal.custom-modal .modal-header {
        padding: 10px 0 0;
        border: 0;
        display: block;
    }

    .modal.custom-modal .modal-title {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 200;
        margin: 0 0 15px;
        color: #002D72;
    }

    .modal.custom-modal .modal-subtitle {
        display: block;
        margin-bottom: 25px;
    }

    .modal.custom-modal .modal-body,
    .modal.custom-modal .modal-footer {
        padding: 0;
        border: 0;
    }

    .modal.custom-modal p {
        margin: 0 0 25px;
    }

.terminate-member-form .form-group {
    margin-bottom: 20px;
}

    .terminate-member-form .form-group label {
        color: #68717c;
        margin-bottom: 5px;
    }

    .terminate-member-form .form-group .form-control::-webkit-input-placeholder {
        color: #7c878e;
    }

    .terminate-member-form .form-group .form-control::-moz-placeholder {
        opacity: 1;
        color: #7c878e;
    }

    .terminate-member-form .form-group .form-control:-moz-placeholder {
        color: #7c878e;
    }

    .terminate-member-form .form-group .form-control:-ms-input-placeholder {
        color: #7c878e;
    }

    .terminate-member-form .form-group .form-control.placeholder {
        color: #7c878e;
    }

.terminate-member-form .btn-dismiss {
    text-transform: uppercase;
}

.btn-dismiss {
    font-weight: 300;
    color: #00adf0;
    margin: 0 25px;
}

.datepicker-input-wrap {
    position: relative;
}

    .datepicker-input-wrap.left-align:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 1px;
        top: 1px;
        bottom: 1px;
        width: 32px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: #f3f3f4;
    }

    .datepicker-input-wrap.left-align .form-control {
        padding-right: 10px;
        padding-left: 35px;
    }

    .datepicker-input-wrap.left-align .btn-toggle-picker {
        right: auto;
        left: 8px;
    }

    .datepicker-input-wrap.left-align .picker {
        right: auto !important;
        left: 0 !important;
    }

    .datepicker-input-wrap .form-control {
        background: #fff;
    }

    .datepicker-input-wrap .picker {
        position: absolute;
        z-index: 999;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
    }

        .datepicker-input-wrap .picker.wdp-mobile {
            overflow: visible;
        }

        .datepicker-input-wrap .picker .wdp-container {
            font-family: "interstate";
            box-shadow: 0 11px 15px rgba(0, 0, 0, .2), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14);
        }

        .datepicker-input-wrap .picker .wdp-header {
            min-height: 82px;
            background-color: #0079c1;
        }

            .datepicker-input-wrap .picker .wdp-header span {
                font-size: 1.25rem;
            }

            .datepicker-input-wrap .picker .wdp-header > div {
                display: none;
            }

        .datepicker-input-wrap .picker .wdp-week {
            color: rgba(0, 0, 0, .87);
        }

            .datepicker-input-wrap .picker .wdp-week li {
                font-weight: 400 !important;
                font-size: 12px !important;
                position: relative;
            }

                .datepicker-input-wrap .picker .wdp-week li.current-day:not(.wdp-active) {
                    color: #0079c1;
                }

            .datepicker-input-wrap .picker .wdp-week .wdp-active:before {
                background-color: #ff5959 !important;
            }

            .datepicker-input-wrap .picker .wdp-week .wdp-muted {
                opacity: 0;
            }

        .datepicker-input-wrap .picker .wdp-date-header {
            position: relative;
            display: block !important;
            text-align: center;
            padding: 0 10px;
            font-size: 14px;
        }

            .datepicker-input-wrap .picker .wdp-date-header span {
                color: rgba(58, 58, 58, .87);
                font-weight: 400 !important;
                font-size: 14px !important;
            }

            .datepicker-input-wrap .picker .wdp-date-header > div > div {
                position: absolute !important;
                z-index: 1;
                left: 5px;
                top: 8px;
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

                .datepicker-input-wrap .picker .wdp-date-header > div > div:last-child {
                    left: auto;
                    right: 5px;
                    -webkit-transform: rotate(270deg);
                    -ms-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

    .datepicker-input-wrap .form-control {
        padding-right: 35px;
    }

    .datepicker-input-wrap .btn-toggle-picker {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #7c878e;
        font-size: 20px;
        line-height: 1;
        background: none;
        border: 0;
        padding: 0;
    }

.info-panel {
    padding: 30px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.text-blue {
    color: #002d72;
}

.text-lightblue {
    color: #0079c1 !important;
}

.text-yellow {
    color: #FFEB14 !important;
}

.text-black {
    color: #141914 !important;
}

.light-link {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    display: inline-block;
    vertical-align: top;
    color: #2bb4f6;
}

.dark-link {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    display: inline-block;
    vertical-align: top;
    color: #5c6670;
}

    .dark-link .circle-plus-ico {
        color: #056dae;
    }

.back-btn {
    display: inline-block;
    vertical-align: top;
    color: #00adf0;
    font-weight: 400;
}

.fieldset-item {
    margin-bottom: 10px;
}

    .fieldset-item:last-child {
        margin-bottom: 0;
    }

    .fieldset-item.add-indent {
        margin-bottom: 30px;
    }

h3.fieldset-heading {
    margin-bottom: 10px;
}

h4.fieldset-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 0 0 20px;
}

.btn-reset {
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background-color: #d8d8d8;
}

    .btn-reset:hover {
        background-color: #000;
    }

.validate-row.error-field .validate-field:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff5959;
}

.validate-row.error-field .validate-field:after {
    content: "";
    font: 10px/1 "icomoon";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    width: auto;
    height: auto;
    border: 0;
    color: #fff;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin: -5px 0 0;
}

.validate-row.success-field .validate-field:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #379417;
}

.validate-row.success-field .validate-field:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 5px;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin: -1px 4px 0 0;
}

.validate-row .validate-field {
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group .reset-field {
        position: relative;
    }

        .form-group .reset-field .btn-reset {
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px;
        }

    .form-group label,
    .form-group .input-label {
        display: inline-block;
        color: #141914;
        font-weight: 400;
        margin-bottom: 15px;
    }

.text-color-alt .form-group label,
.text-color-alt
.form-group .input-label {
    color: #141914;
}

.form-group .form-control {
    padding-right: 35px;
}

    .form-group .form-control::-webkit-input-placeholder {
        color: #7c878e;
    }

    .form-group .form-control::-moz-placeholder {
        opacity: 1;
        color: #7c878e;
    }

    .form-group .form-control:-moz-placeholder {
        color: #7c878e;
    }

    .form-group .form-control:-ms-input-placeholder {
        color: #7c878e;
    }

    .form-group .form-control.placeholder {
        color: #7c878e;
    }

.req {
    color: #ff5959;
    font-weight: 400;
    font-size: 1rem;
    top: -.3rem;
}

.info-item-heading {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 300;
    color: #5c6670;
}

.info-item-subheading {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    color: #3689d7;
}

.info-list-wrap {
    max-width: 415px;
}

.info-list-item {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #8b919f;
    padding: 10px 15px 5px;
    width: 500px;
}

    .info-list-item .item-title,
    .info-list-item .item-value {
        display: block;
        width: 300px;
        margin-bottom: 17px;
    }

    .info-list-item .item-title {
        font-weight: 400;
        color: #5c6670;
    }

.custom-checkbox {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

    .custom-checkbox.lg-checkbox span {
        padding-left: 45px;
    }

        .custom-checkbox.lg-checkbox span:before {
            width: 30px;
            height: 30px;
        }

        .custom-checkbox.lg-checkbox span:after {
            top: 13px;
            left: 8px;
            width: 15px;
            height: 7px;
        }

    .custom-checkbox.blue-checkbox span:before {
        border-color: #0079c1;
    }

    .custom-checkbox.blue-checkbox span:after {
        border-color: #0079c1;
    }

    .custom-checkbox input {
        position: fixed;
        z-index: -1;
        opacity: 0;
    }

        .custom-checkbox input:checked + span:after {
            opacity: 1;
        }

    .custom-checkbox span {
        position: relative;
        display: inline-block;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 300;
        vertical-align: top;
        padding-left: 25px;
    }

        .custom-checkbox span:before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0;
            top: 4px;
            width: 16px;
            height: 16px;
            border: 1px solid #adb2b7;
            border-radius: 4px;
        }

        .custom-checkbox span:after {
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
            content: "";
            position: absolute;
            z-index: 2;
            top: 8px;
            left: 2px;
            width: 12px;
            height: 5px;
            border: 1px solid #5c6670;
            border-width: 0 0 2px 2px;
            -webkit-transform: rotate(-45deg) skewX(-10deg);
            -ms-transform: rotate(-45deg) skewX(-10deg);
            transform: rotate(-45deg) skewX(-10deg);
            opacity: 0;
        }

.btn-light-link {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    background: none;
    color: #0079c1;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    text-decoration: underline;
}

    .btn-light-link.red-text {
        color: #ff5959;
    }

.circle-plus-ico {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 400;
    line-height: 20px;
    background-color: #fff;
    margin-right: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .14);
}

.resend-section {
    position: relative;
}

    .resend-section .btn-collapse {
        display: inline-block;
        vertical-align: top;
        background: #fff;
        border: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
        color: #5c6670;
        min-width: 168px;
        position: absolute;
        font-weight: 300;
        z-index: 1;
        bottom: -13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 5px 10px 5px 30px;
        outline: 0;
    }

        .resend-section .btn-collapse .trianlge-ico {
            content: "";
            position: absolute;
            z-index: 2;
            left: 12px;
            top: 8px;
            width: 10px;
            height: 10px;
            border: 2px solid #0079c1;
            border-width: 0 0 2px 2px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .resend-section .btn-collapse .show-text {
            display: none;
        }

        .resend-section .btn-collapse .hide-text {
            display: inline;
        }

        .resend-section .btn-collapse[aria-expanded="true"] .trianlge-ico {
            top: 12px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .resend-section .btn-collapse[aria-expanded="false"] .show-text {
            display: inline;
        }

        .resend-section .btn-collapse[aria-expanded="false"] .hide-text {
            display: none;
        }

.section-heading-wrap {
    position: relative;
    padding-left: 55px;
    padding-right: 20px;
}

    .section-heading-wrap .pre-ico {
        position: absolute;
        z-index: 1;
        top: 0;
        left: -5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #00adf0;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
        color: #fff;
    }

    .section-heading-wrap .section-heading {
        font-size: 1rem;
        line-height: 1.36;
        font-weight: 300;
        color: #002d72;
        margin: 0 0 10px;
    }

    .section-heading-wrap .section-subheading {
        display: block;
    }

.section-bottom-wrap {
    max-width: 812px;
    padding-top: 30px;
    margin: 0 auto;
}

    .section-bottom-wrap .main-label {
        display: block;
        font-weight: 300;
        color: #5c6670;
    }

    .section-bottom-wrap .dark-line {
        background-color: #7c878e;
    }

.recent-item {
    color: #68717c;
    margin-bottom: 30px;
    font-size: .875rem;
}

    .recent-item:last-child {
        margin-bottom: 20px;
    }

    .recent-item .item-title {
        display: block;
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 300;
        margin: -6px 0 15px 0;
    }

    .recent-item time {
        display: block;
        margin-bottom: 10px;
    }

.plan-wrap-inner {
    max-width: 620px;
}

.remove-plan-btn[aria-expanded="true"] {
    display: none;
}

.tooltip-item {
    display: block;
}

    .tooltip-item sup {
        font-size: 100%;
    }

        .tooltip-item sup.sm-ico {
            font-size: 14px;
            color: #7c878e;
            margin-top: -10px;
        }

.tooltip.show {
    opacity: 1;
}

.tooltip.bs-tooltip-bottom {
    margin-top: 15px;
}

    .tooltip.bs-tooltip-bottom .arrow:before {
        border-bottom-color: #0079c1;
    }

.tooltip.bs-tooltip-right {
    margin-left: 15px;
}

    .tooltip.bs-tooltip-right .arrow:before {
        border-right-color: #0079c1;
    }

.tooltip.bs-tooltip-left {
    margin-left: 15px;
}

    .tooltip.bs-tooltip-left .arrow:before {
        border-left-color: #0079c1;
    }

.tooltip .tooltip-inner {
    padding: 13px 25px 20px 20px;
    background: #0079c1;
    text-align: left;
    font-size: .875rem;
    line-height: 1.28;
}

    .tooltip .tooltip-inner strong {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .tooltip .tooltip-inner p {
        margin: 0;
        font-weight: 300;
    }

.table-mobile-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top: 105px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    margin-top: 30px;
}

    .table-mobile-controls .showing-items {
        font-size: .75rem;
        color: #5c6670;
    }

.filter-menu-opener {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #0079C1 /*#00adf0*/;
}

    .filter-menu-opener:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .filter-menu-opener .burger-ico {
        position: absolute;
        z-index: 2;
        top: 9px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 10px;
        height: 1px;
        background-color: #fff;
    }

        .filter-menu-opener .burger-ico:before,
        .filter-menu-opener .burger-ico:after {
            content: "";
            position: absolute;
            z-index: 2;
            top: 3px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 8px;
            height: 1px;
            background-color: #fff;
        }

        .filter-menu-opener .burger-ico:after {
            top: 6px;
            width: 6px;
        }

.table-mobile-filters {
    position: absolute;
    z-index: 999;
    top: -95px;
    left: -15px;
    right: -15px;
}

    .table-mobile-filters .close {
        font-size: .875rem;
        font-weight: 400;
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

.table-filter-form {
    position: relative;
    padding: 40px 15px;
    max-width: 250px;
    margin: 0 auto;
    min-height: 600px;
}

    .table-filter-form .filter-label {
        display: block;
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 300;
        color: #5c6670;
        margin-bottom: 20px;
    }

    .table-filter-form .filter-form-item {
        margin-bottom: 40px;
    }

    .table-filter-form .include-checkbox span {
        font-size: .8125rem;
        padding-top: 2px;
    }

.copy-row {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    counter-increment: numberval;
}

    .copy-row:first-child .remove-row {
        display: none;
    }

    .copy-row:not(:first-child) {
        margin-top: 15px;
    }

        .copy-row:not(:first-child) .first-remove-row {
            display: none;
        }

    .copy-row .num-value {
        display: inline-block;
        vertical-align: top;
    }

        .copy-row .num-value:before {
            content: counter(numberval);
            display: inline-block;
            vertical-align: top;
        }

.btn-num {
    letter-spacing: -.5px;
}

    .btn-num .num-value:before {
        text-decoration: underline;
    }

.custom-radio {
    margin-bottom: 30px;
}

    .custom-radio input {
        position: fixed;
        z-index: -1;
        opacity: 0;
    }

        .custom-radio input:checked + span:after {
            opacity: 1;
        }

    .custom-radio span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 30px;
        font-size: 1rem;
        line-height: 1.1;
        color: #5c6670;
    }

        .custom-radio span:before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 2px solid #002d72;
        }

        .custom-radio span:after {
            content: "";
            position: absolute;
            z-index: 2;
            left: 4px;
            top: 4px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #002d72;
            opacity: 0;
        }

.secondary-text {
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-heading {
    font-size: 2.4375rem;
    line-height: 1.22;
    font-weight: 400;
    margin: 0 0 5px;
}

.descr-text {
    font-size: 1.125rem;
    line-height: 1.22;
    font-weight: 500;
    margin: 0;
}

.content-info-wrap {
    max-width: 754px;
}

.content-sm-wrap {
    max-width: 630px;
}

.content-info-item {
    color: #5c6670;
    font-size: .875rem;
    line-height: 1.18;
    font-weight: 300;
}

    .content-info-item .title {
        display: block;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .content-info-item .value {
        display: block;
        margin-bottom: 34px;
    }

.btn-nav-wrap {
    padding: 30px 0;
}

.hidden-title {
    position: absolute;
    z-index: -999;
    left: -9999px;
}

.check-ico {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 6px;
    border: 1px solid #5c6670;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 0 0 1px;
}

.fieldset-mid-heading {
    display: block;
    font-size: 1.5rem;
    line-height: 1.22;
    font-weight: 300;
    padding: 10px 0 45px;
}

.control-checkbox {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

    .control-checkbox.blue-checkbox {
        font-weight: 400;
    }

        .control-checkbox.blue-checkbox .check-control {
            border-color: #0079c1;
            background-color: transparent;
            margin: 1px 10px 0 0;
        }

            .control-checkbox.blue-checkbox .check-control:after {
                border-color: #0079c1;
            }

    .control-checkbox input {
        position: fixed;
        z-index: -1;
        opacity: 0;
    }

        .control-checkbox input:checked + .check-control:after {
            opacity: 1;
        }

    .control-checkbox .check-control {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        border-radius: 4px;
        background-color: rgba(92, 102, 112, .05);
        border: 1px solid rgba(92, 102, 112, .1);
        margin: 1px 0 0 10px;
    }

        .control-checkbox .check-control:after {
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
            content: "";
            position: absolute;
            z-index: 2;
            top: 3px;
            left: 2px;
            width: 11px;
            height: 5px;
            border: 1px solid #5c6670;
            border-width: 0 0 2px 2px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
        }

.form-group .control-radiobox {
    font-weight: 300;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.control-radiobox {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .control-radiobox input {
        position: fixed;
        z-index: -1;
        opacity: 0;
    }

        .control-radiobox input:checked + .radio-control:after {
            opacity: 1;
        }

    .control-radiobox .radio-control {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 2px solid #002d72;
        margin-top: -6px;
        margin-right: 7px;
    }

        .control-radiobox .radio-control:after {
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
            content: "";
            position: absolute;
            z-index: 2;
            top: 4px;
            left: 4px;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: #002d72;
            opacity: 0;
        }

.collapse-btn .circle-plus-ico {
    position: relative;
}

    .collapse-btn .circle-plus-ico:before,
    .collapse-btn .circle-plus-ico:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 1px;
        width: 7px;
        background-color: #056dae;
    }

    .collapse-btn .circle-plus-ico:after {
        -webkit-transform: rotate(90deg) translate(-50%, -50%);
        -ms-transform: rotate(90deg) translate(-50%, -50%);
        transform: rotate(90deg) translate(-50%, -50%);
        margin: 3px 0 0 -4px;
    }

.collapse-btn[aria-expanded="false"] .add-text {
    display: inline;
}

.collapse-btn[aria-expanded="false"] .remove-text {
    display: none;
}

.collapse-btn[aria-expanded="true"] .circle-plus-ico:after {
    opacity: 0;
}

.collapse-btn[aria-expanded="true"] .add-text {
    display: none;
}

.collapse-btn[aria-expanded="true"] .remove-text {
    display: inline;
}

.collapse-holder {
    position: relative;
}

    .collapse-holder .collapse-btn[aria-expanded="true"] {
        color: #ff5959;
        text-decoration: underline;
    }

        .collapse-holder .collapse-btn[aria-expanded="true"] .circle-plus-ico {
            display: none;
        }

.сonsent-box {
    max-width: 637px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 2px solid rgba(255, 0, 0, .3);
}

.sm-title {
    font-weight: 400;
}

.сonsent-content {
    padding: 45px 15px 5px 0;
}

    .сonsent-content p {
        margin: 0;
    }

[data-fill="true"] {
    display: block !important;
}

[data-fill="false"] {
    display: none !important;
}

/* steps section */

.steps-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0;
    margin-bottom: 10px;
}

    .steps-status.item-50 {
        max-width: 480px;
    }

        .steps-status.item-50 li {
            width: 50%;
        }

    .steps-status li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 20%;
        counter-increment: inst;
    }

        .steps-status li:after {
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            top: 15px;
            left: 50%;
            height: 2px;
            border: 1px solid #0079c1;
        }

        .steps-status li:before {
            position: relative;
            z-index: 2;
            content: counter(inst);
            display: inline-block;
            vertical-align: top;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #7c878e;
            border: 2px solid #eee;
            line-height: 28px;
            color: #fff;
            margin-bottom: 16px;
        }

        .steps-status li.active:before {
            background-color: #0079c1;
        }

        .steps-status li.completed:before {
            content: "";
            font-family: "icomoon";
            background-color: #0079c1;
        }

        .steps-status li:last-child:after {
            display: none;
        }

    .steps-status .item-title {
        display: block;
        font-size: .875rem;
        padding: 0 5px;
        color: #68717c;
    }

.spouse-form-item {
    max-width: 595px;
}

    .spouse-form-item .info-list-item {
        padding-top: 5px;
        padding-bottom: 32px;
    }

        .spouse-form-item .info-list-item .item-title {
            margin-bottom: 24px;
            line-height: 1.5rem;
        }

.info-label-box {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.3px;
    padding: 20px 21px 5px;
    border-left: 5px solid #0079c1;
    margin-bottom: 13px;
}

    .info-label-box.danger-info-label {
        border-left-color: #ff5959;
    }

    .info-label-box p {
        margin: 0 0 20px;
    }

.collapse-btn.bottom-hide[aria-expanded="true"] {
    display: none;
}

.radio-choice-box {
    padding-bottom: 25px;
}

    .radio-choice-box.quest-box {
        margin-bottom: 10px;
    }

        .radio-choice-box.quest-box .list-inline-item {
            padding-right: 40px;
        }

.support-info {
    max-width: 725px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 15px;
}

    .support-info .fieldset-heading {
        margin-bottom: 8px;
    }

    .support-info p {
        margin: 0 0 20px;
    }

.last-step-wrap {
    padding-top: 250px;
}

.thanks-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

    .thanks-message .ico-holder {
        width: 50px;
    }

        .thanks-message .ico-holder img {
            width: 100%;
            height: auto;
        }

    .thanks-message .text-holder {
        width: calc(100% - 50px);
        padding-top: 5px;
        padding-left: 18px;
    }

    .thanks-message .thanks-heading {
        font-weight: 200;
    }

    .thanks-message p {
        letter-spacing: -.3px;
        margin: 0 0 20px;
    }

.fieldset-item .fieldset-item-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 0 0 20px;
}

.reg-info {
    font-size: 1rem;
    line-height: 1.5;
}

    .reg-info p {
        margin: 0 0 27px;
    }

.fz-16 {
    font-size: 1rem;
    line-height: 1.5;
}

.fw-400 {
    font-weight: 400;
}

.address-items span {
    display: block;
}

.benefit-form-item {
    max-width: 650px;
}

    .benefit-form-item .item-title {
        margin-bottom: 26px;
    }

    .benefit-form-item .item-value {
        margin-bottom: 10px;
    }

.pension-radios {
    max-width: 980px;
}

    .pension-radios .list-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .pension-radios .list-radio .list-inline-item {
            display: block;
            margin: 0 0 35px;
            width: 100%;
            padding-right: 5px;
        }

.auth-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .auth-info .auth-info-check {
        width: 45px;
    }

    .auth-info .auth-info-text {
        width: 900px;
    }

    .auth-info p {
        max-width: 1030px;
    }

.init-collapse .col-md-3.text-md-right {
    padding-top: 5px;
}

.hidden-item {
    display: none;
}

.table-simple {
    font-weight: 300;
}

    .table-simple th,
    .table-simple td {
        vertical-align: middle !important;
    }

    .table-simple .table-header {
        background-color: #002d72;
    }

        .table-simple .table-header th:first-child {
            width: 40%;
        }

.table-body th,
.table-body td {
    padding: 2px 0;
}

.table-footer {
    background-color: #0079c1;
}

.table-header,
.table-footer {
    color: #fff;
}

    .table-header th,
    .table-header td,
    .table-footer th,
    .table-footer td {
        padding: 15px 0;
    }

        .table-header th:first-child,
        .table-header td:first-child,
        .table-footer th:first-child,
        .table-footer td:first-child {
            padding-left: 15px;
        }

        .table-header th:last-child,
        .table-header td:last-child,
        .table-footer th:last-child,
        .table-footer td:last-child {
            text-align: right;
            padding-right: 15px;
        }

th {
    font-weight: 300;
}

.persentage-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .persentage-holder input[type=text] {
        max-width: 51px;
        height: 38px;
        border-radius: 4px;
        border: 1px solid rgba(92, 102, 112, .5);
        padding: 8px;
        margin-right: 15px;
    }

#steps-main .steps {
    display: none;
}

#steps-main > .content {
    margin: 0;
}

    #steps-main > .content .body {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
    }

#steps-main .actions {
    display: none;
}

body {
    min-width: 320px;
}


/*ipad pro*/
@media (width:1024px) {
    .mobile-visibility {
        display: none
    }

    .tablet-td {
        max-width: 15px;
    }

    .tablet-hide {
        display: none
    }

 
}

/*ipad*/
@media(width:768px) {

    .tablet-td {
        max-width: 15px;
    }

    .tablet-hide {
        display: none
    }
}

@media (min-width: 768px) {
    .mobile-visibility {
        display: none
    }

    .data-wrapper h2 {
        font-size: 2.25rem;
        line-height: 3.625rem;
        margin: 0;
    }

    .data-wrapper h4 {
        font-size: 1.375rem;
        line-height: 2.1875rem;
    }

    .data-wrapper .btn-xl {
        min-width: 235px;
    }

    .data-wrapper .btn-lg {
        min-width: 185px;
    }

    .head-section {
        min-height: 140px;
    }

    .table-wrap-heading {
        padding: 20px 25px 35px 35px;
    }

        .table-wrap-heading .nav-tabs {
            padding: 0;
        }

    .table-wrap-body {
        padding: 35px 35px;
    }

        .table-wrap-body .dataTables_wrapper .dataTables_filter {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .table-wrap-body .dataTables_wrapper .dataTables_filter label:not(.include-checkbox) {
                width: 98%;
                margin: 0;
            }

        .table-wrap-body .custom-data-table th,
        .table-wrap-body .custom-data-table td {
            padding: 9px 20px;
            height: 30px;
        }

    .highlight-row:hover {
        background-color: #00adf0;
        color: #fff;
    }
    /*.table-wrap-body .custom-data-table tbody tr:nth-child(even) {
            background-color: rgba(0, 121, 193, .1);
        }*/
    /*.table-wrap-body .custom-data-table tbody tr:hover {
            background-color: #00adf0;
            color: #fff;
        }*/
    .table-wrap-body .custom-data-table tbody tr:hover .btn-action {
        color: #fff !important;
    }

        .table-wrap-body .btn-action {
            font-size: 1.625rem;
        }

    .mobile-col-wrap .hidden-md-item {
        display: none;
    }

    .modal.custom-modal .modal-content {
        /*padding: 40px;*/
    }

    .modal.custom-modal .modal-subtitle {
        margin-bottom: 45px;
    }

    h4.fieldset-subheading {
        font-size: 1.375rem;
        line-height: 2.1875rem;
    }

    .info-list-item {
        font-size: 1rem;
    }

    .section-heading-wrap .section-heading {
        font-size: 1.375rem;
    }

    .recent-item {
        font-size: 1rem;
    }

        .recent-item .item-title {
            font-size: 1.125rem;
            line-height: 1.25rem;
            margin: 0 0 15px;
        }

    .table-mobile-controls {
        display: none !important;
    }

    .table-mobile-filters {
        display: none !important;
    }

    .content-info-item {
        font-size: 1rem;
    }

        .content-info-item .title {
            margin-bottom: 32px;
        }

        .content-info-item .value {
            margin-bottom: 54px;
        }

    .btn-nav-wrap .btn {
        margin: 0 20px 10px 0;
    }

    .collapse-holder .collapse-btn[aria-expanded="true"].down-btn[aria-expanded="true"] {
        display: none;
    }

    .collapse-control-abs {
        position: absolute;
        z-index: 1;
        top: 20px;
        right: 0;
    }

    .control-item-wrap {
        position: absolute;
        z-index: 1;
        top: 100px;
        right: 20px;
    }

    .steps-status .item-title {
        font-size: 1rem;
    }

    .thanks-message .thanks-heading {
        font-size: 2.25rem;
        line-height: 2.6875rem;
        margin: 0;
    }

    .pension-radios .list-radio .list-inline-item {
        width: 50%;
    }

    .table-simple .table-header th:first-child {
        width: 70%;
    }

    .table-body th,
    .table-body td {
        padding: 5px 38px !important;
    }

    .table-header th,
    .table-header td,
    .table-footer th,
    .table-footer td {
        padding: 15px 38px !important;
    }

        .table-header th:first-child,
        .table-header td:first-child,
        .table-footer th:first-child,
        .table-footer td:first-child {
            padding: 15px 38px;
        }

        .table-header th:last-child,
        .table-header td:last-child,
        .table-footer th:last-child,
        .table-footer td:last-child {
            padding: 15px 38px;
        }
}

@media (min-width: 992px) {
    .mobile-visibility {
        display: none
    }

    .table-wrap-body .dataTables_wrapper .dataTables_filter .form-control {
        height: 48px;
        /*width: 700px;*/
        background-color: #eee;
        color: #7C878E;
        border:none;
        padding: 10px 20px 10px 47px;
    }

    .table-wrap-body .custom-data-table th,
    .table-wrap-body .custom-data-table td {
        font-size: 1rem;
    }

    .datepicker-input-wrap .btn-toggle-picker {
        right: 15px;
    }

    .info-panel {
        padding: 40px;
        padding-bottom: 15px;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .section-top-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-heading-wrap {
        padding-right: 60px;
    }

    .control-item-wrap {
        right: 46px;
    }

    .reg-img {
        padding-left: 55px;
    }

    .pension-radios .list-radio .list-inline-item {
        width: 25%;
    }
}

@media (min-width: 1240px) {
    .mobile-visibility {
        display: none
    }

    .section-heading-wrap {
        padding-right: 87px;
    }
}

@media (max-width: 991px) {
    .mobile-visibility {
        display: none
    }

    .info-list-wrap {
        padding-bottom: 15px;
    }

    .section-heading-wrap .section-subheading {
        margin: 15px 0;
    }
}

/*mobile*/
@media (max-width: 767px) {
    .mobile-visibility {
        display: block
    }

    .table-wrap-heading .nav-tabs {
        padding: 20px 0 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .table-wrap-heading .nav-tabs .nav-item {
            padding: 0 14px;
        }

    .mobile-margin {
        margin: 0 -15px;
        padding: 0 20px;
    }

    .table-wrap-body {
        padding: 30px 0;
    }

        .table-wrap-body .dataTables_wrapper .dataTables_info {
            display: none;
        }

        .table-wrap-body .dataTables_wrapper .dataTables_filter {
            position: relative;
            padding-right: 62px;
        }

            .table-wrap-body .dataTables_wrapper .dataTables_filter .include-checkbox {
                display: none;
            }

        .table-wrap-body .custom-data-table {
            min-width: 0;
            padding: 5px 20px;
            margin: 0 !important;
        }

            .table-wrap-body .custom-data-table th:not(:last-child),
            .table-wrap-body .custom-data-table td:not(:last-child) {
                display: none;
            }

            .table-wrap-body .custom-data-table thead th:last-child {
                display: none;
            }

            .table-wrap-body .custom-data-table tbody tr td {
                border-bottom: 1px solid rgba(92, 102, 112, .1);
            }

        .table-wrap-body .btn-action .mobile-text {
            font-size: .875rem;
            line-height: 1.25rem;
            margin-bottom: 4px;
            color: #ff5959;
            font-weight: 400;
            text-decoration: underline;
        }

        .table-wrap-body .btn-action i {
            display: none;
        }

        .table-wrap-body .pagination {
            padding-top: 10px;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

    .mobile-col-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .mobile-col-wrap .mobile-cell {
            width: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .mobile-col-wrap .mobile-cell:last-child {
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
            }

    .info-panel.no-sm-indent {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .info-panel.no-sm-indent hr {
            margin-bottom: 0;
        }

    .info-list-wrap .select-form-control {
        margin-bottom: 25px;
    }

    .btn-holder {
        text-align: center;
    }

        .btn-holder .btn {
            display: block;
            width: 100%;
            max-width: 350px;
            margin: 0 auto 20px;
        }

    .small-xs-text {
        color: #5c6670;
        font-size: .75rem;
    }

    .resend-section {
        border-radius: 5px;
        border: 1px solid rgba(92, 102, 112, .93);
        padding-bottom: 0;
    }

        .resend-section .btn-collapse {
            font-size: 0;
            line-height: 0;
            width: 30px;
            height: 30px;
            padding: 0;
            min-width: 0;
            border-radius: 50%;
        }

            .resend-section .btn-collapse .trianlge-ico {
                left: 10px;
            }

    .section-heading-wrap {
        padding-left: 0;
        padding-right: 55px;
    }

        .section-heading-wrap .pre-ico {
            left: auto;
            right: 0;
        }

    .collapse-holder .collapse-btn[aria-expanded="true"].up-btn {
        display: none;
    }

    .spouse-form-item .info-list-item {
        padding-bottom: 15px;
    }

    .info-list-item {
        width: 300px;
    }

    .reg-img {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) and (min-width: 1500px) and (max-width : 2000px)
{
    
    .mobile-visibility {
        display: none
    }
  

    .table-wrap-body .dataTables_wrapper .dataTables_filter .form-control {
        height: 48px;
        padding: 10px 20px 10px 47px;
    }

    .table-wrap-body .custom-data-table th,
    .table-wrap-body .custom-data-table td {
        font-size: 1rem;
    }

    .datepicker-input-wrap .btn-toggle-picker {
        right: 15px;
    }

    .info-panel {
        padding: 40px;
        padding-bottom: 15px;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .section-top-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-heading-wrap {
        padding-right: 60px;
    }

    .control-item-wrap {
        right: 46px;
    }

    .reg-img {
        padding-left: 55px;
    }

    .pension-radios .list-radio .list-inline-item {
        width: 25%;
    }
}*/
