@charset "UTF-8";
@import "../fonts/font-awesome/css/font-awesome.css";

html {
    font-size: 13px;
}
body {
    font: 13px/22px 'FontRegular', Helvetica, sans-serif;
    -webkit-text-stroke: 0 currentColor !important;
    -webkit-font-smoothing: antialiased !important;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.modal-open {
    overflow: hidden;
}

/*** global font-face ***/
@font-face {
    font-family: 'FontLight';
    src: url(../fonts/ubuntu-font/ubuntu-light.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontLightItalic';
    src: url(../fonts/ubuntu-font/ubuntu-lightitalic.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontRegular';
    src: url(../fonts/ubuntu-font/ubuntu-regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontRegularItalic';
    src: url(../fonts/ubuntu-font/ubuntu-regularitalic.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMedium';
    src: url(../fonts/ubuntu-font/ubuntu-medium.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMediumItalic';
    src: url(../fonts/ubuntu-font/ubuntu-mediumitalic.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontBold';
    src: url(../fonts/ubuntu-font/ubuntu-bold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontBoldItalic';
    src: url(../fonts/ubuntu-font/ubuntu-bolditalic.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontCondensed';
    src: url(../fonts/ubuntu-font/ubuntu-condensed.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMonoRegular';
    src: url(../fonts/ubuntu-font/ubuntu-mono-regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMonoRegularItalic';
    src: url(../fonts/ubuntu-font/ubuntu-mono-regularitalic.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMonoBold';
    src: url(../fonts/ubuntu-font/ubuntu-mono-bold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMonoBoldItalic';
    src: url(../fonts/ubuntu-font/ubuntu-mono-bolditalic.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
.font-light {
    font-family: 'FontLight', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-lightitalic {
    font-family: 'FontLightItalic', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-regular {
    font-family: 'FontRegular', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-italic {
    font-family: 'FontRegularItalic', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-medium {
    font-family: 'FontMedium', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-mediumitalic {
    font-family: 'FontMediumItalic', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-bold, optgroup, strong {
    font-family: 'FontBold', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-bolditalic {
    font-family: 'FontBoldItalic', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-condensed {
    font-family: 'FontCondensed', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-monoregular {
    font-family: 'FontMonoRegular', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-monoregularitalic {
    font-family: 'FontMonoRegularItalic', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-monobold {
    font-family: 'FontMonoBold', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-monobolditalic {
    font-family: 'FontMonoBoldItalic', Helvetica, sans-serif !important;
    font-weight: normal;
}


/*** text styles ***/
.t-sh-1 {
    text-shadow: 0 0 1px rgba(125, 125, 125, 0.94);
}
.td-u {
    text-decoration: underline;
}
.td-dot {
    text-decoration:underline;
    text-decoration-style: dotted;
}
.inh-fsize {
    font-size: inherit;
}
.fsize-05 {
    font-size: 0.5em;
}
.fsize-07 {
    font-size: 0.7em;
}
.fsize-08 {
    font-size: 0.8em;
}
.fsize-085 {
    font-size: 0.85em;
}
.fsize-09 {
    font-size: 0.9em;
}
.fsize-095 {
    font-size: 0.95em;
}
.fsize-1rem {
    font-size: 1rem;
}
.tt-upper {
    text-transform: uppercase;
}
.tt-lower {
    text-transform: lowercase;
}
.tt-cap {
    text-transform: capitalize;
}

a { text-decoration: none; }
a.uline {
    text-decoration: underline;
}
.h-uline:hover,
.h-uline:focus {
    text-decoration: underline;
}
.focus-style:hover,
.focus-style:focus {
    background: #efefef;
    background: rgba(230, 230, 230, 0.5);
}

b, th {
    font-family: 'FontMedium', Helvetica, sans-serif;
    font-weight: normal;
}
optgroup option {
    font-family: 'FontRegular', Helvetica, sans-serif;
}

i { font-style: normal; }


.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
fieldset {
    margin: 0;
    border: 0;
}

/*** align text and element ***/
.center-text, .txt-center {
    text-align: center !important;
}
.left-text, .txt-left {
    text-align: left !important;
}
.right-text, .txt-right {
    text-align: right !important;
}
.txt-nowrap {
    white-space: nowrap;
}

/*** displays ***/
.dispblock {
    display: block !important;
}
.dispiblock {
    display: inline-block !important;
}
.dispnone {
    display: none !important;
}

/*** margins ***/
.margin-auto {
    margin: auto !important;
}
.nomargin {
    margin: 0 !important;
}
.margint5px {
    margin-top: 5px !important;
}
.marginr5px {
    margin-right: 5px !important;
}
.marginb5px {
    margin-bottom: 5px !important;
}
.marginl5px {
    margin-left: 5px !important;
}
.margint10px {
    margin-top: 10px !important;
}
.marginr10px {
    margin-right: 10px !important;
}
.marginb10px {
    margin-bottom: 10px !important;
}
.marginl10px {
    margin-left: 10px !important;
}
.margint15px {
    margin-top: 15px !important;
}
.marginr15px {
    margin-right: 15px !important;
}
.marginb15px {
    margin-bottom: 15px !important;
}
.marginl15px {
    margin-left: 15px !important;
}
.margint20px {
    margin-top: 20px !important;
}
.marginr20px {
    margin-right: 20px !important;
}
.marginb20px {
    margin-bottom: 20px !important;
}
.marginl20px {
    margin-left: 20px !important;
}
.margin5auto {
    margin: 5px auto !important;
}
.margin10auto {
    margin: 10px auto !important;
}
.margin15auto {
    margin: 15px auto !important;
}
.margin20auto {
    margin: 20px auto !important;
}
.marginauto10 {
    margin: auto 10px !important;
}
.marginauto5 {
    margin: auto 5px !important;
}

.noborder {
    border: none !important;
}
.bord-collapse {
    border-collapse: collapse;
}

/*** cursors ***/
.default-cursor {
    cursor: default;
}
.pointer-cursor {
    cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bbb;
    font-family: 'FontRegular', Helvetica, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
    opacity: 1;
    font-family: 'FontRegular', Helvetica, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
    opacity: 1;
    font-family: 'FontRegular', Helvetica, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
    font-family: 'FontRegular', Helvetica, sans-serif;
}

/*** flex centering ***/
.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.flex-center-column {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

/*** rorder radius ***/
.radius3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.radius5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.radius10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/*** headings ***/
h1, h2, h3, h4, h5, h6, dt {
    font-family: 'FontBold', Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.padd5px {
    padding: 5px !important;
}
.padd10px {
    padding: 10px !important;
}
.padd15px {
    padding: 15px !important;
}
.padd20px {
    padding: 20px !important;
}
.paddt5px {
    padding-top: 5px !important;
}
.paddr5px {
    padding-right: 5px !important;
}
.paddb5px {
    padding-bottom: 5px !important;
}
.paddl5px {
    padding-left: 5px !important;
}
.paddt10px {
    padding-top: 10px !important;
}
.paddr10px {
    padding-right: 10px !important;
}
.paddb10px {
    padding-bottom: 10px !important;
}
.paddl10px {
    padding-left: 10px !important;
}
.paddt15px {
    padding-top: 15px !important;
}
.paddr15px {
    padding-right: 15px !important;
}
.paddb15px {
    padding-bottom: 15px !important;
}
.paddl15px {
    padding-left: 15px !important;
}
.padd05px {
    padding: 0 5px !important;
}
.nopadd {
    padding: 0 !important;
}
.padd010 {
    padding: 0 10px !important;
}
.padd05 {
    padding: 0 5px !important;
}
.padd03 {
    padding: 0 3px !important;
}
.pd2-0 {
    padding: 2px 0 !important;
}
.pd4-0 {
    padding: 4px 0 !important;
}
.pd6-0 {
    padding: 6px 0 !important;
}

.posfix-top {
    position: fixed !important;
    top: 0 !important;
}
.pos-rel {
    position: relative !important;
}

.rotate90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nofloat {
    float: none !important;
}
.floatr {
    float: right !important;
}
.floatl {
    float: left !important;
}

.bg-white {
    background-color: white;
}

/*** input, select ***/
input[type=text], input[type=number], input[type=password],
input[type=email], input[type=date], input[type=time],
input[type=tel], input[type=datetime-local], select, textarea, .input-aspect,
button, input[type=submit], input[type=reset] {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    height: 33px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
select[multiple] {
    height: auto;
}
.input-aspect {
    display: inline-block;
    background-color: #fff;
    line-height: 31px;
}

input[type=text].invalid, input[type=number].invalid, input[type=password].invalid,
input[type=email].invalid, input[type=date].invalid, input[type=time].invalid,
input[type=tel].invalid, select.invalid, textarea.invalid, .input-aspect.invalid {
    border-color: #bd665c;
}
input[type=text], input[type=number], input[type=password],
input[type=email], input[type=date], input[type=time],
input[type=tel], input[type=datetime-local], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text].focusable:hover, input[type=number].focusable:hover, input[type=password].focusable:hover,
input[type=email].focusable:hover, input[type=date].focusable:hover, input[type=time].focusable:hover,
input[type=tel].focusable:hover, input[type=datetime-local].focusable:hover, textarea.focusable:hover, select.focusable:hover {
    border-color: #cccccc;
}
input[type=text].focusable:focus, input[type=number].focusable:focus, input[type=password].focusable:focus,
input[type=email].focusable:focus, input[type=date].focusable:focus, input[type=time].focusable:focus,
input[type=tel].focusable:focus, input[type=datetime-local].focusable:focus, textarea.focusable:focus, select.focusable:focus,
.focusableall input[type=text]:focus, .focusableall input[type=number]:focus, .focusableall input[type=password]:focus,
.focusableall input[type=email]:focus, .focusableall input[type=date]:focus, .focusableall input[type=time]:focus,
.focusableall input[type=tel]:focus, .focusableall input[type=datetime-local]:focus, .focusableall textarea:focus, .focusableall select:focus {
    /*border-color: rgba(22, 123, 214, 0.6);*/
    border-color: rgba(67, 149, 236, 0.6);
    -webkit-box-shadow: 0 0 6px -2px #7a9fc5;
    -moz-box-shadow: 0 0 6px -2px #7a9fc5;
    box-shadow: 0 0 6px -2px #7a9fc5;
    outline: none;
}
.bordf-fields input[type=text]:focus, .bordf-fields input[type=number]:focus, .bordf-fields input[type=password]:focus,
.bordf-fields input[type=email]:focus, .bordf-fields input[type=date]:focus, .bordf-fields input[type=time]:focus,
.bordf-fields input[type=tel]:focus, .bordf-fields input[type=datetime-local]:focus, .bordf-fields textarea:focus, .bordf-fields select:focus,
.bordf-field:focus {
    /*border-color: rgba(22, 123, 214, 0.6);*/
    border-color: rgba(67, 149, 236, 0.6);
    outline: none;
    background: #fff;
}
.bordf-fields .toggle-content-buttons button:focus {
    border-color: rgba(67, 149, 236, 0.6);
    outline: none;
}

.fields-shdw input[type=text]:hover, .fields-shdw input[type=number]:hover,
.fields-shdw input[type=password]:hover, .fields-shdw input[type=email]:hover,
.fields-shdw input[type=date]:hover, .fields-shdw input[type=time]:hover,
.fields-shdw input[type=tel]:hover, .fields-shdw select:hover,
.fields-shdw textarea:hover, .fields-shdw .shdw:hover {
    -webkit-box-shadow: 0 0 3px -1px #bbb;
    -moz-box-shadow: 0 0 3px -1px #bbb;
    box-shadow: 0 0 3px -1px #bbb;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=text]:disabled, input[type=number]:disabled, input[type=password]:disabled,
input[type=email]:disabled, input[type=date]:disabled, input[type=time]:disabled,
input[type=tel]:disabled, select:disabled, textarea:disabled, .input-aspect.disabled {
    cursor: not-allowed;
    background: rgb(243, 243, 243) !important;
}

.w-ariainvalid [aria-invalid='true'],
.w-ariainvalid select[aria-invalid='true'] + .select2-container .select2-selection,
.w-ariainvalid input[type='hidden'].flatpickr-input[aria-invalid='true'] + input[type='text'].flatpickr-input {
    border-color: rgb(224, 131, 131);
}
.w-ariainvalid [aria-invalid='false'],
.w-ariainvalid select[aria-invalid='false'] + .select2-container .select2-selection,
.w-ariainvalid input[type='hidden'].flatpickr-input[aria-invalid='false'] + input[type='text'].flatpickr-input {
    border-color: rgb(64, 179, 111);
}

input.ronly-style:read-only,
textarea.ronly-style:read-only {
    opacity: 0.6 !important;
}


/*********************/
/*** alert bottons ***/
/*********************/
.btn {
    border: none;
    color: white;
    cursor: pointer;
}
.btn.button {
    height: 33px;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
}
input[type=submit].btn, input[type=reset].btn {
    border: none;
}
.btn.btn-success {
    background: #38b362;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
    background: #3ba25f;
}
.btn.btn-info {
    background: #4395ec;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
    background: #0b7dda;
}
.btn.btn-warning {
    background: #f59607;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
    background: #e68a00;
}
.btn.btn-danger {
    background: #ec463a;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
    background: #d83327;
}
.btn.btn-default {
    background: #e7e7e7;
    color: inherit;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
    background: #ddd;
}
.btn.btn-action {
    background: #1e7adc;
    color: #fff;
}
.btn.btn-action:hover,
.btn.btn-action:focus {
    background: #2373c7; /*#2978ce*/
}
.btn.btn-clean {
    background: transparent;
    color: inherit;
    height: auto;
    padding: 0;
}
.btn.btn-clean.likeinput {
    height: 33px;
}
.btn.btn-clean:hover, .btn.btn-clean:active, .btn.btn-clean:focus {
    box-shadow: none;
}
.btn.btn-clean.likeinput:focus {
    /*border-color: rgba(22, 123, 214, 0.6);*/
    border-color: rgba(67, 149, 236, 0.6);
}

/**************/
/*** alerts ***/
/**************/
.alert {
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: black;
}
.alert.alrt-success {
    /*color: #3c763d;*/
    background-color: #cef9c5;
    border-color: #b5e4b4;
}
.alert.alrt-info {
    /*color: #31708f;*/
    background-color: #c8ddf3;
    border-color: #b1cae8;
}
.alert.alrt-warning {
    /*color: #8a6d3b;*/
    background-color: #fff8c8;
    border-color: #f9e6b0;
}
.alert.alrt-danger {
    /*color: #a94442;*/
    background-color: #f7d4d4;
    border-color: #e0b7b7;
}
/*** backgrounds ***/
.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}
.bg-success {
    background-color: #cef9c5 !important;
}
.bg-info {
    background-color: #c8ddf3 !important;
}
.bg-warning {
    background-color: #fff8c8 !important;
}
.bg-danger {
    background-color: #f7d4d4 !important;
}
.bg-lgray {
    background-color: #f3f6f9 !important;
}
.bg-green {
    background-color: #15a748 !important;
    color: #fff;
}
.bg-yellow {
    background-color: #e48f21 !important;
    color: #fff;
}
.bg-red {
    background-color: #c34444 !important;
    color: #fff;
}
.bg-content {
    background-color: #414952 !important;
    color: #fff;
}
.bg-lviolet { /*sync cdn-tools*/
    background-color: #e0cfef !important;
}

/*** text colors ***/
.txt-muted {
    color: #777777 !important;
}
.txt-primary {
    color: #1e7adc !important;
}
.txt-bgprimary {
    color: #337ab7 !important;
}
.txt-success {
    color: #15a748 !important; /*#3ba25f*/
}
.txt-info {
    color: #4395ec !important; /*#006cde*/
}
.txt-warning {
    color: #e48f21 !important;
}
.txt-danger {
    color: #c34444 !important;
}
.txt-content {
    color: #06172b !important; /*#3a4048*/
}
.txt-root {
    color: #000 !important;
}
.txt-violet {
    color: #5726a5 !important;
}
.txt-reserved {
    color: #1582b7 !important;
}
.txt-inherit {
    color: inherit !important;
}
.bg-hover:hover {
    background: #dee3e7;
}


/*********************/
/*** other buttons ***/
/*********************/
.record-btn.disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.record-btn * {
    line-height: 33px;
}
.record-btn .icon {
    vertical-align: middle;
}
.record-btn.add i {
    margin-right: 7px;
}

button, .record-btn, input[type=submit], input[type=reset] {
    font-family: 'FontMedium', Helvetica, sans-serif;
    font-size: inherit;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
button:hover,
button:focus {
    -webkit-box-shadow: 0 0 5px 0 #bbbbbb;
    -moz-box-shadow: 0 0 5px 0 #bbbbbb;
    box-shadow: 0 0 5px 0 #bbbbbb;
}
button.icon {
    padding: 0;
    background: none;
    border: none;
}
button.no-sh:hover,
button.icon:hover,
button.no-sh:focus,
button.icon:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:active {
    -webkit-box-shadow: inset 0 0 12px -3px #797979;
    -moz-box-shadow: inset 0 0 12px -3px #797979;
    box-shadow: inset 0 0 12px -3px #797979;
}

.btn, button, .record-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-align: center;
}
.btn.disabled, button.disabled,
.record-btn.disabled, button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.block-fields input[type=text],
.block-fields input[type=password],
.block-fields input[type=email],
.block-fields select,
.block-fields textarea {
    display: block;
}
.block-fields.width input[type=text],
.block-fields.width input[type=password],
.block-fields.width input[type=email],
.block-fields.width select,
.block-fields.width textarea {
    width: 100%;
}

textarea {
    height: auto;
    resize: vertical;
    padding: 8px 10px;
}
legend, label, .label-aspect {
    font-family: 'FontMedium', Helvetica, sans-serif;
}
label, .label-aspect {
    cursor: default;
}

.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-41 {
    width: 41% !important;
}
.w-42 {
    width: 42% !important;
}
.w-43 {
    width: 43% !important;
}
.w-44 {
    width: 44% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-58 {
    width: 58% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}

.fa-group:before, .fa-users:before {
    font-size: 0.9em;
}

button.loading:after {
    content: '\f110';
    font-family: FontAwesome, serif;
    margin-left: 5px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: inline-block;
}

.lh-13 {
    line-height: 1.3;
}
.lh-15 {
    line-height: 1.5;
}
.lh-2 {
    line-height: 2;
}
.lh-25 {
    line-height: 2.5;
}

table.td-padd-1-3 td,
table.td-padd-1-3 th {
    padding: 1px 3px !important;
}

.bdr-dotted {
    border-style: dotted;
}

.txt-ellipsis { /*sync cdn-tools*/
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.valign-middle {
    vertical-align: middle !important;
}

.check-scale-style {
    appearance: none;
    border: 1px solid #ddd;
    display: inline-flex;
    place-content: center;
}
.check-scale-style::before {
    content: "";
    display: block;
    margin: auto;
    width: 0.55em;
    height: 0.55em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em currentColor;
}
.check-scale-style:checked::before {
    transform: scale(1);
}