@syncfusion/ej2-buttons
Version:
A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.
1,687 lines (1,647 loc) • 211 kB
CSS
.e-btn,
.e-css.e-btn {
/* stylelint-disable property-no-vendor-prefix */
-webkit-font-smoothing: antialiased;
border: 1px solid;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 14px;
font-weight: 400;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.6;
outline: none;
padding: 4px 8px;
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: -2px;
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.5em;
width: 2em;
padding: 0 8px;
}
.e-btn .e-btn-icon.e-icon-right,
.e-css.e-btn .e-btn-icon.e-icon-right {
width: 2em;
margin-right: -0.5em;
padding: 0 8px;
}
.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: 4px 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: 32px;
line-height: 1;
padding: 0;
width: 32px;
}
.e-btn.e-round .e-btn-icon,
.e-css.e-btn.e-round .e-btn-icon {
font-size: 14px;
line-height: 1.6;
margin-top: 0;
width: auto;
}
.e-btn.e-rtl .e-icon-right,
.e-css.e-btn.e-rtl .e-icon-right {
margin-left: -0.5em;
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.5em;
}
.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.6;
padding: 2px 8px 2px;
}
.e-btn.e-small .e-btn-icon,
.e-css.e-btn.e-small .e-btn-icon {
font-size: 12px;
width: 1em;
}
.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.57143em;
width: 2em;
padding: 0 8px;
}
.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.57143em;
width: 2em;
padding: 0 8px;
}
.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: 2px 5px;
}
.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: 24px;
line-height: 1;
padding: 0;
width: 24px;
}
.e-btn.e-small.e-round .e-btn-icon,
.e-css.e-btn.e-small.e-round .e-btn-icon {
font-size: 12px;
line-height: 1.5;
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.57143em;
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.57143em;
}
.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.6;
padding: 2px 8px 2px;
}
.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: 12px;
width: 1em;
}
.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.57143em;
width: 2em;
padding: 0 8px;
}
.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.57143em;
width: 2em;
padding: 0 8px;
}
.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: 2px 5px;
}
.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: 24px;
line-height: 1;
padding: 0;
width: 24px;
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: 12px;
line-height: 1.5;
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.57143em;
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.57143em;
}
/* stylelint-disable property-no-vendor-prefix */
.e-btn,
.e-css.e-btn {
-webkit-tap-highlight-color: transparent;
background: #6c757d;
border-color: #6c757d;
-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: rgb(90.2703862661, 97.7929184549, 104.4796137339);
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn:focus,
.e-css.e-btn:focus {
background: rgb(91.452360515, 99.0733905579, 105.847639485);
border-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
color: #fff;
outline: #6c757d 0 solid;
outline-offset: 0;
-webkit-box-shadow: 0 0 0 0.25em rgba(115.3599785408, 122.5070600858, 128.8600214592, 0.5);
box-shadow: 0 0 0 0.25em rgba(115.3599785408, 122.5070600858, 128.8600214592, 0.5);
}
.e-btn:active,
.e-css.e-btn:active {
background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
color: #fff;
outline: #6c757d 0 solid;
outline-offset: 0;
}
.e-btn.e-active,
.e-css.e-btn.e-active {
background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
-webkit-box-shadow: 0 0 0 0.2rem rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
box-shadow: 0 0 0 0.2rem rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
color: #fff;
}
.e-btn:disabled, .e-btn.e-disabled,
.e-css.e-btn:disabled,
.e-css.e-btn.e-disabled {
background: rgba(108, 117, 125, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #6c757d;
border-color: #6c757d;
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: rgb(90.2703862661, 97.7929184549, 104.4796137339);
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
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: rgb(91.452360515, 99.0733905579, 105.847639485);
border-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
outline: #6c757d 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
-webkit-box-shadow: 0 0 0 0.2rem rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
box-shadow: 0 0 0 0.2rem rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
color: #fff;
outline: #6c757d 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: rgba(108, 117, 125, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #007bff;
}
.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: #6c757d 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: #28a745;
}
.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: #6c757d 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: #17a2b8;
}
.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: #6c757d 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: #ffc107;
}
.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: #6c757d 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: #dc3545;
}
.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: #6c757d 0 solid;
}
.e-btn.e-primary,
.e-css.e-btn.e-primary {
background: #007bff;
border-color: #007bff;
color: #fff;
}
.e-btn.e-primary:hover,
.e-css.e-btn.e-primary:hover {
background: rgb(0, 104.55, 216.75);
border-color: rgb(0, 98.4, 204);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-primary:focus,
.e-css.e-btn.e-primary:focus {
background: rgb(0, 105.78, 219.3);
border-color: rgb(0, 110.7, 229.5);
color: #fff;
outline: #6c757d 0 solid;
-webkit-box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
}
.e-btn.e-primary:active,
.e-css.e-btn.e-primary:active {
background: rgb(0, 98.4, 204);
border-color: rgb(0, 92.25, 191.25);
color: #fff;
outline: #6c757d 0 solid;
}
.e-btn.e-primary.e-active,
.e-css.e-btn.e-primary.e-active {
background: rgb(0, 98.4, 204);
border-color: rgb(0, 92.25, 191.25);
-webkit-box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
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: rgba(0, 123, 255, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #28a745;
border-color: #28a745;
color: #fff;
}
.e-btn.e-success:hover,
.e-css.e-btn.e-success:hover {
background: rgb(32.6086956522, 136.1413043478, 56.25);
border-color: rgb(30.1449275362, 125.8550724638, 52);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-success:focus,
.e-css.e-btn.e-success:focus {
background: rgb(33.1014492754, 138.1985507246, 57.1);
border-color: rgb(35.0724637681, 146.4275362319, 60.5);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
}
.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(30.1449275362, 125.8550724638, 52);
border-color: rgb(27.6811594203, 115.5688405797, 47.75);
color: #fff;
}
.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: rgba(40, 167, 69, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #17a2b8;
border-color: #17a2b8;
color: #fff;
}
.e-btn.e-info:hover,
.e-css.e-btn.e-info:hover {
background: rgb(18.75, 132.0652173913, 150);
border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-info:focus,
.e-css.e-btn.e-info:focus {
background: rgb(19.0333333333, 134.0608695652, 152.2666666667);
border-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(44.2316666667, 156.2576086957, 173.9883333333, 0.5);
box-shadow: 0 0 0 0.25em rgba(44.2316666667, 156.2576086957, 173.9883333333, 0.5);
}
.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(17.3333333333, 122.0869565217, 138.6666666667);
color: #fff;
border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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: rgba(23, 162, 184, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #ffc107;
border-color: #ffc107;
color: #212529;
}
.e-btn.e-warning:hover,
.e-css.e-btn.e-warning:hover {
background: rgb(223.75, 167.8125, 0);
border-color: rgb(211, 158.25, 0);
-webkit-box-shadow: none;
box-shadow: none;
color: #212529;
}
.e-btn.e-warning:focus,
.e-css.e-btn.e-warning:focus {
background: rgb(226.3, 169.725, 0);
border-color: rgb(236.5, 177.375, 0);
color: #212529;
-webkit-box-shadow: 0 0 0 0.25em rgba(239.275, 187.9425, 33.945, 0.5);
box-shadow: 0 0 0 0.25em rgba(239.275, 187.9425, 33.945, 0.5);
}
.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(211, 158.25, 0);
border-color: rgb(198.25, 148.6875, 0);
color: #212529;
}
.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: rgba(255, 193, 7, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #212529;
}
.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: #dc3545;
border-color: #dc3545;
color: #fff;
}
.e-btn.e-danger:hover,
.e-css.e-btn.e-danger:hover {
background: rgb(200.082278481, 34.667721519, 50.5158227848);
border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-danger:focus,
.e-css.e-btn.e-danger:focus {
background: rgb(202.2556962025, 35.0443037975, 51.064556962);
border-color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(217.1648734177, 67.0551265823, 81.4368987342, 0.5);
box-shadow: 0 0 0 0.25em rgba(217.1648734177, 67.0551265823, 81.4368987342, 0.5);
}
.e-btn.e-danger:active,
.e-css.e-btn.e-danger:active {
background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
color: #fff;
}
.e-btn.e-danger.e-active,
.e-css.e-btn.e-danger.e-active {
background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
-webkit-box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
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: rgba(220, 53, 69, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #6c757d;
border-color: #6c757d;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat:hover,
.e-css.e-btn.e-flat:hover {
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-flat:focus,
.e-css.e-btn.e-flat:focus {
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
border-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(115.1547746781, 122.3166309013, 128.6827253219, 0.5);
box-shadow: 0 0 0 0.25em rgba(115.1547746781, 122.3166309013, 128.6827253219, 0.5);
}
.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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
box-shadow: 0 0 0 0.25em rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
}
.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: rgba(108, 117, 125, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.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: #007bff;
border-color: #007bff;
color: #fff;
}
.e-btn.e-flat.e-primary:hover,
.e-css.e-btn.e-flat.e-primary:hover {
background: rgb(0, 104.55, 216.75);
border-color: rgb(0, 98.4, 204);
color: #fff;
}
.e-btn.e-flat.e-primary:focus,
.e-css.e-btn.e-flat.e-primary:focus {
background: rgb(0, 104.55, 216.75);
border-color: rgb(0, 110.7, 229.5);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(32.5125, 129.375, 233.325, 0.5);
box-shadow: 0 0 0 0.25em rgba(32.5125, 129.375, 233.325, 0.5);
}
.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: rgb(0, 98.4, 204);
border-color: rgb(0, 92.25, 191.25);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(30.6, 112.7025, 200.8125, 0.5);
box-shadow: 0 0 0 0.25em rgba(30.6, 112.7025, 200.8125, 0.5);
}
.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: rgba(0, 123, 255, 0.65);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.65);
}
.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: #28a745;
border-color: #28a745;
color: #fff;
}
.e-btn.e-flat.e-success:hover,
.e-css.e-btn.e-flat.e-success:hover {
background: rgb(32.6086956522, 136.1413043478, 56.25);
border-color: rgb(30.1449275362, 125.8550724638, 52);
-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(32.6086956522, 136.1413043478, 56.25);
border-color: rgb(35.0724637681, 146.4275362319, 60.5);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(57.6240942029, 160.2134057971, 81.05, 0.5);
box-shadow: 0 0 0 0.25em rgba(57.6240942029, 160.2134057971, 81.05, 0.5);
}
.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(30.1449275362, 125.8550724638, 52);
border-color: rgb(27.6811594203, 115.5688405797, 47.75);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(49.7985507246, 133.6139492754, 68.9375, 0.5);
box-shadow: 0 0 0 0.25em rgba(49.7985507246, 133.6139492754, 68.9375, 0.5);
}
.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: rgba(40, 167, 69, 0.65);
border-color: transparent;
color: rgba(255, 255, 255, 0.65);
}
.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: #17a2b8;
border-color: #17a2b8;
color: #fff;
}
.e-btn.e-flat.e-info:hover,
.e-css.e-btn.e-flat.e-info:hover {
background: rgb(18.75, 132.0652173913, 150);
border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
-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(18.75, 132.0652173913, 150);
border-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(43.8916666667, 156.1744565217, 173.9458333333, 0.5);
box-shadow: 0 0 0 0.25em rgba(43.8916666667, 156.1744565217, 173.9458333333, 0.5);
}
.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(17.3333333333, 122.0869565217, 138.6666666667);
border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(38.5791666667, 130.3141304348, 144.8333333333, 0.5);
box-shadow: 0 0 0 0.25em rgba(38.5791666667, 130.3141304348, 144.8333333333, 0.5);
}
.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: rgba(23, 162, 184, 0.65);
border-color: transparent;
color: rgba(255, 255, 255, 0.65);
}
.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: #ffc107;
border-color: #ffc107;
color: #212529;
}
.e-btn.e-flat.e-warning:hover,
.e-css.e-btn.e-flat.e-warning:hover {
background: rgb(223.75, 167.8125, 0);
border-color: rgb(211, 158.25, 0);
-webkit-box-shadow: none;
box-shadow: none;
color: #212529;
}
.e-btn.e-flat.e-warning:focus,
.e-css.e-btn.e-flat.e-warning:focus {
background: rgb(223.75, 167.8125, 0);
border-color: rgb(236.5, 177.375, 0);
color: #212529;
-webkit-box-shadow: 0 0 0 0.25em rgba(239.275, 187.846875, 33.5625, 0.5);
box-shadow: 0 0 0 0.25em rgba(239.275, 187.846875, 33.5625, 0.5);
}
.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(211, 158.25, 0);
border-color: rgb(198.25, 148.6875, 0);
color: #212529;
-webkit-box-shadow: 0 0 0 0.25em rgba(206.7625, 162.984375, 31.65, 0.5);
box-shadow: 0 0 0 0.25em rgba(206.7625, 162.984375, 31.65, 0.5);
}
.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: rgba(255, 193, 7, 0.65);
border-color: transparent;
color: rgba(33, 37, 41, 0.65);
}
.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: #dc3545;
border-color: #dc3545;
color: #fff;
}
.e-btn.e-flat.e-danger:hover,
.e-css.e-btn.e-flat.e-danger:hover {
background: rgb(200.082278481, 34.667721519, 50.5158227848);
border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
-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(200.082278481, 34.667721519, 50.5158227848);
border-color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(217.1083860759, 66.7291139241, 81.1367088608, 0.5);
box-shadow: 0 0 0 0.25em rgba(217.1083860759, 66.7291139241, 81.1367088608, 0.5);
}
.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(189.2151898734, 32.7848101266, 47.7721518987);
border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
color: #fff;
-webkit-box-shadow: 0 0 0 0.25em rgba(189.1148734177, 60.2976265823, 72.6393987342, 0.5);
box-shadow: 0 0 0 0.25em rgba(189.1148734177, 60.2976265823, 72.6393987342, 0.5);
}
.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: rgba(220, 53, 69, 0.65);
border-color: transparent;
color: rgba(255, 255, 255, 0.65);
}
.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: #6c757d;
-webkit-box-shadow: none;
box-shadow: none;
color: #6c757d;
}
.e-btn.e-outline:hover,
.e-css.e-btn.e-outline:hover {
background: #6c757d;
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.e-btn.e-outline:focus,
.e-css.e-btn.e-outline:focus {
-webkit-box-shadow: 0 0 0 0.25em rgba(128.2796137339, 136.0570815451, 142.9703862661, 0.5);
box-shadow: 0 0 0 0.25em rgba(128.2796137339, 136.0570815451, 142.9703862661, 0.5);
}
.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: #6c757d;
border-color: transparent;
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: rgba(108, 117, 125, 0.65);
color: rgba(108, 117, 125, 0.65);
}
.e-btn.e-outline.e-primary,
.e-css.e-btn.e-outline.e-primary {
background: transparent;
border-color: #007bff;
color: #007bff;
}
.e-btn.e-outline.e-primary:hover,
.e-css.e-btn.e-outline.e-primary:hover {
background: #007bff;
background: rgb(0, 104.55, 216.75);
border-color: #007bff;
color: #fff;
}
.e-btn.e-outline.e-primary:focus,
.e-css.e-btn.e-outline.e-primary:focus {
-webkit-box-shadow: 0 0 0 0.25em rgba(38.25, 132.345, 233.325, 0.5);
box-shadow: 0 0 0 0.25em rgba(38.25, 132.345, 233.325, 0.5);
}
.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: #007bff;
border-color: transparent;
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: rgba(0, 123, 255, 0.65);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(0, 123, 255, 0.65);
}
.e-btn.e-outline.e-success,
.e-css.e-btn.e-outline.e-success {
background: transparent;
border-color: #28a745;
color: #28a745;
}
.e-btn.e-outline.e-success:hover,
.e-css.e-btn.e-outline.e-success:hover {
background: #28a745;
background: rgb(32.6086956522, 136.1413043478, 56.25);
border-color: rgb(30.1449275362, 125.8550724638, 52);
color: #fff;
}
.e-btn.e-outline.e-success:focus,
.e-css.e-btn.e-outline.e-success:focus {
-webkit-box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
}
.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: #28a745;
border-color: transparent;
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: rgba(40, 167, 69, 0.65);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(40, 167, 69, 0.65);
}
.e-btn.e-outline.e-info,
.e-css.e-btn.e-outline.e-info {
background: transparent;
border-color: #17a2b8;
color: #17a2b8;
}
.e-btn.e-outline.e-info:hover,
.e-css.e-btn.e-outline.e-info:hover {
background: #17a2b8;
background: rgb(18.75, 132.0652173913, 150);
border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
color: #fff;
}
.e-btn.e-outline.e-info:focus,
.e-css.e-btn.e-outline.e-info:focus {
-webkit-box-shadow: 0 0 0 0.25em rgba(43.8916666667, 156.1744565217, 173.9458333333, 0.5);
box-shadow: 0 0 0 0.25em rgba(43.8916666667, 156.1744565217, 173.9458333333, 0.5);
}
.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: #17a2b8;
border-color: transparent;
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: rgba(23, 162, 184, 0.65);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(23, 162, 184, 0.65);
}
.e-btn.e-outline.e-warning,
.e-css.e-btn.e-outline.e-warning {
background: transparent;
border-color: #ffc107;
color: #ffc107;
}
.e-btn.e-outline.e-warning:hover,
.e-css.e-btn.e-outline.e-warning:hover {
background: #ffc107;
background: rgb(223.75, 167.8125, 0);
border-color: rgb(211, 158.25, 0);
color: #212529;
}
.e-btn.e-outline.e-warning:focus,
.e-css.e-btn.e-outline.e-warning:focus {
-webkit-box-shadow: 0 0 0 0.25em rgba(239.275, 187.846875, 33.5625, 0.5);
box-shadow: 0 0 0 0.25em rgba(239.275, 187.846875, 33.5625, 0.5);
}
.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: #ffc107;
border-color: transparent;
color: #212529;
}
.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: rgba(255, 193, 7, 0.65);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 193, 7, 0.65);
}
.e-btn.e-outline.e-danger,
.e-css.e-btn.e-outline.e-danger {
background: transparent;
border-color: #dc3545;
color: #dc3545;
}
.e-btn.e-outline.e-danger:hover,
.e-css.e-btn.e-outline.e-danger:hover {
background: #dc3545;
background: rgb(200.082278481, 34.667721519, 50.5158227848);
border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
color: #fff;
}
.e-btn.e-outline.e-danger:focus,
.e-css.e-btn.e-outline.e-danger:focus {
-webkit-box-shadow: 0 0 0 0.25em rgba(217.1083860759, 66.7291139241, 81.1367088608, 0.5);
box-shadow: 0 0 0 0.25em rgba(217.1083860759, 66.7291139241, 81.1367088608, 0.5);
}
.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: #dc3545;
border-color: transparent;
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: rgba(220, 53, 69, 0.65);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(220, 53, 69, 0.65);
}
.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: #007bff;
}
.e-btn.e-link:hover,
.e-css.e-btn.e-link:hover {
border-radius: 0;
color: rgb(0, 86.1, 178.5);
text-decoration: underline;
background: transparent;
border-color: transparent;
}
.e-btn.e-link:focus,
.e-css.e-btn.e-link:focus {
border-radius: 0;
text-decoration: underline;
background: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: rgb(0, 86.1, 178.5);
}
.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: #6c757d;
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: 14px;
line-height: 1.6;
padding: 4px 8px;
}
.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: 14px;
width: 1em;
}
.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.5em;
width: 2em;
padding: 0 8px;
}
.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.5em;
width: 2em;
padding: 0 8px;
}
.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: 4px 8px;
}
.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: 32px;
line-height: 1;
padding: 0;
width: 32px;
}
.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: 14px;
line-height: 1.6;
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.5em;
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.5em;
}
.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: 1.6;
padding: 6px 12px 5px 12px;
}
.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.6111em;
width: 2em;
padding: 0 8px;
}
.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.6111em;
width: 2em;
padding: 0 8px;
}
.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: 4px 9px 5px 9px;
}
.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: 38px;
line-height: 1;
padding: 0;
width: 38px;
}
.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: 16px;
line-height: 1.5;
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.6111em;
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.6111em;
}
.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: 14px;
line-height: 1.6;
padding: 4px 8px;
}
.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: 14px;
width: 1em;
}
.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.5em;
width: 2em;
padding: 0 8px;
}
.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.5em;
width: 2em;
padding: 0 8px;
}
.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: 4px 8px;
}
.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: 32px;
line-height: 1;
padding: 0;
width: 32px;
}
.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: 14px;
line-height: 1.6;
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.5em;
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.5em;
}
.e-checkbox-wrapper .e-check::before,
.e-css.e-checkbox-wrapper .e-check::before {
content: "\e7fa";
}
.e-checkbox-wrapper .e-stop::before,
.e-css.e-checkbox-wrapper .e-stop::before {
content: "\e7fb";
}
.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: 0 0 0 3px rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.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: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 14px;
font-weight: normal;
line-height: 14px;
-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: 1px solid;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: "e-icons";
height: 14px;
line-height: 1.5;
padding: 0;
text-align: center;
vertical-align: middle;
width: 14px;
}
.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: 8px;
}
.e-checkbox-wrapper .e-stop,
.e-css.e-checkbox-wrapper .e-stop {
font-size: 8px;
line-height: 1.5;
}
.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: #fff;
border-color: #adb5bd;
}
.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: 12px;
line-height: 11px;
width: 12px;
}
.e-checkbox-wrapper.e-small .e-check,
.e-css.e-checkbox-wrapper.e-small .e-check {
font-size: 6px;
}
.e-checkbox-wrapper.e-small .e-stop,
.e-css.e-checkbox-wrapper.e-small .e-stop {
font-size: 8px;
line-height: 11px;
}
.e-checkbox-wrapper.e-small .e-label,
.e-css.e-checkbox-wrapper.e-small .e-label {
font-size: 12px;
line-height: 12px;
}
.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: -13