/* * Global */
body {
  font-size: 14px;
}

.default-hidden {
  display: none;
}

.border-none {
  border: none !important;
}

.always-hidden {
  display: none !important;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.screen-reader-text {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.select2 {
  width: 100% !important;
  max-width: 100%;
}

input:focus,
button:focus {
  outline: 0;
}
a:focus {
  outline: 0 !important;
  outline-offset: unset !important;
}
.btn-bblack,
.btn-bblack:hover {
  background-color: #000000;
  color: #fff;
}

@media (max-width: 768px) {
  #experimental-function-notification {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.fs-14 {
  font-size: 14px;
}

/**
 * Clean theme override
 */

body {
  min-height: 100vh;
}

body .wrapper {
  min-height: calc(100vh - 38px);
}

body > .header .logo img {
  max-height: 25px;
}

.panel {
  border-color: #dedede;
}

.panel-title {
  font-weight: normal;
  padding-bottom: 0px;
}

.right-aside {
  padding-bottom: 100px;
  max-width: 1980px;
  line-height: 1.428571429; /* Divi added different line-height on different sites on body tag. Which cause unstable layout. So added a fixed line height here in iteket-basis @bidhan */
}

.right-aside.wide-table,
.warper-admin-portal .right-aside.wide-table,
.warper-myaccount-portal .right-aside.wide-table {
  max-width: 1980px;
}

.right-aside.wide-page,
.warper-admin-portal .right-aside.wide-page,
.warper-myaccount-portal .right-aside.wide-page {
  max-width: 1980px;
}

.right-aside.split-page,
.warper-admin-portal .right-aside.split-page,
.warper-myaccount-portal .right-aside.split-page {
  max-width: 1980px;
}

.right-aside.full-width-page,
.warper-admin-portal .right-aside.full-width-page,
.warper-myaccount-portal .right-aside.full-width-page {
  max-width: 100%;
}

.right-aside.full-width-table,
.warper-admin-portal .right-aside.full-width-table,
.warper-myaccount-portal .right-aside.full-width-table {
  max-width: 100%;
}

.warper-admin-portal.mainpath-users.template-list-user .right-aside,
.warper-admin-portal.mainpath-epost-log.template-list .right-aside {
  max-width: 1980px;
}

.warper-admin-portal.mainpath-epost-log.template-list {
  background-color: rgb(245, 245, 245);
}

.wrapper.warper-admin-portal.dashboard .right-aside,
.wrapper.warper-myaccount-portal.dashboard .right-aside {
  margin-top: 20px;
}

blockquote {
  font-size: 100% !important;
}

.show-expandable {
  width: 100%;
}

.minimized {
  max-height: 80px;
  overflow: hidden;
}

.textsize-15 {
  font-size: 15px;
}

.textsize-18 {
  font-size: 18px;
}

.textsize-20 {
  font-size: 20px;
}

.textsize-22 {
  font-size: 22px;
}

.textsize-25 {
  font-size: 25px;
}

body {
  width: 100% !important;
}

.form-control-75 {
  width: 75px !important;
  float: left;
}

.form-control-half {
  width: 50% !important;
  float: left;
}

.form-group {
  width: auto;
  clear: both;
}

@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

.pull-none {
  float: none !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0-left {
  padding-left: 0 !important;
}

.p-0-right {
  padding-right: 0 !important;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.bottom-1 {
  margin-bottom: 1px;
}

.bottom-2 {
  margin-bottom: 2px;
}

.bottom-3 {
  margin-bottom: 3px;
}

.bottom-4 {
  margin-bottom: 4px;
}

.bottom-5 {
  margin-bottom: 5px;
}

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

.bottom-15 {
  margin-bottom: 15px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.w-100 {
  width: 100px !important;
}

.w-125 {
  width: 125px !important;
}

.w-150 {
  width: 150px !important;
}

.w-175 {
  width: 175px !important;
}

.w-200 {
  width: 200px !important;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.red {
  color: red;
}

.green {
  color: green;
}

.big-icon {
  font-size: 20px;
}

.p-50 {
  padding: 50px;
}

label {
  font-weight: 600;
}

label.error {
  font-weight: normal;
  color: #ed080c;
}

.border-bn {
  border-bottom: none !important;
}

/**
 * jQuery UI fix
 */

.ui-datepicker-month,
.ui-datepicker-year {
  color: #808080;
}

/**
 * Sweetalert2
 */

.swal2-modal button {
  font-size: 18px;
  margin: 26px 5px 0;
}
.swal2-modal .swal2-icon.swal2-warning {
  color: #ffffff;
  border-color: #ab0303 !important;
  background: #ab0303;
}
.swal2-modal .btn-success {
  color: #fff;
  background-color: #008000 !important;
  border-color: #008000 !important;
}
.swal2-modal .btn-danger {
  color: #fff;
  background-color: #ab0303 !important;
  border-color: #ab0303 !important;
}

/* Submenu */
.left-aside ul.collapse.in {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 240px;
}
.hide_menu .left-aside ul.collapse.in {
  left: 62px;
  position: absolute;
  margin-top: -44px;
}
.hide_menu #menu .active > a > .fa.arrow:before {
  content: "\f105";
}

.right-aside > .content-header ul.submenu {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 0px !important;
  padding: 5px;
  display: block;
  position: relative;
}

.right-aside > .content-header ul.submenu .submenu-item {
  float: left;
  padding: 9px 16px 5px 9px;
  border-right: 0px;
  border-bottom: 0px;
  background: #fff;
  display: block;
  position: relative;
  min-height: 40px;
}

.right-aside > .content-header ul.submenu .submenu-item a {
  display: block;
  color: #000;
  text-align: center;
  padding: 2px 0px;
  text-decoration: none;
  background: 0 0 !important;
  border: 0 !important;
  border-radius: 0;
  font-size: 12px;
}

.right-aside > .content-header {
  box-shadow: none;
  border-bottom: none;
  margin: -2px 0px 25px 0px;
}

.right-aside > .content-header h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100px;
}

.right-aside > .content-header .breadcrumbs + h1 {
  padding-top: 0;
  padding-bottom: 0;
}

.right-aside > .content-header.flex {
  display: flex;
}

.right-aside > .content-header ul.submenu li.submenu-item:hover {
  background: #eeeeee !important;
}

.right-aside > .content-header ul.submenu .submenu-item.active a {
  border-bottom: 2px solid black !important;
  padding-bottom: 5px;
  padding-top: 1px;
}

.right-aside > .content-header ul.submenu > li.has-sub > a {
  padding-right: 25px;
}

.right-aside > .content-header ul.submenu > li.has-sub > a::after {
  position: absolute;
  top: 16px;
  right: 30px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.right-aside > .content-header ul.submenu > li.has-sub:hover > a::after {
  border-color: #009ae1;
}

.right-aside > .content-header ul.submenu ul {
  position: absolute;
  left: -9999px;
}

.right-aside > .content-header ul.submenu li:hover > ul {
  left: auto;
}

.right-aside > .content-header ul.submenu li:hover > ul > li {
  height: 32px;
}

/* CSS for new submenu */
#kamy-sub-menu .dropdown .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
}

#kamy-sub-menu .dropbtn {
  background-color: white;
  color: black;
  padding: 1px 12px 3px 12px;
  font-size: 26px;
  border: none;
  cursor: pointer;
  position: relative;
}

#kamy-sub-menu .dropbtn:hover,
#kamy-sub-menu .dropbtn:focus {
  background-color: lightgray;
}

#kamy-sub-menu .dropdown-div {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
#kamy-sub-menu .dropdown-content {
  display: none;
  position: absolute;
  right: 10px;
  background-color: #ffffff;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  border: 1px solid #ccc;
  white-space: nowrap;
  width: auto;
}

#kamy-sub-menu .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#kamy-sub-menu .dropdown-content a:hover,
#kamy-sub-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: lightgray;
}

