div.dataTables_wrapper {
    max-width: 100%;
    margin: 0 auto;
    min-height: 40em;
}
.dataTables_wrapper .dataTables_processing {
    top:5%;
    height: 100%;
}
/*custom controles for first column datatable and for edit*/ 
.details {
    text-align: center;
}
.block{
    display: inline-block;
}
td.details-control {
    /*background: url('../../images/details_open.png') no-repeat center center;*/
    cursor: pointer;
}
tr.shown td.details-control {
    /*background: url('../../images/details_close.png') no-repeat center center;*/
}
tr td.edit-control {
    /*background: url('../../images/pencil.png') no-repeat center center;*/
    background-size: 24px;
}
td.response-control {
    /*background: url('../../images/details_open.png') no-repeat center center;*/
    cursor: pointer;
}
tr.shown td.response-control{
    /*background: url('../../images/details_close.png') no-repeat center center;*/
} 
select.input-sm {
    height: 38px; 
}
#leads-table_filter{
    display: none;
}
/*right records per page */

/*#example_wrapper > div:nth-child(1) > div:nth-child(1){
    width: 100%;
}
#example_length{
    float:right;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { 
    border: 1px solid #c1c1c1; 
    background: none;
}

/* ========================================================================
 * Boostrap Tables
 * ======================================================================== */

.table-dark-theme > thead > tr > th {
    background: #858689;
    color: #fff;
    font-size: .87em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #8b8c8d;  
}

#loading-update-div {
    top:50px;
    width: 100px;  
    position: absolute;
    z-index: 9999; 
    width: 100%;

} 
#loading-update-tr {
    text-align: center;
    opacity:0.7;
    position:relative; 
} 
div.dt-buttons { 
    /*float: right;*/
}
.login-err-box
{
    padding: 4px;
    border-radius: 5px;
    background-color: black;
    position: absolute;
    left: 41%;
    top: 16%;
    width: 18%;
    text-align: center;
    margin-left: -10px;
    margin-top: -10px;
}
/*========================
* remove unneaded code
* =========================*/
#cbp-hsmenu-wrapper,#inbox-dropdown,#notification-dropdown,.site-search,#settings-dropdown{

} 
#save-agent-comment{
    cursor: pointer;
}
#leads-table_processing > .bg-dark-cold-grey{
    color:#454b52;
    background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {

    padding: 0;
    margin-left: 0px; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button {

}
.main-header .btn-user {
    display: inline-block;
    color:#fff;
    width: auto;
    line-height: 2em;
}
.main-header .btn-user i {
    position: relative; 
    top: 0;
    left: 2px;
    font-size: 2.7em;
    margin-right: 10px;

}
.user_name_wrap {
    font-size: 14px;
    background-color: #333;
    color: white;
    padding: 5px;
    border-radius: 6px;
    font-weight: bold;
    margin-right: 5px;
    float: right;
}
.user-menu {

}
.dataTables_processing { z-index: 999; }
/*=======================Tooltip========================*/

.ex-tooltiptext {
    /* text-align: left; */
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -2em;
    left: -8em;
    /* margin-left: -60px; */
    opacity: 0;
    transition: opacity 1s;
}



#excel-wrap:hover .ex-tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*=============REMOVE USLESS STUFF===============*/
div.dataTables_info {
    font-size: 0.9em;
    padding-top: 1.1em;
    padding-left: 1em;
    font-weight: bold;
}
#excel{
    cursor: pointer;
}
#search-wrap,#excel-wrap,#leads-table_length{
    padding-top: 0.8em;
    padding-bottom: 0.3em;
} 
#per-page{
    display: inline-block;
    width: 6em;
} 
#custom-header{
    background-color: #595f66;
}
.orb-form .input, .orb-form .select, .orb-form .textarea, .orb-form .radio, .orb-form .checkbox, .orb-form .toggle, .orb-form .button {
    position: relative;
    display: inline-block;
}
#datatable-search{ 
    cursor: pointer;
    font-size: 2.8em;
    line-height: 1em;
    vertical-align: middle;
}
.orb-form .icon-append, .orb-form .icon-prepend { 
    top: 2px; 
}
.orb-form label{vertical-align: middle;}

