html,
body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
}

ulAutocomplete {
    position: absolute;
    text-align: left;
    width: 352px;
    top: 26px;
    left: 9px;
    padding-top: 0px;
    cursor: pointer;
    z-index: 1;
    background: transparent;
    min-height: 32px;
    max-height: 300px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.ulAutocomplete li {
    font: 12px 'Verdana';
    height: 25px;
    padding-top: 5px;
    padding-left: 5px;
    /*background: #f5f3f0;*/
    /*color: #fff;*/
    /*border-left: 1px solid #FFB265 !important;
    border-right: 1px solid #FFB265 !important;*/
}

.ulAutocomplete li:hover {
    background: #f5f3f0;
    /*color: #fff;*/
}

.ulAutocomplete li a {
    width: 100%;
    height: 100%;
    display: block;
}

.ulAutocomplete li a:hover {
    background: #f5f3f0 !important;
}

.ulAutocomplete>li>a {
    margin: -5px !important;
    padding: 4px !important;
    height: 25px !important;
    width: 350px !important;
}

.ulAutocomplete>li>a:hover,
.ulAutocomplete>li>a:focus {
    background-color: #f5f3f0 !important;
    /*color: #FFFFFF !important;*/
    text-decoration: none !important;
}

.loaderAC {
    position: absolute;
    top: 0px;
    left: 334px;
}

.viewListAC {
    display: block !important;
    left: 9px !important;
    width: 352px !important;
    height: 252px;
    min-height: 27px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.lblAutocompleteSelected {
    width: 350px;
    height: 34px;
    background: #f5f3f0;
    /*color: #fff !important;*/
    margin-left: 10px;
    margin-bottom: 0;
    padding-top: 6px;
    padding-left: 10px;
    text-align: left !important;
    display: inline-block;
    cursor: pointer;
}

.lblAutocompleteSelected:hover {
    background: f5f3f0;
}

.activeAutocomplete {
    background: #f5f3f0;
    /*color: #fff;*/
}

.activeAutocomplete a {
    background-color: #f5f3f0 !important;
    /*color: #FFFFFF !important;*/
    text-decoration: none !important;
}

.wc-oculto {
    display: none !important;
}

.wc-align-control-right {
    text-align: right !important;
}

.wc-spacing-control {
    margin-left: 10px !important;
    display: inline !important;
}

.wc-form-parameter {
    width: 100%;
    height: 380px;
    display: block;
    margin: 0 auto;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.wc-new-parameter {
    margin-left: 30px;
    font-size: 24px !important;
    position: absolute;
    top: 53px;
    cursor: pointer;
    color: #FF7F00;
}

.wc-msg-style-succes {
    color: #3aab57 !important;
    font-size: 17px !important;
    padding-right: 10px;
    padding-left: 2px;
}

.wc-msg-style-info {
    color: #0A7FE8 !important;
    font-size: 16px !important;
    padding-right: 11px;
    padding-left: 2px;
}

.wc-msg-style-warn {
    color: #f9e400 !important;
    font-size: 16px !important;
    padding-right: 10px;
}

.wc-msg-style-critical {
    color: #f65555 !important;
    font-size: 19px !important;
    padding-right: 9px;
    padding-left: 5px;
}

.wc-msg-style-wcx {
    color: #ab3a9e !important;
    font-size: 17px !important;
    padding-right: 9px;
}

.wc-form-notification {
    width: 50%;
    height: 700px;
    display: block;
    margin: 0 auto;
    border: 1px solid #CCC;
    border-radius: 5px;
    position: relative;
}

.wc-form-notification-new {
    width: 50%;
    height: 640px;
    display: block;
    margin: 0 auto;
    border: 1px solid #CCC;
    border-radius: 5px;
    position: relative;
}

.wc-form-notification-txt {
    width: 370px;
    resize: vertical;
    max-height: 190px;
    min-height: 100px;
    overflow: auto;
    position: absolute;
}

.info-overflow {
    font-size: 21px !important;
    cursor: pointer;
    color: dodgerblue;
    height: 10px;
    margin-top: -4px !important;
}

.wc-new-parameter:hover {
    color: #AAA;
}

.title-new-parameter {
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.wc-pagesize-company {
    margin-top: 6px;
    margin-right: 10px;
}

.filterCompany {
    width: 450px !important;
}

.filterCompany input {
    border-radius: 5px !important;
}

.filterParameter {
    width: 350px !important;
}

.loadingListParameter {
    font-size: 21px !important;
    color: #FF7F00 !important;
    float: right;
    margin-right: 11px;
}

.editValue {
    position: relative !important;
}

.editValue input {
    cursor: pointer !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding-right: 30px;
}

.editValue:hover input {
    font-weight: 700 !important;
    background: #FFF !important;
}

.editValue:hover .edit-value-icon {
    display: block !important;
}

.edit-value-icon {
    display: none !important;
    float: right;
    margin-top: -23px;
    margin-right: 10px;
    color: #888 !important;
}

a {
    color: #ff7f00;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #ff7f00;
    text-decoration: underline;
}

.table thead td {
    color: #aaa;
    padding-top: 20px !important;
}

.table .fa {
    color: #aaa;


}

.margin-top {
    margin-top: 10px;
}

.table thead {
    background-color: #eee;
}

.table>thead>tr>th {
    vertical-align: middle;
}

/* top filter */
.top-filters {
    padding: 0 10px 15px 10px;
}

.top-filters .search {
    width: 200px;
}

/* Header */
.ai-header {
    background-color: #ffffff;
    height: 47px;
    border-bottom: 2px solid #F15A29;
}

.ai-header-ul {
    list-style-type: none
}

.ai-header-li-img {
    width: 100px;
    float: left;
}

.ai-header-logo {
    width: 100%;
    height: 42px;
    float: left;
    margin-left: -30px;
}

.ai-header-li-el {
    width: fit-content;
    float: left;
    font-size: 12px;
    /*background-color: #F15A29;*/
    padding: 15px 8px 10px 10px;
    color: #777;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.ai-header-li-close {
    float: right !important;
    width: 100px;
    height: 100%;
    margin-right: 35px;
}

.ai-header-li-tn {
    width: 255px;
    float: left;
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 5px 8px 3px 30px;
    color: #444444;
}

.ai-header-li-tn-btn {
    border: none;
    background-color: #F5F5F5;
    font-size: 16px;
}

.ai-header-li-tn-ul {
    background-color: #F5F5F5;
    font-size: 16px;
}

.ai-header-li-na {
    width: 100px;
    float: left;
    font-size: 12px;
    padding: 14px 8px 8px 30px;
}

.btn-session {
    padding: 12px 10px;
    background: transparent !important;
    border-color: transparent !important;
}

.li-session {
    margin-top: 11px;
    left: -45%;
}

/*Content CSS*/

.divider-list {
    margin-bottom: -15px;
    margin-top: -15px;
}

.loading-container {
    width: 100%;
    height: 100px;
}

.loading-table {
    width: 100%;
    text-align: center !important;
    margin-top: 40px;
}

.loader {
    font-size: 40px !important;
    margin-right: 10px;
    color: #FF7F00;
}

.ai-main-container {
    height: 100%;
    position: relative;
}

.ai-wrapper-content {
    /*margin-left: 195px;*/
    /* margin-bottom: 100px; */
    height: 100%; 
}

.view-container {
    /* background-color: #EFEFEF; */
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* company.html */

.ai-main-content-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 19px;

}

.ai-btn-new-intention,
.ai-btn-new-intention :hover,
.ai-btn-new-intention :focus {
    border: none;
    background-color: #ff7f00;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px;
    font-style: normal;
}

.ai-grid-intentions td {
    cursor: pointer;
    padding: 9px !important;
    font-size: 13px;
    text-align: center;
}

.ai-grid-header th {
    padding: 12px !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}


.ai-table-col1-td {
    padding: 16px 0 8px 20px !important;
    font-size: 11px;

}

.ai-listing-statusAgent-active,
.ai-listing-statusCust-active {
    color: green !important;
    margin-top: 7px !important;
}

.ai-listing-statusAgent-inactive,
.ai-listing-statusCust-pending {
    color: #FFFF00 !important;
    margin-top: 7px !important;
}

.ai-listing-statusAgent-invited {
    color: #0A7FE8 !important;
}

.ai-listing-statusAgent-deleted,
.ai-listing-statusCust-inactive {
    color: #BBB !important;
    margin-top: 7px !important;
}

.ai-listing-inactive {
    color: #BBB !important;
}

.chbk-company {
    font-size: 14px !important;
    cursor: pointer !important;
    color: #555 !important;
}

.contentCheck {
    margin: 0;
    cursor: pointer !important;
    display: inline;
    padding-left: initial !important;
    min-height: initial !important;
    position: relative;
}

.chbk {
    width: 12px;
    height: 12px;
    cursor: pointer !important;
    margin-left: 3px !important;
    position: absolute;
    top: 13px;
    left: 9px;
}

.select-company {
    background: #DDD !important;
}

.wc-pagination-company {
    margin-top: 6px !important;
}

.wc-item-company-name {
    width: 30ch;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
}

.wc-title-left {
    text-align: left !important;
    padding-left: 20px !important;
    font-size: 13px;
    font-weight: 600;
}

.wc-detail-company-left {
    padding-left: 5px !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.agent-status-deleted {
    color: #999 !important;
}

/*.ai-table-col2-td {
    padding: 15px !important;
    font-size: 13px;
    font-weight: 600;
}*/
.ai-table-coln-td {
    padding: 8px 5px !important;
    text-align: center;
}

.ai-table-col1 {
    width: 25px;
    height: 25px;
    background: #FF4d4d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 70px;
    padding: 5px 10px;
    color: #ffffff
}

.ai-table-exp-nro {
    font-weight: 600;

}

.ai-table-exp-text {
    font-size: 11px;
}

.ai-table-col-btn {
    padding: 14px 0 8px 0 !important;
    text-align: center;
}

.ai-sidebar-right {
    padding: 0;
}

.ai-sidebar-right .title {
    margin-top: 35px;
    font-size: 11px;
}

.ai-sidebar-right-ul {
    list-style-type: none;
    width: 100%;
}

.ai-sidebar-right-ul li {
    padding: 0 15px;
}

.ai-sidebar-right-li-test {
    min-height: 50px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.ai-sidebar-right-li-text {
    padding-top: 15px;
    font-size: 13px;
    color: #cccccc;
    padding-left: 20px;
}

.ai-sidebar-right-li-help {
    height: 50px;
    margin-left: -40px;
}

.ai-sidebar-right-li-comment {
    padding: 8px;
    width: 220px;
    height: 72px;
    border: 1px solid #cccccc;
    margin: 20px auto;
    background-color: #f5f5f5;
}

.ai-sidebar-right-li-comment-span {
    font-size: 13px;
    color: #444444
}

.ai-sidebar-right-btn-new-div {
    margin-left: 20px;
}

/* CompanyDetail.html */

.detail-form-space {
    margin-top: 15px;
    margin-left: 1px !important;
}

.detail-div-title-form {
    border: hidden 2px #464657;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #eeeeee;
    height: 35px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.tab-content {
    padding: 15px 0;
}

/* Areas.html */
.areas-detail-agentXarea {
    margin-left: 10px;
}

/*Agents.html*/
.agent-icon-supervisor {
    color: #FF7F00;
    margin-left: -18px;
}

/*Details Agent - Areas */
.detail-icons-true-false {
    color: #777 !important;
}

.detail-grid-align {
    text-align: left !important;
}

.detail-icons-channel-email {
    background-color: #468C00 !important;
    color: #fff !important;
}

.detail-icons-channel-tw {
    background-color: #2AAAE1 !important;
    color: #fff !important;
}

.detail-icons-channel-fb {
    background-color: #A03333 !important;
    color: #fff !important;
}

.detail-icons-channel-web {
    background-color: #B200B2 !important;
    color: #fff !important;
}

.detail-icons-channel-chat {
    background-color: #F15A29 !important;
    color: #fff !important;
}

.detail-icons-channel-meli {
    background-color: #FCAF3F !important;
    color: #fff !important;
}

.detail-icons-channel-TN {
    background-color: #4dbecf !important;
    color: #fff !important;
}

.detail-icons-channel-KB {
    background-color: #ff7e47 !important;
    color: #fff !important;
}

.detail-icons-channel-voice {
    background-color: #23caa3 !important;
    color: #fff !important;
}

.detail-icons-channel-whatsapp {
    background-color: #25D366 !important;
    color: #fff !important;
}

.detail-icons-channel-instagram {
    background-color: #923BA6 !important;
    color: #fff !important;
}

.detail-icons-channel-youtube {
    background-color: #fff !important;
    color: #FF0000 !important;
}

.detail-icons-channel-sms {
    background-color: #cc4f00 !important;
    color: #fff !important;
}


.detail-box-icon-channel {
    padding: 5px 6px;
    border-radius: 3px;
    font-size: 14px;
    width: 30px;
    margin-right: 10px;
}

.list-active-channels {
    padding: 10px 10px 10px 44px;
    background: #eae4e4;
    border-radius: 5px;
    margin-top: -15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 17px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #D2D2D2;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 0px;
    background-color: #77D490;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: white;
}

input:focus+.slider {
    box-shadow: 0 0 1px white;
}

input+.slider:before {
    background-color: #c5c5c5;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #77D490;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ai-filter-main-margin {
    margin: 0 10px;
}

.ai-filter-status-margin {
    margin: 0 10px 0 0;
}

.ai-title-listing-main {
    margin-left: 10px;
}

.ai-agent-text-sec {
    font-size: 11px !important;
}

.ai-agent-text-pri {
    font-size: 12px !important;
}

.ai-company-selected-textArea {
    width: 46% !important;
    margin-left: 1% !important;
}

.ai-buttons-tools-section {
    margin-left: 1% !important;
    padding: 10px !important;
}

.analytics .checkbox {
    margin-top: 0;
}

.analytics .generic-widget {
    margin-left: 5px;
    font-size: 15px;
    color: darkslateblue;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.table-content {
    max-width: 700px;
}

.table-content td {
    padding: 15px;
    min-width: 200px;
    vertical-align: top;
    max-width: 300px;
}

h2 {
    background-color: #eee;
    font-size: 12px !important;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
    .wc-form-notification {
        width: 70%;
        height: 700px;
        display: block;
        margin: 0 auto;
        border: 1px solid #CCC;
        border-radius: 5px;
        position: relative;
        margin-bottom: 20px;
    }

    .wc-form-notification-txt {
        width: 370px;
        resize: vertical;
        max-height: 190px;
        min-height: 100px;
        overflow: auto;
        position: absolute;
    }

    .wc-form-notification-new {
        width: 70%;
        height: 640px;
        display: block;
        margin: 0 auto;
        border: 1px solid #CCC;
        border-radius: 5px;
        position: relative;
        margin-bottom: 20px;
    }
}
.rh-connections-panel{
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 20px;
}
.rh-connections-tbl {
    width: 490px;
    font-size: 15px;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 8px;
}

.rh-tbl-domain-header {
    color: #A328E1;
    text-align: left;
    text-transform: uppercase;
}

.rh-tbl-header {
    color: #707070;
    text-align: center;
    font-weight: normal;
}

.rh-connection-items {
    width: 100%;
    margin-top: 5px;
}
.rh-connection-items thead{
    background-color: unset;
}
.rh-connection-items thead>tr>th{
    border-bottom: 0px !important;
}

.rh-connection-items td{
    border-top: 1px dotted #ddd;
    padding: 5px!important;
}
.rh-connection-items td input{
    height: 29px;
}
.rh-connection-items td button,
.rh-connection-items td button:hover{
    background-color: #747474;
    color: #fff;
}

.table.rh-connection-items>thead>tr .show-on-hover, 
.table.rh-connection-items>tbody>tr .show-on-hover,
.table.rh-connection-items>tbody>tr:hover .hide-on-hover {
    visibility: hidden !important;
    /* display: none !important; */
}

.table.rh-connection-items>tbody>tr .hide-on-hover,
.table.rh-connection-items>tbody>tr:hover .show-on-hover,
.table.rh-connection-items>thead>tr:hover .show-on-hover,
.table.rh-connection-items>tbody>tr.selected-campaign .show-on-hover {
    visibility: visible !important;
    display: inline-block !important;
}

.dot-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
}
.dot-icon-green{
    background-color: #4EC026;
}
.dot-icon-blue{
    background-color: #554FFF;
}
.dot-icon-violet{
    background-color: #A033C5;
}
.btn-base {
    border: none;
    font-size: 12px;
    border-radius: 3px;
    outline: none !important;
}
.btn-reload-rh {
    padding: 0 5px;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    margin-right: 6px;
    line-height: 0px;
}