#kamy-sub-menu .dropdown a:hover {
  background-color: #ddd;
}
#kamy-sub-menu .dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 12px 16px;
  font-size: small;
}
#kamy-sub-menu .dropdown button.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.show {
  display: block;
}

/* end of css for new submenu */

/** CSSMENU 2*/

#kamy-sub-menu,
#kamy-sub-menu ul,
#kamy-sub-menu ul li,
#kamy-sub-menu ul li a,
#kamy-sub-menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#kamy-sub-menu:after,
#kamy-sub-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#kamy-sub-menu #menu-button {
  display: none;
}

#kamy-sub-menu {
  width: auto;
  line-height: 1;
  background: #ffffff;
  padding: 17px 10px;
}

#kamy-sub-menu ul {
  float: right;
  z-index: 99;
}

#kamy-sub-menu > ul > li {
  float: left;
  padding: 5px 20px 5px 20px;
}

#kamy-sub-menu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#kamy-sub-menu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#kamy-sub-menu.align-center ul ul {
  text-align: left;
}

#kamy-sub-menu.align-right > ul > li {
  float: right;
}

#kamy-sub-menu.align-right ul ul {
  text-align: right;
}

#kamy-sub-menu > ul > li > a {
  padding: 3px 0px 6px 0;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#kamy-sub-menu > ul > li:hover {
  background: #eee;
}

#kamy-sub-menu > ul > li.active > a {
  border-bottom: 1px solid #000;
}

#kamy-sub-menu > ul > li.has-sub > a {
  padding-right: 15px;
}

#kamy-sub-menu > ul > li.has-sub > a::after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#kamy-sub-menu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}

#kamy-sub-menu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 1;
}

#kamy-sub-menu li:hover > ul {
  left: auto;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px,
    rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px;
}

#kamy-sub-menu.align-right li:hover > ul {
  right: 0;
}

#kamy-sub-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#kamy-sub-menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#kamy-sub-menu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#kamy-sub-menu ul li:hover > ul > li {
  height: auto;
  min-height: 35px;
}

#kamy-sub-menu ul ul li a {
  padding: 12px 20px;
  width: 160px;
  font-size: 12px;
  background: #fff;
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#kamy-sub-menu ul ul li:hover a {
  background: #eee;
}

#kamy-sub-menu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#kamy-sub-menu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#kamy-sub-menu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/*END*/

/**
 * Panel expandable
 */

.panel {
  border-color: #dedede;
  box-shadow: none;
  border-radius: 0;
}

table.tbl_l5 {
  border-bottom: 1px solid #dfdfdf;
}

.dataTables_scrollHeadInner table.tbl_l5 {
  border-bottom: none !important;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 1px solid #e8e8e8 !important;
}

.table > thead > tr > th {
  border-top: none !important;
  border-bottom: none !important;
  font-weight: normal;
  font-size: 12px;
}

.table > thead > tr > th > a {
  color: #000;
}
.table > thead > tr > th.align-right {
  text-align: right !important;
}
.table > thead > tr > th.action-th .dt-column-order {
  display: none; /* Hide sort icons */
}
.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 13px;
}

