
#newNavs.nav-tabs{
	border-bottom: none;
}
#newNavs.nav-tabs>li>a{
	border: none !important;
	border-bottom: 1px solid whitesmoke !important;
	color: grey;
	margin-right: 0;
}

#newNavs.nav-tabs>li>a:hover, #newNavs.nav-tabs>li>a:focus{
	border-bottom: 1px solid #BFBCBC !important;
	background: none !important;
}

#newNavs.nav-tabs>li.active>a, #newNavs.nav-tabs>li.active>a:hover, #newNavs.nav-tabs>li.active>a:focus{
	border-bottom: 1px solid #62a8ea !important;
	color: #62a8ea;
}

.messagesIos{
  position: absolute;
  top: 100px;
  z-index: 300;
}
.messagesIos .topBar {
  position: relative;
  top: -14px;
  left: 113px;
}

.messagesIos .topBar .topRedirect{
  float: left;
  width: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 30px;
}

.messagesIos .topBar .topSender{
  line-height: 0px;
  color: black;
  width: 113px;
    float: left;
  text-align: center;
  font-size: 13px;
}
.messagesIos .item{
  width: 100%;
  padding: 9px;
  max-width: 209px;
  position: relative;
  margin: 60px 0px 0px 45px;
  float: left;
  background: #e6e5ea;
  word-wrap: break-word;
  border-radius: 15px;
}
.messagesIos .item.out{
  float: right;
 margin: 10px 0px 10px;
}
.messagesIos .item .text{
  font-size: 12px;
  color: black;
  line-height: 13px;
}
.messagesIos .item .date{
  position: absolute;
  font-size: 12px;
  color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 13px;
  top: -20px;
  width: 130px;
}

.messagesAndroid {
  position: absolute;
  top: 30px;
  z-index: 300;
}
.messagesAndroid .item {
  width: 100%;
  padding: 5px;
  max-width: 220px;
  position: relative;
  margin: 20px 0px 0px 25px;
  float: left;
  word-wrap: break-word;
  background: #e6e5ea;
  top: 15px;
    border-radius: 9px;
}
.messagesAndroid .item .text {
  font-size: 12px;
  color: #808080;
  line-height: 13px;
}
.messagesAndroid .item .date {
 position: absolute;
  font-size: 12px;
  color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 13px;
  top: -20px;
  width: 130px;
}
.messagesAndroid .topBar {
  /*background: black;*/
  position: relative;
  top: 5px;
  left: 0px;
  width: 271px;
  height: 40px;
}

.messagesAndroid .topBar .topRedirect{
  float: left;
  width: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 30px;
}

.messagesAndroid .topBar .topSender{
  line-height: 40px;
  color: black;
  width: 300px;
  /*background: black;*/
  float: left;
  text-align: center;
  font-size: 13px;
}

.table-striped > tbody > tr.campaign_beta:nth-of-type(2n) {
  background-color: #fffabf;
}

.table-striped > tbody > tr.campaign_beta:nth-of-type(2n+1) {
  background-color: #f7f2b6;
}

.table-striped.table-hover tbody tr.campaign_beta:hover:nth-of-type(2n) > td, .table-striped.table-hover tbody tr.campaign_beta:hover:nth-of-type(2n) > th {
  background-color: #f7f2b6;
}

.table-striped.table-hover tbody tr.campaign_beta:hover:nth-of-type(2n+1) > td, .table-striped.table-hover tbody tr.campaign_beta:hover:nth-of-type(2n+1) > th {
  background-color: #f7f1b2;
}

.new-product
{
  font-weight: 600 !important;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%) !important;
}

#sidebar-nav #dashboard-menu a span {
  margin-top: 4px;
  display: inline-block;
}

#sidebar-nav #dashboard-menu {
  margin-top: 2rem;
}
.cke_dialog_ui_button.cke_disabled
{
  opacity: 0.5;
}

.content {
  transition: width 0.5s ease;
  /*width: calc(100vw - 215px);*/
}

.ai {
  transition: width 0.5s ease;
  width: 0;
  display: none;
}


.ai-open .content {
  width: calc(77vw - 215px);
}

.ai-open .ai {
  display: block;
  width: 23vw;
  height: calc(100% - 104px);
  position: fixed;
  top: 0;
  right: 0;
  border-left: 1px solid rgb(226, 232, 240);
}

.ai-open .ai iframe {
  width: 23vw;
  height: calc(100%);
  border: none;
}

.ai-button {
  
}

.ai-button i {
  color: #333;
}

table.dataTable thead th {
  padding-bottom: 8px !important;
}

table.dataTable thead th span.line {
  height: 100%;
}
