#cookieman-modal table {
    font-size: 80%;
}

#cookieman-modal [data-toggle="collapse"]:after {
    font-size: 2.5rem;
    opacity: .7;
    position: absolute;
    right: 12px;
    top: 50%;
    line-height: 0;
    transition: transform ease-in-out 0.3s;
    transform-origin: center;
    transform: rotate(45deg);
}

#cookieman-modal [data-toggle="collapse"].collapsed:after {
    transform: rotate(0);
}

#cookieman-settings {
  cursor: pointer;
}

#cookieman-settings .card-header {
    position: relative;
}
#cookieman-modal [data-toggle="collapse"][data-target="#cookieman-settings"] {
    position: relative;
}
#cookieman-modal [data-toggle="collapse"][data-target="#cookieman-settings"]:after {
    font-size: 2rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow-y: auto;
}
.modal-body a{
  word-break: break-word;
}
.modal-dialog{
  width: 818px;
  margin: 35px auto;
  overflow-x: auto;
  overflow-y: auto;
}

h5.modal-title {
  color: #fff;
}

.ui-accordion-header {
  background: #eaebec;
  border-bottom: 1px solid #fff;
  padding: 3px 2px;
}

@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 30px;
  }
}
.text-justify {
  text-align: justify;
}

.modal-content {
  position: relative;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fade.in {
  opacity: 1;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #ec1c23;
  font-size: 1.5rem;
  color: #fff;
}
#cookieman-modal .modal-body {
  padding-bottom: 6px;
}
.modal-body {
  position: relative;
  padding: 15px;
  padding-bottom: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#cookieman-settings form {
  position: relative;
  left: 0px;
  width: 100%;
  line-height: 1.42857143;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.btn-primary {
  color: #ffffff;
  background: #ec1c23;
  border: 1px solid #ec1c23;
}
.btn-primary:hover {
  color: #212121;
}
.btn-secondary{
  color: #212121;
  background-color: #fff;
  border: 1px solid #ec1c23;
  margin: 12px auto 10px auto;
}
.btn-secondary:hover{
  color: #232323;
  background-color: #eaebec;
}
.btn-default {
  color: #212121;
  background-color: #eaebec;
  border-color: #eaebec;
}
.btn-default:hover {
  color: #eaebec;
  background-color: #212121;
}
#cookieman-modal .modal-footer button {
  margin: 0 0 6px 6px;
}
#cookieman-modal{
  transition: opacity 0.5s, background-color 0.5s;
  background-color: rgba(0 ,0 ,0 ,0);
  opacity: 0;
  display: none;
}
#cookieman-modal.shown{
  opacity: 1;
  background-color: rgba(0 ,0 ,0 ,0.5);
  display: block;
}
.card:first-of-type{
  padding-top: 6px;
}
.card-header:first-child {
}
.card-header {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header, .card-subtitle, .card-text:last-child, .list-group {
  margin-bottom: 0;
}
.card-footer, .card-header {
  padding: .75rem 1rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card {
  word-wrap: break-word;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin:10px 0;
}
#cookieman-modal table {
  font-size: 80%;
}
.table{
  font-size: 50%;
}
.form-group, .table {
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-sm td, .table-sm th {
  padding: .3rem;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 13px;
}
th {
  text-align: inherit;
}

.alert-primary{
  margin-bottom: 10px 0;
}
.form-check label{
  margin-top: 0;
  margin-bottom: 10px;
  height: 20px;
}
#cookieman-settings{
  display: none;
}

#cookieman-acco-h-mandatory .alert {
  display: none;
}
.inactiveLink {
  pointer-events: none;
  cursor: default;
}
.float-right{
  float: right;
  position: absolute;
  right: 10px;
  top: 20px;
}

#cookieman-acco .checkbox-inline {
  float: right;
}

#cookieman-acco .checkbox-inline input {
  width: initial;
  height: initial;
  line-height: initial;
}


form input[type="checkbox"] + label:before
{
  width: 20px;
  height: 20px;
}

#cookieman-acco .content-element-accordion .title button{
  width: auto;
  color: #1A1A1A;
  background: #fff;
  text-align: left;
  padding: unset;
  font-size: 16px;
}

#cookieman-acco .content-element-accordion .title button::before, #cookieman-acco .content-element-accordion .title button::after {
  left: 109%;
}

#cookieman-acco .form-check-input {
  width: initial;
  height: initial;
}

#cookieman-acco .content-element-accordion > .content{
  overflow: hidden;
}
#overflow-hidden{
  overflow: hidden;
}

/* video banner */
.cookieman-video-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eaeaea;
}

.cookieman-video-banner button {
  padding: 10px 20px;
}

.cookieman-video-banner button:hover {
  color: #ffffff;
}

.cookieman-video-banner p {
  position: relative;
  top: 35%;
  text-align: center;
  margin: 10px;
}
