.row {
  display: flex;
  //display: inline-table;
  //display: -webkit-inline-box;
}

.table-responsive {
  padding-bottom: 15px;
}
.uil-sign-out-alt {
  font-size: 22px;
}
.field .btn {
        margin-right: 5px;
}
.card-title {
  margin-bottom: 20px !important;
}
td .btn-group {
  display: inline;
  border-radius: 5px;

}
.icon-bg {
  position: absolute;
  opacity: 0.8;
  right: 0;
  top: 0;
  font-size: 50px;
  color: blue;
}
.icon-bg.left {
  right: auto;
  left: 0;
}

.text-primary {
  color: #67d3e0;
}
.text-success {
  color: #c3d62d;
}
.text-info {
  color: #4fd8b0;
}
.text-warning {
  color: #ff7022;
}
.text-danger {
  color: #f5393d;
}
.text-alert {
  color: #ffbc0b;
}
.text-system {
  color: #5a5386;
}
.text-dark {
  color: #2a2f43;
}

.mb20 {
  margin-bottom: 20px !important;
  color: rgb(91 115 232 / 52%);
  margin-top: 20px;
}

.dt-panelfooter {
  padding: 6px 14px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
}

div.dataTables_info {
  float: left;
  padding-right: 12px;
}

.dt-panelfooter a,
.dt-panelfooter span {
	padding: 0 5px;
    font-size: 15px;
}


.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}
textarea.form-control {
    width: 400px !important;
    resize: none;
}

.allcp-form {
    line-height: 1.231;
    font-weight: 400;
    font-size: 14px;
    color: #626262;
}
.form-group {
    margin-bottom: 15px;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fs20 {
    font-size: 20px !important;
}
div.navbar-btn.btn-group > .btn {
    color: #b3b3b3;
    background-color: rgb(15 30 58 / 8%);
    border: 0;
    border-radius: 5px;
    border-bottom: 3px solid #e6e6e6;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 42px;
    z-index: 5;
}
.btn-group, .btn-group-vertical {
    padding: 0 5px;
    display: inline-flex;

}

.tooltip {
    cursor: help;
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 384px;
    left: 99px;
    top: auto;
    font-size: 11px;
    font-weight: normal;
    border-radius: 3px;
}

.tooltip:hover {
  content: '';
  width: 384px;
  left: 99px;
  top: auto;
  font-size: 11px;
  font-weight: normal;
  visibility: visible;
  opacity: 1;
  border-radius: 3px;
  padding: 5px;
  background: #ebebeb;
  margin-top: -12px;
  border: 1px solid #d3d3d3;
}

/*#popup_boxes .popup_dialog {
    width: 500px;
    height: 300px;
    padding: 25px 25px 25px 25px;
    background-color: #99cc00;
    border-radius: 3%;
}
#popup_boxes .popup_window {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}*/

.nav-pills > li + li {
    margin-left: 7px;
}

.btn-primary {
  width: 200px;
  margin-left: 12px;
  margin-top: 10px; 
  margin-bottom: 10px;
}
.dropdown-menu .panel > .panel-menu .btn-sm {
  padding: 5px;
}

.table-hover {
  overflow-y: visible !important;
}

label {
  margin-left: 20px;
}

.row::before, .row::after {
  content: "";
  clear: both;
  display: table;
}

body {
  width: 100%;
  height: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;

  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

.form-control {
  width: auto;
}


/*.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}*/
a {
  margin-left: 10px;
}
label {
  margin-top: auto;
}


lable .field > input, label.field > select {
  min-width : 220px;
  /* width: 220px; */
}

#userSwitchForm > select {
  min-width: 100px;
}
#languageSwitchForm > select {
  min-width: 160px;
}

.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}
.bootstrap-duallistbox-container label {
  display: block;
}
form.hide-list-label .bootstrap-duallistbox-container label {
  display: none !important;
}
.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  position: relative;
  top: 2px;
  font-size: 11px;
}
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 50%;
  padding: 6px 12px;
}
.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 50%;
  padding: 6px 12px;
}
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}
.bootstrap-duallistbox-container select {
  width: 100%;
  height: 182px;
  padding: 4px 5px;
}
.bootstrap-duallistbox-container.moveonselect select option {
  cursor: pointer;
}
.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  margin: 0 0 -1px 0;
}
.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display: none;
}
.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
  margin: 0 !important;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/*div .row > div {
  width: auto;
}*/

#listForm .row {
// display: inline;
//  display: -webkit-inline-box;
}
/*#listForm .row > div {
  width: auto;
}*/

