@keyframes awn-fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes awn-fade-out {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes awn-slide-right {
0% {
left: 100%;
opacity: 0
}
to {
left: 0;
opacity: 1
}
}
@keyframes awn-slide-left {
0% {
opacity: 0;
right: 100%
}
to {
opacity: 1;
right: 0
}
}
@keyframes awn-bar {
0% {
right: 100%
}
to {
right: 0
}
}
.awn-popup-loading-dots, .awn-popup-loading-dots:after, .awn-popup-loading-dots:before {
animation-fill-mode: both;
animation: awn-loading-dots 1s ease-in-out infinite;
background: #fff;
border-radius: 50%;
height: 6px;
width: 6px
}
.awn-popup-loading-dots {
animation-delay: -.16s;
color: #fff;
display: inline-block;
margin-left: 24px;
position: relative
}
.awn-popup-loading-dots:after, .awn-popup-loading-dots:before {
content: "";
position: absolute;
top: 0
}
.awn-popup-loading-dots:before {
animation-delay: -.32s;
left: -16px
}
.awn-popup-loading-dots:after {
left: 16px
}
@keyframes awn-loading-dots {
0%, 80%, to {
box-shadow: 0 0 0 0
}
40% {
box-shadow: 0 0 0 2px
}
}
#awn-popup-wrapper {
align-items: center;
animation-fill-mode: both;
animation-name: awn-fade-in;
animation-timing-function: ease-out;
background: rgba(0, 0, 0, .7);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999
}
#awn-popup-wrapper.awn-hiding {
animation-name: awn-fade-out
}
#awn-popup-wrapper .awn-popup-body {
background: #fff;
border-radius: 6px;
font-size: 14px;
max-width: 500px;
min-width: 320px;
padding: 24px;
position: relative;
word-break: break-word
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm {
align-items: center;
display: flex;
flex-direction: column
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa {
color: #c26700;
font-size: 44px
}
#awn-popup-wrapper .awn-popup-body.awn-popup-async-block {
background: transparent;
color: #fff;
font-size: 32px;
font-weight: 700;
text-align: center
}
#awn-popup-wrapper .awn-popup-title {
font-size: 14px;
font-weight: 700;
margin-top: 8px;
text-transform: uppercase
}
#awn-popup-wrapper .awn-buttons {
display: flex;
justify-content: space-between;
margin-top: 24px;
width: 100%
}
#awn-popup-wrapper .awn-buttons .awn-btn {
border: 0;
border-radius: 4px;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 32px;
transition: background .2s linear;
width: 45%
}
#awn-popup-wrapper .awn-buttons-1 .awn-btn {
width: 100%
}
#awn-popup-wrapper .awn-buttons .awn-btn-success {
background: #40871d
}
#awn-popup-wrapper .awn-buttons .awn-btn-success:hover {
background: #367218
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel {
background: #1c76a6
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover {
background: #186690
}
#awn-toast-container {
bottom: 24px;
box-sizing: border-box;
position: fixed;
right: 24px;
z-index: 99998
}
#awn-toast-container.awn-top-left, #awn-toast-container.awn-top-right {
bottom: auto;
top: 24px
}
#awn-toast-container.awn-top-left .awn-toast:first-child, #awn-toast-container.awn-top-right .awn-toast:first-child {
margin-top: 16px
}
#awn-toast-container.awn-bottom-left, #awn-toast-container.awn-top-left {
left: 24px;
right: auto
}
#awn-toast-container.awn-bottom-left .awn-toast, #awn-toast-container.awn-top-left .awn-toast {
animation-name: awn-slide-left;
right: 100%
}
#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding, #awn-toast-container.awn-top-left .awn-toast.awn-hiding {
right: 0
}
#awn-toast-container.awn-bottom-right .awn-toast, #awn-toast-container.awn-top-right .awn-toast {
animation-name: awn-slide-right;
left: 100%
}
#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding, #awn-toast-container.awn-top-right .awn-toast.awn-hiding {
left: 0
}
.awn-toast {
animation-fill-mode: both;
animation-timing-function: linear;
background: #ebebeb;
border-radius: 6px;
color: gray;
cursor: pointer;
font-size: 14px;
margin-top: 16px;
opacity: 0;
overflow: hidden;
position: relative;
width: 320px
}
.awn-toast-content {
word-break: break-word
}
.awn-toast-label {
color: gray;
display: block;
font-size: 18px;
text-transform: uppercase
}
.awn-toast-icon {
align-items: center;
bottom: 0;
display: flex;
justify-content: flex-end;
position: absolute;
right: 16px;
top: 6px
}
.awn-toast-icon .fa {
color: gray;
font-size: 44px
}
.awn-toast-wrapper {
border: 2px solid #d1d1d1;
border-radius: 6px;
padding: 22px 88px 16px 16px
}
.awn-toast-progress-bar {
height: 6px;
left: 0;
position: absolute;
right: 0;
top: 0
}
.awn-toast-progress-bar:after {
animation-duration: inherit;
animation-fill-mode: both;
animation-name: awn-bar;
animation-timing-function: linear;
background: gray;
content: " ";
height: 6px;
position: absolute;
right: 100%;
top: 0;
width: 100%
}
.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after {
animation-play-state: paused
}
.awn-toast.awn-hiding {
animation-name: awn-fade-out !important
}
.awn-toast.awn-toast-success {
background: #dff8d3;
color: #40871d
}
.awn-toast.awn-toast-success .awn-toast-wrapper {
border-color: #a7d590
}
.awn-toast.awn-toast-success .fa, .awn-toast.awn-toast-success b {
color: #40871d
}
.awn-toast.awn-toast-success .awn-toast-progress-bar:after {
background: #40871d
}
.awn-toast.awn-toast-info {
background: #d3ebf8;
color: #1c76a6
}
.awn-toast.awn-toast-info .awn-toast-wrapper {
border-color: #9fd3ef
}
.awn-toast.awn-toast-info .fa, .awn-toast.awn-toast-info b {
color: #1c76a6
}
.awn-toast.awn-toast-info .awn-toast-progress-bar:after {
background: #1c76a6
}
.awn-toast.awn-toast-alert {
background: #f8d5d3;
color: #a92019
}
.awn-toast.awn-toast-alert .awn-toast-wrapper {
border-color: #f0a29d
}
.awn-toast.awn-toast-alert .fa, .awn-toast.awn-toast-alert b {
color: #a92019
}
.awn-toast.awn-toast-alert .awn-toast-progress-bar:after {
background: #a92019
}
.awn-toast.awn-toast-warning {
background: #ffe7cc;
color: #c26700
}
.awn-toast.awn-toast-warning .awn-toast-wrapper {
border-color: #ffc480
}
.awn-toast.awn-toast-warning .fa, .awn-toast.awn-toast-warning b {
color: #c26700
}
.awn-toast.awn-toast-warning .awn-toast-progress-bar:after {
background: #c26700
}
[class^=awn-] {
box-sizing: border-box
}@-webkit-keyframes cbxwpbkmarktrig-busy {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes cbxwpbkmarktrig-busy {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.cbxwpbkmark-clearfix {
clear: both;
}
.cbxwpbkmark_cat_hide {
display: none;
}
.cbxwpbkmarktrig {
padding: 5px;
border-bottom: 0 solid #fff !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
display: block;
text-decoration: none;
background-size: 15px 15px; display: inline-block;
}
.cbxwpbkmarktrig-count {
font-style: normal;
}
.cbxwpbkmarktrig:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background: no-repeat url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x.png) 0 0;
background-size: cover;
width: 21px;
height: 21px;
display: inline-block;
}
.cbxwpbkmarktrig.cbxwpbkmarktrig-marked:before {
background: no-repeat url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x.png) 0 0;
background-size: cover;
}
.cbxwpbkmarktrig.cbxwpbkmarktrig-busy:before {
background: none;
border: 2px solid #f3f3f3;
border-radius: 50%;
border-top: 2px solid #3498db;
width: 21px;
height: 21px;
-webkit-animation: cbxwpbkmarktrig-busy 2s linear infinite;
animation: cbxwpbkmarktrig-busy 2s linear infinite;
}
.cbxwpbkmarktrig:focus, .cbxwpbkmarktrig:active, .cbxwpbkmarktrig:focus, .cbxwpbkmarktrig:active {
outline: none !important;
background: transparent !important;
text-decoration: none !important;
}
.cbxwpbkmarkwrap {
position: relative;
font-size: 14px;
line-height: 18px;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.cbxwpbkmarklistwrap, .cbxwpbkmarkguestwrap {
display: none;
position: absolute;
left: 0;
top: 30px;
z-index: 1;
background: #fff;
width: 100%;
}
.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap, .cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap {
width: 315px;
max-width: 315px;
border-radius: 8px !important;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cbxwpbkmarkwrap-download {
clear: both;
}
.cbxwpbkmarkloading {
display: none;
text-align: center;
position: absolute;
top: 2px;
left: 133px;
margin: 0 !important;
}
.cbxwpbkmark-field-privacy {
font-size: 16px;
line-height: 1.7;
height: auto;
width: 100%;
padding: 5px 8px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.cbxwpbkmark-field-privacy:focus {
outline: none;
}
.cbxwpbkmark-field-create-submit, .cbxwpbkmark-field-update-submit {
float: right;
display: inline-block;
margin-bottom: 5px;
cursor: pointer;
width: 25px;
height: 25px;
display: inline-block;
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/create.png) center center no-repeat;
}
.cbxwpbkmark-field-create-close, .cbxwpbkmark-field-update-close {
float: right;
display: inline-block;
margin-bottom: 5px;
margin-right: 5px;
cursor: pointer;
width: 25px;
height: 25px;
display: inline-block;
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/close_icon_white.png?v=2) center center no-repeat;
}
.cbxwpbkmark-field-delete-submit {
cursor: pointer;
width: 25px;
height: 25px;
display: inline-block;
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/delete_icon_white.png) center center no-repeat;
}
.cbxwpbkmark-field-create-close, .cbxwpbkmark-field-delete-submit {
float: left;
display: inline-block;
margin-bottom: 5px;
margin-right: 5px;
}
.cbxwpbkmark_cat_add_form, .cbxwpbkmark_cat_edit_form {
display: none;
border-top: 1px solid #ccc;
margin-top: 5px;
height: 250px;
padding: 20px 10px;
}
.cbxwpbkmarklist {
width: 100%;
}
.cbxwpbkmark_cat_book_list, .cbxwpbkmark_cat_edit_list {
display: none;
}
.cbxwpbkmark-toolbar {
padding: 10px;
border-top: 1px solid #ccc;
margin-top: 5px;
}
p.cbxwpbkmark-form-note {
display: none;
color: #a94442 !important;
margin-bottom: 8px;
line-height: 20px !important;
font-size: 14px !important;
}
p.cbxwpbkmark-form-note-success {
line-height: 20px !important;
font-size: 14px !important;
color: #3c763d !important;
margin-bottom: 10px !important;
}
.cbxwpbkmark-toolbar-newcat {
float: left;
display: inline-block;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-weight: normal !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cbxwpbkmark-toolbar-newcat:hover, .cbxwpbkmark-toolbar-editcat:hover, .cbxwpbkmark-toolbar-listcat:hover,
.cbxbookmark-category-list-create:hover, .cbxbookmark-mycat-editbox .cbxbookmark-btn:hover, .cbxbookmark-more:hover,
.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a:hover {
-webkit-box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
outline: none !important;
}
.cbxwpbkmark-toolbar-listcat {
float: left;
display: inline-block;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-weight: normal !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cbxwpbkmark-toolbar-editcat {
float: right;
display: inline-block;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-weight: normal !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type=text].cbxwpbkmark-field-cat {
background: #fff;
margin-bottom: 10px;
padding: 5px 8px;
width: 100% !important;
line-height: 26px;
font-size: 16px;
border-radius: 5px;
border: 1px solid #ccc;
}
input[type=text].cbxwpbkmark-field-cat:focus {
outline: none;
}
input[type=text].cbxwpbkmark-field-cat.error {
outline: 1px solid #a94442;
}
.cbxwpbkmarktrig-button-addto {
text-decoration: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.cbxwpbkmarklistwrap .addto-head {
height: 37px;
padding: 10px;
display: block;
border-bottom: 1px solid #fff;
position: relative;
}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_label {
font-style: normal;
}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close {
position: absolute;
right: 5px;
top: 5px;
width: 21px;
height: 21px;
background: center center url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/close_icon.png?v=2) no-repeat;
cursor: pointer;
}
.itemicon {
float: right;
}
.lbjs-item {
padding: 5px;
}
.cbxwpbkmark-field-create-submit, .cbxwpbkmark-field-create-submit:hover, .cbxwpbkmark-field-create-submit:focus,
.cbxwpbkmark-field-update-submit, .cbxwpbkmark-field-update-submit:hover, .cbxwpbkmark-field-update-submit:focus {
border-bottom: 1px solid #fff !important;
padding: 6px 15px;
line-height: 18px;
font-size: 14px;
background-color: #42A5F5;
color: #fff;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 4px;
}
.cbxwpbkmark-field-create-close, .cbxwpbkmark-field-create-close:hover, .cbxwpbkmark-field-create-close:focus,
.cbxwpbkmark-field-update-close, .cbxwpbkmark-field-update-close:hover, .cbxwpbkmark-field-update-close:focus,
.cbxwpbkmark-field-delete-submit, .cbxwpbkmark-field-delete-submit:hover, .cbxwpbkmark-field-delete-submit:focus {
border-bottom: 1px solid #fff !important;
padding: 6px;
background-color: #EF4836;
color: #fff;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 4px;
}
.cbx-bookmark-error {
color: #a94442;
}
.cbxlbjs {
margin: 0;
padding: 0;
}
.cbxlbjs .cbxlbjs-list {
margin: 0;
overflow: auto;
padding: 0;
list-style: none;
height: 202px;
text-align: center;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item {
margin: 0 0 4px 0 !important;
list-style: none !important;
clear: both !important;
background: none !important;
float: left !important;
font-size: 14px;
line-height: 1.5;
text-align: left;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
cursor: pointer;
font-size: inherit;
line-height: inherit;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name { -webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cbxlbjs .cbxlbjs-searchbar-wrapper {
margin: 0;
position: relative; overflow: hidden;
}
.cbxlbjs .cbxlbjs-searchbar {
margin: 0;
margin-bottom: 10px;
width: 100% !important;
padding: 5px 25px 5px 5px;
border: 1px solid #ccc;
border-width: 1px 0;
font-size: 16px;
line-height: 26px;
}
.cbxlbjs .cbxlbjs-searchbar-icon {
background: center center url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/search_icon.png) no-repeat;
background-size: contain;
width: 21px;
height: 21px;
position: absolute;
right: 5px;
top: 9px;
content: "";
display: inline-block;
}
.cbxlbjs .cbxlbjs-searchbar:focus {
border-width: 1px 0 1px 0;
outline: 0 solid #ccc;
}
.cbxlbjs-item:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/uncheck_icon.png?v=3) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
cursor: pointer;
margin-left: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxlbjs-item[data-incat="1"]:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/check_icon.png?v=3) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
margin-left: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxlbjs-item[data-privacy="1"]:after,
.cbxlbjs-item-widget[data-privacy="1"]:after {
content: "";
margin-left: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/public_icon.png?v=3) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
margin-right: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxlbjs-item[data-privacy="0"]:after,
.cbxlbjs-item-widget[data-privacy="0"]:after {
content: "";
margin-left: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/private_icon.png?v=2) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
margin-right: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="1"]:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/public_icon.png?v=3) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
margin-left: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="0"]:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/private_icon.png?v=2) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
margin-left: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item:after {
content: "";
margin-left: 3px;
vertical-align: middle;
background: center 2px url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/edit_icon.png?v=3) no-repeat;
background-size: contain;
width: 16px;
height: 21px;
display: inline-block;
clear: right !important;
cursor: pointer;
margin-right: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxbookmark-delete-btn {
-webkit-box-shadow: none !important;
box-shadow: none !important;
cursor: pointer;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.cbxbookmark-delete-btn:before {
content: "";
vertical-align: baseline;
background: center 0 url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/delete_icon.png) no-repeat;
background-size: contain;
width: 16px;
height: 16px;
display: block;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.cbxbookmark-delete-btn.cbxbookmark-delete-btn-busy:before {
background: center 0 url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader.gif) no-repeat;
}
.cbxbookmark-delete-btn span, .cbxbookmark-post-delete span {
display: none;
background: url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader-small.gif) left top no-repeat;
width: 16px;
height: 16px;
cursor: pointer;
}
.cbxbookmark-cat-save span {
display: none;
background: url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader-small.gif) left top no-repeat;
width: 16px;
height: 16px;
cursor: pointer;
}
.cbxbookmark-edit-btn {
-webkit-box-shadow: none !important;
box-shadow: none !important;
cursor: pointer;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.cbxbookmark-edit-btn:before {
content: "";
vertical-align: baseline;
display: block;
background: center 0 url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/edit_icon.png?v=3) no-repeat;
background-size: contain;
width: 16px;
height: 16px;
}
.cbxwpbookmark-button-holder {
float: right;
} .cbxbookmark-category-list {
margin-left: 20px !important;
padding: 0 !important;
}
.cbxbookmark-category-list li a {
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none !important;
}
.cbxwpbookmarkcategory-class .cbxbookmark-category-list {
margin-left: 0 !important;
}
.cbxbookmark-category-list-item-sublist-a-more {
text-align: center;
display: block;
font-weight: bold;
}
.cbxbookmark-mycat-panel li {
margin-bottom: 10px;
}
.cbxbookmark-mycat-editbox {
border-radius: 8px;
font-size: 16px;
line-height: 18px;
background: #fff;
padding: 20px;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
margin-bottom: 10px;
}
.cbxbookmark-mycat-editbox .cbxbmedit-catname {
font-size: 14px;
line-height: 20px;
padding: 4px 12px;
border: 1px solid #ccc;
float: left;
display: inline-block;
border-radius: 5px;
height: auto;
margin: 2px 0;
}
.cbxbookmark-mycat-editbox .cbxbmedit-catname-error {
border: 1px solid red;
}
.cbxbookmark-mycat-editbox .cbxbmedit-privacy {
width: 100px;
font-size: 14px;
line-height: 20px;
padding: 0 12px;
height: 30px;
float: left;
display: inline-block;
margin: 2px 0 2px 5px;
border-radius: 5px;
border: 1px solid;
}
.cbxbookmark-mycat-editbox .cbxbmedit-privacy.cbxwpbkmark_cat_hide {
display: none;
}
.cbxbookmark-mycat-editbox .cbxbookmark-btn {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: 0.3em;
font-size: 14px;
line-height: 18px;
font-weight: normal !important;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-repeat: repeat-x;
*border: 0;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
}
.cbxbookmark-mycat-editbox .cbxbookmark-cat-save {
font-size: 14px !important;
line-height: 20px !important;
border-bottom: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 4px 8px !important;
float: left;
display: inline-block;
margin: 2px 0 2px 5px;
text-decoration: none !important;
font-weight: normal !important;
}
.cbxbookmark-mycat-editbox .cbxbookmark-cat-close {
border-bottom: 0 !important;
font-size: 14px !important;
line-height: 20px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 4px 8px !important;
float: left;
display: inline-block;
margin: 2px 0 2px 5px;
text-decoration: none !important;
font-weight: normal !important;
}
.cbxbookmark-mycat-editbox .cbxbookmark-cat-save:hover, .cbxbookmark-mycat-editbox .cbxbookmark-cat-close:hover {
color: #000;
} .cbxwpbm_ajax_icon {
display: none;
}
.cbxwpbookmark-title {
padding: 0;
margin: 0 0 10px 0;
}
.cbxwpbookmark-mylist, .cbxwpbookmark-mostlist {
margin-left: 20px;
padding: 0;
}
.cbxwpbookmark-mylist li a, .cbxwpbookmark-mostlist li a {
font-size: 14px;
line-height: 20px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none !important;
}
.cbxwpbookmark-mylist li a img, .cbxwpbookmark-mostlist li a img {
margin-right: 5px;
}
.cbxwpbookmark-mostlist {
padding: 0;
margin-left: 20px;
}
.cbxwpbookmark-mostlist li {
padding: 0;
margin: 0;
margin-bottom: 8px;
clear: both;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title {
margin-bottom: 5px;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a img {
max-width: 32px;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: auto;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a span {
margin-right: 4px;
}
.cbxwpbookmark-mostlist li a {
display: block;
border-bottom: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
cursor: pointer;
padding: 5px 10px;
display: inline-block;
clear: both;
border-radius: 5px;
font-weight: 700;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cbxwpbookmark-mylist-sc-more {
margin-bottom: 5px;
}
.cbxbookmark-more-wrap {
text-align: center;
margin-bottom: 5px;
}
.cbxbookmark-alert {
padding: 5px 10px;
margin: 5px 0;
border: 1px solid transparent;
border-radius: 4px;
font-size: 16px;
line-height: 22px;
width: 100%;
}
.cbxbookmark-alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.cbxbookmark-alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.cbxbookmark-alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
text-align: center;
}
.cbxbookmark-alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.cbxbookmark-more {
font-size: 14px;
margin-bottom: 20px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
cursor: pointer;
padding: 5px 10px;
display: inline-block;
line-height: 1.5;
clear: both;
border-radius: 5px;
font-weight: 700;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cbxlbjs-item-widget_dropdown {
margin-bottom: 10px;
}
.cbxwpbkmark-icon {
width: 18px;
height: 18px;
display: block;
}
.cbxwpbkmark-icon-public {
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/public_icon.png?v=3) no-repeat;
}
.cbxwpbkmark-icon-private {
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/private_icon.png?v=3) no-repeat;
}
.cbxwpbkmarklist-nocatfound {
padding: 10px;
width: 100%;
text-align: center;
}
.cbxwpbkmarklist-nocatfound .cbxwpbkmarklist-nocatfoundtrig {
color: #a94442;
font-size: 14px;
line-height: 20px;
cursor: pointer;
display: block;
}
.cbxwpbkmarkguestwrap, .entry-content .cbxwpbkmarkguestwrap {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 8px !important;
max-width: 315px;
}
.cbxwpbkmarkguestwrap h3, .entry-content .cbxwpbkmarkguestwrap h3 {
font-weight: bold !important;
font-size: 18px !important;
line-height: 1.5 !important;
padding: 0 !important;
margin: 0 0 8px 0 !important;
}
.cbxwpbkmarkguestwrap label, .entry-content .cbxwpbkmarkguestwrap label {
display: block;
width: 100% !important;
font-size: 15px !important;
line-height: 1.5 !important;
padding: 0 !important;
margin: 0 0 4px 0 !important;
}
.cbxwpbkmarkguestwrap .bbp-remember-me label, .entry-content .cbxwpbkmarkguestwrap .bbp-remember-me label {
display: inline-block;
width: auto !important;
}
.cbxwpbkmarkguestwrap input[type=text], .cbxwpbkmarkguestwrap input[type=password], .cbxwpbkmarkguestwrap input[type=date], .cbxwpbkmarkguestwrap input[type=datetime], .cbxwpbkmarkguestwrap input[type=datetime-local], .cbxwpbkmarkguestwrap input[type=email], .cbxwpbkmarkguestwrap input[type=month], .cbxwpbkmarkguestwrap input[type=number], .cbxwpbkmarkguestwrap input[type=search], .cbxwpbkmarkguestwrap input[type=tel], .cbxwpbkmarkguestwrap input[type=time], .cbxwpbkmarkguestwrap input[type=url], .cbxwpbkmarkguestwrap input[type=week], .entry-content .cbxwpbkmarkguestwrap input[type=text], .entry-content .cbxwpbkmarkguestwrap input[type=password], .entry-content .cbxwpbkmarkguestwrap input[type=date], .entry-content .cbxwpbkmarkguestwrap input[type=datetime], .entry-content .cbxwpbkmarkguestwrap input[type=datetime-local], .entry-content .cbxwpbkmarkguestwrap input[type=email], .entry-content .cbxwpbkmarkguestwrap input[type=month], .entry-content .cbxwpbkmarkguestwrap input[type=number], .entry-content .cbxwpbkmarkguestwrap input[type=search], .entry-content .cbxwpbkmarkguestwrap input[type=tel], .entry-content .cbxwpbkmarkguestwrap input[type=time], .entry-content .cbxwpbkmarkguestwrap input[type=url], .entry-content .cbxwpbkmarkguestwrap input[type=week] {
width: 100%;
border: 1px solid #ccc !important;
margin: 0 0 8px 0 !important;
padding: 5px !important;
}
.cbxwpbkmarkguestwrap input[type=text]:focus, .cbxwpbkmarkguestwrap input[type=password]:focus, .cbxwpbkmarkguestwrap input[type=date]:focus, .cbxwpbkmarkguestwrap input[type=datetime]:focus, .cbxwpbkmarkguestwrap input[type=datetime-local]:focus, .cbxwpbkmarkguestwrap input[type=email]:focus, .cbxwpbkmarkguestwrap input[type=month]:focus, .cbxwpbkmarkguestwrap input[type=number]:focus, .cbxwpbkmarkguestwrap input[type=search]:focus, .cbxwpbkmarkguestwrap input[type=tel]:focus, .cbxwpbkmarkguestwrap input[type=time]:focus, .cbxwpbkmarkguestwrap input[type=url]:focus, .cbxwpbkmarkguestwrap input[type=week]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=text]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=password]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=date]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=datetime]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=datetime-local]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=email]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=month]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=number]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=search]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=tel]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=time]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=url]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=week]:focus {
outline: 0 none !important;
}
.cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register, .entry-content .cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register {
padding: 0 !important;
margin: 10px 0 0 0 !important;
}
.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row, .entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row {
margin: 0 !important;
}
.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password, .entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password {
margin: 5px 0;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
position: relative;
padding: 20px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguesttrig_close {
position: absolute;
right: 2px;
top: 2px;
width: 21px;
height: 21px;
background: center center url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/close_icon.png?v=2) no-repeat;
border-bottom: 0 none;
-webkit-box-shadow: none;
box-shadow: none;
} .cbxbookmark-category-list-create-msg {
display: none;
margin: 0 0 10px 0;
font-weight: bold;
font-size: 14px;
line-height: 1.5;
}
.cbxbookmark-category-list-create {
margin-left: 20px;
cursor: pointer;
padding: 5px 10px;
margin-bottom: 20px;
display: inline-block;
font-size: 14px;
line-height: 1.5;
clear: both;
border-radius: 5px;
font-weight: 700;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none !important;
}
.cbxbookmark-category-list-create-form {
display: none;
margin-left: 20px;
}
.products .cbxwpbkmarkwrap {
display: inline-block;
}
@media (max-width: 767px) {
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
padding: 15px;
}
}
@media (max-width: 400px) {
.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap, .cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap {
width: 100% !important;
max-width: 100% !important;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
width: auto; -webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
width: auto; -webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cbxlbjs-item[data-incat="1"]:before, .cbxlbjs-item[data-incat="0"]:before,
.cbxlbjs-item[data-privacy="1"]:after, .cbxlbjs-item-widget[data-privacy="1"]:after,
.cbxlbjs-item[data-privacy="0"]:after, .cbxlbjs-item-widget[data-privacy="0"]:after {
-webkit-box-flex: 0;
-ms-flex: 0 0 16px;
flex: 0 0 16px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
padding: 10px;
}
}
.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-privacy {
margin-left: 0;
}
.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-catname {
margin-bottom: 10px;
}
.cbxwpbookmark-default .cbxwpbkmark-toolbar-editcat {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxwpbkmark-toolbar-newcat {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxwpbkmark-toolbar-listcat {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.cbxwpbookmark-default .cbxwpbkmark-field-privacy:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.cbxwpbookmark-default .cbxbookmark-category-list-create, .cbxwpbookmark-default .cbxwpbookmark_deleteall {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-default .cbxbookmark-more {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxbookmark-more:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.cbxwpbookmark-default .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-red .cbxwpbkmark-toolbar-editcat {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxwpbkmark-toolbar-newcat {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxwpbkmark-toolbar-listcat {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #f44336;
border-radius: 5px;
}
.cbxwpbookmark-red .cbxwpbkmark-field-privacy:focus {
border: 1px solid #f44336;
border-radius: 5px;
}
.cbxwpbookmark-red .cbxbookmark-category-list-create, .cbxwpbookmark-red .cbxwpbookmark_deleteall {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #f44336;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #f44336;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-red .cbxbookmark-more {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxbookmark-more:focus {
border: 1px solid #f44336;
border-radius: 5px;
}
.cbxwpbookmark-red .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxwpbkmark-toolbar-editcat {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxwpbkmark-toolbar-newcat {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxwpbkmark-toolbar-listcat {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #673AB7;
border-radius: 5px;
}
.cbxwpbookmark-purple .cbxwpbkmark-field-privacy:focus {
border: 1px solid #673AB7;
border-radius: 5px;
}
.cbxwpbookmark-purple .cbxbookmark-category-list-create, .cbxwpbookmark-purple .cbxwpbookmark_deleteall {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #673AB7;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #673AB7;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-purple .cbxbookmark-more {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxbookmark-more:focus {
border: 1px solid #673AB7;
border-radius: 5px;
}
.cbxwpbookmark-purple .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-editcat {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-newcat {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-listcat {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
}
.cbxwpbookmark-indigo .cbxwpbkmark-field-privacy:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
}
.cbxwpbookmark-indigo .cbxbookmark-category-list-create, .cbxwpbookmark-indigo .cbxwpbookmark_deleteall {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-indigo .cbxbookmark-more {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxbookmark-more:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
}
.cbxwpbookmark-indigo .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxwpbkmark-toolbar-editcat {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxwpbkmark-toolbar-newcat {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxwpbkmark-toolbar-listcat {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #2196F3;
border-radius: 5px;
}
.cbxwpbookmark-blue .cbxwpbkmark-field-privacy:focus {
border: 1px solid #2196F3;
border-radius: 5px;
}
.cbxwpbookmark-blue .cbxbookmark-category-list-create, .cbxwpbookmark-blue .cbxwpbookmark_deleteall {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #2196F3;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #2196F3;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue .cbxbookmark-more {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxbookmark-more:focus {
border: 1px solid #2196F3;
border-radius: 5px;
}
.cbxwpbookmark-blue .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxwpbkmark-toolbar-editcat {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxwpbkmark-toolbar-newcat {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxwpbkmark-toolbar-listcat {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #009688;
border-radius: 5px;
}
.cbxwpbookmark-teal .cbxwpbkmark-field-privacy:focus {
border: 1px solid #009688;
border-radius: 5px;
}
.cbxwpbookmark-teal .cbxbookmark-category-list-create, .cbxwpbookmark-teal .cbxwpbookmark_deleteall {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #009688;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #009688;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-teal .cbxbookmark-more {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxbookmark-more:focus {
border: 1px solid #009688;
border-radius: 5px;
}
.cbxwpbookmark-teal .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-green .cbxwpbkmark-toolbar-editcat {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxwpbkmark-toolbar-newcat {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxwpbkmark-toolbar-listcat {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
}
.cbxwpbookmark-green .cbxwpbkmark-field-privacy:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
}
.cbxwpbookmark-green .cbxbookmark-category-list-create, .cbxwpbookmark-green .cbxwpbookmark_deleteall {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-green .cbxbookmark-more {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxbookmark-more:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
}
.cbxwpbookmark-green .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxwpbkmark-toolbar-editcat {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxwpbkmark-toolbar-newcat {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxwpbkmark-toolbar-listcat {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #FF9800;
border-radius: 5px;
}
.cbxwpbookmark-orange .cbxwpbkmark-field-privacy:focus {
border: 1px solid #FF9800;
border-radius: 5px;
}
.cbxwpbookmark-orange .cbxbookmark-category-list-create, .cbxwpbookmark-orange .cbxwpbookmark_deleteall {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #FF9800;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #FF9800;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-orange .cbxbookmark-more {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxbookmark-more:focus {
border: 1px solid #FF9800;
border-radius: 5px;
}
.cbxwpbookmark-orange .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxwpbkmark-toolbar-editcat {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxwpbkmark-toolbar-newcat {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxwpbkmark-toolbar-listcat {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #795548;
border-radius: 5px;
}
.cbxwpbookmark-brown .cbxwpbkmark-field-privacy:focus {
border: 1px solid #795548;
border-radius: 5px;
}
.cbxwpbookmark-brown .cbxbookmark-category-list-create, .cbxwpbookmark-brown .cbxwpbookmark_deleteall {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #795548;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #795548;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-brown .cbxbookmark-more {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxbookmark-more:focus {
border: 1px solid #795548;
border-radius: 5px;
}
.cbxwpbookmark-brown .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-editcat {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-newcat {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-listcat {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #607D8B;
border-radius: 5px;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-field-privacy:focus {
border: 1px solid #607D8B;
border-radius: 5px;
}
.cbxwpbookmark-blue-gray .cbxbookmark-category-list-create, .cbxwpbookmark-blue-gray .cbxwpbookmark_deleteall {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #607D8B;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #607D8B;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue-gray .cbxbookmark-more {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxbookmark-more:focus {
border: 1px solid #607D8B;
border-radius: 5px;
}
.cbxwpbookmark-blue-gray .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #607D8B;
color: #ffffff;
}
#buddypress .cbxlbjs .cbxlbjs-list .cbxlbjs-item {
padding: 0 !important;
}
div.action i.cbxwpbkmarktrig-count {
font-size: 14px !important;
}
#buddypress ul.activity-list li {
overflow: visible !important;
}
.cbxwpbookmark_deleteall {
cursor: pointer;
padding: 4px 10px !important;
display: inline-block;
font-size: 12px !important;
line-height: 1.5 !important;
font-weight: normal !important;
clear: both;
border-radius: 5px !important;
font-weight: normal !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none !important;
text-decoration: none !important;
vertical-align: middle !important;
margin-left: 20px;
}
.cbxwpbookmark_deleteall:before {
display: inline-block;
width: 15px;
height: 15px;
content: "";
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/delete_icon_red.png) center center no-repeat;
background-size: cover;
vertical-align: text-top;
margin-right: 5px;
}
.cbxwpbookmark_deleteall:focus, .cbxwpbookmark_deleteall:hover {
text-decoration: none !important;
outline: none !important;
-webkit-box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.cbxwpbookmark_deleteall.cbxwpbookmark_deleteall_busy:before {
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/ajax-loader.gif) center center no-repeat;
}
.cbxwpbookmark_share {
background: #007FFF !important;
color: #ffffff !important;
cursor: pointer !important;
padding: 4px 10px !important;
display: inline-block;
font-size: 12px !important;
line-height: 1.5 !important;
font-weight: normal !important;
clear: both;
border-radius: 5px !important;
font-weight: normal !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none !important;
text-decoration: none !important;
vertical-align: middle !important;
margin-left: 20px;
}
.cbxwpbookmark_share:before {
display: inline-block;
width: 15px;
height: 15px;
content: "";
background: transparent url(//noxilo.com/wp-content/plugins/cbxwpbookmark/assets/img/share_icon_white.png) center center no-repeat;
background-size: cover;
vertical-align: text-top;
margin-right: 5px;
}
.cbxwpbookmark_share:focus, .cbxwpbookmark_share:hover {
text-decoration: none !important;
outline: none !important;
-webkit-box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.cbxwpbookmark-widget-class .cbxwpbookmark_share {
margin-left: 0;
}
#awn-confirm-ok {
background: #40871d !important;
border: 0;
border-radius: 4px;
color: #fff;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 10px 15px !important;
}
#awn-confirm-cancel {
background: #1c76a6 !important;
border: 0;
border-radius: 4px;
color: #fff;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 10px 15px !important;
}
.awn-popup-title {
font-size: 18px !important;
font-weight: bold !important;
line-height: 1.2 !important;
text-transform: capitalize !important;
margin-bottom: 30px;
}
.awn-popup-content {
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
}
.shareurl_modal h3 {
font-size: 16px !important;
font-weight: normal !important;
line-height: 1.2 !important;
margin-bottom: 10px !important;
padding: 0 !important;
}
.shareurl_modal .shareurl_copy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.shareurl_modal .shareurl_copy .shareurl_copy_input {
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 5px 10px !important;
border-radius: 4px 0 0 4px !important;
border-right: 0 !important;
-webkit-box-flex: 1 !important;
-ms-flex: 1 0 auto !important;
flex: 1 0 auto !important;
}
.shareurl_modal .shareurl_copy .shareurl_copy_btn {
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 5px 10px !important;
border-radius: 0 4px 4px 0 !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 auto !important;
flex: 0 0 auto !important;
background-color: #007FFF !important;
color: #fff !important;
}
.shareurl_modal .shareurl_copy .shareurl_copy_btn:disabled {
cursor: not-allowed;
}.crp_related.crp-rounded-thumbs{clear:both;margin:10px 0;}.crp_related.crp-rounded-thumbs h3,.crp_related.crp-rounded-thumbs figure{margin:0!important;}.crp_related.crp-rounded-thumbs ul{list-style:none;float:left;margin:0!important;padding:0!important;}.crp_related.crp-rounded-thumbs li,.crp_related.crp-rounded-thumbs a{float:left;overflow:hidden;position:relative;text-align:center;}.crp_related.crp-rounded-thumbs li{margin:5px!important;border:1px solid #ddd;padding:6px;}.crp_related.crp-rounded-thumbs li:hover{background:#eee;border-color:#bbb;}.crp_related.crp-rounded-thumbs a:focus-visible{border:1px solid #000;border-radius:7px;}.crp_related.crp-rounded-thumbs a{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;text-decoration:none!important;}.crp_related.crp-rounded-thumbs a:hover{text-decoration:none;}.crp_related.crp-rounded-thumbs .crp_title{color:#fff!important;position:absolute;display:block;bottom:0;padding:3px;font-size:.9em;text-shadow:.1em .1em .2em #000;background-color:rgba(0,0,0,.5);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;width:100%;}.crp_related.crp-rounded-thumbs li:hover .crp_title{background-color:rgba(0,0,0,.8);}.crp_related.crp-rounded-thumbs li{vertical-align:bottom;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);box-shadow:0 1px 2px rgba(0,0,0,.4);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;list-style-type:none;}.crp_clear{clear:both;}.crp_title:visited{color:#fff!important;}