#cookie-bar, #cookie-setting-modal, .modal, .modal h3, .modal p, .modal table{
/*    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif; */
    font-weight: 400;
}
.modal h3, .modal p{
    padding: 0;
    margin: 10px 0;
}
#cookie-bar{
   bottom: auto;
    width: 100%;
    min-height: 100px;
    max-height: 400px;
    z-index: 999999;
    text-align: center;
    background-color: #333333;
    color:#eeeeee;
    display: none;
}

#cookie-bar-prompt{
    margin: 20px auto;
    max-width: 50%;
}


.cookie-content, .cookie-buttons{
    display: inline-block;
    text-align: left;
    list-style-type: none;
}
.cookie-content, .cookie-buttons li{
    margin-bottom: 0!important;
}
.cookie-content{
    width:55%;
    font-size: 18px;
    margin: 10px;
    vertical-align: bottom;
    max-width: 800px;
}
.cookie-content h4 {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.cookie-content p {
    font-size: 15px;
    margin-top: 5px;
color: white !important;
}
.cookie-buttons{
   padding-left:0;
   padding: 10px 0
}
.cookie-buttons a{
    display: block;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    color:#48e253;
}

.cookie-buttons{
    vertical-align: text-bottom;
    margin: 0;
}
.cookie-buttons .cookie-button-accept {
    text-align: center;
    background-color: white;
    display: block;
    padding: 6px;
    text-align: center;
    color: #2b3840;
    font-weight: bold;
    margin-bottom: 8px;
    min-width: 220px;
}

.cookie-buttons a.cookie-button-accept:hover {
    background-color: #dedede;
    color: #2b3840;
}

.cookie-buttons .cookie-button-setting {
    background-color: #666f76;
    display: block;
    padding: 6px;
    text-align: center;
    color: white;
    font-weight: bold;
    min-width: 220px;
}

.cookie-buttons a.cookie-button-setting:hover {
    background-color: #555e65;
    color: white;
}

#cookie-setting-modal table td{
    border:0;
    word-break:inherit;
    line-height: 1.3;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal h3{
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;;
    display: inline-block;
    padding: 0;
    
}
.modal-header h3{
    color: white;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 10px;
  max-width: 700px;
  min-width: 420px;
}
.modal .cookie-description{
    font-size:16px;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 0;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  font-family: auto;
  color: white;
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: #0073aa;
  color: white;
  border-radius: 10px 10px 0 0;
}

.modal-body {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 1.2em;
}
.modal-body table td{
    padding: 5px 0;
}
.modal-body table td ul{
    list-style: disc;
    list-style-position: inside;
}
.modal-body table tbody, .modal-body table tfoot, .modal-body table thead{
   border:0;
}
.modal-body table tbody tr{
   background-color: transparent!important;
}
.modal-body .save-setting{
    transition: background 150ms ease-in-out;
    background: #0073aa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
    margin-top: 15px;
}
.modal-body .save-setting:hover{
    background: #2D9533;
}
.modal-body .save-setting:focus{
    background: #2D9533;
}
.modal-footer {
  padding: 10px 16px;
  background-color: #0073aa;
  color: white;
  border-radius: 0 0 10px 10px;
}
.modal-body .bn-msg{
    padding: 5px 14px;
    font-weight: 700;
}
.modal-body .bn-msg.enabled{
    color: #276327;
}
.modal-body .bn-msg.disabled{
    color: #cc0000;
}
.modal-body .bn-msg.essential{
    color: darkgrey;
}
/* The switch - the box around the slider */
.modal .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 10px;
  margin-right:40px;
}

/* Hide default HTML checkbox */
.modal .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cc0000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2D9533;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2D9533;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 47.99em){

    .modal-content {
       width: 95%;
       min-width: 200px;
     }
    .cookie-content{
        width:100%;
        margin-bottom: 0;
    }
    .cookie-content h3, .cookie-content span {
        width: 100%;
    }

    .cookie-bar-content-right {
       width: 90% !important;
       margin-top: 0px !important;
    }
    .cookie-content .cookie-bar-content-left{
        margin-bottom: 5px;
        width: 90%;
        padding: 0;
    }
    .cookie-buttons{
        margin: 12px 0;
        float: left;
        padding: 0;
    }
    .modal-body table td {
        display: block;
    }
}

@media (max-width: 90em){

     #cookie-bar-prompt {
         max-width: 90%;
     }

}

.cookie-list li {
list-style-type: circle;