.panel-body #listForm #voice .row , .panel-body #listForm #other .row {
  display: inline-table;
}
.mdi-chevron-down {
  color: blue;
  font-size: medium;
}

#agent_campaign_list > li > a {
  white-space: inherit;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 18px;
    clear: both;
    color: #666666;
    font-weight: normal;
    line-height: 1.49;
    white-space: nowrap;
}
.btn-system {
  background-color: rgb(0 0 0 / 15%);
}
td .dropdown {
  background-color: #e9ecefd1;
  padding: 6px;
}
.table-responsive {
  overflow-x: initial;
}
ul {
  margin-top: revert;
}
.mdi-chevron-down::before {
    content: "\F0140" !important;
}
footer {
  position: fixed !important;
  background-color: #fff !important;
}
.footer-row {
   position: fixed;
   padding: 10px 10px 0px 10px; 
   bottom: 0;
   width: 85%;
   height: 40px;

}

/*.btn .glyphicon, .btn .glyphicons {
    top: -1px;
    vertical-align: middle;
    line-height: 0;
    font-size: 1.1em;
}*/

.select-simple {
/*  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;*/ 
  appearance: auto;
  background-color: #eee;
}

#contactForm #address {
  float:left;
  /*margin-left: -100px; */
  width:49%; 
  display: block;
}
.span2 > button, .span1 > button {
  width: 200px;
}
.login-as-btn {
  color: blue;
  display: block;
}
#listForm-conference, #listForm-voicemail, #listForm-voictoemail, #listForm-faxtoemail, #listForm-ringgroup, #listForm-agentphone, #listForm-agentsip, #listForm-skillgroup {
  height: 120px;
  width: 120px
}

/* Zebra Pagination css */
.Zebra_Pagination {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.Zebra_Pagination ol {
    position: relative;
    left: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left
}

.Zebra_Pagination li {
    position: relative;
    float: left;
    right: 50%
}

.Zebra_Pagination .pagination {
    display: inline-block;
}

.Zebra_Pagination li {
    display: inline;
}

.Zebra_Pagination a,
.Zebra_Pagination span {
    padding: 6px 12px;
    color: #337AB7;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    display: block;
    float: left;
    position: relative;
    margin-left: -1px;
}

.Zebra_Pagination li.active a {
    color: #FFF;
    cursor: default;
    background-color: #337AB7;
    border-color: #337AB7;
}

.Zebra_Pagination li a:hover,
.Zebra_Pagination li span:hover {
    color: #23527C;
    background-color: #EEE;
    border-color: #DDD;
}

.Zebra_Pagination li.disabled a {
    color: #DEDEDE;
    background-color: transparent;
    border-color: #DEDEDE;
    cursor: default;
}

.Zebra_Pagination li.disabled a:hover {
    color: #DEDEDE;
    background-color: transparent;
    border-color: #DEDEDE;
}

/* for conversejs emoji*/
.emoji-picker__header {
  margin-top: -245px !important;
  display: flex;
  flex-direction: column;
  padding: 0.1em 0;
   background-color: var(--chat-head-color); 
}
.emoji-picker__lists {
  height: 7em;
  background: #fff;
}

/* for conversejs edit dropdown*/
.dropdown-menu {
  min-width: 19em !important;
}
#conversejs .message.chat-msg .chat-msg__actions .dropdown-menu {
min-width: 5rem !important;
margin-left: -110px !important;
}

/* for conversejs modals*/
.modal-backdrop {
  position: initial!important;
}

/* for conversejs contact chatbox top button like close,minimize */
#conversejs .chatbox-title__buttons a.chatbox-btn {
  margin-right: -10px!important;
}


/****** Campaign Default setting page boxes ******/

.style_input {
    display: inline !important;
    width: 150px !important;
}
.select2-container {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    width: 250px !important;
}
.form-control {
    
    width: 250px ;
}
@media (min-width: 576px){
  .col-sm-6 {
      width: 50% !important;
  }
}
.btn-primary_more{ 
  width:15% !important;
}

/* This is for Whatsapp chat modal box */
.wmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.w-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.wclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.wclose:hover,
.wclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.outbound-message {
  background-color: #d4edda;
}

.inbound-message {
  background-color: #f0f0f0;
}

#whatsappMessageInput {
  width: 100%;
}
/* End Whatsapp chat modal box */

/* change emoji icon collor */
.emoji-picker-icon {
      color: #0d6efd !important;
}
.input_custom{
    width: 200px !important;
    margin-right: 5px !important;
}
.custom_select{
  margin-right: 5px !important;
}
.custom_select_color{
  background-color: #f5f6f8 !important;
  width: 250px !important;
}