table.hide-all-border > tbody > tr > td,
table.tbl_l5.hide-all-border {
  border: none !important;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
table.dataTable td.align-right {
  padding-right: 30px !important;
}
table.dataTable th.dt-type-numeric:not(.align-right),
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric:not(.align-right),
table.dataTable td.dt-type-date {
  text-align: unset;
}
div.table-responsive > div.dt-container > div.row {
  margin: 0.75em 0;
}
/*  Tabs */

.unifor-userview-tab-warp .container {
  width: 100%;
  /*max-width:1400px;*/
  margin: 0;
  /*min-width:1400px;*/
}

.unifor-userview-tab-warp ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.unifor-userview-tab-warp ul.tabs li {
  background: #5c566a;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px solid #5c566a;
}

.unifor-userview-tab-warp ul.tabs li.current {
  background: #002510;
}

.unifor-userview-tab-warp .tab-content {
  display: none;
  background: #fff;
  padding: 15px;
  /* border: 1px solid #857f78; */
  position: relative;
  float: left;
  width: 100%;
  /* border-width: 1px 0 0 0 !important; */
  padding-top: 0;
}

.unifor-userview-tab-warp .tab-content .panel {
  border: none;
}

.unifor-userview-tab-warp .tab-content.current {
  display: inherit;
}

.unifor-userview-tab-warp .panel {
  box-shadow: 0 !important;
}

.unifor-userview-tab-warp .tab-content {
  min-height: 400px;
}

.nav-tabs-calender .tab-content,
.unifor-userview-tab-warp .tab-content {
  overflow: auto;
}

.unifor-userview-tab-warp .panel-body {
  overflow: auto;
}

.unifor-userview-tab-warp ul.tabs li:hover {
  background: #fff;
  border: 1px solid #5c566a;
  color: #5c566a;
}

/*tab-as-menu-link*/

.tab-as-menu-link .nav-tabs {
  border: none !important;
}
.tab-as-menu-link .nav-tabs > li.active > a,
.tab-as-menu-link .nav-tabs > li.active > a:hover,
.tab-as-menu-link .nav-tabs > li.active > a:focus {
  border-top: none !important;
  border-bottom: 2px solid #0092ff !important;
  border-left: none;
  border-right: none;
}
.tab-as-menu-link .nav-tabs > li > a,
.tab-as-menu-link .nav-tabs > li > a:hover {
  border: none;
  background: inherit;
}
.tab-as-menu-link .nav-tabs > li > a,
.tab-as-menu-link .nav-tabs > li > a:hover {
  border-bottom: 2px solid #ddd;
}
.tab-as-menu-link .nav > li > a {
  padding: 2px 0px;
  min-height: 20px;
}
.tab-as-menu-link .nav li {
  margin-right: 10px;
}

/*kamyuploader*/

.kamyuploader-preview-imgs {
  width: 100px;
  float: left;
  position: relative;
  border: 5px solid #f5f5f5;
  padding: 5px;
  margin: 0 10px 10px 0px;
}

.kamyuploader-preview-imgs img {
  width: 100%;
}

.kamyuploader-preview-imgs:hover::after {
  background: #000000d4;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  opacity: 0.5;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.kamyuploader-preview-imgs span.remove {
  position: absolute;
  left: 40%;
  top: 40%;
  cursor: pointer;
  opacity: 1;
  z-index: 8;
  color: #fff;
  display: none;
}

.kamyuploader-preview-imgs:hover .remove {
  display: block !important;
}

.tbl_l5 tr:hover {
  background: #e8e8e8 !important;
}

td.action-td a {
  padding: 0 5px;
  color: #000;
}

/* The CSS Radio button */

.container_radiobtn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 10px;
  font-weight: normal;
  color: #111;
}

/* Hide the browser's default radio button */

.container_radiobtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.container_radiobtn .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container_radiobtn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container_radiobtn input:checked ~ .checkmark {
  background-color: #4da97b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.container_radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.container_radiobtn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.container_radiobtn .checkmark:after {
  top: 4px;
  left: 6px;
  /* width: 4px; */
  /* height: 8px; */
  /* border-radius: 50%; */
  /* background: white; */
  content: "\ec34";
  font-family: "Linearicons" !important;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}

/* The CSS checkbox ***********************************************************************************/

.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  color: #111;
}

/* Hide the browser's default checkbox */

.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.container_checkbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
}
.container_checkbox-lg{
  margin-bottom: 30px;
}
.container_checkbox-lg .checkmark{
  height: 30px;
  width: 30px;
}


/* On mouse-over, add a grey background color */

.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container_checkbox input:checked ~ .checkmark {
  background-color: #4da97b;
  border: 1px solid #4da97b;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */

.container_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container_checkbox .checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  /*border: solid white; 
	border-width: 0 3px 3px 0; 
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
  content: "\ec34";
  font-family: "Linearicons" !important;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}
.container_checkbox-lg .checkmark:after{
  left: 7px;
  top: 5px;
  font-size: 14px;
}

.container_checkbox.horizontal {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  padding: 0 0 0 27px;
}

.tab-as-btn .nav-tabs > li,
.tab-as-btn .nav-tabs2 > li {
  margin: 2px 4px 2px 0;
}

.tab-as-btn .nav-tabs > li > a,
.tab-as-btn .nav-tabs2 > li > a {
  background: #5c566a;
  color: #fff;
  border-radius: 0px !important;
}

.tab-as-btn .nav-tabs > li.active > a,
.tab-as-btn .nav-tabs2 > li.active > a,
.tab-as-btn .nav-tabs > li.active > a:focus,
.tab-as-btn .nav-tabs2 > li.active > a:focus,
.tab-as-btn .nav-tabs > li.active > a:hover,
.tab-as-btn .nav-tabs2 > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border-top: 1px solid #5c566a;
  border-left-color: #5c566a;
  border-right-color: #5c566a;
  border-bottom: 1px solid #5c566a;
}

.tab-as-btn .nav-tabs > li > a:hover,
.tab-as-btn .nav-tabs2 > li > a:hover {
  border-color: #5c566a;
  background: #fff;
  color: #5c566a;
}

.tab-as-btn .nav-tabs,
.tab-as-btn .nav-tabs2 {
  border-bottom: none;
}

.table.no-border-table td,
.table.no-border-table th {
  border: none !important;
}

.table.no-hover-table tr:hover {
  background: inherit !important;
}

/**
 * Panel expandable
 */

.panel-expandable .panel-heading {
  cursor: pointer;
}

.panel-expandable .panel-heading.closed {
  border-bottom: 0px;
}

.panel-expandable .panel-heading.closed::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  content: "\ec3a";
  font-family: "Linearicons";
  float: right;
}

.panel-expandable .panel-heading.opened::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  content: "\ec39";
  font-family: "Linearicons";
  float: right;
}

.panel-expandable .panel-body {
  display: none;
  transition: width 600ms ease-out, height 600ms ease-out;
}

.panel-heading h4 span.icon,
.panel-heading h3 span.icon {
  float: right;
  margin-right: 20px;
}

.panel-expandable .panel-heading.ph4.closed::before,
.panel-expandable .panel-heading.ph4.closed::before {
  line-height: 36px;
}

.panel-expandable .panel-heading span.icon img {
  width: 17px;
}

