/*
* These are now the real basic styles that once used to be in basic.css
* These are included in basic.css but also in item_base.css so they are available in WYSIWYG editors
*/
.red {
color: #f00 !important;
}
.violet {
color: #9400D3;
}
.orange {
color: #f60 !important;
}
.green {
color: #0c0 !important;
}
.black {
color: #000 !important;
}
.gray,
.grey,
.dimmed,
.disabled {
color: #999 !important;
}
.evo_rendering_error {
color: #F00;
background-color: #fcf8e3;
border-radius: 2px;
padding-left: 3px;
padding-right: 3px;
}
.note,
.notes {
font-size: 84%;
color: #999;
font-weight: normal;
}
.left {
text-align: left !important;
}
.center {
text-align: center !important;
}
.right {
text-align: right !important;
}
.justify {
text-align: justify !important;
}
.nobr,
.nowrap,
.line {
white-space: nowrap;
}
.expanded li {
margin-top: 1ex;
margin-bottom: 1ex;
}
ul.list-default {
list-style: initial;
margin: 0 0 10px 25px;
padding: 0;
}
a.discreet {
text-decoration: none;
}
del,
.deleted {
color: #999;
}
ins,
.inserted {
color: #a44;
}
acronym,
abbr {
border-bottom: 1px dotted #666;
cursor: help;
}
pre,
code {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code {
background-color: rgba(27, 31, 35, 0.05);
color: #24292e;
}
.pointer {
cursor: pointer;
}
img {
border: none;
max-width: 100%;
height: auto;
}
.top {
vertical-align: top !important;
}
.middle {
vertical-align: middle !important;
}
.bottom {
vertical-align: bottom !important;
}
.baseline {
vertical-align: baseline !important;
}
.text-bottom {
vertical-align: text-bottom !important;
}
img.icon {
vertical-align: bottom;
}
img.raised,
.image_block.raised img,
.evo_image_block.raised img {
box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
}
img.noshadow,
.image_block.noshadow img,
.evo_image_block.noshadow img {
box-shadow: none;
}
img.border,
.image_block.border img,
.evo_image_block.border img {
border: 1px solid #666;
}
img.noborder,
.image_block.noborder img,
.evo_image_block.noborder img {
border: none;
}
img.squared,
.image_block.squared img,
.evo_image_block.squared img {
border-radius: 0;
}
img.rounded,
.image_block.rounded img,
.evo_image_block.rounded img {
border-radius: 4px;
}
.evo_image_block.contain img {
object-fit: contain !important;
}
.evo_image_block.cover img {
object-fit: cover !important;
}
img.imgerror,
.image_block.imgerror img,
.evo_image_block.imgerror img {
border: 1px solid red;
box-shadow: 0 0 10px red;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.leftmargin {
float: left;
margin-right: 1ex;
margin-top: 0.2ex;
margin-bottom: 0.2ex;
}
.rightmargin {
float: right;
margin-left: 1ex;
margin-top: 0.2ex;
margin-bottom: 0.2ex;
}
.clear {
clear: both;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.margin1ex {
margin: 1ex;
}
.margin2ex {
margin: 2ex;
}
.margin-top-sm {
margin-top: 10px;
}
.margin-top-md {
margin-top: 20px;
}
.margin-bottom-xs {
margin-bottom: 3px;
}
.margin-bottom-sm {
margin-bottom: 10px;
}
.margin-bottom-md {
margin-bottom: 20px;
}
.margin-top-xs {
margin-top: 3px;
}
.margin-bottom-xs {
margin-bottom: 3px;
}
.margin-y-xs {
margin-top: 3px;
margin-bottom: 3px;
}
.indented {
padding-left: 3em;
}
.pointer {
cursor: pointer;
}
/* The sprite image file is located: "/rsc/icons/flags_sprite.png"
* **** To change this file use the original file from: "/rsc/icons/src/flags.PSD"
* **** You should save the changed file as PNG-8 with 256 colors to the "flags_sprite.png"
* **** Also don't forget to save the "flags.PSD"
*
* NEW ADDED FLAGS:
* aq - Antarctica
* ax - Aland Islands
* bl - Saint Barthelemy
* cc - Cocos Islands
* cx - Christmas Island
* sj - Svalbard And Jan Mayen
*
* CHANGED FLAGS TO 16px WIDTH:
* np - Nepal
* ch - Switzerland
*/
span.flag {
border: 1px solid #666;
background: url(../icons/flags_sprite.png) no-repeat;
width: 16px;
height: 11px;
line-height: 11px;
padding: 0 !important;
font-size: 6px;
display: inline-block !important;
margin-bottom: -2px;
box-sizing: content-box;
}
span.icon {
background: url(../icons/icons_sprite.png) no-repeat -112px -48px;
width: 16px;
height: 16px;
line-height: 16px;
padding: 0 !important;
font-size: 9px;
display: inline-block;
overflow: hidden;
vertical-align: middle;
}
span.icon.voted {
margin: 0 2px;
}
a.rollover_sprite:hover span.icon {
visibility: hidden;
}
a.rollover_sprite:hover span.icon::before {
visibility: visible !important;
background: inherit;
float: left;
width: 32px;
height: 16px;
content: "";
margin-left: -16px;
}
.vote_spam span.icon.voted {
margin: auto;
}
.action_icon:hover {
text-decoration: none;
}
.action_icon.hoverlink:hover {
text-decoration: underline;
}
button.action_icon {
background: none;
border: none;
padding: 0;
cursor: pointer;
}
span.fa {
line-height: inherit;
font-size: 14px;
}
.btn span.fa {
line-height: 14px;
}
a.action_icon span.fa {
margin-right: 2px;
}
span.fa.action_icon.empty_placeholder {
margin-right: 4px;
visibility: hidden;
}
a.roundbutton .fa,
a.roundbutton:hover .fa,
a.roundbutton_text .fa,
a.roundbutton_text:hover .fa {
color: #000;
}
a:hover .fa-x-rollover-green {
color: #0C0 !important;
}
a:hover .fa-x-rollover-red {
color: #C00 !important;
}
a:hover .fa-x-rollover-red-light {
color: #F00 !important;
}
a:hover .fa-x-rollover-orange {
color: #F90 !important;
}
a:hover .fa-x-rollover-black {
color: #000 !important;
}
a:hover .fa-x-rollover-grey {
color: #7f7f7f !important;
}
a:hover .fa-flag.fa-x--hover {
color: #F00 !important;
}
a:hover .fa-flag.fa-x--hover::before {
content: "\f11d";
}
a:hover .fa-flag-o.fa-x--hover {
color: #F00 !important;
}
a:hover .fa-flag-o.fa-x--hover::before {
content: "\f024";
}
.fa-x-external-link--nudge::before {
position: relative;
top: 0.05em;
left: 0.11em;
}
.fa-x-linkedin--nudge::before {
position: relative;
top: -0.05em;
left: 0.04em;
}
.fa-x-google-plus--nudge::before {
position: relative;
left: 0.1em;
}
img.loadimg {
min-width: 32px;
min-height: 32px;
background: url(../img/ajax-loader/fff.gif) no-repeat center;
}
span.loader_img {
display: inline-block;
width: 32px;
height: 32px;
background: url(../img/ajax-loader/fff.gif) no-repeat center;
}
span.loader_img.loader_user_report,
span.loader_img.loader_user_deldata {
background-image: url(../img/ajax-loader/777.gif);
}
input.loader_img {
background: url(../img/ajax-loader/fff.gif) no-repeat;
background-size: 1.5em;
background-position: right 5px center;
}
.evo_rest_api_loading {
position: relative;
min-width: 64px;
min-height: 64px;
}
.evo_rest_api_loading::before {
content: "";
position: absolute;
background: #FFF;
width: 100%;
height: 100%;
opacity: 0.5;
}
.evo_rest_api_loading .evo_rest_api_loader:not(:required) {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
}
@keyframes evo_rest_api_loader {
0% {
box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
}
8.33% {
box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
}
16.67% {
box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
}
25% {
box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px;
}
33.33% {
box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px;
}
41.67% {
box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
}
50% {
box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
}
58.33% {
box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
}
66.67% {
box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px;
}
75% {
box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px;
}
83.33% {
box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px;
}
91.67% {
box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
}
100% {
box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
}
}
/* :not(:required) hides this rule from IE9 and below */
.evo_rest_api_loader:not(:required) {
overflow: hidden;
position: relative;
text-indent: -9999px;
display: inline-block;
width: 7px;
height: 7px;
background: transparent;
border-radius: 100%;
box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
animation: evo_rest_api_loader 5s infinite ease-in-out;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.status_color_draft {
color: #ff9;
}
.status_color_review {
color: #CC0099;
}
.status_color_community {
color: #2E8BB9;
}
.status_color_protected {
color: #FF9C2A;
}
.status_color_private {
color: #DC143C;
}
.status_color_published {
color: #99EE44;
}
.status_color_deprecated {
color: #000;
}
.status_color_redirected {
color: #663399;
}
.status_color_trash {
color: #f66;
}
.status_color_meta {
color: #5bc0de;
}
.btn[class*=btn-status-] {
border: 1px solid #ccc;
}
.btn-status-draft {
color: #000;
background-color: #ff9;
border-color: #dfdfdf;
}
.btn-status-draft:hover {
color: #000;
background-color: #f3f392;
}
.btn-status-review {
color: #fff;
background-color: #CC0099;
}
.btn-status-review:hover {
color: #fff;
background-color: #c20092;
}
.btn-status-community {
color: #fff;
background-color: #2E8BB9;
}
.btn-status-community:hover {
color: #fff;
background-color: #2c84b0;
}
.btn-status-protected {
color: #fff;
background-color: #FF9C2A;
}
.btn-status-protected:hover {
color: #fff;
background-color: #f39528;
}
.btn-status-private {
color: #fff;
background-color: #DC143C;
}
.btn-status-private:hover {
color: #fff;
background-color: #d21339;
}
.btn-status-published {
color: #000;
background-color: #99EE44;
}
.btn-status-published .glyphicon {
color: inherit !important;
}
.btn-status-published:hover {
color: #000;
background-color: #92e341;
}
.btn-status-deprecated {
color: #fff;
background-color: #000;
}
.btn-status-deprecated:hover {
color: #fff;
background-color: #333;
}
.btn-status-redirected {
color: #fff;
background-color: #663399;
}
.btn-status-redirected:hover {
color: #fff;
background-color: #613192;
}
.btn-status-trash {
color: #fff;
background-color: #f66;
}
.btn-status-trash:hover {
color: #fff;
background-color: #f44;
}
.ufld_yahooim.ufld__textcolor,
.ufld_yahooim.ufld__hovertextcolor:hover {
color: #7b0099;
}
.ufld_yahooim.ufld__bgcolor,
.ufld_yahooim.ufld__hoverbgcolor:hover {
background-color: #7b0099;
}
.ufld_skype.ufld__textcolor,
.ufld_skype.ufld__hovertextcolor:hover {
color: #00aff0;
}
.ufld_skype.ufld__bgcolor,
.ufld_skype.ufld__hoverbgcolor:hover {
background-color: #00aff0;
}
.ufld_twitter.ufld__textcolor,
.ufld_twitter.ufld__hovertextcolor:hover {
color: #00aced;
}
.ufld_twitter.ufld__bgcolor,
.ufld_twitter.ufld__hoverbgcolor:hover {
background-color: #00aced;
}
.ufld_facebook.ufld__textcolor,
.ufld_facebook.ufld__hovertextcolor:hover {
color: #3b5998;
}
.ufld_facebook.ufld__bgcolor,
.ufld_facebook.ufld__hoverbgcolor:hover {
background-color: #3b5998;
}
.ufld_googleplus.ufld__textcolor,
.ufld_googleplus.ufld__hovertextcolor:hover {
color: #dd4b39;
}
.ufld_googleplus.ufld__bgcolor,
.ufld_googleplus.ufld__hoverbgcolor:hover {
background-color: #dd4b39;
}
.ufld_linkedin.ufld__textcolor,
.ufld_linkedin.ufld__hovertextcolor:hover {
color: #007bb6;
}
.ufld_linkedin.ufld__bgcolor,
.ufld_linkedin.ufld__hoverbgcolor:hover {
background-color: #007bb6;
}
.ufld_github.ufld__textcolor,
.ufld_github.ufld__hovertextcolor:hover {
color: #333333;
}
.ufld_github.ufld__bgcolor,
.ufld_github.ufld__hoverbgcolor:hover {
background-color: #333333;
}
.ufld_flickr.ufld__textcolor,
.ufld_flickr.ufld__hovertextcolor:hover {
color: #ff0084;
}
.ufld_flickr.ufld__bgcolor,
.ufld_flickr.ufld__hoverbgcolor:hover {
background-color: #ff0084;
}
.ufld_youtube.ufld__textcolor,
.ufld_youtube.ufld__hovertextcolor:hover {
color: #bb0000;
}
.ufld_youtube.ufld__bgcolor,
.ufld_youtube.ufld__hoverbgcolor:hover {
background-color: #bb0000;
}
.ufld_digg.ufld__textcolor,
.ufld_digg.ufld__hovertextcolor:hover {
color: #356aa0;
}
.ufld_digg.ufld__bgcolor,
.ufld_digg.ufld__hoverbgcolor:hover {
background-color: #356aa0;
}
.ufld_stumbleupon.ufld__textcolor,
.ufld_stumbleupon.ufld__hovertextcolor:hover {
color: #eb4924;
}
.ufld_stumbleupon.ufld__bgcolor,
.ufld_stumbleupon.ufld__hoverbgcolor:hover {
background-color: #eb4924;
}
.ufld_pinterest.ufld__textcolor,
.ufld_pinterest.ufld__hovertextcolor:hover {
color: #cb2027;
}
.ufld_pinterest.ufld__bgcolor,
.ufld_pinterest.ufld__hoverbgcolor:hover {
background-color: #cb2027;
}
.ufld_whatsapp.ufld__textcolor,
.ufld_whatsapp.ufld__hovertextcolor:hover {
color: #25d366;
}
.ufld_whatsapp.ufld__bgcolor,
.ufld_whatsapp.ufld__hoverbgcolor:hover {
background-color: #25d366;
}
.ufld_vimeo.ufld__textcolor,
.ufld_vimeo.ufld__hovertextcolor:hover {
color: #1ab7ea;
}
.ufld_vimeo.ufld__bgcolor,
.ufld_vimeo.ufld__hoverbgcolor:hover {
background-color: #1ab7ea;
}
.ufld_soundcloud.ufld__textcolor,
.ufld_soundcloud.ufld__hovertextcolor:hover {
color: #ff8800;
}
.ufld_soundcloud.ufld__bgcolor,
.ufld_soundcloud.ufld__hoverbgcolor:hover {
background-color: #ff3300;
}
.ufld_yelp.ufld__textcolor,
.ufld_yelp.ufld__hovertextcolor:hover {
color: #af0606;
}
.ufld_yelp.ufld__bgcolor,
.ufld_yelp.ufld__hoverbgcolor:hover {
background-color: #af0606;
}
.ufld_paypal.ufld__textcolor,
.ufld_paypal.ufld__hovertextcolor:hover {
color: #003087;
}
.ufld_paypal.ufld__bgcolor,
.ufld_paypal.ufld__hoverbgcolor:hover {
background-color: #009cde;
}
.ufld_500px.ufld__textcolor,
.ufld_500px.ufld__hovertextcolor:hover {
color: #0099e5;
}
.ufld_500px.ufld__bgcolor,
.ufld_500px.ufld__hoverbgcolor:hover {
background-color: #ff4c4c;
}
.ufld_amazon.ufld__textcolor,
.ufld_amazon.ufld__hovertextcolor:hover {
color: #ff9900;
}
.ufld_amazon.ufld__bgcolor,
.ufld_amazon.ufld__hoverbgcolor:hover {
background-color: #ff9900;
}
.ufld_instagram.ufld__textcolor,
.ufld_instagram.ufld__hovertextcolor:hover {
color: #833ab4;
}
.ufld_instagram.ufld__bgcolor,
.ufld_instagram.ufld__hoverbgcolor:hover {
background-color: #833ab4;
}
.filter_item {
display: inline-block;
vertical-align: middle;
margin: 1px;
}
.filter_item div {
margin: 0;
padding: 3px 5px;
color: #FFF;
float: left;
height: 16px;
line-height: 16px;
}
.filter_item div:first-child {
border-radius: 5px 0 0 5px;
}
.filter_item div.icon {
border-radius: 0 5px 5px 0;
float: right;
padding: 0;
}
.filter_item div.icon a {
display: block;
padding: 4px 5px 5px;
margin: 0;
}
.filter_item div .identity_link_username {
color: #FFF;
}
.filter_item div.icon a.action_icon > span {
color: #FFF !important;
}
.filter_item .name {
background: #3d8f3d;
}
.filter_item:hover .name,
.filter_item div.group,
.filter_item div.icon {
background: #45a145;
}
.filter_item div.icon:hover {
background: #4db34d;
}
.filter_item.yellow .name {
background: #caca3f;
}
.filter_item.yellow:hover .name,
.filter_item.yellow div.group,
.filter_item.yellow div.icon {
background: #dbdb57;
}
.filter_item.yellow div.icon:hover {
background: #ecec73;
}
.filter_item.orange .name {
background: #d18335;
}
.filter_item.orange:hover .name,
.filter_item.orange div.group,
.filter_item.orange div.icon {
background: #e09952;
}
.filter_item.orange div.icon:hover {
background: #edac6b;
}
.filter_item.red .name {
background: #c12d2d;
}
.filter_item.red:hover .name,
.filter_item.red div.group,
.filter_item.red div.icon {
background: #cb4d4d;
}
.filter_item.red div.icon:hover {
background: #e57373;
}
.filter_item.magenta .name {
background: #8618bd;
}
.filter_item.magenta:hover .name,
.filter_item.magenta div.group,
.filter_item.magenta div.icon {
background: #9933cc;
}
.filter_item.magenta div.icon:hover {
background: #b053df;
}
.filter_item.blue .name {
background: #2f60c0;
}
.filter_item.blue:hover .name,
.filter_item.blue div.group,
.filter_item.blue div.icon {
background: #4d77cb;
}
.filter_item.blue div.icon:hover {
background: #6a91df;
}
.filter_item div.icon {
height: 22px;
}
a {
word-break: break-all;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
.visible-xs-inline {
display: inline !important;
}
.visible-xs-inline-block {
display: inline-block !important;
}
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
.visible-sm-inline {
display: inline !important;
}
.visible-sm-inline-block {
display: inline-block !important;
}
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
.visible-md-inline {
display: inline !important;
}
.visible-md-inline-block {
display: inline-block !important;
}
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
.visible-lg-inline {
display: inline !important;
}
.visible-lg-inline-block {
display: inline-block !important;
}
.hidden-lg {
display: none !important;
}
}
code,
samp {
font-family: Menlo, Monaco, "Courier New", Courier, monospace;
}
blockquote {
border: 1px solid #eee;
background-color: #eee;
margin: 1em;
padding: 1ex 1em;
}
.hidden {
display: none;
}
.absolute_center {
display: block;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mb1 {
margin-bottom: 1px;
}
.small92 {
font-size: 92%;
}
.small84,
.small {
font-size: 84%;
}
.small80 {
font-size: 80%;
}
.small_details {
font-size: 84%;
color: #555;
}
img.flag {
vertical-align: middle;
border: 1px solid #666;
}
img.flagtop {
vertical-align: top;
border: 1px solid #666;
}
a.roundbutton,
a.roundbutton_text,
span.roundbutton {
/* autoprefixer: off */
font: 11.28px Verdana, Geneva, Arial, Helvetica, sans-serif;
display: inline-block;
position: relative;
min-width: 16px;
height: 20px;
line-height: 20px;
padding: 0 5px;
margin: 0;
vertical-align: bottom;
text-align: center;
font-size: 11.28px;
cursor: default;
color: #000;
text-decoration: none;
border: 1px solid #787878;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
background: #bababa;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bababa), to(#f5f5f5));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #f5f5f5, #bababa);
/* Firefox 3.6+ */
background: -moz-linear-gradient(center 1%, #f5f5f5, #bababa);
/* IE 10 */
background: -ms-linear-gradient(top, #f5f5f5, #bababa);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #f5f5f5, #bababa);
/* IE 8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#bababa');
}
a.roundbutton.middle {
vertical-align: middle;
}
a.roundbutton:hover,
a.roundbutton_text:hover {
/* autoprefixer: off */
cursor: default;
text-decoration: none;
color: inherit;
background: #d2d2d2;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#a0a0a0));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #a0a0a0, #d2d2d2);
/* Firefox 3.6+ */
background: -moz-linear-gradient(center 1%, #a0a0a0, #d2d2d2);
/* IE 10 */
background: -ms-linear-gradient(top, #a0a0a0, #d2d2d2);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #a0a0a0, #d2d2d2);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#d2d2d2')";
}
a.roundbutton.roundbutton_selected,
a.roundbutton_text.roundbutton_selected,
span.roundbutton {
/* autoprefixer: off */
cursor: default;
background: #989898;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#989898), to(#6b6b6b));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #6b6b6b, #989898);
/* Firefox 3.6+ */
background: -moz-linear-gradient(center 1%, #6b6b6b, #989898);
/* IE 10 */
background: -ms-linear-gradient(top, #6b6b6b, #989898);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #6b6b6b, #989898);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#989898')";
}
a.roundbutton_green,
span.roundbutton_green,
a.roundbutton_green:hover,
span.roundbutton_green:hover {
/* autoprefixer: off */
cursor: default;
background: #09f197;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09f197), to(#00b46e));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #00b46e, #09f197);
/* Firefox 3.6+ */
background: -moz-linear-gradient(center 1%, #00b46e, #09f197);
/* IE 10 */
background: -ms-linear-gradient(top, #00b46e, #09f197);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #00b46e, #09f197);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b46e', endColorstr='#09f197')";
}
a.roundbutton_red,
span.roundbutton_red,
a.roundbutton_red:hover,
span.roundbutton_red:hover {
/* autoprefixer: off */
cursor: default;
background: #fa7171;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa7171), to(#e62020));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #e62020, #fa7171);
/* Firefox 3.6+ */
background: -moz-linear-gradient(center 1%, #e62020, #fa7171);
/* IE 10 */
background: -ms-linear-gradient(top, #e62020, #fa7171);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #e62020, #fa7171);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62020', endColorstr='#fa7171')";
}
.roundbutton span,
.roundbutton_text span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.roundbutton_group .roundbutton,
.roundbutton_group .roundbutton_text {
border-radius: 0;
border-left: none;
border-right: 1px solid #787878;
}
.roundbutton_group .roundbutton::before,
.roundbutton_group .roundbutton_text::before {
border-left: 1px solid #b1b1b1;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -1px;
}
.roundbutton_group .roundbutton:first-child::before,
.roundbutton_group .roundbutton_text:first-child::before,
.roundbutton_group .roundbutton_text.first-child::before {
border: none;
}
.roundbutton_group .roundbutton:first-child,
.roundbutton_group .roundbutton_text:first-child,
.roundbutton_group .roundbutton_text.first-child {
border-radius: 4px 0 0 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
-khtml-border-radius-topleft: 4px;
-khtml-border-radius-bottomleft: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-left: 1px solid #787878;
border-right: 1px solid #787878;
}
.roundbutton_group .roundbutton:last-child,
.roundbutton_group .roundbutton_text:last-child,
.roundbutton_group .roundbutton_text.last-child {
border-left: none;
border-right: 1px solid #787878;
border-radius: 0 4px 4px 0;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-khtml-border-radius-topright: 4px;
-khtml-border-radius-bottomright: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
}
.roundbutton_group .roundbutton:first-child:last-child,
.roundbutton_group .roundbutton_text:first-child:last-child,
.roundbutton_group .roundbutton_text.first-child.last-child {
border: 1px solid #787878;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
a.roundbutton_text,
a.roundbutton_text_noicon {
padding: 0 5px 0 23px;
height: 20px;
line-height: 20px;
}
a.roundbutton_text_noicon {
padding-left: 5px;
}
a.roundbutton_text span,
a.roundbutton_text_noicon span {
left: 5px;
right: auto;
}
.roundbutton.rbtn_black,
.roundbutton_group .roundbutton.rbtn_black {
/* autoprefixer: off */
border-color: #1a1a1a;
background-color: #3a3a3a;
background-size: 30px 30px;
background-repeat: repeat-x;
background-position: 0;
background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
}
.roundbutton.rbtn_black::before,
.roundbutton_group .roundbutton.rbtn_black::before {
border-color: #1a1a1a;
}
.roundbutton.rbtn_black:hover,
.roundbutton_group .roundbutton.rbtn_black:hover {
background-color: #252525;
}
span.roundbutton.rbtn_black,
.roundbutton_group span.roundbutton.rbtn_black,
span.roundbutton.rbtn_black:hover,
.roundbutton_group span.roundbutton.rbtn_black:hover {
background-color: #666;
}
.notes a.roundbutton {
top: -2px;
}
.notes a.roundbutton {
top: 0;
}
.btn {
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
box-sizing: border-box;
padding: 1px 7px 2px;
}
.btn:hover,
.btn:focus {
color: #333;
text-decoration: none;
}
.btn:link,
.btn:active {
color: #333;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:link,
.btn-default:active {
color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:link,
.btn-primary:active {
color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:link,
.btn-success:active {
color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:link,
.btn-info:active {
color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:link,
.btn-warning:active {
color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:link,
.btn-danger:active {
color: #fff;
}
.edit_toolbars {
margin-top: 1ex;
width: 100%;
text-align: center;
}
div.edit_toolbar {
background-color: #f1f6f8;
border: 1px solid #becdd6;
padding: 1px 2px;
margin: 1px auto;
width: 98%;
}
div.edit_toolbar input {
background: #fefefe url(../img/whitebar24.png) repeat-x center;
border: 1px solid #becdd6;
margin: 0 1px;
padding: 0 1px;
}
div.edit_toolbar input:hover {
border-color: #00f;
}
div.comment_toolbars,
div.message_toolbars {
text-align: center;
}
div.comment_toolbars div.edit_toolbar,
div.message_toolbars div.edit_toolbar {
margin: 0;
width: 100%;
border-bottom: none;
}
.widget_core_coll_category_list .evo_cat_meta > label,
.widget_core_coll_category_list .evo_cat_meta > a {
font-weight: bold;
}
.widget_core_coll_category_list .evo_cat_meta ul {
font-weight: normal;
}
.widget_core_coll_category_list .evo_cat_meta input[disabled="disabled"] {
visibility: hidden;
}
.w-100 {
width: 100% !important;
}
.w-75 {
width: 75% !important;
}
.w-50 {
width: 50% !important;
}
.w-25 {
width: 25% !important;
}
.w-auto {
width: auto !important;
}