.nav-airfluencers-top {
    background: linear-gradient(to right, #000, #212121);
    color: rgba(255,255,255,1);
    opacity: 0.99;
}
.navbar-brand {
    padding-right: 20px;
}

body {
    padding: 70px 0 0 0;
}
.navbar-header img {
    margin-top: -5px;
    width: 290px;
    transition: 1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px){
    .navbar-header img {
        width: 200px;
    }
}
.link {
    cursor: pointer;
}

#navbar i{
    margin-right: 4px;
}
#DataTables_Table_0_wrapper{
    padding-top: 20px;
}

h3.title .group, a.group {
    color: #311B92;
}
a.group{
    font-weight: 600 !important;
}
.label-include, .label-exclude, .label-tag{
    font-size: 13px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #000;
    padding: 5px 10px;
}

.label-include{
    color: rgba(0,0,0,0.87);
    background-color: #80D8FF;
}
.label-exclude{
    color: rgba(255,255,255,1) !important;
    background-color: #FA1E64;
}
.tagrule-inline {
    display: inline-block;
    background: #212121;
    border-radius: 0;
    border: solid 0px #BBB;
    padding: 5px 5px;
    margin: .3em;
    line-height: 1;
    vertical-align: middle;
}
.tagrule-inline-single {
    background: #B3E5FC;
}
.label-tag{
    color: rgba(0,0,0,0.87);
    background-color: #FF9800;
}

div.dataTables_wrapper div.dataTables_filter{
    float: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 320px;
}

#tag-rules > tbody > tr td, #DataTables_Table_0 > tbody > tr td{
    padding:10px;
}


  td div.inc {
  color: rgba(0,0,0,0.87);
  border: solid 2px #80D8FF;
  padding: 3px;
  border-radius: 0;
  font-weight: 600 !important;
  }
  td div.inc .ms-sel-item {
  background: #80D8FF;
  color: rgba(0,0,0,0.87);
  font-weight: 600 !important;
  }
  td div.exc {
  margin-top: 5px;
  border: solid 2px #FA1E64;
  padding: 3px;
  border-radius: 0;
  font-weight: 600 !important;
  }
  td div.exc .ms-sel-item {
  background: #FA1E64;
  color: rgba(255,255,255,1) !important;
  }




#rules-pills{
    padding: 20px 0;
}
#rules-pills .label{

}


#rules-pills .label-success {
    color: rgba(0,0,0,0.87);
    background-color: #80D8FF;
}

#rules-pills .label-danger {
    color: rgba(255,255,255,1);
    background-color: #FA1E64;
}

/*

.tagrule-inline {
    display: inline-block;
    background: #212121;
    border-radius: 0;
    border: solid 0px #BBB;
    padding: 5px 5px;
    margin: .3em;
    line-height: 1;
    vertical-align: middle;
}
#rules-pills .label{
    font-size: 13px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #000;
    padding: 5px 10px;
}
#rules-pills .tagrule-inline-single {
    background: #AEEA00;
}

#rules-pills .label-success {
    color: rgba(0,0,0,0.87);
    background-color: #F4FF81;
}

#rules-pills .label-danger {
    color: rgba(255,255,255,1);
    background-color: #BF360C;
}

*/


.tagrule-inline span {
    display: inline-block;
    vertical-align: middle;
}
.btn-tag-member {
    margin: 4px;
    cursor: pointer;
}
#tag-rules .form-control{
    border: 0;
}

.term-rule-language-wrapper .ms-sel-ctn input
{
    width: 45px !important;
}

.term-rule-language-wrapper .ms-sel-ctn
{
    width: 75px !important;
}

.header-box
{
    background: #f9f9f9;
}