.input-group-btn .btn {
  line-height: 1.358571429;
}

/* Admin poral left menu and  hover*/

.left-aside .sidebar #menu li > a:hover {
  color: #23282d;
  background: #fcde04;
}

.left-aside {
  background: #ffffff;
  vertical-align: top;
}
#menu .navigation .menu-icon {
  width: auto;
}
#menu .navigation a {
  padding-left: 14px;
  padding-right: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arrow {
  line-height: 21.42857px;
}
/* Minimize menu */

@media only screen and (min-width: 600px) {
  #iteket-basis.hide_menu.mini-menu .left-aside .sidebar li a .mm-text {
    display: none;
  }
  #iteket-basis.hide_menu.mini-menu .left-aside,
  #iteket-basis.hide_menu.mini-menu .left-aside .sidebar {
    width: 62px;
    transition: all 0.3s ease-in-out;
  }
  .wrapper.hide_menu.mini-menu > .left-aside {
    display: block;
  }
}
.navbar a {
  transition: all 0.5s;
}
body > .header .navbar .sidebar-toggle {
  padding: 0px 16px;
}
body > .header .navbar .navbar-btn {
  margin-top: 2px;
  margin-bottom: 0px;
  line-height: 20px;
}
body > .header .logo {
  text-align: left;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
}
.right-aside > .content-header .breadcrumbs {
  font-size: 12px;
  padding-top: 15px;
  padding-left: 14px;
}

.form-control {
  border-radius: 0pc !important;
  box-shadow: none !important;
}

.wait-select-opt span.select2-selection__arrow:before,
.wait-select-opt
  .select2-selection.select2-selection--multiple
  ul.select2-selection__rendered::after {
  content: url(../images/ajax-loader-select.gif);
  top: 7px;
  position: absolute;
  right: 13px;
}

.asLeftHandMenu01 ul {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  padding-left: 0px;
}

.asLeftHandMenu01 .submenu-item {
  width: 100%;
  background: #ffe200;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid #ffe200;
  color: #333;
}

.asLeftHandMenu01 .submenu-item a {
  text-align: left;
  color: #333;
}

.asLeftHandMenu01 .submenu-item:hover {
  background: #fff;
  border: 1px solid #ffe200;
}

.asLeftHandMenu01 .submenu-item:hover a {
  color: #5c566a;
}

.asLeftHandMenu01 .submenu-item.active {
  background: #fff;
}

.asLeftHandMenu01 .submenu-item.active a {
  color: #5c566a;
}

.submenu-item a:not(.btn),
.submenu-item button {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
}

/* Email Tempaltes*/

.wrapper-type-email .et-input-group,
.email-layout-05 .et-input-group,
.featherlight .et-input-group {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #dedede;
}

.wrapper-type-email .lbl-to {
  background: #eff6fc;
  text-align: center !important;
  color: #005a9e;
  font-weight: bold;
}

.wrapper-type-email .et-input-2,
.email-layout-05 .et-input-2,
.featherlight .et-input-2 {
  border: none !important;
  border-radius: 0 !important;
  padding: 18px !important;
  float: left;
  position: relative;
  width: calc(100% - 110px) !important;
  box-shadow: none !important;
}

.wrapper-type-email .et-input-1,
.wrapper-type-email .et-input-3,
.email-layout-05 .et-input-1,
.email-layout-05 .et-input-3,
.featherlight .et-input-1,
.featherlight .et-input-3 {
  border: none;
  padding: 11px 8px 11px 10px;
  float: left;
  position: relative;
  width: 110px;
  text-align: left;
  border-radius: 0px;
}

.wrapper-type-email .et-input-3,
.email-layout-05 .et-input-3,
.featherlight .et-input-3 {
  width: 100%;
}
.wrapper-type-email .et-input-3{
  white-space: normal;
  max-width: 100%; /* Or any specific width */
  word-break: break-word;
}

.wrapper-type-email .et-cb-warp {
  background: #fff;
}

.wrapper-type-email .et-cb-warp .icheckbox_square-blue {
  top: 12px;
  left: 25px;
}

.et-input-r-group-warp {
  background: #fff;
}

.wrapper-type-email #wp-email_excerpt-wrap #wp-email_excerpt-editor-tools,
.wrapper-type-email #wp-email_content-wrap #wp-email_content-editor-tools,
.wrapper-type-email #wp-email_header-wrap #wp-email_header-editor-tools,
.wrapper-type-email #wp-email_footer-wrap #wp-email_footer-editor-tools {
  position: absolute;
  right: 4px;
  top: 17px;
}

.mainpath-epost-log.template-general
  .wrapper-type-email
  #wp-email_footer-wrap
  #wp-email_footer-editor-tools {
  top: 0;
}

.email-template-content-action {
  position: absolute;
  right: 5px;
  z-index: 42;
  margin: 0;
  background: #fff;
  padding: 15px;
}

.email-content-display.viewonly {
  letter-spacing: 0px;
  padding: 8px 18px !important;
}

.iteket-email-menu-tabs ul.nav-tabs {
  padding: 0;
}

.iteket-email-menu-tabs ul.nav-tabs li {
  padding-right: 10px;
  padding-bottom: 15px;
}

.iteket-email-menu-tabs ul.nav-tabs li a {
  padding: 2px 0px;
  color: #333333;
  min-height: 20px;
}

.iteket-email-menu-tabs ul.nav-tabs li a:hover {
  background: none;
  border: 1px solid transparent;
}

.iteket-email-menu-tabs ul.nav-tabs li.active a {
  border: 1px solid transparent;
  border-bottom: 1px solid #3a3a3a;
}
.emlt-header1 h2 {
  font-size: 20px;
  margin: 0;
}

/* Email reply list */

