﻿.tp-app {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}

.tp-content {
    border-top: 3px solid rgb(189, 193, 210);
    /* border-radius: 11px 11px 0px 0px; */
    max-height: 100%;
    overflow: auto;
    border-left: 5px solid white;
    border-right: 5px solid white;
    flex: 1;
}

    .tp-content table tr th {
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
    }

    .tp-content table tr {
        cursor: pointer;
    }

        .tp-content table tr td {
            font-size: 12px;
            word-break: break-word;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .tp-content table thead {
    }

    .tp-content .table-bordered > tbody > tr > td,
    .tp-content .table-bordered > tbody > tr > th,
    .tp-content .table-bordered > tfoot > tr > td,
    .tp-content .table-bordered > tfoot > tr > th,
    .tp-content .table-bordered > thead > tr > td,
    .tp-content .table-bordered > thead > tr > th {
        /*border: none !important;*/
    }

tr.PricePlanTr_0, tr.PricePlanTr_0 td {
    background: #e2ecf8 !important;
}

tr.PricePlanTr_1, tr.PricePlanTr_1 td {
    background: white;
}



.PricePlanTr:not(.PricePlanTrChild):hover ~ tr.PricePlanTr td, .PricePlanTr.active:not(.PricePlanTrChild) ~ tr.PricePlanTr td {
    color: white;
    background-color: #5c8ece !important;
}

.tp-title {
    /*padding: 5px;*/
    height: 37px;
    margin: 0px;
    position: relative;
    color: #35498e;
    background: #efefef;
    text-transform: uppercase;
}

    .tp-title span.title {
        font-weight: bold;
        position: absolute;
        font-size: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 100%;
        padding-right: 10px !important;
        padding-left: 5px;
    }

.tp-control {
    /*height: 38px;*/
    position: relative;
    padding: 5px;
    /*padding-left: 0px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 33px;
}

    .tp-control button {
        padding: 0px 10px;
    }

    .tp-control i {
        font-size: 14px !important;
    }



.tp-footer {
    height: 30px;
    /* position: absolute; */
    /* bottom: 5px; */
    width: 100%;
    margin-top: 4px;
    padding-left: 5px;
}

    .tp-footer .paging_input {
        text-align: right;
        display: inline-block;
        float: right;
        margin-bottom: 10px;
        right: 0px;
        position: absolute;
        width: 353px;
    }

    .tp-footer select {
        height: 26.2px;
        width: 75px;
        padding: 3px !important;
    }

.dataTables_paginate .btn {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 2px 10px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .dataTables_paginate .btn:hover {
        color: white;
        background: #3c8dbc;
    }

.dataTables_paginate .fa {
    font-size: 12px !important;
}

th[data-sort="auto"] {
    background-image: url('sort_both.png') !important;
}

th[data-sort="A"] {
    background-image: url('sort_desc.png') !important;
}

th[data-sort="D"] {
    background-image: url('sort_asc.png') !important;
}

th[data-sort-col] {
    padding-right: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

.fht-table {
    table-layout: fixed;
}

    .fht-table tr td {
    }

    .fht-table tbody tr:nth-child(even) {
        background: #fff !important;
    }

    .fht-table tbody tr:nth-child(odd) {
        background: #e2ecf8 !important;
    }

        .fht-table > tbody > tr.active > td, .fht-table > tbody > tr:not(.no-hover):hover > td, .fht-table tbody tr:nth-child(odd).active, .fht-table tbody tr:nth-child(even).active {
            background-color: #3c8dbc !important;
            color: white;
        }

.tp-app .select2-selection--multiple ul.select2-selection__rendered {
    max-height: 110px;
    overflow: auto !important;
}

.tp-app .select2-container--default.select2-container--open {
    z-index: 9999999999999999999999999999999 !important;
}

.tp-app .select2-container--open .select2-dropdown {
    /*background-image: url(/Images/Background/Background.jpg);*/
}

.tp-app .tp-control .select2-container--default .select2-selection--single, .tp-control .select2-selection .select2-selection--single,
.tp-app .tp-title .select2-container--default .select2-selection--single, .tp-title .select2-selection .select2-selection--single {
    padding: 0px 0px;
    height: 25px;
}

    .tp-app .tp-control .select2-container--default .select2-selection--single .select2-selection__arrow,
    .tp-app .tp-title .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 16px;
    }

.tp-app .tp-title .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
}

.tp-app .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #444;*/
    /*line-height: 20px !important;*/
    color: #444;
    line-height: 32px !important;
    padding-left: 5px;
}

.content-for-popup .select2-container--default .select2-selection--single, .content-for-popup .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 25px;
}

    .content-for-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 20px;
    }

    .content-for-popup.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

.select2-container--open {
    z-index: 9999999999999999999999999999999 !important;
}

#RtxtMap {
    height: 293px;
}

.select2-container {
    font-size: 12px !important;
}

.tp-control .form-control {
    font-size: 12px !important;
    height: 22px !important;
}

.tp-control .select2-container {
    width: 100% !important;
}

.tp-control .select2-selection {
}

.input-group .input-group-addon {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
