/* if not exists */
/* .aligner {
  width: 100%;
  float: left;
} */
#cookie-bar{
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 10px 0;
  z-index: 999999;
  width: 100%;
}
#cookie-bar h4{
  color: #fff;
}
#cookie-bar .new input[type="checkbox"]{
  opacity: 0;
}
#cookie-bar .check-box {
  width: 15px;
  height: 15px;
  border: 2px solid #6da6ff;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 3px;
  margin-left: -12px;
}
#cookie-bar [type=checkbox]:checked+.check-box:before{
  content: '';
  display: block;
  width: 4px;
  height: 10px;
  margin-left: 4px;
  border: solid #6da6ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#cookie-bar .option{
  min-width: 120px;
}
#cookie-bar .option .inlabel{
  float: right;
  width: 75%;
  text-align: left;
}
#necessary-cook .check-box{
  border: 2px solid #3e78d4;
  cursor: not-allowed !important;
}
#necessary-cook .inlabel{
  color: #cecece;
}
#necessary-cook [type=checkbox]:checked+.check-box:before{  
  content: '';
  display: block;
  width: 4px;
  height: 10px;
  margin-left: 4px;
  border: solid #3e78d4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.float-left{
  float: left;
}
.mr-2{
  margin-right: 15px;
}
#cookie-bar .btn-primary{
  background-color: #1d4076;
  border-radius: 0;
  border: none;
}
#pright{
  float: right;
}