.email_list_stkmay .date_header th {
  border-top: 0;
  padding-bottom: 10px;
  padding-top: 35px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.email_list_stkmay .tr-hide {
  display: none;
}

.email_list_stkmay td .fa {
  color: #c3c3c3;
  padding: 0 8px;
}

span.count.unread-reply {
  background: #585858;
  color: #fff;
  padding: 0 8px;
  right: 44px;
  position: absolute;
  top: 9px;
}

.email_list_stkmay tr.not_viewed td a.open_task {
  font-weight: 600;
  color: #6b6b6b;
}

.email_list_stkmay tr td a.open_task {
  color: #6b6b6b;
}

.email_list_stkmay tr td span.fdate {
  float: right;
  font-size: 12px;
}

.email_list_stkmay tr td a.link_mark_spam .fa {
  color: #ec8181;
}

.email_list_stkmay tr td a.link_unmark_spam .fa {
  color: #039;
}

.email_list_stkmay tr td a.link_mark_spam,
.email_list_stkmay tr td a.link_unmark_spam {
  font-size: 13px;
  margin-left: 10px;
}

.email_list_stkmay tr td .attachement a .fa {
  color: #313131;
  font-size: 14px;
  margin: 0;
}

.email_list_stkmay .delete_email_draft .fa {
  color: #f00;
}

.email_list_stkmay.table tbody tr:hover {
  background: #fff !important;
}

.email_list_stkmay.table tbody .mail-actions,
.email_list_stkmay.table tbody .mail-cb1:not(.show-always) {
  /*display:none;*/
}

.email_list_stkmay.table tbody .mail-cb1 .checkmark,
.mail-cb1-parent .checkmark {
  border-radius: 50%;
}

.email_list_stkmay .tr1 td {
  border-top: none !important;
}

.email_list_stkmay.table tbody tr:hover .mail-cb1 {
  display: block;
  margin: 0px;
}

.email_list_stkmay.table tbody .rsub-el {
  padding: 8px 0px 8px 15px !important;
}

.email_list_stkmay.table tbody .rsub-tl {
  padding: 8px 15px 8px 8px !important;
}

.email_list_stkmay p.attachments_warp {
  margin: 0;
  min-height: 25px;
}

.email_list_stkmay p.attachments_warp [class^="linearicons-"] {
  font-size: 14px;
}

.email_list_stkmay.table tbody tr .mail-actions {
  display: block;
  position: absolute;
  background: #ffffff;
  right: 25px;
  padding-left: 35px;
}

.email_list_stkmay.table td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email_list_stkmay.table .e-til {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-weight: 600;
  color: #6c6c6c;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.email_list_stkmay .mail-actions a.delete-email-log {
  display: none;
}

.email_list_stkmay.table .e-sub {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 0;
}

#email_list_stkmay_warp {
  padding-top: 15px;
  height: auto;
  max-height: calc(100vh - 130px);
  background: rgb(245, 245, 245);
}

#email_list_stkmay_warp .email-log-row {
  background: #ffffff;
}

#email-log-list-frm table {
  display: table;
}

.mob-mail-content .mail-head-01 {
  display: flex;
}

.mob-mail-content .mail-head-01 .img-01 {
  margin-right: 15px;
}

.mob-mail-content .e-subject,
.ajax-view-email-slog .e-subject {
  font-size: 20px;
  font-weight: 600;
  color: #323130;
  margin: 0;
  padding: 0px 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ajax-view-email-slog .view-warp {
  display: flex;
}

.ajax-view-email-slog .img-warp {
  width: 52px;
}

.ajax-view-email-slog .mail-content {
  width: calc(100% - 52px);
}

.ajax-view-email-slog .img-warp,
.ajax-view-email-slog .mail-content {
  flex-direction: column;
}

.ajax-view-email-slog .mail-header {
  margin-top: 0px !important;
}

.ajax-view-email-slog .mail-header p,
.mob-mail-content .mail-header-dtl p {
  margin: 0;
}

.ajax-view-email-slog .mail-header p.date,
.mob-mail-content .mail-header-dtl p.date {
  font-size: 12px;
  font-weight: 400;
  color: #605e5c;
}

.ajax-view-email-slog .mail-body {
  max-height: calc(100vh - 228px);
  overflow: auto;
}

.ajax-view-single-email {
  overflow: hidden;
  padding-right: 0;
}

.ajax-view-single-email .panel {
  margin-bottom: 0;
  max-height: calc(100vh - 161px);
  min-height: calc(100vh - 161px);
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .ajax-view-single-email {
    display: none;
  }
}

.email-log-tbl-head {
  display: flex;
  padding: 0 23px;
}

.email-log-tbl-head:not(.head-status-draft) .el1,
.email_list_stkmay:not(.list-status-draft) td.el-cb {
  display: none;
}

.email-log-tbl-head .el1 {
  width: 40px;
}

.email-log-tbl-head:not(.head-status-draft) .el2 .bulk-delete-emails-log {
  display: none;
}

a.bulk-delete-emails-log,
a.bulk-delete-emails-log span,
a.draft-to-queue-emails-log,
a.draft-to-queue-emails-log span {
  color: #333333 !important;
  font-size: 13px !important;
}

a.bulk-delete-emails-log,
a.draft-to-queue-emails-log {
  padding: 7px 17px;
  vertical-align: middle;
}

a.bulk-delete-emails-log:hover,
a.draft-to-queue-emails-log:hover {
  background: #ededed;
}

.ajax_inProcess {
  display: none;
}

.mail-head-01 .img-01 {
  float: left;
  width: 50px;
}

.img-01-img {
  max-width: 100%;
  width: 50px;
}

.toggle-mail-header-info {
  font-size: 12px !important;
  border: 1px solid #b5b0b0;
  color: #464545;
  padding: 0px 3px;
}

.toggle-mail-header-info-sec {
  background: #fff;
  position: absolute;
  z-index: 1;
  border: 1px solid #b3b1b1;
  padding: 15px;
  margin: 3px 0;
  display: none;
}

.num_unread_email {
  height: 30px;
  width: 40px;
  line-height: 30px;
  background: #666;
  color: #fff;
  float: right;
  text-align: center;
}

.description-warp {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #dedede;
  padding: 20px;
}

.description-warp .description-icon {
  float: left;
  width: 30px;
  padding-top: 5px;
}

.description-warp .description-info {
  float: left;
  width: calc(100% - 50px);
}

.navbar-right .nav > li > a .riot {
  padding: 0px 0 0px 5px;
  float: right;
}

select.have_select2[multiple],
select.have_select2[size] {
  height: 34px;
}

.select2-container--bootstrap .select2-selection {
  box-shadow: none;
  border-radius: 0;
}

.select2-container--bootstrap .select2-dropdown {
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
}

/* Password strength*/

#result_password_strength {
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
}

