@syncfusion/ej2-buttons
Version:
A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.
1,889 lines (1,836 loc) • 202 kB
CSS
.e-btn,
.e-css.e-btn {
/* stylelint-disable property-no-vendor-prefix */
-webkit-font-smoothing: antialiased;
border: 1px solid;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 14px;
font-weight: 600;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.8572em;
outline: none;
padding: 2px 20px;
text-align: center;
text-decoration: none;
text-transform: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}
.e-btn:disabled,
.e-css.e-btn:disabled {
cursor: default;
}
.e-btn:hover, .e-btn:focus,
.e-css.e-btn:hover,
.e-css.e-btn:focus {
text-decoration: none;
}
.e-btn::-moz-focus-inner,
.e-css.e-btn::-moz-focus-inner {
border: 0;
padding: 0;
}
.e-btn .e-btn-icon,
.e-css.e-btn .e-btn-icon {
display: inline-block;
font-size: 14px;
margin-top: -3px;
vertical-align: middle;
width: 1em;
}
.e-btn .e-btn-icon.e-icon-left,
.e-css.e-btn .e-btn-icon.e-icon-left {
margin-left: -0.5714em;
width: 1.929em;
}
.e-btn .e-btn-icon.e-icon-right,
.e-css.e-btn .e-btn-icon.e-icon-right {
width: 1.929em;
margin-right: -0.5714em;
}
.e-btn .e-btn-icon.e-icon-top,
.e-css.e-btn .e-btn-icon.e-icon-top {
padding-bottom: 8px;
display: block;
margin-top: 0;
width: auto;
}
.e-btn .e-btn-icon.e-icon-bottom,
.e-css.e-btn .e-btn-icon.e-icon-bottom {
padding-top: 8px;
display: block;
margin-top: 0;
width: auto;
}
.e-btn.e-icon-btn,
.e-css.e-btn.e-icon-btn {
padding: 2px 8px;
}
.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn,
.e-css.e-btn.e-top-icon-btn,
.e-css.e-btn.e-bottom-icon-btn {
line-height: 1;
padding: 8px 20px;
}
.e-btn.e-round,
.e-css.e-btn.e-round {
border-radius: 50%;
height: 36px;
line-height: 1;
padding: 0;
width: 36px;
}
.e-btn.e-round .e-btn-icon,
.e-css.e-btn.e-round .e-btn-icon {
font-size: 16px;
line-height: 26px;
margin-top: 0;
width: auto;
}
.e-btn.e-rtl .e-icon-right,
.e-css.e-btn.e-rtl .e-icon-right {
margin-left: -0.5714em;
margin-right: 0;
}
.e-btn.e-rtl .e-icon-left,
.e-css.e-btn.e-rtl .e-icon-left {
margin-left: 0;
margin-right: -0.5714em;
}
.e-btn.e-flat,
.e-css.e-btn.e-flat {
border: 1px solid;
}
.e-btn.e-small,
.e-css.e-btn.e-small {
font-size: 12px;
line-height: 1.5em;
padding: 3px 16px;
}
.e-btn.e-small .e-btn-icon,
.e-css.e-btn.e-small .e-btn-icon {
font-size: 11px;
width: 0.91em;
}
.e-btn.e-small .e-btn-icon.e-icon-left,
.e-css.e-btn.e-small .e-btn-icon.e-icon-left {
margin-left: -0.7273em;
width: 2.182em;
}
.e-btn.e-small .e-btn-icon.e-icon-right,
.e-css.e-btn.e-small .e-btn-icon.e-icon-right {
margin-right: -0.7273em;
width: 2.182em;
}
.e-btn.e-small .e-btn-icon.e-icon-top,
.e-css.e-btn.e-small .e-btn-icon.e-icon-top {
padding-bottom: 6px;
width: auto;
}
.e-btn.e-small .e-btn-icon.e-icon-bottom,
.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
padding-top: 6px;
width: auto;
}
.e-btn.e-small.e-icon-btn,
.e-css.e-btn.e-small.e-icon-btn {
padding: 3px 6px;
}
.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn,
.e-css.e-btn.e-small.e-top-icon-btn,
.e-css.e-btn.e-small.e-bottom-icon-btn {
line-height: 1;
padding: 8px 20px;
}
.e-btn.e-small.e-round,
.e-css.e-btn.e-small.e-round {
height: 2.5em;
line-height: 1;
padding: 0;
width: 2.5em;
}
.e-btn.e-small.e-round .e-btn-icon,
.e-css.e-btn.e-small.e-round .e-btn-icon {
font-size: 14px;
line-height: 16px;
width: auto;
}
.e-btn.e-small.e-rtl .e-icon-right,
.e-css.e-btn.e-small.e-rtl .e-icon-right {
margin-left: -0.7273em;
margin-right: 0;
}
.e-btn.e-small.e-rtl .e-icon-left,
.e-css.e-btn.e-small.e-rtl .e-icon-left {
margin-left: 0;
margin-right: -0.7273em;
}
.e-btn.e-block,
.e-css.e-btn.e-block {
display: block;
width: 100%;
}
.e-small .e-btn,
.e-small.e-btn,
.e-small .e-css.e-btn,
.e-small.e-css.e-btn {
font-size: 12px;
line-height: 1.5em;
padding: 3px 16px;
}
.e-small .e-btn .e-btn-icon,
.e-small.e-btn .e-btn-icon,
.e-small .e-css.e-btn .e-btn-icon,
.e-small.e-css.e-btn .e-btn-icon {
font-size: 11px;
width: 0.91em;
}
.e-small .e-btn .e-btn-icon.e-icon-left,
.e-small.e-btn .e-btn-icon.e-icon-left,
.e-small .e-css.e-btn .e-btn-icon.e-icon-left,
.e-small.e-css.e-btn .e-btn-icon.e-icon-left {
margin-left: -0.7273em;
width: 2.182em;
}
.e-small .e-btn .e-btn-icon.e-icon-right,
.e-small.e-btn .e-btn-icon.e-icon-right,
.e-small .e-css.e-btn .e-btn-icon.e-icon-right,
.e-small.e-css.e-btn .e-btn-icon.e-icon-right {
margin-right: -0.7273em;
width: 2.182em;
}
.e-small .e-btn .e-btn-icon.e-icon-top,
.e-small.e-btn .e-btn-icon.e-icon-top,
.e-small .e-css.e-btn .e-btn-icon.e-icon-top,
.e-small.e-css.e-btn .e-btn-icon.e-icon-top {
padding-bottom: 6px;
width: auto;
}
.e-small .e-btn .e-btn-icon.e-icon-bottom,
.e-small.e-btn .e-btn-icon.e-icon-bottom,
.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,
.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom {
padding-top: 6px;
width: auto;
}
.e-small .e-btn.e-icon-btn,
.e-small.e-btn.e-icon-btn,
.e-small .e-css.e-btn.e-icon-btn,
.e-small.e-css.e-btn.e-icon-btn {
padding: 3px 6px;
}
.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn,
.e-small.e-btn.e-top-icon-btn,
.e-small.e-btn.e-bottom-icon-btn,
.e-small .e-css.e-btn.e-top-icon-btn,
.e-small .e-css.e-btn.e-bottom-icon-btn,
.e-small.e-css.e-btn.e-top-icon-btn,
.e-small.e-css.e-btn.e-bottom-icon-btn {
line-height: 1;
padding: 8px 20px;
}
.e-small .e-btn.e-round,
.e-small.e-btn.e-round,
.e-small .e-css.e-btn.e-round,
.e-small.e-css.e-btn.e-round {
height: 2.5em;
line-height: 1;
padding: 0;
width: 2.5em;
border-radius: 50%;
}
.e-small .e-btn.e-round .e-btn-icon,
.e-small.e-btn.e-round .e-btn-icon,
.e-small .e-css.e-btn.e-round .e-btn-icon,
.e-small.e-css.e-btn.e-round .e-btn-icon {
font-size: 14px;
line-height: 16px;
width: auto;
}
.e-small .e-btn.e-rtl .e-icon-right,
.e-small.e-btn.e-rtl .e-icon-right,
.e-small .e-css.e-btn.e-rtl .e-icon-right,
.e-small.e-css.e-btn.e-rtl .e-icon-right {
margin-left: -0.7273em;
margin-right: 0;
}
.e-small .e-btn.e-rtl .e-icon-left,
.e-small.e-btn.e-rtl .e-icon-left,
.e-small .e-css.e-btn.e-rtl .e-icon-left,
.e-small.e-css.e-btn.e-rtl .e-icon-left {
margin-left: 0;
margin-right: -0.7273em;
}
/* stylelint-disable property-no-vendor-prefix */
.e-btn,
.e-css.e-btn {
-webkit-tap-highlight-color: transparent;
background: #000;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
-webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.e-btn:hover,
.e-css.e-btn:hover {
background: #685708;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn:focus,
.e-css.e-btn:focus {
background: #000;
border-color: #fff;
color: #fff;
outline: #fff 1px solid;
outline-offset: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn:active,
.e-css.e-btn:active {
background: #ffd939;
border-color: #ffd939;
color: #000;
outline: #fff 0 solid;
outline-offset: 0;
}
.e-btn.e-active,
.e-css.e-btn.e-active {
background: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
color: #000;
}
.e-btn:disabled, .e-btn.e-disabled,
.e-css.e-btn:disabled,
.e-css.e-btn.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn .e-ripple-element,
.e-css.e-btn .e-ripple-element {
background: transparent;
}
.e-btn.e-round, .e-btn.e-round-edge,
.e-css.e-btn.e-round,
.e-css.e-btn.e-round-edge {
background: #000;
border-color: #fff;
color: #fff;
}
.e-btn.e-round:hover, .e-btn.e-round-edge:hover,
.e-css.e-btn.e-round:hover,
.e-css.e-btn.e-round-edge:hover {
background: #685708;
border-color: #fff;
color: #fff;
}
.e-btn.e-round:focus, .e-btn.e-round-edge:focus,
.e-css.e-btn.e-round:focus,
.e-css.e-btn.e-round-edge:focus {
background: #000;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
outline: none;
outline-offset: 2px;
}
.e-btn.e-round:active, .e-btn.e-round-edge:active,
.e-css.e-btn.e-round:active,
.e-css.e-btn.e-round-edge:active {
background: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
color: #000;
outline: #fff 0 solid;
outline-offset: 0;
}
.e-btn.e-round:disabled, .e-btn.e-round.e-disabled, .e-btn.e-round-edge:disabled, .e-btn.e-round-edge.e-disabled,
.e-css.e-btn.e-round:disabled,
.e-css.e-btn.e-round.e-disabled,
.e-css.e-btn.e-round-edge:disabled,
.e-css.e-btn.e-round-edge.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-round.e-primary:hover, .e-btn.e-round-edge.e-primary:hover,
.e-css.e-btn.e-round.e-primary:hover,
.e-css.e-btn.e-round-edge.e-primary:hover {
border-color: #ffd939;
}
.e-btn.e-round.e-primary:focus, .e-btn.e-round-edge.e-primary:focus,
.e-css.e-btn.e-round.e-primary:focus,
.e-css.e-btn.e-round-edge.e-primary:focus {
outline: none;
}
.e-btn.e-round.e-success:hover, .e-btn.e-round-edge.e-success:hover,
.e-css.e-btn.e-round.e-success:hover,
.e-css.e-btn.e-round-edge.e-success:hover {
border-color: #166600;
}
.e-btn.e-round.e-success:focus, .e-btn.e-round-edge.e-success:focus,
.e-css.e-btn.e-round.e-success:focus,
.e-css.e-btn.e-round-edge.e-success:focus {
outline: none;
}
.e-btn.e-round.e-info:hover, .e-btn.e-round-edge.e-info:hover,
.e-css.e-btn.e-round.e-info:hover,
.e-css.e-btn.e-round-edge.e-info:hover {
border-color: #0056b3;
}
.e-btn.e-round.e-info:focus, .e-btn.e-round-edge.e-info:focus,
.e-css.e-btn.e-round.e-info:focus,
.e-css.e-btn.e-round-edge.e-info:focus {
outline: none;
}
.e-btn.e-round.e-warning:hover, .e-btn.e-round-edge.e-warning:hover,
.e-css.e-btn.e-round.e-warning:hover,
.e-css.e-btn.e-round-edge.e-warning:hover {
border-color: #944000;
}
.e-btn.e-round.e-warning:focus, .e-btn.e-round-edge.e-warning:focus,
.e-css.e-btn.e-round.e-warning:focus,
.e-css.e-btn.e-round-edge.e-warning:focus {
outline: none;
}
.e-btn.e-round.e-danger:hover, .e-btn.e-round-edge.e-danger:hover,
.e-css.e-btn.e-round.e-danger:hover,
.e-css.e-btn.e-round-edge.e-danger:hover {
border-color: #b30900;
}
.e-btn.e-round.e-danger:focus, .e-btn.e-round-edge.e-danger:focus,
.e-css.e-btn.e-round.e-danger:focus,
.e-css.e-btn.e-round-edge.e-danger:focus {
outline: none;
}
.e-btn.e-primary,
.e-css.e-btn.e-primary {
background: #ffd939;
border-color: #ffd939;
color: #000;
}
.e-btn.e-primary:hover,
.e-css.e-btn.e-primary:hover {
background: #685708;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-primary:focus,
.e-css.e-btn.e-primary:focus {
background: #ffd939;
border-color: #ffd939;
color: #000;
outline: #ffd939 1px solid;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-primary:active,
.e-css.e-btn.e-primary:active {
background: #ffd939;
border-color: #ffd939;
color: #000;
outline: #fff 0 solid;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-primary.e-active,
.e-css.e-btn.e-primary.e-active {
background: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
color: #000;
}
.e-btn.e-primary:disabled, .e-btn.e-primary.e-disabled,
.e-css.e-btn.e-primary:disabled,
.e-css.e-btn.e-primary.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-primary .e-ripple-element,
.e-css.e-btn.e-primary .e-ripple-element {
background: transparent;
}
.e-btn.e-success,
.e-css.e-btn.e-success {
background: #166600;
border-color: #166600;
color: #fff;
}
.e-btn.e-success:hover,
.e-css.e-btn.e-success:hover {
background: #166600;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-success:focus,
.e-css.e-btn.e-success:focus {
background: #166600;
border-color: #166600;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-success:active, .e-btn.e-success.e-active,
.e-css.e-btn.e-success:active,
.e-css.e-btn.e-success.e-active {
background: #fff;
border-color: #fff;
color: #166600;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-success:disabled, .e-btn.e-success.e-disabled,
.e-css.e-btn.e-success:disabled,
.e-css.e-btn.e-success.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-success .e-ripple-element,
.e-css.e-btn.e-success .e-ripple-element {
background: transparent;
}
.e-btn.e-info,
.e-css.e-btn.e-info {
background: #0056b3;
border-color: #0056b3;
color: #fff;
}
.e-btn.e-info:hover,
.e-css.e-btn.e-info:hover {
background: #0056b3;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-info:focus,
.e-css.e-btn.e-info:focus {
background: #0056b3;
border-color: #0056b3;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-info:active, .e-btn.e-info.e-active,
.e-css.e-btn.e-info:active,
.e-css.e-btn.e-info.e-active {
background: #fff;
color: #0056b3;
border-color: #fff;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-info:disabled, .e-btn.e-info.e-disabled,
.e-css.e-btn.e-info:disabled,
.e-css.e-btn.e-info.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-info .e-ripple-element,
.e-css.e-btn.e-info .e-ripple-element {
background: transparent;
}
.e-btn.e-warning,
.e-css.e-btn.e-warning {
background: #944000;
border-color: #944000;
color: #fff;
}
.e-btn.e-warning:hover,
.e-css.e-btn.e-warning:hover {
background: #944000;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-warning:focus,
.e-css.e-btn.e-warning:focus {
background: #944000;
border-color: #944000;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-warning:active, .e-btn.e-warning.e-active,
.e-css.e-btn.e-warning:active,
.e-css.e-btn.e-warning.e-active {
background: #fff;
border-color: #fff;
color: #944000;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-warning:disabled, .e-btn.e-warning.e-disabled,
.e-css.e-btn.e-warning:disabled,
.e-css.e-btn.e-warning.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-warning .e-ripple-element,
.e-css.e-btn.e-warning .e-ripple-element {
background: transparent;
}
.e-btn.e-danger,
.e-css.e-btn.e-danger {
background: #b30900;
border-color: #b30900;
color: #fff;
}
.e-btn.e-danger:hover,
.e-css.e-btn.e-danger:hover {
background: #b30900;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-danger:focus,
.e-css.e-btn.e-danger:focus {
background: #b30900;
border-color: #b30900;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-danger:active,
.e-css.e-btn.e-danger:active {
background: #fff;
border-color: #fff;
color: #b30900;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.e-btn.e-danger.e-active,
.e-css.e-btn.e-danger.e-active {
background: #fff;
border-color: #fff;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
color: #b30900;
}
.e-btn.e-danger:disabled, .e-btn.e-danger.e-disabled,
.e-css.e-btn.e-danger:disabled,
.e-css.e-btn.e-danger.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-danger .e-ripple-element,
.e-css.e-btn.e-danger .e-ripple-element {
background: transparent;
}
.e-btn.e-flat,
.e-css.e-btn.e-flat {
background: #000;
border-color: #000;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat:hover,
.e-css.e-btn.e-flat:hover {
background: #685708;
border-color: #000;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat:focus,
.e-css.e-btn.e-flat:focus {
background: #000;
border-color: #000;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat:active, .e-btn.e-flat.e-active,
.e-css.e-btn.e-flat:active,
.e-css.e-btn.e-flat.e-active {
background: #ffd939;
border-color: #ffd939;
color: #000;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat:disabled, .e-btn.e-flat.e-disabled,
.e-css.e-btn.e-flat:disabled,
.e-css.e-btn.e-flat.e-disabled {
background: #000;
border-color: #000;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-flat .e-ripple-element,
.e-css.e-btn.e-flat .e-ripple-element {
background: transparent;
}
.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary {
background: #ffd939;
border-color: #ffd939;
color: #000;
}
.e-btn.e-flat.e-primary:hover,
.e-css.e-btn.e-flat.e-primary:hover {
background: #685708;
border-color: #685708;
color: #fff;
}
.e-btn.e-flat.e-primary:focus,
.e-css.e-btn.e-flat.e-primary:focus {
background: #ffd939;
border-color: #ffd939;
color: #000;
}
.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active,
.e-css.e-btn.e-flat.e-primary:active,
.e-css.e-btn.e-flat.e-primary.e-active {
background: #ffd939;
border-color: #ffd939;
color: #000;
}
.e-btn.e-flat.e-primary:disabled, .e-btn.e-flat.e-primary.e-disabled,
.e-css.e-btn.e-flat.e-primary:disabled,
.e-css.e-btn.e-flat.e-primary.e-disabled {
background: #000;
border-color: #000;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-flat.e-primary .e-ripple-element,
.e-css.e-btn.e-flat.e-primary .e-ripple-element {
background: transparent;
}
.e-btn.e-flat.e-success,
.e-css.e-btn.e-flat.e-success {
background: #166600;
border-color: #166600;
color: #fff;
}
.e-btn.e-flat.e-success:hover,
.e-css.e-btn.e-flat.e-success:hover {
background: #166600;
border-color: #166600;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat.e-success:focus,
.e-css.e-btn.e-flat.e-success:focus {
background: #166600;
border-color: #166600;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active,
.e-css.e-btn.e-flat.e-success:active,
.e-css.e-btn.e-flat.e-success.e-active {
background: #fff;
border-color: #fff;
color: #166600;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-success:disabled, .e-btn.e-flat.e-success.e-disabled,
.e-css.e-btn.e-flat.e-success:disabled,
.e-css.e-btn.e-flat.e-success.e-disabled {
background: #000;
border-color: #757575;
color: #757575;
}
.e-btn.e-flat.e-success .e-ripple-element,
.e-css.e-btn.e-flat.e-success .e-ripple-element {
background: transparent;
}
.e-btn.e-flat.e-info,
.e-css.e-btn.e-flat.e-info {
background: #0056b3;
border-color: #0056b3;
color: #fff;
}
.e-btn.e-flat.e-info:hover,
.e-css.e-btn.e-flat.e-info:hover {
background: #0056b3;
border-color: #0056b3;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat.e-info:focus,
.e-css.e-btn.e-flat.e-info:focus {
background: #0056b3;
border-color: #0056b3;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active,
.e-css.e-btn.e-flat.e-info:active,
.e-css.e-btn.e-flat.e-info.e-active {
background: #fff;
border-color: #fff;
color: #0056b3;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-info:disabled, .e-btn.e-flat.e-info.e-disabled,
.e-css.e-btn.e-flat.e-info:disabled,
.e-css.e-btn.e-flat.e-info.e-disabled {
background: #000;
border-color: #757575;
color: #757575;
}
.e-btn.e-flat.e-info .e-ripple-element,
.e-css.e-btn.e-flat.e-info .e-ripple-element {
background: transparent;
}
.e-btn.e-flat.e-warning,
.e-css.e-btn.e-flat.e-warning {
background: #944000;
border-color: #944000;
color: #fff;
}
.e-btn.e-flat.e-warning:hover,
.e-css.e-btn.e-flat.e-warning:hover {
background: #944000;
border-color: #944000;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat.e-warning:focus,
.e-css.e-btn.e-flat.e-warning:focus {
background: #944000;
border-color: #944000;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active,
.e-css.e-btn.e-flat.e-warning:active,
.e-css.e-btn.e-flat.e-warning.e-active {
background: #fff;
border-color: #fff;
color: #944000;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-warning:disabled, .e-btn.e-flat.e-warning.e-disabled,
.e-css.e-btn.e-flat.e-warning:disabled,
.e-css.e-btn.e-flat.e-warning.e-disabled {
background: #000;
border-color: #757575;
color: #757575;
}
.e-btn.e-flat.e-warning .e-ripple-element,
.e-css.e-btn.e-flat.e-warning .e-ripple-element {
background: transparent;
}
.e-btn.e-flat.e-danger,
.e-css.e-btn.e-flat.e-danger {
background: #b30900;
border-color: #000;
color: #fff;
}
.e-btn.e-flat.e-danger:hover,
.e-css.e-btn.e-flat.e-danger:hover {
background: #b30900;
border-color: #b30900;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat.e-danger:focus,
.e-css.e-btn.e-flat.e-danger:focus {
background: #b30900;
border-color: #b30900;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active,
.e-css.e-btn.e-flat.e-danger:active,
.e-css.e-btn.e-flat.e-danger.e-active {
background: #fff;
border-color: #fff;
color: #b30900;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-flat.e-danger:disabled, .e-btn.e-flat.e-danger.e-disabled,
.e-css.e-btn.e-flat.e-danger:disabled,
.e-css.e-btn.e-flat.e-danger.e-disabled {
background: #000;
border-color: #000;
color: #b71c1c;
}
.e-btn.e-flat.e-danger .e-ripple-element,
.e-css.e-btn.e-flat.e-danger .e-ripple-element {
background: transparent;
}
.e-btn.e-outline,
.e-css.e-btn.e-outline {
background: #000;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-outline:hover,
.e-css.e-btn.e-outline:hover {
background: #685708;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-outline:active, .e-btn.e-outline.e-active,
.e-css.e-btn.e-outline:active,
.e-css.e-btn.e-outline.e-active {
background: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: none;
box-shadow: none;
color: #000;
}
.e-btn.e-outline:disabled, .e-btn.e-outline.e-disabled,
.e-css.e-btn.e-outline:disabled,
.e-css.e-btn.e-outline.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-outline.e-primary,
.e-css.e-btn.e-outline.e-primary {
background: #000;
border-color: #ffd939;
color: #ffd939;
}
.e-btn.e-outline.e-primary:hover,
.e-css.e-btn.e-outline.e-primary:hover {
background: #685708;
border-color: #fff;
color: #fff;
}
.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active,
.e-css.e-btn.e-outline.e-primary:active,
.e-css.e-btn.e-outline.e-primary.e-active {
background: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: none;
box-shadow: none;
color: #000;
}
.e-btn.e-outline.e-primary:disabled, .e-btn.e-outline.e-primary.e-disabled,
.e-css.e-btn.e-outline.e-primary:disabled,
.e-css.e-btn.e-outline.e-primary.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-outline.e-success,
.e-css.e-btn.e-outline.e-success {
background: #000;
border-color: #166600;
color: #166600;
}
.e-btn.e-outline.e-success:hover,
.e-css.e-btn.e-outline.e-success:hover {
background: #166600;
border-color: #fff;
color: #fff;
}
.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active,
.e-css.e-btn.e-outline.e-success:active,
.e-css.e-btn.e-outline.e-success.e-active {
background: #fff;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #166600;
}
.e-btn.e-outline.e-success:disabled, .e-btn.e-outline.e-success.e-disabled,
.e-css.e-btn.e-outline.e-success:disabled,
.e-css.e-btn.e-outline.e-success.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-outline.e-info,
.e-css.e-btn.e-outline.e-info {
background: #000;
border-color: #0056b3;
color: #0056b3;
}
.e-btn.e-outline.e-info:hover,
.e-css.e-btn.e-outline.e-info:hover {
background: #0056b3;
border-color: #fff;
color: #fff;
}
.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active,
.e-css.e-btn.e-outline.e-info:active,
.e-css.e-btn.e-outline.e-info.e-active {
background: #fff;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #0056b3;
}
.e-btn.e-outline.e-info:disabled, .e-btn.e-outline.e-info.e-disabled,
.e-css.e-btn.e-outline.e-info:disabled,
.e-css.e-btn.e-outline.e-info.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-outline.e-warning,
.e-css.e-btn.e-outline.e-warning {
background: #000;
border-color: #944000;
color: #944000;
}
.e-btn.e-outline.e-warning:hover,
.e-css.e-btn.e-outline.e-warning:hover {
background: #944000;
border-color: #fff;
color: #fff;
}
.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active,
.e-css.e-btn.e-outline.e-warning:active,
.e-css.e-btn.e-outline.e-warning.e-active {
background: #fff;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #944000;
}
.e-btn.e-outline.e-warning:disabled, .e-btn.e-outline.e-warning.e-disabled,
.e-css.e-btn.e-outline.e-warning:disabled,
.e-css.e-btn.e-outline.e-warning.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-outline.e-danger,
.e-css.e-btn.e-outline.e-danger {
background: #000;
border-color: #b30900;
color: #b30900;
}
.e-btn.e-outline.e-danger:hover,
.e-css.e-btn.e-outline.e-danger:hover {
background: #b30900;
border-color: #fff;
color: #fff;
}
.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active,
.e-css.e-btn.e-outline.e-danger:active,
.e-css.e-btn.e-outline.e-danger.e-active {
background: #fff;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #b30900;
}
.e-btn.e-outline.e-danger:disabled, .e-btn.e-outline.e-danger.e-disabled,
.e-css.e-btn.e-outline.e-danger:disabled,
.e-css.e-btn.e-outline.e-danger.e-disabled {
background: #000;
border-color: #757575;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
}
.e-btn.e-link,
.e-css.e-btn.e-link {
background: transparent;
border-color: transparent;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #8a8aff;
}
.e-btn.e-link:hover,
.e-css.e-btn.e-link:hover {
border-radius: 0;
color: #8a8aff;
text-decoration: underline;
}
.e-btn.e-link:focus,
.e-css.e-btn.e-link:focus {
border-radius: 0;
text-decoration: underline;
color: #8a8aff;
}
.e-btn.e-link:focus:not(:focus-visible),
.e-css.e-btn.e-link:focus:not(:focus-visible) {
outline: none !important; /* stylelint-disable-line declaration-no-important */
}
.e-btn.e-link:disabled,
.e-css.e-btn.e-link:disabled {
color: #757575;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}
.e-btn.e-inherit,
.e-css.e-btn.e-inherit {
color: inherit;
background: inherit;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-inherit:hover, .e-btn.e-inherit:focus, .e-btn.e-inherit:active, .e-btn.e-inherit.e-active,
.e-css.e-btn.e-inherit:hover,
.e-css.e-btn.e-inherit:focus,
.e-css.e-btn.e-inherit:active,
.e-css.e-btn.e-inherit.e-active {
background: rgba(0, 0, 0, 0.056);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: inherit;
outline: none;
}
.e-btn.e-inherit:disabled,
.e-css.e-btn.e-inherit:disabled {
background: inherit;
color: inherit;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.5;
}
.e-bigger.e-small .e-btn,
.e-bigger .e-small.e-btn,
.e-bigger.e-small .e-css.e-btn,
.e-bigger .e-small.e-css.e-btn {
font-size: 16px;
line-height: 2em;
padding: 1px 22px;
}
.e-bigger.e-small .e-btn .e-btn-icon,
.e-bigger .e-small.e-btn .e-btn-icon,
.e-bigger.e-small .e-css.e-btn .e-btn-icon,
.e-bigger .e-small.e-css.e-btn .e-btn-icon {
font-size: 15px;
width: 1.0667em;
}
.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left,
.e-bigger .e-small.e-btn .e-btn-icon.e-icon-left,
.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left,
.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-left {
margin-left: -0.5334em;
width: 2.1334em;
}
.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right,
.e-bigger .e-small.e-btn .e-btn-icon.e-icon-right,
.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right,
.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-right {
margin-right: -0.5334em;
width: 2.1334em;
}
.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top,
.e-bigger .e-small.e-btn .e-btn-icon.e-icon-top,
.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top,
.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-top {
padding-bottom: 6px;
width: auto;
}
.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom,
.e-bigger .e-small.e-btn .e-btn-icon.e-icon-bottom,
.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,
.e-bigger .e-small.e-css.e-btn .e-btn-icon.e-icon-bottom {
padding-top: 6px;
width: auto;
}
.e-bigger.e-small .e-btn.e-icon-btn,
.e-bigger .e-small.e-btn.e-icon-btn,
.e-bigger.e-small .e-css.e-btn.e-icon-btn,
.e-bigger .e-small.e-css.e-btn.e-icon-btn {
padding: 1px 9px;
}
.e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn,
.e-bigger .e-small.e-btn.e-top-icon-btn,
.e-bigger .e-small.e-btn.e-bottom-icon-btn,
.e-bigger.e-small .e-css.e-btn.e-top-icon-btn,
.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn,
.e-bigger .e-small.e-css.e-btn.e-top-icon-btn,
.e-bigger .e-small.e-css.e-btn.e-bottom-icon-btn {
line-height: 1;
padding: 10px 24px;
}
.e-bigger.e-small .e-btn.e-round,
.e-bigger .e-small.e-btn.e-round,
.e-bigger.e-small .e-css.e-btn.e-round,
.e-bigger .e-small.e-css.e-btn.e-round {
height: 2.5em;
line-height: 1;
padding: 0;
width: 2.5em;
}
.e-bigger.e-small .e-btn.e-round .e-btn-icon,
.e-bigger .e-small.e-btn.e-round .e-btn-icon,
.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon,
.e-bigger .e-small.e-css.e-btn.e-round .e-btn-icon {
font-size: 18px;
line-height: 2.11111em;
width: auto;
}
.e-bigger.e-small .e-btn.e-rtl .e-icon-right,
.e-bigger .e-small.e-btn.e-rtl .e-icon-right,
.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right,
.e-bigger .e-small.e-css.e-btn.e-rtl .e-icon-right {
margin-left: -0.5334em;
margin-right: 0;
}
.e-bigger.e-small .e-btn.e-rtl .e-icon-left,
.e-bigger .e-small.e-btn.e-rtl .e-icon-left,
.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left,
.e-bigger .e-small.e-css.e-btn.e-rtl .e-icon-left {
margin-left: 0;
margin-right: -0.5334em;
}
.e-bigger .e-btn,
.e-bigger.e-btn,
.e-bigger .e-css.e-btn,
.e-bigger.e-css.e-btn {
font-size: 16px;
line-height: 2em;
padding: 3px 24px;
}
.e-bigger .e-btn .e-btn-icon,
.e-bigger.e-btn .e-btn-icon,
.e-bigger .e-css.e-btn .e-btn-icon,
.e-bigger.e-css.e-btn .e-btn-icon {
font-size: 16px;
width: 1em;
}
.e-bigger .e-btn .e-btn-icon.e-icon-left,
.e-bigger.e-btn .e-btn-icon.e-icon-left,
.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left,
.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left {
margin-left: -0.688em;
width: 2.25em;
}
.e-bigger .e-btn .e-btn-icon.e-icon-right,
.e-bigger.e-btn .e-btn-icon.e-icon-right,
.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right,
.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right {
margin-right: -0.688em;
width: 2.25em;
}
.e-bigger .e-btn .e-btn-icon.e-icon-top,
.e-bigger.e-btn .e-btn-icon.e-icon-top,
.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top,
.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top {
padding-bottom: 10px;
width: auto;
}
.e-bigger .e-btn .e-btn-icon.e-icon-bottom,
.e-bigger.e-btn .e-btn-icon.e-icon-bottom,
.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom,
.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom {
padding-top: 10px;
width: auto;
}
.e-bigger .e-btn.e-icon-btn,
.e-bigger.e-btn.e-icon-btn,
.e-bigger .e-css.e-btn.e-icon-btn,
.e-bigger.e-css.e-btn.e-icon-btn {
padding: 3px 11px;
}
.e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn,
.e-bigger.e-btn.e-top-icon-btn,
.e-bigger.e-btn.e-bottom-icon-btn,
.e-bigger .e-css.e-btn.e-top-icon-btn,
.e-bigger .e-css.e-btn.e-bottom-icon-btn,
.e-bigger.e-css.e-btn.e-top-icon-btn,
.e-bigger.e-css.e-btn.e-bottom-icon-btn {
line-height: 1;
padding: 10px 24px;
}
.e-bigger .e-btn.e-round,
.e-bigger.e-btn.e-round,
.e-bigger .e-css.e-btn.e-round,
.e-bigger.e-css.e-btn.e-round {
height: 46px;
line-height: 1;
padding: 0;
width: 46px;
}
.e-bigger .e-btn.e-round .e-btn-icon,
.e-bigger.e-btn.e-round .e-btn-icon,
.e-bigger .e-css.e-btn.e-round .e-btn-icon,
.e-bigger.e-css.e-btn.e-round .e-btn-icon {
font-size: 20px;
line-height: 2.2em;
width: auto;
}
.e-bigger .e-btn.e-rtl .e-icon-right,
.e-bigger.e-btn.e-rtl .e-icon-right,
.e-bigger .e-css.e-btn.e-rtl .e-icon-right,
.e-bigger.e-css.e-btn.e-rtl .e-icon-right {
margin-left: -0.688em;
margin-right: 0;
}
.e-bigger .e-btn.e-rtl .e-icon-left,
.e-bigger.e-btn.e-rtl .e-icon-left,
.e-bigger .e-css.e-btn.e-rtl .e-icon-left,
.e-bigger.e-css.e-btn.e-rtl .e-icon-left {
margin-left: 0;
margin-right: -0.688em;
}
.e-bigger .e-btn.e-small,
.e-bigger.e-btn.e-small,
.e-bigger .e-css.e-btn.e-small,
.e-bigger.e-css.e-btn.e-small {
font-size: 16px;
line-height: 2em;
padding: 1px 22px;
}
.e-bigger .e-btn.e-small .e-btn-icon,
.e-bigger.e-btn.e-small .e-btn-icon,
.e-bigger .e-css.e-btn.e-small .e-btn-icon,
.e-bigger.e-css.e-btn.e-small .e-btn-icon {
font-size: 15px;
width: 1.0667em;
}
.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left,
.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left,
.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left,
.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left {
margin-left: -0.5334em;
width: 2.1334em;
}
.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right,
.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right,
.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right,
.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right {
margin-right: -0.5334em;
width: 2.1334em;
}
.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top,
.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top,
.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top,
.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top {
padding-bottom: 6px;
width: auto;
}
.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom,
.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom,
.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom,
.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
padding-top: 6px;
width: auto;
}
.e-bigger .e-btn.e-small.e-icon-btn,
.e-bigger.e-btn.e-small.e-icon-btn,
.e-bigger .e-css.e-btn.e-small.e-icon-btn,
.e-bigger.e-css.e-btn.e-small.e-icon-btn {
padding: 1px 9px;
}
.e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn,
.e-bigger.e-btn.e-small.e-top-icon-btn,
.e-bigger.e-btn.e-small.e-bottom-icon-btn,
.e-bigger .e-css.e-btn.e-small.e-top-icon-btn,
.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn,
.e-bigger.e-css.e-btn.e-small.e-top-icon-btn,
.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn {
line-height: 1;
padding: 10px 24px;
}
.e-bigger .e-btn.e-small.e-round,
.e-bigger.e-btn.e-small.e-round,
.e-bigger .e-css.e-btn.e-small.e-round,
.e-bigger.e-css.e-btn.e-small.e-round {
height: 2.5em;
line-height: 1;
padding: 0;
width: 2.5em;
}
.e-bigger .e-btn.e-small.e-round .e-btn-icon,
.e-bigger.e-btn.e-small.e-round .e-btn-icon,
.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon,
.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon {
font-size: 18px;
line-height: 2.11111em;
width: auto;
}
.e-bigger .e-btn.e-small.e-rtl .e-icon-right,
.e-bigger.e-btn.e-small.e-rtl .e-icon-right,
.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right,
.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right {
margin-left: -0.5334em;
margin-right: 0;
}
.e-bigger .e-btn.e-small.e-rtl .e-icon-left,
.e-bigger.e-btn.e-small.e-rtl .e-icon-left,
.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left,
.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left {
margin-left: 0;
margin-right: -0.5334em;
}
.e-checkbox-wrapper .e-check::before,
.e-css.e-checkbox-wrapper .e-check::before {
content: "\e935";
}
.e-checkbox-wrapper .e-stop::before,
.e-css.e-checkbox-wrapper .e-stop::before {
content: "\e934";
}
.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
cursor: pointer;
display: inline-block;
line-height: 1;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-checkbox-wrapper label,
.e-css.e-checkbox-wrapper label {
cursor: pointer;
display: inline-block;
line-height: 0;
margin: 0;
position: relative;
white-space: nowrap;
}
.e-checkbox-wrapper:focus .e-frame, .e-checkbox-wrapper.e-focus .e-frame,
.e-css.e-checkbox-wrapper:focus .e-frame,
.e-css.e-checkbox-wrapper.e-focus .e-frame {
-webkit-box-shadow: none;
box-shadow: none;
}
.e-checkbox-wrapper .e-ripple-container,
.e-css.e-checkbox-wrapper .e-ripple-container {
border-radius: 50%;
bottom: -9px;
height: 36px;
left: -9px;
pointer-events: none;
position: absolute;
right: -9px;
top: -9px;
width: 36px;
z-index: 1;
}
.e-checkbox-wrapper .e-label,
.e-css.e-checkbox-wrapper .e-label {
cursor: pointer;
display: inline-block;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 14px;
font-weight: normal;
line-height: 20px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
white-space: normal;
}
.e-checkbox-wrapper .e-checkbox,
.e-css.e-checkbox-wrapper .e-checkbox {
height: 1px;
opacity: 0;
position: absolute;
width: 1px;
}
.e-checkbox-wrapper .e-checkbox + .e-label,
.e-css.e-checkbox-wrapper .e-checkbox + .e-label {
margin-right: 8px;
}
.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame {
border: 2px solid;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: "e-icons";
height: 20px;
line-height: 16px;
padding: 0;
text-align: center;
vertical-align: middle;
width: 20px;
}
.e-checkbox-wrapper .e-frame + .e-label,
.e-css.e-checkbox-wrapper .e-frame + .e-label {
margin-left: 8px;
}
.e-checkbox-wrapper .e-frame + .e-ripple-container,
.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container {
left: auto;
}
.e-checkbox-wrapper .e-check,
.e-css.e-checkbox-wrapper .e-check {
font-size: 12px;
}
.e-checkbox-wrapper .e-stop,
.e-css.e-checkbox-wrapper .e-stop {
font-size: 10px;
line-height: 16px;
}
.e-checkbox-wrapper.e-checkbox-disabled,
.e-css.e-checkbox-wrapper.e-checkbox-disabled {
cursor: default;
pointer-events: none;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
cursor: default;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-label,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
cursor: default;
}
.e-checkbox-wrapper.e-rtl .e-ripple-container,
.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container {
right: -9px;
}
.e-checkbox-wrapper.e-rtl .e-frame,
.e-css.e-checkbox-wrapper.e-rtl .e-frame {
margin: 0;
}
.e-checkbox-wrapper.e-rtl .e-frame:hover,
.e-css.e-checkbox-wrapper.e-rtl .e-frame:hover {
background-color: #000;
border-color: #ffd939;
}
.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container,
.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container {
left: -9px;
right: auto;
}
.e-checkbox-wrapper.e-rtl .e-label,
.e-css.e-checkbox-wrapper.e-rtl .e-label {
margin-left: 0;
margin-right: 8px;
}
.e-checkbox-wrapper.e-rtl .e-label + .e-frame,
.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame {
margin: 0;
}
.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label,
.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label {
margin-left: 8px;
margin-right: 0;
}
.e-checkbox-wrapper.e-small .e-frame,
.e-css.e-checkbox-wrapper.e-small .e-frame {
height: 14px;
line-height: 10px;
width: 14px;
}
.e-checkbox-wrapper.e-small .e-check,
.e-css.e-checkbox-wrapper.e-small .e-check {
font-size: 8px;
}
.e-checkbox-wrapper.e-small .e-stop,
.e-css.e-checkbox-wrapper.e-small .e-stop {
font-size: 8px;
line-height: 10px;
}
.e-checkbox-wrapper.e-small .e-label,
.e-css.e-checkbox-wrapper.e-small .e-label {
font-size: 14px;
line-height: 14px;
}
.e-checkbox-wrapper.e-small .e-ripple-container,
.e-css.e-checkbox-wrapper.e-small .e-ripple-container {
bottom: -13px;
height: 30px;
left: -13px;
right: -13px;
top: -13px;
width: 30px;
}
.e-checkbox-wrapper[readonly] {
pointer-events: none;
}
.e-small .e-checkbox-wrapper .e-frame,
.e-small.e-checkbox-wrapper .e-frame,
.e-small .e-css.e-checkbox-wrapper .e-frame,
.e-small.e-css.e-checkbox-wrapper .e-frame {
height: 14px;
line-height: 10px;
width: 14px;
}
.e-small .e-checkbox-wrapper .e-frame:hover,
.e-small.e-checkbox-wrapper .e-frame:hover,
.e-small .e-css.e-checkbox-wrapper .e-frame:hover,
.e-small.e-css.e-checkbox-wrapper .e-frame:hover {
background-color: #000;
border-color: #ffd939;
}
.e-small .e-checkbox-wrapper .e-check,
.e-small.e-checkbox-wrapper .e-check,
.e-small .e-css.e-checkbox-wrapper .e-check,
.e-small.e-css.e-checkbox-wrapper .e-check {
font-size: 8px;
}
.e-small .e-checkbox-wrapper .e-stop,
.e-small.e-checkbox-wrapper .e-stop,
.e-small .e-css.e-checkbox-wrapper .e-stop,
.e-small.e-css.e-checkbox-wrapper .e-stop {
font-size: 8px;
line-height: 10px;
}
.e-small .e-checkbox-wrapper .e-label,
.e-small.e-checkbox-wrapper .e-label,
.e-small .e-css.e-checkbox-wrapper .e-label,
.e-small.e-css.e-checkbox-wrapper .e-label {
font-size: 14px;
line-height: 14px;
}
.e-small .e-checkbox-wrapper .e-ripple-container,
.e-small.e-checkbox-wrapper .e-ripple-container,
.e-small .e-css.e-checkbox-wrapper .e-ripple-container,
.e-small.e-css.e-checkbox-wrapper .e-ripple-container {
bottom: -13px;
height: 30px;
left: -13px;
right: -13px;
top: -13px;
width: 30px;
}
.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
/* stylelint-disable property-no-vendor-prefix */
-webkit-tap-highlight-color: transparent;
}
.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame {
background-color: #000;
border-color: #fff;
}
.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check {
background-color: #ffd939;
border-color: #ffd939;
color: #000;
}
.e-checkbox-wrapper .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-frame.e-stop {
background-color: #000;
border-color: #fff;
color: #fff;
}
.e-checkbox-wrapper .e-ripple-element,
.e-css.e-checkbox-wrapper .e-ripple-element {
background: rgba(0, 0, 0, 0.3);
}
.e-checkbox-wrapper .e-ripple-check .e-ripple-element,
.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element {
background: rgba(0, 0, 0, 0.3);
}
.e-checkbox-wrapper:active .e-ripple-element,
.e-css.e-checkbox-wrapper:active .e-ripple-element {
background: rgba(0, 0, 0, 0.3);
}
.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,
.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element {
background: rgba(0, 0, 0, 0.3);
}
.e-checkbox-wrapper .e-label,
.e-css.e-checkbox-wrapper .e-label {
color: #fff;
}
.e-checkbox-wrapper .e-checkbox:focus + .e-frame, .e-checkbox-wrapper .e-checkbox:active + .e-frame,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame {
background-color: #000;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
background-color: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: none;
box-shadow: none;
color: #000;
}
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-stop {
background-color: #ffd939;
border-color: #ffd939;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffd939;
}
.e-checkbox-wrapper:hover .e-frame,
.e-css.e-checkbox-wrapper:hover .e-frame {
background-color: #000;
border-color: #ffd939;
}
.e-checkbox-wrapper:hover .e-frame.e-check,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
background-color: #ffd939;
border-color: #ffd939;
color: #000;
}
.e-checkbox-wrapper:hover .e-frame.e-stop,
.e-css.e-checkbox-wrapper:hover .e-frame.e-stop {
color: #ffd939;
}
.e-checkbox-wrapper:hover .e-label,
.e-css.e-checkbox-wrapper:hover .e-label {
color: #fff;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
background-color: #757575;
border-color: #757575;
color: #d6d7d7;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
background-color: #757575;
border-color: #757575;
color: #000;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop {
background-color: #000;
border-color: #757575;
color: #757575;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-label,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
color: #d6d7d7;
}
.e-checkbox-wrapper.e-focus .e-ripple-container,
.e-css.e-checkbox-wrapper.e-focus .e-ripple-container {
background-color: transparent;
}
.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check,
.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check {
background-color: rgba(0, 0, 0, 0.3);
}
.e-checkbox-wrapper.e-focus .e-frame, .e-checkbox-wrapper.e-focus .e-frame.e-check,
.e-css.e-checkbox-wrapper.e-focus .e-frame,
.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check {
outline: #fff 1px solid;
outline-offset: 2px;
}
.e-bigger.e-small .e-checkbox-wrapper .e-frame,
.e-bigger.e-small.e-checkbox-wrapper .e-frame,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame {
height: 18px;
line-height: 15px;
width: 18px;
}
.e-bigger.e-small .e-checkbox-wrapper .e-frame:hover.e-check,
.e-bigger.e-small.e-checkbox-wrapper .e-frame:hover.e-check,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame:hover.e-check,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame:hover.e-check {
background-color: #ffd939;
border-color: #ffd939;
}
.e-bigger.e-small .e-checkbox-wrapper .e-check,
.e-bigger.e-small.e-checkbox-wrapper .e-check,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check {
font-size: 10px;
}
.e-bigger.e-small .e-checkbox-wrapper .e-stop,
.e-bigger.e-small.e-checkbox-wrapper .e-stop,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop {
font-size: 10px;
line-height: 14px;
}
.e-bigger.e-small .e-checkbox-wrapper .e-label,
.e-bigger.e-small.e-checkbox-wrapper .e-label,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label {
font-size: 14px;
line-height: 18px;
}
.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container {
bottom: -16px;
height: 38px;
left: -16px;
right: -16px;
top: -16px;
width: 38px;
}
.e-bigger .e-checkbox-wrapper .e-frame,
.e-bigger.e-checkbox