| Current File : /home/bwalansa/www/wp-content.backup/plugins/cookie-notice_old/css/admin.css |
.cookie-notice-sidebar{
float:right;
width:280px;
margin:20px -300px 20px 20px;
position:relative
}
.cookie-notice-sidebar .inner{
padding:1.33em
}
.cookie-notice-sidebar>div:not(:last-child){
margin-bottom:3em
}
.cookie-notice-sidebar .inner img{
max-width:80%;
height:auto;
display:block;
margin:20px auto
}
.cookie-notice-credits{
background:#fff;
box-shadow:0 0 0 1px rgba(0,0,0,.05)
}
.cookie-notice-credits .inner{
text-align:center;
margin:0
}
.button.cn-button{
background-color:#20c19e;
border-color:#20c19e
}
.button.cn-button:active,.button.cn-button:focus,.button.cn-button:hover{
background-color:#1ca98a;
border-color:#1ca98a
}
.button.cn-button:focus{
box-shadow:0 0 0 1px #fff,0 0 0 3px #20c19e
}
.cookie-notice-settings .cookie-notice-credits h2{
border:none;
padding-bottom:0
}
.cookie-notice-credits h3{
font-size:14px;
line-height:1.4;
margin:0;
padding:.66em 1.33em;
border-bottom:1px solid #eee
}
.cookie-notice-settings .df-credits form{
min-width:260px;
margin-bottom:1em
}
.cookie-notice-settings .df-credits form input{
margin:0;
padding:0
}
.cookie-notice-settings{
margin-right:300px
}
.cookie-notice-settings hr,.df-credits hr{
border:solid #eee;
border-width:1px 0 0;
clear:both;
height:0
}
.cookie-notice-settings form{
float:left;
min-width:463px;
width:100%
}
.cookie-notice-settings form h2{
margin:1.5em 0;
padding-bottom:1em;
border-bottom:1px solid #ccc
}
.cookie-notice-settings .ui-button{
margin-bottom:5px
}
.cookie-notice-settings .description{
font-size:13px;
margin-bottom:8px
}
.cookie-notice-settings .description strong{
color:#444
}
#cn_colors label{
min-width:10em;
display:inline-block
}
#cn_colors div{
vertical-align:middle
}
#cn_refuse_code .nav-tab-wrapper{
padding-top:0
}
#cn_refuse_code .refuse-code-tab{
display:none
}
#cn_refuse_code .refuse-code-tab.active{
display:block
}
#cn_refuse_code .refuse-code-tab .description{
margin-top:10px
}
.cn_compliance_status{
margin-right:15px
}
#cn_app_status .cn_compliance_status label{
margin-left:5px!important
}
#cn_app_status{
margin-bottom:30px
}
#cn_app_status label{
text-transform:uppercase;
font-weight:700;
position:relative;
color:#999
}
#cn_app_status label.cn-active{
color:#1ca98a
}
#cn_app_status label.cn-active:before{
background-color:#1ca98a;
box-shadow:0 0 0 2px #1ca98a
}
#cn_app_status label.cn-inactive{
color:red
}
#cn_app_status label.cn-inactive:before{
background-color:red;
box-shadow:0 0 0 2px red
}
#cn_app_status label:before{
background-color:#999;
width:10px;
height:10px;
border-radius:10px;
content:'';
display:inline-block;
vertical-align:middle;
margin-right:10px;
box-shadow:0 0 0 2px #999;
border:2px solid #fff;
position:relative;
top:-2px
}
#cn_colors_bar_opacity_range{
vertical-align:middle;
margin-right:10px
}
.cn-toggle-container .cn-toggle-item{
font-size:14px;
display:block;
margin-bottom:20px;
cursor:default
}
.cn-toggle-container .cn-toggle-item input{
display:none
}
.cn-toggle-container .cn-toggle-item span{
display:block
}
.cn-toggle-container .cn-toggle-item .cn-toggle-heading{
color:#2271b1;
transition-property:border,background,color;
transition-duration:.05s;
transition-timing-function:ease-in-out;
text-decoration:underline;
font-weight:600;
cursor:pointer;
position: relative;
padding-left: 20px;
}
.cn-toggle-container .cn-toggle-item .cn-toggle-heading:before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
height: 6px;
width: 6px;
position: relative;
top: 5px;
left: 0;
vertical-align: top;
transform: rotate(45deg);
transition: transform 0.2s;
position: absolute;
}
.cn-toggle-container .cn-toggle-item .cn-toggle-body{
overflow:hidden;
transition:max-height .3s;
max-height:0;
margin-top:10px;
cursor:default;
padding-left: 20px;
}
.cn-toggle-container .cn-toggle-item input:checked~.cn-toggle-heading:before{
transform: rotate(135deg);
}
.cn-toggle-container .cn-toggle-item input:checked~.cn-toggle-body{
max-height:100vh
}
@media only screen and (max-width:959px){
.cookie-notice-sidebar{
width:100%;
float:none;
margin:20px 0
}
.cookie-notice-settings{
margin-right:0
}
}