#result_password_strength.short {
  color: #fff;
  background: red;
}

#result_password_strength.weak {
  color: #fff;
  background: #ff7a7a;
}

#result_password_strength.good {
  color: #fff;
  background: #e2dd00;
}

#result_password_strength.strong {
  color: #fff;
  background: #75d1a3;
}

/*Toggle Password Visibility*/

.togglePassword {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: large;
  cursor: pointer;
}

.wrapper:not(.hide_menu) .right-aside {
  width: calc(100% - 240px);
}

@media only screen and (max-width: 768px) {
  .hide-menu-on-load {
    display: none;
  }
}

/* Subtabs menus*/

.sub-nav-tabs li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border: none;
}

.sub-nav-tabs .active {
  border-bottom: 1px solid #434242;
}

.sub-tab-content .sub-tab-pane {
  display: none;
}

.sub-tab-content .sub-tab-pane.active {
  display: block;
}

.sub-nav-tabs.nav > li > a {
  padding: 0px;
  background: #fff;
  color: #000000;
  font-size: 14px;
}

.sub-nav-tabs-menu {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.sub-nav-tabs-menu li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border: none;
}

.sub-nav-tabs-menu .active {
  border-bottom: 1px solid #434242;
}

.sub-nav-tabs-menu.cols3 li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  color: #000;
}

.sub-nav-tabs-menu.cols3 .active {
  border-bottom: 2px solid #1e673f;
}

.sub-nav-tabs-menu.cols3 li.active a {
  font-weight: 600;
}

.email_list_stkmay [class^="linearicons-"],
.email_list_stkmay [class*=" linearicons-"] {
  font-size: 20px;
  color: #717171;
}

.wp-switch-editor.switch-tmce,
.wp-switch-editor.switch-html {
  display: none;
}

.wp-editor-container {
  border-left: 0;
  border-right: 0;
}

div.mce-toolbar-grp {
  background: #fff !important;
  border: none !important;
}

.mce-top-part::before {
  -webkit-box-shadow: 0 1px 0 rgba(103, 103, 103, 0.2) !important;
  -moz-box-shadow: 0 1px 0 rgba(103, 103, 103, 0.2) !important;
  box-shadow: 0 1px 0 rgba(103, 103, 103, 0.2) !important;
}

.kamy-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0;
  margin-bottom: 15px;
}

.kamy-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.kamy-card-title {
  background: #bfbfbf;
  font-size: 16px;
  padding: 10px;
  color: #000;
  font-weight: 600;
}

.elog-res span.sent,
.elog-res span.delivered,
.elog-res span.received,
.elog-res span.read,
.elog-res span.twilio-callbacked,
.elog-res span.completed {
  background: #75d1a3;
  color: #fff;
  font-size: 11px;
  padding: 1px 5px;
}

.elog-res span.failed {
  background: #ff7a7a;
  color: #fff;
  font-size: 11px;
  padding: 1px 5px;
}

.elog-res span.new,
.elog-res span.accepted,
.elog-res span.queued,
.elog-res span.sending,
.elog-res span.undelivered,
.elog-res span.receiving {
  background: orange;
  color: #fff;
  font-size: 11px;
  padding: 1px 5px;
}

.form-group.has-icon-before-text [class^="linearicons-"] {
  position: absolute;
  margin: 14px 0 0 0;
  right: 0px;
}

.form-group.has-icon-before-text input[type="text"],
.form-group.has-icon-before-text input[type="number"] {
  padding-left: 0px;
  padding-bottom: 0px;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none !important;
}

.btn:active,
.btn.active {
  box-shadow: none !important;
}

/* header nav .navbar-right .dropdown.user.user-menu {
    padding-top: 8px;
    padding-bottom: 8px;
} */
header .navbar {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 30px;
}
.navbar-right .nav > li.notifications-menu > a {
  padding-top: 0px;
  padding-bottom: 0;
}
.navbar-right .nav > li > a {
  padding: 0px 10px 0px 10px;
}
header nav .navbar-right .nav .open > a:hover,
header nav .navbar-right .nav .open > a:focus,
header nav .navbar-right .nav > li > a:hover,
header nav .navbar-right .nav > li > a:focus {
  border-color: #fff0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu {
  margin-top: 0px !important;
}
.navbar-nav > .user-menu > .dropdown-menu li {
  padding: 0 !important;
}
@media (max-width: 560px) {
  header.header .navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  header.header .navbar .sidebar-toggle {
    flex-basis: 50px;
    align-self: flex-start;
  }
  header.header nav.navbar.navbar-static-top .logo {
    flex-basis: calc(100% - 100px);
    margin-left: 0px;
    align-self: flex-start;
    padding-left: 0px;
  }
  header.header .navbar .navbar-right {
    flex-basis: 80px;
    align-self: flex-end;
  }
  header.header .navbar .navbar-right .navbar-nav {
    float: right;
  }
  header.header .navbar .navbar-right .nav > li > a {
    padding-right: 0px;
  }
  header.header
    .navbar
    .navbar-right
    .navbar-nav
    > .user-menu
    > .dropdown-menu {
    right: 0px;
  }
}

.btn-green1,
.btn-green1:hover,
.btn-green1:active,
.btn-green1:focus {
  background: #1f6521;
  color: #fff;
  border-color: #1f6521;
}

.btn-black1 {
  background: #000000;
  color: #fff;
  border-color: #000000;
}

.btn-black1:hover,
.btn-black1:active,
.btn-black1:focus {
  background: #fff;
  color: #000000;
  border-color: #000000;
}

.okse-style input.field_gcal_style,
input.field_gcal_style {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
}

.okse-style input.field_gcal_style.black,
input.field_gcal_style.black {
  border-color: #000000;
}

.mh86 {
  min-height: 35px;
}