/*.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 6px solid #c77171;
} */
#leads-table > tbody >tr > td{
    /*width: 30px !important;*/
}
#leads-table tbody td {
    /*text-align: center;*/
    padding: 11px 10px 11px 10px;
    /*    max-width: 10%;*/
}
#leads-table > tbody > tr > td:nth-child(10){
    min-width: 10em !important;
}
#filter-group{
    border-bottom: 5px solid #f0f0ed;
}


/*========STOP POWERWIGETS==================*/
.powerwidget-ctrls{
    display:none
}
/*===========COLVIS==============*/
.ColVis_Button{
    width: 100%;
    margin-left: 0px !important;
} 
.ColVis{
    width: 100%;
}
ul.ColVis_collection li { 
    display: inline-block; 
    padding: 1em;
    margin: 0.3em;
}
.ColVis_collection{
    width: 86.6% !important;
    border-bottom: 8px solid;
}
ul.ColVis_collection li:hover {
    background: #595f66;
    transition: 0.4s;
}
.ColVis_collection li:nth-child(-n+3){
    display: none;
}
div.ColVis { 
    margin-bottom: -10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important; 
    padding: 0px;
    box-shadow: none !important;
}
.ui-datepicker { z-index: 2003 !important; }
table.dataTable tbody tr td:nth-child(1), table.dataTable tbody tr td:nth-child(2) {
    width: auto !important;
}
table.dataTable tbody tr td, table.dataTable tbody tr td {
    width: auto !important;
}
.select2-container{
    max-width: 30% !important; 
}
#category_type_data_holder .select2-container{
    max-width: 308px !important;
    width: 552px !important;

}
.select2-selection--single {
    display: block;
    width: 100%;
    min-height: 38px !important;
    line-height: 20 !important;
    padding: 4px 10px;
    font-size: 13px;
    color: #555 !important;
    font-weight: 600 !important;
    background-color: #fff !important;
    border: 2px solid #c0c2c7 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { 
    top: 72% !important; 
}
#custom-search{
    min-width: 218px;
}
.select2-container .select2-selection--multiple { 
    min-height: 38px !important; 
}
.select2-container--default .select2-selection--multiple { 
    border-radius: 2px !important; border: solid #c0c2c7 2px !important; 
} 
#editable tbody td {
    max-width: 800px !important; 
}
#filter-row{
    padding: 0.5em 0 0.5em 0;margin-bottom: 0.2em;
}
#filter-col{
    padding-left: 0;
}
#filter-col select2-container:second-child{
    max-width: 46.5%;
}
#start,#finish,#custom-search,.select2{
    width: 20.2em !important;
}
table.dataTable tbody td {
    /*word-break: break-word;*/ 
    vertical-align: middle;
}
.form-control{
    width: 23.7em;
}

/*'Test' and 'New' tags*/
.new span.label {
    display: inline-block;
    margin: 0px 1px;
}

#entity-influeced>.select2{
    max-width: 200px !important;
}
/*======================
* MEDIA QVERYY =========
* ======================*/

@media screen and (max-width: 768px){
    .ColVis_collection{
        width: 92.5% !important;
    }
    .ex-tooltiptext {
        /* text-align: left; */
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: -2em;
        left: 0em; 
    }
}
@media screen and (max-width: 1024px){
    .ColVis_collection{
        width: 95.5% !important;
    }
    .ex-tooltiptext {
        /* text-align: left; */
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: -2em;
        left: 0em; 
    }
}
@media screen and (min-width: 768px){
    #agentComments .modal-sm {
        width: 600px;
        margin: 180px auto;
    }
}
@media screen and (min-width: 1024px){
    div.dt-buttons { 
        float: right;
    }
}