@syncfusion/ej2-buttons
Version:
A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.
1,841 lines (1,789 loc) • 205 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: 6px;
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: 6px;
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: 12px 12px;
}
.e-btn.e-round,
.e-css.e-btn.e-round {
border-radius: 50%;
height: 2.57143em;
line-height: 1;
padding: 0;
width: 2.57143em;
}
.e-btn.e-round .e-btn-icon,
.e-css.e-btn.e-round .e-btn-icon {
font-size: 16px;
line-height: 2.125em;
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: 12px 12px;
}
.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: 2em;
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: 12px 12px;
}
.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: 2em;
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: #414040;
border-color: #414040;
-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: #514f4f;
border-color: #514f4f;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn:focus,
.e-css.e-btn:focus {
background: #414040;
border-color: #201f1f;
color: #fff;
outline: #c8c8c8 1px solid;
outline-offset: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn:active,
.e-css.e-btn:active {
background: #6f6c6c;
border-color: #6f6c6c;
color: #fff;
outline: #414040 0 solid;
outline-offset: 0;
}
.e-btn.e-active,
.e-css.e-btn.e-active {
background: #6f6c6c;
border-color: #6f6c6c;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn:disabled, .e-btn.e-disabled,
.e-css.e-btn:disabled,
.e-css.e-btn.e-disabled {
background: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #414040;
border-color: #414040;
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: #514f4f;
border-color: #514f4f;
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: #414040;
border-color: #201f1f;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
outline: #414040 0 solid;
outline-offset: 0;
}
.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: #6f6c6c;
border-color: #6f6c6c;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
outline: #414040 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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #0074cc;
}
.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: #414040 0 solid;
}
.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: #37844d;
}
.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: #414040 0 solid;
}
.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: #1e79cb;
}
.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: #414040 0 solid;
}
.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: #bf7500;
}
.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: #414040 0 solid;
}
.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: #cd2a19;
}
.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: #414040 0 solid;
}
.e-btn.e-primary,
.e-css.e-btn.e-primary {
background: #0074cc;
border-color: #0074cc;
color: #fff;
}
.e-btn.e-primary:hover,
.e-css.e-btn.e-primary:hover {
background: rgb(0, 98.6, 173.4);
border-color: rgb(0, 98.6, 173.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-primary:focus,
.e-css.e-btn.e-primary:focus {
background: #0074cc;
border-color: #201f1f;
color: #fff;
outline: #c8c8c8 1px solid;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-primary:active,
.e-css.e-btn.e-primary:active {
background: #005799;
border-color: #005799;
color: #fff;
outline: #414040 0 solid;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-primary.e-active,
.e-css.e-btn.e-primary.e-active {
background: #005799;
border-color: #005799;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #37844d;
border-color: #37844d;
color: #fff;
}
.e-btn.e-success:hover,
.e-css.e-btn.e-success:hover {
background: rgb(46, 110.4, 64.4);
border-color: rgb(46, 110.4, 64.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-success:focus,
.e-css.e-btn.e-success:focus {
background: #37844d;
border-color: #201f1f;
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: rgb(37, 88.8, 51.8);
border-color: rgb(37, 88.8, 51.8);
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #1e79cb;
border-color: #1e79cb;
color: #fff;
}
.e-btn.e-info:hover,
.e-css.e-btn.e-info:hover {
background: rgb(26.0600858369, 105.1090128755, 176.3399141631);
border-color: rgb(26.0600858369, 105.1090128755, 176.3399141631);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-info:focus,
.e-css.e-btn.e-info:focus {
background: #1e79cb;
border-color: #201f1f;
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: rgb(22.1201716738, 89.2180257511, 149.6798283262);
color: #fff;
border-color: rgb(22.1201716738, 89.2180257511, 149.6798283262);
-webkit-box-shadow: none;
box-shadow: none;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #bf7500;
border-color: #bf7500;
color: #fff;
}
.e-btn.e-warning:hover,
.e-css.e-btn.e-warning:hover {
background: rgb(160.4, 98.2554973822, 0);
border-color: rgb(160.4, 98.2554973822, 0);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-warning:focus,
.e-css.e-btn.e-warning:focus {
background: #bf7500;
border-color: #201f1f;
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: rgb(129.8, 79.5109947644, 0);
border-color: rgb(129.8, 79.5109947644, 0);
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #cd2a19;
border-color: #cd2a19;
color: #fff;
}
.e-btn.e-danger:hover,
.e-css.e-btn.e-danger:hover {
background: rgb(177.7260869565, 36.412173913, 21.6739130435);
border-color: rgb(177.7260869565, 36.412173913, 21.6739130435);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-danger:focus,
.e-css.e-btn.e-danger:focus {
background: #cd2a19;
border-color: #201f1f;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-danger:active,
.e-css.e-btn.e-danger:active {
background: rgb(150.452173913, 30.8243478261, 18.347826087);
border-color: rgb(150.452173913, 30.8243478261, 18.347826087);
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-btn.e-danger.e-active,
.e-css.e-btn.e-danger.e-active {
background: rgb(150.452173913, 30.8243478261, 18.347826087);
border-color: rgb(150.452173913, 30.8243478261, 18.347826087);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat:hover,
.e-css.e-btn.e-flat:hover {
background: #514f4f;
border-color: #514f4f;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat:focus,
.e-css.e-btn.e-flat:focus {
background: #514f4f;
border-color: #201f1f;
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: #6f6c6c;
border-color: #6f6c6c;
color: #fff;
-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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #0074cc;
border-color: #0074cc;
color: #fff;
}
.e-btn.e-flat.e-primary:hover,
.e-css.e-btn.e-flat.e-primary:hover {
background: rgb(0, 98.6, 173.4);
border-color: rgb(0, 98.6, 173.4);
color: #fff;
}
.e-btn.e-flat.e-primary:focus,
.e-css.e-btn.e-flat.e-primary:focus {
background: rgb(0, 98.6, 173.4);
border-color: #201f1f;
color: #fff;
}
.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: #005799;
border-color: #005799;
color: #fff;
}
.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: #414040;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #37844d;
border-color: #37844d;
color: #fff;
}
.e-btn.e-flat.e-success:hover,
.e-css.e-btn.e-flat.e-success:hover {
background: rgb(46, 110.4, 64.4);
border-color: rgb(46, 110.4, 64.4);
-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: rgb(46, 110.4, 64.4);
border-color: #201f1f;
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: rgb(37, 88.8, 51.8);
border-color: rgb(37, 88.8, 51.8);
color: #fff;
-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: #414040;
border-color: #414040;
color: #6f6c6c;
}
.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: #1e79cb;
border-color: #1e79cb;
color: #fff;
}
.e-btn.e-flat.e-info:hover,
.e-css.e-btn.e-flat.e-info:hover {
background: rgb(26.0600858369, 105.1090128755, 176.3399141631);
border-color: rgb(26.0600858369, 105.1090128755, 176.3399141631);
-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: rgb(26.0600858369, 105.1090128755, 176.3399141631);
border-color: #201f1f;
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: rgb(22.1201716738, 89.2180257511, 149.6798283262);
border-color: rgb(22.1201716738, 89.2180257511, 149.6798283262);
color: #fff;
-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: #414040;
border-color: #414040;
color: #6f6c6c;
}
.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: #bf7500;
border-color: #bf7500;
color: #fff;
}
.e-btn.e-flat.e-warning:hover,
.e-css.e-btn.e-flat.e-warning:hover {
background: rgb(160.4, 98.2554973822, 0);
border-color: rgb(160.4, 98.2554973822, 0);
-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: rgb(160.4, 98.2554973822, 0);
border-color: #201f1f;
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: rgb(129.8, 79.5109947644, 0);
border-color: rgb(129.8, 79.5109947644, 0);
color: #fff;
-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: #414040;
border-color: #414040;
color: #6f6c6c;
}
.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: #cd2a19;
border-color: #cd2a19;
color: #fff;
}
.e-btn.e-flat.e-danger:hover,
.e-css.e-btn.e-flat.e-danger:hover {
background: rgb(177.7260869565, 36.412173913, 21.6739130435);
border-color: rgb(177.7260869565, 36.412173913, 21.6739130435);
-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: rgb(177.7260869565, 36.412173913, 21.6739130435);
border-color: #201f1f;
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: rgb(150.452173913, 30.8243478261, 18.347826087);
border-color: rgb(150.452173913, 30.8243478261, 18.347826087);
color: #fff;
-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: #414040;
border-color: #414040;
color: #6f6c6c;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-outline:hover,
.e-css.e-btn.e-outline:hover {
background: #514f4f;
border-color: #514f4f;
-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: #6f6c6c;
border-color: #6f6c6c;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.e-btn.e-outline.e-primary,
.e-css.e-btn.e-outline.e-primary {
background: transparent;
border-color: rgb(0, 55.1, 96.9);
color: rgb(0, 55.1, 96.9);
}
.e-btn.e-outline.e-primary:hover,
.e-css.e-btn.e-outline.e-primary:hover {
background: rgb(0, 98.6, 173.4);
border-color: rgb(0, 98.6, 173.4);
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: #005799;
border-color: #005799;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.e-btn.e-outline.e-success,
.e-css.e-btn.e-outline.e-success {
background: transparent;
border-color: #37844d;
color: #37844d;
}
.e-btn.e-outline.e-success:hover,
.e-css.e-btn.e-outline.e-success:hover {
background: rgb(46, 110.4, 64.4);
border-color: rgb(46, 110.4, 64.4);
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: rgb(37, 88.8, 51.8);
border-color: rgb(37, 88.8, 51.8);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.e-btn.e-outline.e-info,
.e-css.e-btn.e-outline.e-info {
background: transparent;
border-color: #1e79cb;
color: #1e79cb;
}
.e-btn.e-outline.e-info:hover,
.e-css.e-btn.e-outline.e-info:hover {
background: rgb(26.0600858369, 105.1090128755, 176.3399141631);
border-color: rgb(26.0600858369, 105.1090128755, 176.3399141631);
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: rgb(22.1201716738, 89.2180257511, 149.6798283262);
border-color: rgb(22.1201716738, 89.2180257511, 149.6798283262);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.e-btn.e-outline.e-warning,
.e-css.e-btn.e-outline.e-warning {
background: transparent;
border-color: #bf7500;
color: #bf7500;
}
.e-btn.e-outline.e-warning:hover,
.e-css.e-btn.e-outline.e-warning:hover {
background: rgb(160.4, 98.2554973822, 0);
border-color: rgb(160.4, 98.2554973822, 0);
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: rgb(129.8, 79.5109947644, 0);
border-color: rgb(129.8, 79.5109947644, 0);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.e-btn.e-outline.e-danger,
.e-css.e-btn.e-outline.e-danger {
background: transparent;
border-color: #cd2a19;
color: #cd2a19;
}
.e-btn.e-outline.e-danger:hover,
.e-css.e-btn.e-outline.e-danger:hover {
background: rgb(177.7260869565, 36.412173913, 21.6739130435);
border-color: rgb(177.7260869565, 36.412173913, 21.6739130435);
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: rgb(150.452173913, 30.8243478261, 18.347826087);
border-color: rgb(150.452173913, 30.8243478261, 18.347826087);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: transparent;
border-color: #414040;
-webkit-box-shadow: none;
box-shadow: none;
color: #6f6c6c;
}
.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: #5091f1;
}
.e-btn.e-link:hover,
.e-css.e-btn.e-link:hover {
border-radius: 0;
color: #639df3;
text-decoration: underline;
}
.e-btn.e-link:focus,
.e-css.e-btn.e-link:focus {
border-radius: 0;
text-decoration: underline;
color: #639df3;
}
.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: #6f6c6c;
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: 16px 16px;
}
.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.1112em;
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: 8px;
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: 8px;
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: 16px 16px;
}
.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: 2.875em;
line-height: 1;
padding: 0;
width: 2.875em;
}
.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: 16px 16px;
}
.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.1112em;
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: #201f1f;
border-color: #fff;
}
.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: #201f1f;
border-color: #fff;
}
.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: #201f1f;
border-color: #dadada;
}
.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check {
background-color: #0074cc;
border-color: #0074cc;
color: #fff;
}
.e-checkbox-wrapper .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-frame.e-stop {
background-color: #201f1f;
border-color: #c8c8c8;
color: #c8c8c8;
}
.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: #dadada;
}
.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: #201f1f;
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: rgb(0, 98.6, 173.4);
border-color: rgb(0, 98.6, 173.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: rgb(0, 98.6, 173.4);
border-color: rgb(0, 98.6, 173.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-checkbox-wrapper:hover .e-frame,
.e-css.e-checkbox-wrapper:hover .e-frame {
background-color: #201f1f;
border-color: #fff;
}
.e-checkbox-wrapper:hover .e-frame.e-check,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
background-color: rgb(0, 98.6, 173.4);
border-color: rgb(0, 98.6, 173.4);
color: #fff;
}
.e-checkbox-wrapper:hover .e-frame.e-stop,
.e-css.e-checkbox-wrapper:hover .e-frame.e-stop {
color: #fff;
}
.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: #201f1f;
border-color: #6f6c6c;
color: #6f6c6c;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
background-color: #6f6c6c;
border-color: #6f6c6c;
color: #201f1f;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop {
background-color: #201f1f;
border-color: #6f6c6c;
color: #6f6c6c;
}
.e-checkbox-wrapper.e-checkbox-disabled .e-label,
.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
color: #6f6c6c;
}
.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: #c8c8c8 1px solid;
outline-offset: 2px;
}
.e-bigger.e-small .e-checkbo