.mainpath-users.template-view .user-custom-fields-warp .form-group {
  margin-bottom: 5px !important;
}

.php-tbl-search-frm-btns button,
.wrapper.template-list-user .button.load_email_to_bulk_users_frm,
.wrapper.template-list-user .button.activate_users,
.wrapper.template-list-user .button.deactivate_users {
  margin-bottom: 5px;
}

.btn-black-23r {
  background: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
}
button.btn-blue-23r {
  border-radius: 0 !important;
  background: #2036ff !important;
  color: #fff !important;
}
button.btn-blue-23r a {
  color: #fff;
}
/* Css loading spinner*/

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner > div.bounce1 {
  background-color: #ff7a7a;
}

.spinner > div.bounce1 {
  background-color: #ff7a7a;
}

.spinner > div.bounce3 {
  background: #fcde04;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* spinner 2*/
@keyframes ldio-jz4et0bc4us {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ldio-jz4et0bc4us div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-jz4et0bc4us div {
  animation: ldio-jz4et0bc4us 1s linear infinite;
  top: 100px;
  left: 100px;
}
.loadingio-spinner-rolling-n2tbsz3d45i {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}
.ldio-jz4et0bc4us {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.ldio-jz4et0bc4us div {
  box-sizing: content-box;
}
.bottom-bar-ajx-doing {
  z-index: 99999999 !important;
  text-align: center;
  padding-top: 15%;
}
.bottom-bar-ajx-doing .text {
  color: #fff;
  font-size: 15px;
}

.w-full {
  width: 100%;
}

.datepicker {
  /*z-index: 1001;*/
  /*new*/
  z-index: 9999;
}

label.error:empty {
  display: none;
}

/* Div scroll*/

.scroll {
  overflow-y: auto;
}

/* WebKit (Chrome, Safari, Opera) */
.scroll::-webkit-scrollbar {
  max-height: 5px;
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Firefox */
.scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
}

/* Edge and IE */
.scroll {
  -ms-overflow-style: scrollbar;
}

/* Search layout*/

.expand_search_fields input {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 6px 12px;
}

.expand_search_fields .select2-container--bootstrap .select2-selection {
  border-left: none;
  border-right: none;
  border-top: none;
}

/*okes_layout add css*/

.okse-style .md-form.md-form-contact label:not(.error) {
  left: 54px;
  top: -12px;
}

.okse-style .md-form.md-form-contact .form-control {
  box-sizing: border-box !important;
  padding-left: 80px;
}

.okse-style .md-form.md-form-contact .dialing-code {
  position: absolute;
  top: 10px;
  left: 0px;
}

.kms-modal-header h2 {
  padding-bottom: 0px;
}

/*okes_layout add css end*/

/*new css*/

/*########## comon style add css ##########*/

.comon-flex-row {
  display: flex;
  flex-wrap: wrap;
}

/*okse-style color-control css*/

.okse-style.color-control .md-form .form-control {
  padding: 0.6rem 0 0rem 0;
}

.okse-style.color-control .md-form label.active {
  top: -5px;
}

.okse-style.color-control .md-form {
  margin-top: 15px;
}

.okse-style.color-control label.sel_label {
  margin-bottom: 8px;
}

/*okse-style color-control css end*/

/*########## comon style add css end ##########*/

.kms-modal {
  z-index: 9999 !important;
}

.widget-bg-color-icon.card-box.clickable .bg-icon {
  margin-right: 10px;
}

.mobile-close-tigger {
  display: none;
}

/*28.06.2022*/
/*###### popup icon changes 28.06.2022 ####*/
#kmsGenPopUp .kms-pu-close {
  text-indent: -9999px;
}
#kmsGenPopUp .kms-pu-close:after {
  content: "\ec35";
  font-family: "Linearicons";
  text-indent: 0;
  float: left;
  font-size: 18px;
  margin-top: 11px;
}
/*###### popup icon changes 28.06.2022 end####*/
/*epost-log css*/
.wrapper.mainpath-epost-log .right-aside {
  padding-bottom: 0;
}

/*mobile version*/
.epost-log-mobile .mail-head-01 .date {
  position: absolute;
  right: 0;
  top: 0;
}
/*mobile version end*/

/*epost-log css*/
/*28.06.2022*/

/*####### customer page tabe comon #########*/
.nav-tabs-custom {
  position: relative;
  width: 100%;
}
.nav-tabs-custom .nav-tabs,
.nav-tabs-custom .nav-tabs2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/*####### customer page tabe comon end #########*/

/*####### Responsive css start ########*/

@media (min-width: 992px) and (max-width: 1199px) {
}

/*max width 991px*/

@media (max-width: 991px) {
  .left-aside {
    top: 0;
    left: 0;
  }
  .left-aside .mobile-close-tigger {
    display: block;
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    z-index: 9;
  }
  .left-aside .mobile-close-tigger .navbar-btn {
    color: #000;
  }
  /*popup css start*/
  .kms-modal-body .form-group .container_checkbox {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  /*popup css end*/
  .table {
    /* overflow: scroll; */
    position: relative;
    display: block;
  }

  /*#### css off on 25.07.2022 Customer custom fields  ####*/
  /*.ui-sortable .cfields_rows .col-md-2.p-10 {
        padding: 0;
    }
    .ui-sortable .cfields_rows .col-md-2.p-10 .form-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        float: none !important;
    }
    .ui-sortable .cfields_rows .col-md-2.p-10 .remove_ca_application_row {
        top: 55%;
        right: 0px;
        margin: 0px !important;
    }*/
  /*#### css off on 25.07.2022 Customer custom fields ####*/
  .email-content-display .input-group.et-input-group {
    float: none;
    display: block;
  }
  .email-content-display .input-group-addon.et-input-3 {
    float: none;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
  }
  /*e- post page*/
  #kamy-sub-menu ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #kamy-sub-menu > ul > li {
    float: none;
  }
  /*e- post page*/

  .header-h4-1 .linearicons-cog {
    margin-right: 5px;
  }
  .logo-color-page .form-group {
    position: relative;
    width: 100% !important;
    display: inline-block;
  }
  .setting-contact-wrapper .form-group {
    position: relative;
    width: 100% !important;
    display: inline-block;
  }
  .user-setting-wrapper .form-group {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .user-translator .form-group {
    float: none;
    display: inline-block;
  }
  .user-translator .form-group small {
    margin-bottom: 6px;
  }
  /*Email queue page css start*/
  .list-status-queued tr.post-row {
    display: inline-table;
    width: 100%;
  }
  .list-status-sent tr.post-row {
    display: inline-table;
    width: 100%;
  }
  /*Email queue page css end*/
  /*##### content header css start ####*/
  .right-aside > .content-header {
    display: flex;
  }
  .right-aside > .content-header.ib-responsive-content-header #kamy-sub-menu{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }  
  .content-header.ib-responsive-content-header > div:first-child {
    flex: 1 1 auto;
  }

  .content-header.ib-responsive-content-header > div:last-child {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .content-header.ib-responsive-content-header h1{
    font-size: 16px;
    padding-left: 0px !important;
  }
  .content-header.ib-responsive-content-header .breadcrumbs{
    padding-left: 0px !important;
  }
  .right-aside > .content-header .breadcrumbs {
    position: relative;
    width: 100%;
    float: left;
  }
  /*##### content header css end ####*/
}

/*width 768px to 991px*/

@media (min-width: 768px) and (max-width: 991px) {
}

/*max width 767px*/

@media (max-width: 767px) {
  /*###### popup css start ####*/
  .kms-modal-content {
    width: 90%;
  }
  .kms-modal-body .generate_pass {
    width: 100%;
    margin-bottom: 10px;
  }
  .kms-modal-body .form-group .container_checkbox {
    margin-bottom: 12px;
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
  /*###### popup css start ####*/
  #list_wp_users .tbl_l5w {
    overflow: auto;
    width: 100%;
  }

  .header .navbar .navbar-right .dropdown.user.user-menu .user-email {
    display: none;
  }
  .header .navbar.navbar-static-top .iteche_text_logo {
    text-align: left !important;
    margin-left: 48px;
  }
  .header .navbar .navbar-right {
    position: relative;
    right: 0;
    top: 0;
  }
  
}

/*width 576px to 767px*/

@media (min-width: 576px) and (max-width: 767px) {
}

/*max with 575px*/

@media (max-width: 575px) {
  .kms-modal-body .col-md-5.p-0 {
    max-width: 100%;
  }
  .pagination li:first-child {
    margin-right: 15px !important;
    padding-right: 15px !important;
  }

  /*epost-log css start*/

  /*mobile version*/
  .epost-log-mobile .mail-head-01 {
    flex-wrap: wrap;
  }
  .epost-log-mobile .mail-head-01 .img-01 {
    width: 40px;
    margin-right: 10px;
  }
  .epost-log-mobile .mail-header-dtl {
    width: calc(100% - 50px);
    word-break: break-all;
  }
  .epost-log-mobile .mail-head-01 .date {
    text-align: right;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
    right: auto;
    top: auto;
  }
  /*mobile version end*/

  /*epost-log css*/
}

/*####### Responsive css end ########*/

/* Compact tabel style for small sceen */
@media (max-width: 900px) {
  .compact_tbl thead {
    display: none;
  }
  .compact_tbl tbody {
    display: block;
  }
  .compact_tbl tr {
    border-bottom: 1px solid #000;
    display: block;
  }
  .compact_tbl td {
    display: block;
  }
  .compact_tbl .td_inline {
    display: inline-block;
  }
  .compact_tbl .bold_text {
    font-weight: bold;
  }
  .compact_tbl .float_right {
    float: right;
  }
  .compact_tbl tr:hover {
    background-color: auto;
  }
  .compact_tbl .no-padding-top {
    padding-top: 0 !important;
  }
  .compact_tbl .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .compact_tbl .no-padding-left {
    padding-left: 0 !important;
  }
  .compact_tbl .no-show-compact {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .compact_tbl .no-show-bref {
    display: none !important;
  }
}
/* END Compact tabel style for small sceen */
.scrollbar-s1 {
  height: 300px;
  overflow: auto;
  padding: 0 10px;
}
/*       ScrollBar Style        */
.scrollbar-s1::-webkit-scrollbar {
  width: 10px;
}
.scrollbar-s1::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.scrollbar-s1::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #b9b9b9;
}
span.colorpicker-preview {
  border: 1px solid rgb(222, 222, 222);
  position: absolute;
  bottom: 3px;
  width: 60px;
  right: 0px;
  height: 28px;
}
/* async-upload-btn */
#file_upload_popup_frm .async-upload-btn-wrapper .btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #000000;
  padding: 8px 10px !important;
  border-radius: 0;
}
#file_upload_popup_frm .async-download-file {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}
#file_upload_popup_frm .async-upload-btn-wrapper .btn span {
  margin: 0px 2px;
}
.async-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.async-upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.async-upload-btn-wrapper .btn {
  border: 1px solid #ffffff;
  color: #6d6d6d;
  background-color: #ffffff;
  padding: 4px 0px;
}
.async-upload-btn-wrapper .btn span {
  margin-right: 8px;
}

.datebox-layout20d .input-group {
  display: block !important;
}
.datebox-layout20d .input-group-addon,
.datebox-layout20d .ui-datebox-header {
  display: none !important;
}
.datebox-layout20d .ui-datebox-flipcontent li.bg-success {
  background-color: inherit;
}
#access_control_settings small {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 1px 2px;
  font-size: 9px;
  background: #dedede;
}

/* Topbar user dropdown menu */
.iteket-css-dd-menu {
  position: relative;
  display: inline-block;
}
.iteket-css-dd-menu-content {
  display: none;
  position: absolute;
  background-color: inherit;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
  padding-top: 30px;
}
.iteket-css-dd-menu-content a {
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.iteket-css-dd-menu:hover .iteket-css-dd-menu-content {
  display: block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: none;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  line-height: 17px;
  font-size: large;
  color: black;
  background-color: #f1f1f1;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  background-color: #f1f1f1;
}

.limit-text-one-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}