﻿.confirmation_popup {
    padding: 0px;
    max-width: none;
    max-height: none;
    border-radius: 10px;
}
.confirmation_popup .popup_region {
        height: 815px;
        width: 1400px;
        padding: 0px;
        border-radius: 10px;
    }
.confirmation_popup .popup_content {
        flex-grow: 1;
    }
.confirmation_popup .popup_region .popup_content .actvityTable {
        float: left;
        width: 100%;
        display: block;
        position:unset;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel {
        float:left;
    }
.confirmation_popup .popup_region.ReasonSelected .popup_content .actvityTable {
        width: 65%;
    }
.confirmation_popup .popup_region.ReasonSelected .popup_content .Selected_panel {
        width: 35%;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel .form-rightpanel-container {
        position: unset;
        width: 100%;
        box-shadow: none;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel .rightpanel_block {
        padding: 0px;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel .widget-rightpane-toggle-button-container {
        right: 35.2%;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel .selectedList .main_content {
        padding-left: 0px;
        padding-right: 0px;
    }
.confirmation_popup .popup_region.ReasonSelected .popup_content .activityList .main_content {
        padding-right: 0px;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel .parent_register {
        height: 100%;
        max-height: none;
    }
.confirmation_popup .popup_region .popup_content .Selected_panel .parent_register .parent_cntn {
            padding-bottom: 0px;
        }
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr:hover,
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr.selected {
        background-color: #f5f5f5;
        cursor:pointer;
    }
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr:hover .icn_column,
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr.selected .icn_column,
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr.selected svg.uncheck {
            display: none;
        }
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr.selected .hvr_icns,
 .confirmation_popup .popup_region .popup_content .actvityTable .table_body tr.selected svg.checked {
            display: block;
        }
.main_content {
    width: 100%;
    height: 100%;
    background-color: #f9fafc;
    /*border-bottom: 1px solid #ddd;*/
    /*padding: 5px 10px;*/
}
.main_content .table_section {
        float:left;
        width:100%;
        height:100%;
        border:1px solid #ddd;
        position:relative;
    }
.table_region {
    width: 100%;
    height: 100%;
    background-color: white;
}
.table_region .table_header {
        width: calc(100% - 0px);
        border-bottom: 1px solid #ddd;
        background: white;
    }
.table_region .table_header table {
            width: calc(100% - 5px);
        }
.table_region .table_body {
        position:absolute;
        height: calc(100% - 51px);
        overflow: auto;
        width: 100%;
    }
.table_region table {
        width: 100%;
    }
.table_region table thead {
            height:50px;
            /*border-bottom: 1px solid #ddd;*/
            position:relative;
        }
 .table_region table thead .chked_options {
                display:none;
            }
.table_region table thead tr:last-child {
                position: absolute;
                top: 0px;
                left: 0px;
                height: 50px;
                width: 100%;
                background-color: white;
            }
.table_region table thead tr:last-child th:first-child {
                    float: left;
                    height: 100%;
                    width: 500px;
                }
.table_region table thead .top_hvr_options {
                position: absolute;
                top: 12px;
                left: 48px;
                color:#1a73e8;
            }
 .table_region table thead .top_hvr_options > span {
                    float:left;
                    margin:0px 2px;
                }
.table_region table thead .select_count {
                float: right;
                height: 100%;
                display: flex;
                align-items: center;
                padding-right: 30px;
                color:#1a73e8;
            }
 .table_region table thead label {
                float:left;
            }
 .table_region table thead .column_close {
                float: right;
                margin-top: 4px;
                opacity: 0.5;
                display:none;
            }
 .table_region table thead th:hover .column_close {
                display:block;
            }
.table_region table thead th:hover .column_close:hover {
                    opacity:1;
                }
 .table_region table thead .select_count label {
                margin-top:1px;
                margin-left:5px;
            }
.table_region table thead .select_count span {
                float:left;
            }
.table_region table thead th {
                padding: 0px 10px;
                padding-top:6px;
            }
.table_region table thead th label {
                    font-size: 17px;
                    margin-top: 8px;
                    font-weight: 500;
                    margin-bottom: 0px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    color: #242424;
                }
.table_region table tbody tr {
            height:56px;
            transition-duration:0.1s;
            cursor: default;
        }
.table_region table tbody td {
            padding:0 10px;
            position:relative;
            border:0px;
        }
.table_region table tbody td:first-child {
                padding:0 5px;
            }
.table_region table tbody td label {
                max-width:780px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 14px;
                font-family: 'Roboto-Regular';
                margin-top: 15px;
            }
.table_region table tbody td span {
                font-size: 14px;
                font-family: 'Roboto-Regular';
            }
.table_region table tbody td i {
                font-size:19px
            }
.table_region table tbody td i.fa-check-circle {
                    color:green;
                }
 .table_region table tbody td i.fa-times-circle {
                    color:#db3b00;
                }
.table_region table tbody .icn_column {
            display: flex;
            align-items: center;
            justify-content: center;
        }
.table_region table tbody .icn_region {
            border-radius:50%;
            height:36px;
            width:36px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
        }
.table_region table tbody .icn_region .code_frst_letr {
                font-family: 'Roboto-Regular';
                font-size: 19px;
                padding-top: 1px;
                text-transform: uppercase;
            }
.table_region table tbody .icn_region span {
                color:white;
                font-size:21px;
                font-family:FontAwesome;
            }
.table_region table tbody tr:nth-child(n) .icn_region {
            background-color:#9C27B0;
        }
.table_region table tbody tr:nth-child(even) .icn_region {
            background-color:#3F51B5;
        }
.table_region table tbody tr:nth-child(3n) .icn_region {
            background-color:#2196F3;
        }
 .table_region table tbody tr:nth-child(4n) .icn_region {
            background-color:#3F51B5;
        }
 .table_region table tbody tr:nth-child(5n) .icn_region {
            background-color:blueviolet;
        }
.table_region table tbody tr:nth-child(10n) .icn_region {
            background-color:firebrick;
        }
.table_region table tbody tr:nth-child(9n) .icn_region {
            background-color:#795548;
        }
.table_region table tbody tr:nth-child(8n) .icn_region {
            background-color:mediumvioletred;
        }
.table_region table tbody tr:nth-child(7n) .icn_region {
            background-color:chocolate;
        }
.table_region table tbody tr:nth-child(6n) .icn_region {
            background-color:steelblue;
        }
.table_region table tbody .hvr_icns {
            float:left;
            margin-left: 35px;
            display:none;
        }
 .table_region table tbody .hvr_icns .drag_indicator {
                float:left;
                opacity:0.4;
            }
.table_region table tbody .hvr_icns .chk_box {
                float:left;
                height:19px;
                width:19px;
                margin-top:0px;
                margin-bottom: 5px;
                margin-left:3px;
            }
input[type="checkbox"] {
    float: left;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f5f5f5;
    border: 2px solid #666;
    height: 18px;
    width: 18px;
    outline: none;
    border-radius: 3px;
    margin-top:0;
}
input[type="checkbox"]:after {
        content:"\e876";
        font-family: 'Material Icons';
        color: #0066ed;
        position:absolute;
        top: 20px;
        left: 55px;
        font-size: 14px;
        font-weight:bold;
        display:none;
    }
input[type=checkbox]:focus {
    outline: none;
}
input[type="checkbox"]:checked {
    background-color: transparent;
    border-color: #1a73e8;
}
input[type="checkbox"]:checked:after {
        display:block;
    }
.table_region table tbody .hvr_options {
    float:right;
    margin-right:15px;
    display:none;
}
.table_region table tbody .hvr_options span {
        margin:0 5px;
        opacity:0.4;
    }
.table_region table tbody tr:hover .hvr_icns,
.table_region table tbody tr:hover .hvr_options {
    display:block;
}
.table_body::-webkit-scrollbar {
    float:right;
    width:6px;
    background-color:#f5f5f5;
}
.table_body::-webkit-scrollbar-thumb {
    background-color:rgb(204 204 204);
    margin-top:50px;
    border-radius:25px;
}
.confirmation_popup .popup_region .popup_content .Selected_panel .selectedList .table_header th:last-child {
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 15px;
}
.confirmation_popup .popup_region .popup_content .Selected_panel .selectedList .table_header .clrAll {
    background-color: #ddd;
    padding: 5px 0px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    color: black;
    font-size: 16px;
}
.confirmation_popup .popup_region .popup_content .Selected_panel .selectedList .table_body .colse_tab {
    padding-left: 32px;
}
.confirmation_popup .popup_region .popup_content .Selected_panel .selectedList .table_body .colse_tab .column_close {
        display: inline;
    }
.confirmation_popup .popup_content .main_content .table_section {
    border-top: none;
    border-left: none;
    border-right: none;
}
.confirmation_popup .popup_region .popup_content .Selected_panel .widget-rightpane-toggle-button {
    box-shadow: 1px 0px 4px rgb(0 0 0 / 30%);
}
.confirmation_popup .popup_header {
    grid-gap: 25px;
    padding-right: 70px;
}
.confirmation_popup .popup_header .search_content {
        float: left;
        height: 46px;
        width: 680px;
        background: #f1f3f4;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
.confirmation_popup .popup_header .heading_txt {
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 0px;
        line-height: 40px;
    }
.confirmation_popup .popup_header .heading_txt .text_dark {
            font-weight: 700;
        }
.confirmation_popup .popup_header .srch_region {
        flex-grow: 1;
    }
.confirmation_popup .popup_header .addedmenuhover {
        height: 50px;
        position: relative;
        margin-right: 0px;
        padding-right: 0px;
        width: 100%;
    }
.confirmation_popup .popup_header .addedmenuhover .search_content {
            width: 100%;
            max-width: 100%;
            flex: 1 1 auto;
            height: 46px;
            position: relative;
            margin-top: 1px;
            float: left;
            padding-right: 0px;
        }
.confirmation_popup .popup_header .search_form {
        margin-right: 0;
        background: #f1f3f4;
        border: 1px solid transparent;
        -moz-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        -moz-transition: background 100ms ease-in,width 100ms ease-out;
        transition: background 100ms ease-in,width 100ms ease-out;
        height: 46px;
        margin-left: auto;
    }
.confirmation_popup .popup_header .searchfocus.search_content .search_form {
        background-color: white;
        border: 1px solid transparent;
        box-shadow: 0px 1px 1px 0px rgba(65,69,73,0.3), 0px 1px 3px 1px rgba(65,69,73,0.15);
    }
.confirmation_popup .popup_header .search_form .search_div {
        width: 90%;
        height: 100%;
        margin-left: 15px;
        margin-right: 49px;
        padding: 0;
        overflow: hidden;
    }
.confirmation_popup .popup_header input[type="text"].search_input {
        height: 46px !important;
        top: -1px;
        font: inherit;
        font-size: 16px;
        background: transparent;
        padding: 0px !important;
        background-color: transparent !important;
    }
.confirmation_popup .popup_header .search_form button {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0 5px;
        line-height: 0;
    }
.confirmation_popup .popup_header .clear_search-btn, .search_icon {
        right: 0;
        position: absolute;
        top: 2px !important;
        width: 39px;
        height: 38px;
        margin: 0px 10px;
        margin-top: 0px;
        border-radius: 50%;
        padding: 0px !important;
    }
.confirmation_popup .popup_header .search_form button svg, .addedmenuhover .search_form button img {
        padding: 8px;
        opacity: 1 !important;
        fill: #5f6368;
    }
.confirmation_popup .popup_header .close_btn {
        position: absolute;
        right: 25px;
        top: 26px;
    }
.confirmation_popup .popup_header .close_btn .close_icn {
            font-size: 25px;
            color: #5a5a5a;
            text-shadow: 1px 0px 0px;
        }
.confirmation_popup .ReasonSelected .Selected_panel .productlist_blk .table_body {
    border-left: 1px solid #ddd;
}
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason {
    position:relative;
    height: 200px;
}
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason td {
        vertical-align: top;
    }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .chkbox_indicator {
        margin-top: 13px;
    }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .product_sensor {
        position:relative;
    }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .product_sensor .product_value {
            margin-top: 20px;
            margin-bottom: 16px;
        }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .txt_area_div {
        position: absolute;
        height: 140px;
        left: -66px;
        width: 436px;
        z-index: 1;
        padding: 5px 10px;
        top: 56px;
    }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .txt_area_div md-input-container {
            width: 100%;
            height: 100%;
            margin: 0px;
        }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .txt_area_div md-input-container .md-resize-wrapper {
                height: 100%;
            }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .txt_area_div md-input-container textarea {
                border: 1px solid #b3b3b3;
                border-radius: 8px;
                min-height: 100%;
                max-height: 100%;
                resize: vertical;
                padding: 5px 10px;
                transition-duration: 0.1s;
            }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason:last-child .txt_area_div md-input-container textarea {
        min-height: 50%;
        transition-duration: 0.1s;
    }
.confirmation_popup .ReasonSelected .Selected_panel .OtherReason .colse_tab .column_close svg {
        margin-top: 20px;
    }
.confirmation_popup .popup_content .Selected_panel .selectedList .selected_headr {
    padding-left: 31px;
}
.confirmation_popup .popup_region .popup_content .actvityTable .table_body tr .norec {
    text-align: center;
    font-weight: 500;
    color: #ff0000;
}