#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;
}
