


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
iframe {
    display: block;
	width: 100%;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
    overflow: auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
*:focus {
    outline: none;
}



html {
    font-size: 62.5%;
    
    min-height: 100%;
    height: 100%;
}





@font-face {
    font-family: font1;
    src: url('/assets/slc/std/fonts/Montserrat-Regular.ttf?v=1.85.006') format('truetype');
}

@font-face {
    font-family: font1light;
    src: url('/assets/slc/std/fonts/Montserrat-Light.ttf?v=1.85.006') format('truetype');
}

@font-face {
    font-family: font1bold;
    src: url('/assets/slc/std/fonts/Montserrat-Medium.ttf?v=1.85.006') format('truetype');
}



@font-face {
    font-family: font2;
    src: url('/assets/slc/std/fonts/PTMono-Regular.ttf?v=1.85.006') format('truetype');
}

@font-face {
    font-family: font2light;
    src: url('/assets/slc/std/fonts/PTMono-Regular.ttf?v=1.85.006') format('truetype');
}

@font-face {
    font-family: font2bold;
    src: url('/assets/slc/std/fonts/PTMono-Regular.ttf?v=1.85.006') format('truetype');
}



@font-face {
    font-family: font3;
    src: url('/assets/sys/fonts/Roboto-Regular.ttf?v=1.85.006') format('truetype');
}

@font-face {
    font-family: font3light;
    src: url('/assets/sys/fonts/Roboto-Light.ttf?v=1.85.006') format('truetype');
}

@font-face {
    font-family: font3bold;
    src: url('/assets/sys/fonts/Roboto-Medium.ttf?v=1.85.006') format('truetype');
}



@font-face {
    font-family: FontAwesome;
    src: url('/assets/sys/fonts/fontawesome-webfont.ttf?v=1.85.006') format('truetype');
}

body {
    font-family: font1, font3;
    font-size: 2rem;
    line-height: normal;
    touch-action: manipulation;
    
    color: #292929;
    
    letter-spacing: 0.2px;
}

b, strong {
    font-family: font1bold, font3bold;
}

i, em {
    font-style: italic;
}

a {
    color: inherit;
}

h1, h2, h3, h4, h5{
    padding: 10px 0;
}

h1{
    font-size: 4rem;
    font-family: font1bold, font2bold;
}

h2{
    font-size: 3.8rem;
}

h3{
    font-size: 3rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.2rem;
}

p{
    font-size: 2rem;
}

ul li{
    margin-left: 30px;
    list-style: disc;
}
ol li{
    margin-left: 30px;
    list-style: decimal;
}

@media(max-width: 550px){
    h1{
        font-size: 2.8rem;
    }

    h2{
        font-size: 2.5rem;
    }

    h3{
        font-size: 2rem;
    }
}


.bgcolor1 {
    background-color: white;
    color: #5a4a42;
    
    border: none;
}

.bgcolor2 {
    background: #3d3d3d;
    color: white;
    
    border: none;
}

.bgcolor3 {
    background-color: #f6f4e9;
    color: #5a4a42;
    
    border: none;
}

.bgcolor4 {
    background: #ff9900;
    color: #5a4a42;
    
    border: none;
}
.bgcolor5 {
    background: #e5e3d4;
    color: #5a4a42;
    
    border: none;
}

.template {
    display: none !important;
}

.indent {
	margin-left: 1.5em;
}

.off:not(.slc_on),
.slc_off,
.vishide{
    display: none !important;
}

.nowrap {
    white-space: nowrap;
}

*._disabled,
*:disabled,
*[disabled] {
    color: #888;
    -webkit-text-fill-color: #888;
    opacity: 1;
    cursor: not-allowed;
}

.dev {
    background: yellow!important;
    color: black!important;
}



.layout-columns { width: 100%; height: 100%; display: flex; margin: 0 }
.layout-columns > * { overflow: auto }
.layout-rows { width: 100%; height: 100%; display: flex; flex-direction: column; margin: 0 }
.layout-rows > * { overflow: auto }
.layout-grow { flex: 1 0 0px; }


.buttonbar:after {
    
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


*[expando] {
    position: relative;
    background-color: white;
    color: #5a4a42;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    padding: 1.5rem 4rem 1.5rem 0rem;
    border-radius: 0;
    font-size: 1.8rem;
    letter-spacing: .05rem;
    font-family: font1;
    cursor: pointer;
    border-bottom: 1px solid #5a4a42;
}
*[expando], *[expando] ~ div {
    border-bottom: 1px solid #5a4a42;
}
*[expando]:after{
    content: '';
    width: 13px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    background-image: url('/assets/slc/std/img/icon-system-arrow-down-alt1.svg?v=1.85.006');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s;
    transform: rotate(-90deg);
}
*[expando].expanded:after {
    transform: rotate(0deg);
}
*[expando] ~ div {
    padding: 2rem 0rem;
    font-size: 1.6rem;
    transition: max-height .6s ease-in;
    transition: all .5s;
    box-sizing: border-box;
}
*[expando].expanded  ~ div {
    max-height: 1000px;
}

button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #ff9e18;
    border: none;
    min-height: 4rem;
    color: white;
    border-radius: 5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.6rem;
    width: auto;
    -webkit-appearance: none; 
    appearance: none;
    font-weight: normal;
    padding: 1rem 2.5rem;
    transition: all 1.5s;
    text-transform: uppercase;
    font-weight: bold;
    font-family: font1, font2;
}

.bgcolor4 button, .bgcolor4 .button, .bgcolor4 input[type="button"], .bgcolor4 input[type="submit"], .bgcolor4 input[type="reset"] {
    background-color: white;
    color: #ff9e18;
}
.bgcolor4 button._2nd, .bgcolor4 .button._2nd, .bgcolor4 input[type="button"]._2nd, .bgcolor4 input[type="submit"]._2nd, .bgcolor4 input[type="reset"]._2nd {
    border: 2px solid white;
    color: white;
    background-color: rgba(0,0,0,0)
}
.bgcolor4 button._3rd, .bgcolor4 .button._3rd, .bgcolor4 input[type="button"]._3rd, .bgcolor4 input[type="submit"]._3rd, .bgcolor4 input[type="reset"]._3rd {
    border: 2px solid #ff9e18;
    background-color: white;
    color: #ff9e18;
}
.bgcolor2 button, .bgcolor2 .button, .bgcolor2 input[type="button"], .bgcolor2 input[type="submit"], .bgcolor2 input[type="reset"] {
    background-color: #F6CD46;
    color: #3D3D3D;
}
.bgcolor2 button._2nd, .bgcolor2 .button._2nd, .bgcolor2 input[type="button"]._2nd, .bgcolor2 input[type="submit"]._2nd, .bgcolor2 input[type="reset"]._2nd {
    border: 2px solid #F6CD46;
    color: #F6CD46;
    background-color: rgba(0,0,0,0)
}
.bgcolor2 button._3rd, .bgcolor2 .button._3rd, .bgcolor2 input[type="button"]._3rd, .bgcolor2 input[type="submit"]._3rd, .bgcolor2 input[type="reset"]._3rd {
    border: 2px solid #3D3D3D;
    background-color: #F6CD46;
    color: #3D3D3D;
}



button:disabled, .button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button._disabled, .button._disabled, input[type="button"]._disabled, input[type="submit"]._disabled, input[type="reset"]._disabled {
    background-color: #D3D1CA!important;
    color: #888!important;
    cursor: not-allowed!important;
}
button._condense, .button._condense, input[type="button"]._condense, input[type="submit"]._condense, input[type="reset"]._condense, ._condense button, ._condense .button, ._condense input[type="button"], ._condense input[type="submit"], ._condense input[type="reset"]{
    padding: 0.2rem 1rem;
    border-radius: 0.3rem;
    height: auto;
	min-height: auto;
}
button._2nd, .button._2nd, input[type="button"]._2nd, input[type="submit"]._2nd, input[type="reset"]._2nd {
    background: none;
    border: 2px solid #ff9e18;
    color: #ff9e18;
    padding: 1rem 2.5rem;
    border-radius: 5rem;
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
}
button._2nd:hover, .button._2nd:hover, input[type="button"]._2nd:hover, input[type="submit"]._2nd:hover, input[type="reset"]._2nd:hover {
    border: 2px solid #ff9e18;
    color: white;
    background-color: #ff9e18;
}
._condense button._2nd, ._condense .button._2nd, ._condense input[type="button"]._2nd, ._condense input[type="submit"]._2nd, ._condense input[type="reset"]._2nd,
button._2nd._condense, .button._2nd._condense, input[type="button"]._2nd._condense, input[type="submit"]._2nd._condense, input[type="reset"]._2nd._condense {
    padding: 0.1rem 1rem;
    border-radius: 3px;
}
button._3rd, .button._3rd, input[type="button"]._3rd, input[type="submit"]._3rd, input[type="reset"]._3rd {
    border: 2px solid white;
    background-color: #ff9e18;
    color: white;
}

button._cset1, .button._cset1, input[type="button"]._cset1, input[type="submit"]._cset1, input[type="reset"]._cset1 {
    background-color: #ff9e18;
    color: white;
}
button._2nd._cset1, .button._2nd._cset1, input[type="button"]._2nd._cset1, input[type="submit"]._2nd._cset1, input[type="reset"]._2nd._cset1 {
    border: 2px solid #ff9e18;
    color: #ff9e18;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset1:hover, .button._2nd._cset1:hover, input[type="button"]._2nd._cset1:hover, input[type="submit"]._2nd._cset1:hover, input[type="reset"]._2nd._cset1:hover {
    border: 2px solid #ff9e18;
    color: white;
    background-color: #ff9e18;
}
button._3rd._cset1, .button._3rd._cset1, input[type="button"]._3rd._cset1, input[type="submit"]._3rd._cset1, input[type="reset"]._3rd._cset1 {
    border: 2px solid white;
    background-color: #ff9e18;
    color: white;
}

button._cset2, .button._cset2, input[type="button"]._cset2, input[type="submit"]._cset2, input[type="reset"]._cset2 {
    background-color: #594a42;
    color: white;
}
button._2nd._cset2, .button._2nd._cset2, input[type="button"]._2nd._cset2, input[type="submit"]._2nd._cset2, input[type="reset"]._2nd._cset2 {
    border: 2px solid #594a42;
    color: #594a42;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset2:hover, .button._2nd._cset2:hover, input[type="button"]._2nd._cset2:hover, input[type="submit"]._2nd._cset2:hover, input[type="reset"]._2nd._cset2:hover {
    border: 2px solid #594a42;
    color: white;
    background-color: #594a42;
}
button._3rd._cset2, .button._3rd._cset2, input[type="button"]._3rd._cset2, input[type="submit"]._3rd._cset2, input[type="reset"]._3rd._cset2 {
    border: 2px solid white;
    background-color: #594a42;
    color: white;
}

button._cset3, .button._cset3, input[type="button"]._cset3, input[type="submit"]._cset3, input[type="reset"]._cset3 {
    background-color: #ff5b34;
    color: #fff9e7;
}
button._2nd._cset3, .button._2nd._cset3, input[type="button"]._2nd._cset3, input[type="submit"]._2nd._cset3, input[type="reset"]._2nd._cset3 {
    border: 2px solid #ff5b34;
    color: #ff5b34;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset3:hover, .button._2nd._cset3:hover, input[type="button"]._2nd._cset3:hover, input[type="submit"]._2nd._cset3:hover, input[type="reset"]._2nd._cset3:hover {
    border: 2px solid #ff5b34;
    color: white;
    background-color: #ff5b34;
}
button._3rd._cset3, .button._3rd._cset3, input[type="button"]._3rd._cset3, input[type="submit"]._3rd._cset3, input[type="reset"]._3rd._cset3 {
    border: 2px solid #fff9e7;
    background-color: #ff5b34;
    color: #fff9e7;
}
button._3rd._cset3:hover, .button._3rd._cset3:hover, input[type="button"]._3rd._cset3:hover, input[type="submit"]._3rd._cset3:hover, input[type="reset"]._3rd._cset3:hover {
    background-color: #ff3f12;
}

button._cset4, .button._cset4, input[type="button"]._cset4, input[type="submit"]._cset4, input[type="reset"]._cset4 {
    background-color: #e4e1d5;
    color: #594a42;
}
button._2nd._cset4, .button._2nd._cset4, input[type="button"]._2nd._cset4, input[type="submit"]._2nd._cset4, input[type="reset"]._2nd._cset4 {
    border: 2px solid #e4e1d5;
    color: #e4e1d5;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset4:hover, .button._2nd._cset4:hover, input[type="button"]._2nd._cset4:hover, input[type="submit"]._2nd._cset4:hover, input[type="reset"]._2nd._cset4:hover {
    border: 2px solid #e4e1d5;
    color: #594a42;
    background-color: #e4e1d5;
}
button._3rd._cset4, .button._3rd._cset4, input[type="button"]._3rd._cset4, input[type="submit"]._3rd._cset4, input[type="reset"]._3rd._cset4 {
    border: 2px solid white;
    background-color: #e4e1d5;
    color: #594a42;
}
button._cset5, .button._cset5, input[type="button"]._cset5, input[type="submit"]._cset5, input[type="reset"]._cset5 {
    background-color: #bd5a00;
    color: white;
}
button._2nd._cset5, .button._2nd._cset5, input[type="button"]._2nd._cset5, input[type="submit"]._2nd._cset5, input[type="reset"]._2nd._cset5 {
    border: 2px solid #bd5a00;
    color: #bd5a00;
    background-color: rgba(0,0,0,0);
}
button._2nd._cset5:hover, .button._2nd._cset5:hover, input[type="button"]._2nd._cset5:hover, input[type="submit"]._2nd._cset5:hover, input[type="reset"]._2nd._cset5:hover {
    border: 2px solid #bd5a00;
    color: white;
    background-color: #bd5a00;
}
button._3rd._cset5, .button._3rd._cset5, input[type="button"]._3rd._cset5, input[type="submit"]._3rd._cset5, input[type="reset"]._3rd._cset5 {
    border: 2px solid white;
    color: white;
    background-color: #bd5a00;
}

a.button{
    display: inline-block;
}

button._close {
    position: absolute;
	padding: 0;
	margin: 0;
    top: 0;
    right: 0;
	height: auto;
	min-height: auto;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    color: rgb(170, 170, 170);
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	width: 1em;
	z-index: 10;
}
button._close:after{
    content: "\00d7";
}
button._close:hover{
    background-color: rgba(128,128,128,0.3);
}
.bgcolor2 button._close:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}


input[type="range"] { 
    min-height: 35px;
    font-size: inherit;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-bottom: none;
    padding: 0;
    position: relative;
    border: none;
    display: inline-block;
    margin: 2px 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
._condense input[type="range"] {
    vertical-align: top;
    min-height: 15px;
}

input[type="range"]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  border-radius: 5px;
  background: white;
  border: 1px solid #c3c3c2;
  box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}

input[type="range"]::-webkit-slider-thumb {
  
  background: #fd9d18;
  border-color: #fd9d18;
  height: 33px;
  width: 33px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -11px;
  border: none;
}
._condense input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  top: -2px;
}
.bgcolor-secondary input[type="range"]::-webkit-slider-thumb {
  background: #7e8ba5;
}
.bgcolor-secondary input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #e4e1d5;
  border: 1px solid #c3c3c2;
  box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}
input[type="range"]::-webkit-slider-runnable-track:hover {
    box-shadow: 0px 0px 5px 2px rgb(37 37 77 / 30%);
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 13px;
  cursor: pointer;
  background: white;
  border: 1px solid #c3c3c2;
  border-radius: 15px;
  box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 6px #00000040, 0px 0px 1px #041c2c4f;
  height: 33px;
  width: 33px;
  border-radius: 50px;
  background: #fd9d18;
  border-color: #fd9d18;
  cursor: pointer;
  margin-top: 14px;
}
._condense input[type="range"]::-moz-range-thumb{
  height: 15px;
  width: 15px;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: #e4e1d5;
  border: 2px solid white;
  border-width: 5px 0;
  border-radius: 15px;
  color: #dadada;
  box-shadow: 0 0 0 1px #c3c3c2, -2px 5px 8px -4px rgba(0, 0, 0, .16);
}

input[type="range"]::-ms-fill-lower {
  background: rgba(0,0,0,0);
  border-radius: 2.6px;
}
input[type="range"]::-ms-fill-upper {
  background: rgba(0,0,0,0);
  border-radius: 2.6px;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #ffffff;
}
input[type="range"]:focus::-ms-fill-upper {
background: #ffffff;
}
input[type=range]::-ms-tooltip {
    display: none;
}
input[type="range"]::-ms-thumb {
  height: 33px;
  width: 33px;
  border-radius: 50px;
  background: #fd9d18;
  border-color: #fd9d18;
  cursor: pointer;
  border: none;
}
._condense input[type="range"]::-ms-thumb {
  height: 15px;
  width: 15px;
}
input[type=range]::-ms-tooltip {
    display: none;
}


a, .link, button.link {
    text-decoration: none;
    font-size: 1.4rem;
    width: auto;
    color: #ff9e18;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    height: auto;
    font-family: font1bold, font2bold;
    text-transform: none;
}
a:hover:not(.button), .link:hover {
    color: #f27600;
}

.bgcolor4 a, .bgcolor4 .link{
    color: white;
    background-color: rgba(0,0,0,0);
}
.bgcolor2 a, .bgcolor2 .link {
    color: #F6CD46;
    background-color: rgba(0,0,0,0);
}
a._disabled, a[disabled], .link._disabled, .link[disabled] {
    background: none;
}


button[flow="right"], .button[flow="right"], input[type="button"][flow="right"], input[type="submit"][flow="right"], input[type="reset"][flow="right"], a[flow="right"], .link[flow="right"]{
    float: right;
}

button[flow="center"], .button[flow="center"], input[type="button"][flow="center"], input[type="submit"][flow="center"], input[type="reset"][flow="center"], a[flow="center"], .link[flow="center"]{
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

a[flow="center"] {
    display: inline-block;
}

button + button, button + .button, button + input[type="button"], button + input[type="submit"], button + input[type="reset"], button + a, button + .link,
.button + button, .button + .button, .button + input[type="button"], .button + input[type="submit"], .button + input[type="reset"], .button + a, .button + .link,
input[type="button"] + button, input[type="button"] + .button, input[type="button"] + input[type="button"], input[type="button"] + input[type="submit"], input[type="button"] + input[type="reset"], input[type="button"] + a, input[type="button"] + .link,
input[type="submit"] + button, input[type="submit"] + .button, input[type="submit"] + input[type="button"], input[type="submit"] + input[type="submit"], input[type="submit"] + input[type="reset"], input[type="submit"] + a, input[type="submit"] + .link,
input[type="reset"] + button, input[type="reset"] + .button, input[type="reset"] + input[type="button"], input[type="reset"] + input[type="submit"], input[type="reset"] + input[type="reset"], input[type="reset"] + a, input[type="reset"] + .link,
a + button, a + .button, a + input[type="button"], a + input[type="submit"], a + input[type="reset"], a + a, a + .link,
.link + button, .link + .button, .link + input[type="button"], .link + input[type="submit"], .link + input[type="reset"], .link + a, .link + .link {
	margin-left: 5px;
}
button + button[flow="right"], button + .button[flow="right"], button + input[type="button"][flow="right"], button + input[type="submit"][flow="right"], button + input[type="reset"][flow="right"], button + a[flow="right"], button + .link[flow="right"],
.button + button[flow="right"], .button + .button[flow="right"], .button + input[type="button"][flow="right"], .button + input[type="submit"][flow="right"], .button + input[type="reset"][flow="right"], .button + a[flow="right"], .button + .link[flow="right"],
input[type="button"] + button[flow="right"], input[type="button"] + .button[flow="right"], input[type="button"] + input[type="button"][flow="right"], input[type="button"] + input[type="submit"][flow="right"], input[type="button"] + input[type="reset"][flow="right"], input[type="button"] + a[flow="right"], input[type="button"] + .link[flow="right"],
input[type="submit"] + button[flow="right"], input[type="submit"] + .button[flow="right"], input[type="submit"] + input[type="button"][flow="right"], input[type="submit"] + input[type="submit"][flow="right"], input[type="submit"] + input[type="reset"][flow="right"], input[type="submit"] + a[flow="right"], input[type="submit"] + .link[flow="right"],
input[type="reset"] + button[flow="right"], input[type="reset"] + .button[flow="right"], input[type="reset"] + input[type="button"][flow="right"], input[type="reset"] + input[type="submit"][flow="right"], input[type="reset"] + input[type="reset"][flow="right"], input[type="reset"] + a[flow="right"], input[type="reset"] + .link[flow="right"],
a + button[flow="right"], a + .button[flow="right"], a + input[type="button"][flow="right"], a + input[type="submit"][flow="right"], a + input[type="reset"][flow="right"], a + a[flow="right"], a + .link[flow="right"],
.link + button[flow="right"], .link + .button[flow="right"], .link + input[type="button"][flow="right"], .link + input[type="submit"][flow="right"], .link + input[type="reset"][flow="right"], .link + a[flow="right"], .link + .link[flow="right"] {
	margin-left: 0;
	margin-right: 5px;
}


img {
    max-width: 100%;
    height: auto;
}
img._large {
    max-width: 20rem
}
img._normal {
    max-width: 10rem
}
img._small {
    max-width: 5rem
}
img._tiny {
    max-width: 2rem
}



.field, field {
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
}

input,
label,
select{
    width: 100%;
    display: inline-block;
    color: inherit;
}

input::placeholder {
    color: #dadada;
    font-style: italic;
}
:-ms-input-placeholder {
    color: #dadada;
    font-style: italic;
}
label {
    font-size: 1.5rem;
    font-family: font1;
    padding-bottom: 10px;
}

input,
select{
    height: 4rem;
    border: 1px solid #c3c3c2;
    border-radius: 5px;
    padding-left: 1rem;
    font-size: 2rem;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
}


.bgcolor2 input, .bgcolor2 select {
    color: #5a4a42;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/assets/slc/std/img/icon-system-arrow-down-alt1.svg?v=1.85.006');
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1.2rem 0.8rem;
    background-color: white;
    color: #5a4a42;
    padding-right: 25px;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
}
select::-ms-expand {
    display: none;
}
select option {
    color: #5a4b42;
}
select[empty] {
    color: #dadada;
    font-style: italic;
}

select[multiple]{
    height: 100%;
    padding: 0;
    background-image: none;
}
select[multiple] option[placeholder] {
	visibility: hidden
}
select[multiple][empty] option[placeholder] {
	visibility: visible
}
select[multiple] option:not([placeholder]) {
    padding: 10px 10px 10px 40px;
    position: relative;
}
select[multiple] option:not([placeholder]):hover {
    background-color: #ebebeb;
}
select[multiple] option:not([placeholder]):before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #b1aba6;
    left: 10px;
    top: 8px;
}
select[multiple] option:checked:before{
    background: #fe9c19;
}

select[multiple] option:checked:after{
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 3px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    left: 17px;
    top: 11px;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

textarea {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 0.5px solid rgb(119, 119, 119);
    margin: 0;
    resize: none;
    overflow: auto;
    border-radius: 5px;
    font-size: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #5a4a42;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
}

textarea._resize_v {
    resize: vertical;
}

textarea._resize_h {
    resize: horizontal;
}
textarea._resize_v._resize_h {
    resize: both;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button._disabled,
button:disabled,
select._disabled,
select:disabled,
a.button:disabled,
a.button._disabled {
    color: #888;
    background-color: #D3D1CA;
    cursor: not-allowed;
}
select._disabled,
select:disabled {
    background-image: url('/assets/slc/std/img/icon-select-down.svg?v=1.85.006');
}

input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"]{
    display: inline-block;
    height: auto;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    width: 15px;
    padding-left: 0;
    -moz-appearance: initial;
    -webkit-appearance: initial;
    appearance: initial;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0)
}
input[type="radio"]:before {
    content: '';
    background-color: white;
    height: 14px;
    width: 14px;
    display: block;
    border-radius: 20px;
    position: relative;
    border: 0.5px solid #5a4b42;
    top: -1px;
}

input[type="radio"]:hover:after{
    content: '';
    background-color: #c1c1c1;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 2.5px;
    left: 3.5px;
}
input[type="radio"]:checked:after {
    content: '';
    background-color: #5a4b42;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 2.5px;
    left: 3.5px;
}

.bgcolor3 input[type="radio"]:before,
.bgcolor5 input[type="radio"]:before {
    background-color: white;
}
input[type="radio"] + label{
    display: inline;
    cursor: pointer;
}

input[type="checkbox"]{
    display: inline-block;
    height: auto;
    cursor: pointer;
    vertical-align: top;
    width: 2.5rem;
    vertical-align: top;
    
    border-radius: 0;
    box-shadow: none;
    position: relative;
    -moz-appearance: initial;
    -webkit-appearance: initial;
    appearance: initial;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
}
input[type="checkbox"]:before{
    content: '';
    background-color: white;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 2px;
    border: 0.5px solid #5a4b42;
    top: -1px;
    left: 0px;
    position: absolute;
}
.bgcolor3 input[type="checkbox"]:before,
.bgcolor5 input[type="checkbox"]:before {
    background-color: white;
}
input[type="checkbox"]:checked:after,
input[type="checkbox"]:hover:after {
    content: '';
    display: block;
    transform: rotate(45deg);
    height: 7px;
    width: 3px;
    border-bottom: 2.5px solid #c1c1c1;
    border-right: 2.5px solid #c1c1c1;
    position: absolute;
    left: 5px;
    top: 1px;
}
input[type="checkbox"]:checked:after {
    border-bottom: 2.5px solid #5a4b42;
    border-right: 2.5px solid #5a4b42;
}
input[type="checkbox"] + label{
    display: inline;
    cursor: pointer;
    vertical-align: top;
}

input[type="checkbox"]._disabled+label,
input[type="checkbox"]:disabled+label,
input[type="checkbox"]._disabled,
input[type="checkbox"]:disabled{
    color: rgb(161, 161, 161);
    cursor: not-allowed;
}

input[flow="right"][type="checkbox"],
input[flow="right"][type="radio"] {
	float: right;
}
input[flow="right"][type="checkbox"] ~ label,
input[flow="right"][type="radio"] ~ label {
	float: right;
	width: auto;
    text-align: right;
    padding-right: 5px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(37, 37, 77, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(37, 37, 77, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: white !important;
    background-clip: content-box !important;
}


input:-webkit-autofill {
    -webkit-text-fill-color: #5a4a42 !important;
}


button.dp-prev,
button.dp-next {
    padding: 0;
    position: absolute;
    vertical-align: middle;
    top: unset;
}

.dp-below .dp-prev:before,
.dp-below .dp-next:before {
    position: relative;
    margin: 19px 0 40px 4px;
}

.dp-below .dp-next:before {
    top: -5px;
    right: 5px;
}

.dp-below .dp-prev:before {
    top: -6px;
}

.dp button:disabled {
    color: inherit;
    background: inherit;
}

._condense .dp-below button {
    padding: 8px;
    border-radius: 0.2rem;
    height: 40px;
}

@media(max-width: 550px) {
    .dp-below {
        width: 85% !important;
    }
}

.dp-below .dp-day {
    width: calc(91% / 7);
    transition: all 0s !important;
}

@media(max-width: 550px) {
    .dp-below .dp-day {
        width: calc(88% / 7);
    }
}

.dp-below .dp-cal-header button[type="button"]:disabled,
.dp-below .dp-cal-header button[type="button"][disabled] {
    background-color: transparent;
    -webkit-text-fill-color: white;
    border: none;
    color: white;
}

.dp-below .dp-cal-month,
.dp-below .dp-cal-year {
    padding: 8px;
}

.dp-below .dp-cal-header {
    padding: 10px 0;
}

.dp-below .dp-cal-header,
.dp-below .dp:before {
    background: #fd9d18;
    border: none;
}

.dp-below .dp-day-today:after {
    border: 7px solid #fd9d18;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.dp-below .dp-cal-year,
.dp-below .dp-next,
.dp-below .dp-prev {
    color: white;
    
}

.dp-below .dp-next,
.dp-below .dp-prev {
    width: 40px;
}

.dp-below .dp-selected:hover,
.dp-below .dp-selected:focus,
.dp-below .dp-selected,
.dp-below .dp-current {
    background: #fd9d18;
}

.dp-below .dp-year:hover,
.dp-below .dp-day:hover,
.dp-below .dp-prev:hover,
.dp-below .dp-cal-year:hover,
.dp-below .dp-next:hover,
.dp-below .dp-current:focus,
.dp-below .dp-day:focus,
.dp-below .dp-month:focus,
.dp-below .dp-year:focus {
    background: #feb45c;
    border: none;
}

.dp-below .dp-day-disabled:hover,
.dp-below .dp-day-disabled:focus {
    background-color: #bababa;
    cursor: not-allowed;
}

._condense .field,
._condense field,
.field._condense,
field._condense {
    margin-bottom: 0.3rem;
}

._condense .field > *,
._condense field > *,
.field._condense > *,
field._condense  > * {
    display: inline-block;
    width: 78% !important;
}

._condense .field > label,
._condense field > label,
.field._condense > label,
field._condense  > label {
    display: inline-block;
    width: 20% !important;
    text-align: right;
    font-size: 1.2rem;
    vertical-align: middle;
    padding-right: 10px;
    vertical-align: top;
    border-radius: 0px;
}

._condense input,
._condense select,
._condense textarea{
    height: auto;
    border-radius: 2px;
    padding-left: 0.5rem;
    vertical-align: top;

}
._condense input:focus,
._condense select:focus,
._condense textarea:focus{
    border-radius: 0px;
    outline: none;
    border: 0.5px solid #292929;
}
._condense select{
    background-position: right 0.5em top 0.5em;
    background-size: 0.7em 0.7em;
    padding: 2px 5px;
}

._condense select[multiple="multiple"]{
    padding: 0;
}
._condense select[multiple="multiple"] option{
    padding: 5px 5px 5px 27px;
}
._condense select[multiple="multiple"] option:before{
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
}
._condense select[multiple="multiple"] option:checked:after{
    height: 7px;
    width: 3px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 10px;
    top: 7px;
}

@media(max-width: 550px){
    ._condense .field > label,
    ._condense field > label,
    .field._condense > label,
    field._condense  > label {
        width: 100% !important;
        text-align: left;
    }
    ._condense .field > *,
    ._condense field > *,
    .field._condense > *,
    field._condense > *{
        width: 100% !important;
    }
}


.form #noform{
    margin: 0;
    position: fixed;
    color: black;
}
.form #noform.loader{
    opacity: 0.6;
    font-size: 1.9rem;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100vh;
}
.form #noform.loader:after{
    content: '\25E1';
    position: fixed;
    
    display: block;
    font-size: 1.9rem;
    
    left: calc(50% - 65px);
    line-height: 0;
    width: 1.9rem;
    animation: load 1.1s infinite;
}
.form #noform.error{
    color: white;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0px);
}


.loader{
    position: relative;
}
.loader:before{
    content: '';

    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
}
.loader:after{
    content: '\25E1';
    
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 2.5rem;
    width: 2.5rem;
    height: auto;
    text-align: center;
    animation: load 1.1s infinite;
}
@keyframes load{
    100%{
      transform:rotatez(360deg);
    }
}



group,
group-2,
group-2d,
group-3,
group-4,
group-5 {
    display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
    width: 100%;
}

group-btn {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
}
._condense group,
._condense group-2,
._condense group-2d,
._condense group-3,
._condense group-4,
._condense group-5,
._condense group-btn {
    display: inline-flex;
}

._condense group > label._uncondense,
._condense group-2 > label._uncondense,
._condense group-2d > label._uncondense,
._condense group-3 > label._uncondense,
._condense group-4 > label._uncondense,
._condense group-5 > label._uncondense,
._condense group-btn > label._uncondense {
    font-size: 18px;
}

group {
	flex-flow: column wrap;
}

group > * {
    margin-bottom: 10px;
}
group-2 > * {
    width: calc(50% - 2.5px) !important;
}
group-3 > * {
    width: calc(33.3% - 10px / 3) !important;
}
group-4 > * {
    width: calc(25% - 15px / 4) !important;
}
group-5 > * {
    width: calc(20% - 4px) !important;
}

group-btn > input[type="button"],
group-btn input[type="submit"],
group-btn input[type="reset"],
group-btn .button,
group-btn button {
    
    text-align: center;
    position: relative;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0;
}

group-btn > input[type="button"].icon,
group-btn > input[type="submit"].icon,
group-btn > input[type="reset"].icon,
group-btn .button span.icon,
group-btn button span.icon {
   min-height: 17px;
   background-size: 17px 17px;
   background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._condense group-btn input[type="text"] > *{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

._condense group-btn input[type="text"] ~ label span{
    min-height: 12px;
    background-position: center;
    background-size: 12px 12px;
}

group-2   > *:not(:last-child),
group-3   > *:not(:last-child),
group-4   > *:not(:last-child),
group-5   > *:not(:last-child),
group-btn > *:not(:last-child),
group-2   > group:not(:last-child)     > *:first-child,
group-2   > group-2:not(:last-child)   > *,
group-2   > group-3:not(:last-child)   > *,
group-2   > group-4:not(:last-child)   > *,
group-2   > group-5:not(:last-child)   > *,
group-2   > group-btn:not(:last-child) > *,
group-3   > group:not(:last-child)     > *:first-child,
group-3   > group-2:not(:last-child)   > *,
group-3   > group-3:not(:last-child)   > *,
group-3   > group-4:not(:last-child)   > *,
group-3   > group-5:not(:last-child)   > *,
group-3   > group-btn:not(:last-child) > *,
group-4   > group:not(:last-child)     > *:first-child,
group-4   > group-2:not(:last-child)   > *,
group-4   > group-3:not(:last-child)   > *,
group-4   > group-4:not(:last-child)   > *,
group-4   > group-5:not(:last-child)   > *,
group-4   > group-btn:not(:last-child) > *,
group-5   > group:not(:last-child)     > *:first-child,
group-5   > group-2:not(:last-child)   > *,
group-5   > group-3:not(:last-child)   > *,
group-5   > group-4:not(:last-child)   > *,
group-5   > group-5:not(:last-child)   > *,
group-5   > group-btn:not(:last-child) > *,
group-btn > group:not(:last-child)     > *:first-child,
group-btn > group-2:not(:last-child)   > *,
group-btn > group-3:not(:last-child)   > *,
group-btn > group-4:not(:last-child)   > *,
group-btn > group-5:not(:last-child)   > *,
group-btn > group-btn:not(:last-child) > *{
	margin-right: 5px;
}

group-2 > group-2 > *:last-child,
group-2 > group-3 > *:last-child,
group-2 > group-4 > *:last-child,
group-2 > group-5 > *:last-child,
group-3 > group-2 > *:last-child,
group-3 > group-3 > *:last-child,
group-3 > group-4 > *:last-child,
group-3 > group-5 > *:last-child,
group-4 > group-2 > *:last-child,
group-4 > group-3 > *:last-child,
group-4 > group-4 > *:last-child,
group-4 > group-5 > *:last-child,
group-5 > group-2 > *:last-child,
group-5 > group-3 > *:last-child,
group-5 > group-4 > *:last-child,
group-5 > group-5 > *:last-child {
    margin-right: 0;
}

@media(min-width: 551px){
	group-2d > * {
		width: calc(50% - 2.5px) !important;
	}

    group-2d > *:nth-child(odd){
        margin-right: 5px;
    }
    group-2d > *:last-child{
        margin-right: 0px;
    }
	
	
}
@media(max-width: 550px){
	group-2d {
		flex-flow: column wrap;
	}
	group-2d > * {
		margin-bottom: 10px;
        width: 100%;
	}
	
}


cc-buttongroup{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
._condense cc-buttongroup{
	display: inline-flex;
}
cc-buttongroup > input[type="radio"]{
    display: none;
}
cc-buttongroup > input[type="radio"] ~ label{
    display: inline-block;
	vertical-align: middle;
    text-align: center;
    width: auto;
    border: 0.5px solid rgb(119, 119, 119);
    border-radius: 5px;
    padding: 0.98rem;
    cursor: pointer;
    color: #5a4b42;
    background: #ffffff;
	overflow: hidden;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
}
cc-buttongroup > input[type="radio"] ~ label:not(.icon){
    display: flex;
    align-items: center;
    justify-content: center;
}

cc-buttongroup > input[type="radio"] ~ label:hover{
    color: #5b4c42;
    background: #eee;
}
._condense cc-buttongroup > input[type="radio"] ~ label{
    padding: 0.3rem 0.5rem;
}
cc-buttongroup > input[type="radio"] ~ label:not(:last-of-type){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    border-right: none;
}
cc-buttongroup > input[type="radio"] ~ label:not(:first-of-type){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
cc-buttongroup > input[type="radio"]:checked + label{
    color: white;
    background: #5a4b42;
}
.bgcolor2 cc-buttongroup > input[type="radio"] ~ label:hover{
    color: #3D3D3D;
    background-color: #fff1c3;
}
.bgcolor2 cc-buttongroup > input[type="radio"]:checked + label{
    color: #3D3D3D;
    background-color: #F6CD46;
}
cc-buttongroup[flow="2"] > label{
    width: 50% !important;
}
cc-buttongroup[flow="3"] > label{
    width: 33.3% !important;
}
cc-buttongroup[flow="4"] > label{
    width: 25% !important;
}
cc-buttongroup[flow="5"] > label{
    width: 20% !important;
}
cc-buttongroup[flow="6"] > label{
    width: calc(100% / 6) !important;
}


cc-radiogroup input[type="radio"],
cc-checkgroup input[type="checkbox"],
cc-checkgroup[flow="right"] input[type="checkbox"]{
    vertical-align: middle;
}
cc-radiogroup input[type="radio"] ~ label,
cc-checkgroup input[type="checkbox"] ~ label{
    display: inline-block;
    width: auto;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    background: none;
    margin-left: 0;
    -ms-overflow-style: none;
}
cc-checkgroup input[type="checkbox"]:before {
    transform: translateY(-50%);
}

cc-checkgroup input[type="checkbox"]:checked:after {
    top: -7px;
}
cc-checkgroup input[type="checkbox"]:hover:after {
    top: -7px;
}

._condense cc-radiogroup input[type="radio"] ~ label,
._condense cc-checkgroup input[type="checkbox"] ~ label{
    vertical-align: top;
}


cc-radiogroup[flow="2"] input[type="radio"] + label,
cc-checkgroup[flow="2"] input[type="checkbox"] + label{
    width: calc(50% - 1em - 1.1rem);
}
cc-radiogroup[flow="3"] input[type="radio"] + label,
cc-checkgroup[flow="3"] input[type="checkbox"] + label{
    width: calc(33.3% - 1em - 1.1rem);
}
cc-radiogroup[flow="4"] input[type="radio"] + label,
cc-checkgroup[flow="4"] input[type="checkbox"] + label{
    width: calc(25% - 1em - 1.1rem);
}
cc-radiogroup[flow="5"] input[type="radio"] + label,
cc-checkgroup[flow="5"] input[type="checkbox"] + label{
    width: calc(20% - 1em - 1.1rem);
}
cc-radiogroup:not([flow="right"]) input[type="radio"],
cc-checkgroup:not([flow="right"]) input[type="checkbox"]{
    opacity: 1;
}


cc-radiogroup[flow="left"] input[type="radio"] + label,
cc-radiogroup[flow="right"] label,
cc-radiogroup[flow="right"] input[type="radio"] + label,
cc-checkgroup[flow="left"] input[type="checkbox"] + label,
cc-checkgroup[flow="right"] label,
cc-checkgroup[flow="right"] input[type="checkbox"] + label{
    width: calc(100%  - 1em - 1rem);
    margin-left: 0;
    text-align: left;
    padding: 0;
    border: none;
}
cc-radiogroup[flow="right"] label,
cc-radiogroup[flow="right"] input[type="radio"] ~ label,
cc-checkgroup[flow="right"] label,
cc-checkgroup[flow="right"] input[type="checkbox"] ~ label{
    text-align: right;
}

cc-radiogroup input[type="radio"],
cc-checkgroup input[type="checkbox"]{
    margin: 3px 0 0;
}

cc-radiogroup input[type="radio"] + label,
cc-radiogroup[flow="left"] input[type="radio"] + label,
cc-checkgroup input[type="checkbox"] + label,
cc-checkgroup[flow="left"] input[type="checkbox"] + label{
    padding-left: 7px;
    vertical-align: middle;
}

cc-checkgroup input[type="checkbox"]+label,
cc-checkgroup[flow="left"] input[type="checkbox"]+label {
    padding-left: 5px;
}

cc-radiogroup[flow="right"] label,
cc-radiogroup[flow="right"] input[type="radio"] ~ label,
cc-checkgroup[flow="right"] label,
cc-checkgroup[flow="right"] input[type="checkbox"] ~ label{
    padding-right: 3px;
    padding-left: 0;
}

cc-checkgroup[flow="left"] > input[type="checkbox"],
cc-checkgroup[flow="left"] > input[type="checkbox"]+label,
cc-checkgroup[flow="right"] > input[type="checkbox"],
cc-checkgroup[flow="right"] > input[type="checkbox"]+label {
    margin-bottom: 0.5rem;
}

cc-checkgroup[flow="left"] input[type="checkbox"] {
    margin-left: 3.5rem;
}

cc-checkgroup[flow="left"] input[type="checkbox"]+label {
    width: calc(100% - 1em - 5rem);
}

cc-checkgroup[flow="right"] input[type="checkbox"] {
    margin-left: 5px;
}

cc-chargroup input{
    margin: 0 0.5%;
    max-width: 2em;
    text-align: center;
    padding: 0;
    box-shadow: 1px 1px 5px 0px #a9a6a6;
}

._condense cc-chargroup input{
    padding: 0;
}


cc-switch input[type="checkbox"]{
    display: none;
}

cc-switch input[type="checkbox"] ~ label{
    display: block;
    background: #d3d3d3;
    border-radius: 20px;
    height: 25px;
    width: 50px;
    position: relative;
    transition: all 0.3s;
}

cc-switch input[type="checkbox"] ~ label:hover{
    cursor: pointer;
}
cc-switch input[type="checkbox"] ~ label:before{
    content: '';
    height: 21px;
    width: 21px;
    background: white;
    position: absolute;
    display: block;
    border-radius: 20px;
    top: 50%;
    margin-top: -10px;
    left: 2px;
    transition: all 0.3s;
}
cc-switch input[type="checkbox"] ~ label:after{
    content: 'OFF';
    color: #5a4b42;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    left: 25px;
    top: 7px;
    transition: all 0.3s;
}

cc-switch input[type="checkbox"]:checked ~ label:before{
    left: 27px;
}
cc-switch input[type="checkbox"]:checked ~ label:after{
    content: 'ON';
    right: 28px;
    left: auto !important;
    color: white;
}
cc-switch input[type="checkbox"]:checked ~ label,
._condense cc-switch input[type="checkbox"]:checked ~ label{
    background: #fe9c19;
}

.bgcolor4 cc-switch input[type="checkbox"]:checked ~ label,
.bgcolor4 ._condense cc-switch input[type="checkbox"]:checked ~ label {
    background: #5a4a42;
}

.bgcolor2 cc-switch input[type="checkbox"]:checked ~ label,
.bgcolor2 ._condense cc-switch input[type="checkbox"]:checked ~ label {
    background: #f5c403;
}

.bgcolor2 cc-switch input[type="checkbox"] ~ label:after{
    color: #3d3d3d;
}
._condense cc-switch input[type="checkbox"] ~ label{
    height: 17px;
    width: 40px;
}

._condense cc-switch input[type="checkbox"] ~ label{
    display: inline-block;
}

._condense cc-switch input[type="checkbox"] ~ label:before {
    height: 13px;
    width: 13px;
    margin-top: -6.5px;
}

._condense cc-switch input[type="checkbox"] ~ label:after {
    left: 18px;
    margin-top: -5.5px;
}
._condense cc-switch input[type="checkbox"]:checked ~ label:after {
    right: 20px;
}
._condense cc-switch input[type="checkbox"]:checked ~ label:before {
    left: 25px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


table._simple > thead > tr > th,
table._simple > thead > tr > td,
table._simple > tbody > tr > th,
table._simple > tbody > tr > td {
	border: 1px solid #DDD;
	padding: 0 0.5em;
}
table._simple > thead > tr > th,
table._simple > thead > tr > td,
table._simple > tbody > tr > th {
	padding: 0.2em 0.5em;
	font-weight: bold;
	border-bottom: 1px solid black;
	vertical-align: bottom;
}

.bgcolor5 table._simple > thead > tr > th,
.bgcolor5 table._simple > thead > tr > td,
.bgcolor5 table._simple > tbody > tr > th,
.bgcolor5 table._simple > tbody > tr > td {
	border: 1px solid #8e8d83;
}

.bgcolor4 table._simple > thead > tr > th,
.bgcolor4 table._simple > thead > tr > td,
.bgcolor4 table._simple > tbody > tr > th,
.bgcolor2 table._simple > thead > tr > th,
.bgcolor2 table._simple > thead > tr > td,
.bgcolor2 table._simple > tbody > tr > th {
	border-bottom: 1px solid #ddd;
}


table._grid{
    color: #5a4a42;
    font-size: 0.75em;
}
.bgcolor2 table._grid {
    color: white;
}
table._grid > thead > tr > th,
table._grid > thead > tr > td,
table._grid > tbody > tr > th {
    background-color: #c9c4c1;
    padding: 0.5em;
    font-weight: bold;
    border-bottom: 1px solid black;
    vertical-align: bottom;
}
.bgcolor4 table._grid > thead > tr > th,
.bgcolor4 table._grid > thead > tr > td,
.bgcolor4 table._grid > tbody > tr > th{
    background-color: #ba6f00;
    color: white;
}

.bgcolor2 table._grid > thead > tr > th,
.bgcolor2 table._grid > thead > tr > td,
.bgcolor2 table._grid > tbody > tr > th {
    background-color: #a7978f;
    color: #3D3D3D;
}

table._grid > tbody > tr:hover > td {
    background-color: #f1f0ef;
}
.bgcolor4 table._grid > tbody > tr:hover > td {
    background-color: #ffb240
}
.bgcolor2 table._grid > tbody > tr:hover > td {
    background-color: #878787;
}
table._grid > thead > tr > th,
table._grid > thead > tr > td,
table._grid > tbody > tr > th,
table._grid > tbody > tr > td {
    border: 1px solid #DDD;
    padding: 0.2em 0.5em;
}
.bgcolor5 table._grid > thead > tr > th,
.bgcolor5 table._grid > thead > tr > td,
.bgcolor5 table._grid > tbody > tr > th,
.bgcolor5 table._grid > tbody > tr > td {
    border: 1px solid #8e8d83;
}
.bgcolor4 table._grid > thead > tr > th,
.bgcolor4 table._grid > thead > tr > td,
.bgcolor4 table._grid > tbody > tr > th,
.bgcolor4 table._grid > tbody > tr > td {
    border: 1px solid white;
}


table._altrows > tbody > tr:nth-child(even) {
	background-color: #f1f0ef;
}
.bgcolor2 table._altrows>tbody>tr:nth-child(even) {
    background-color: #878787;
}
.bgcolor3 table._altrows>tbody>tr:nth-child(even) {
    background-color: #e0dbd1;
}
.bgcolor4 table._altrows>tbody>tr:nth-child(even) {
    background-color: #ffb23f;
}
.bgcolor5 table._altrows>tbody>tr:nth-child(even) {
    background-color: #cfcabd;
}
table._full {
	width: 100%;
}

table._nowrap	> thead > tr > th,
table._nowrap	> thead > tr > td,
table._nowrap	> tbody > tr > th,
table._nowrap	> tbody > tr > td,
tr._nowrap	> th,
tr._nowrap	> td,
th._nowrap,
td._nowrap {
	white-space: nowrap;
}

table > tbody > tr[edit="row"] > td,
table > tbody > tr > td[edit] {
	padding: 0;
}
table tr[edit] input,
table tr[edit] select {
	height: 100%;
	width: 100%;
	background-color: white;
	border-radius: 0;
}

table tr._searchrow input,
table tr._searchrow select {
	height: 1.5em;
	width: 100%;
	background-color: white;
    font-size: 1.2rem;
}

table > thead > tr > th { cursor: default }

table > thead > tr > th[order],
table > thead > tr > td[order],
table > tbody > tr > th[order] {
    background-image: url('/assets/sys/img/icon-tree-menu-down.svg?v=1.85.006');
    background-repeat: no-repeat;
    background-position: right 0.5em top 0.5em;
    background-size: 0.5em 0.5em;
	padding-right: 1.5em;
    cursor: pointer;
}
.bgcolor4 table > thead > tr > th[order],
.bgcolor4 table > thead > tr > td[order],
.bgcolor4 table > tbody > tr > th[order] {
    background-image: url('/assets/sys/img/icon-system-arrow-down-solid-white.svg?v=1.85.006');
}
table tr[selected] {
    border: 1.5px solid #98908a;
    background-color: #DFDCDB;
}
.bgcolor4 table tr[selected] {
    border: 1.5px solid #ba6f02;
    background-color: #ffedd3;
}
.bgcolor2 table tr[selected] {
    color: #3d3d3d;
}
table > thead > tr > th[order="a-z"],
table > thead > tr > td[order="a-z"],
table > tbody > tr > th[order="a-z"] {
    background-image: url('/assets/sys/img/icon-table-sort-descending-arrows.svg?v=1.85.006');
}

table > thead > tr > th[order="z-a"],
table > thead > tr > td[order="z-a"],
table > tbody > tr > th[order="z-a"] {
    background-image: url('/assets/sys/img/icon-table-sort-ascending-arrows.svg?v=1.85.006');
}


cc-fileupload {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 0.7em;
    padding: 5px;
    
    border-radius: 5px;
    height: auto;
    position: relative;
}
cc-fileupload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
	z-index: 1;
}
cc-fileupload-name {
    padding: 4px 0 4px 4px;
    display: inline-block;
    height: 88%;
    word-break: break-all;
    max-width: calc(100% - 20px);
    border: 1px solid #d3ccc7;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
    border-radius: 0.5rem;
    width: calc(100% - 130px);
    padding: 0.9rem 1rem;
    background-color: white;
}
.bgcolor2 cc-fileupload-name {
    color: #5a4a42;
}
cc-fileupload-name:empty:before {
    content: 'no file attached';
    display: inline-block;
    width: calc(100% - 20px);
    font-style: italic;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
cc-fileupload-btn {
    background: #fe9c19;
    border: 0;
    color: white;
    outline: none;
    border-radius: 5rem;
    cursor: pointer;
    pointer-events: all;
    float: left;
    margin: 0 7px 10px 0;
    z-index: 2;
    position: relative;
    font-size: 1.3rem;
    width: auto;
    padding: 1rem 2.5rem;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
}
.bgcolor4 cc-fileupload-btn {
    background: #5a4a42;
}
.bgcolor2 cc-fileupload-btn {
    background: #f5c403;
    color: #3d3d3d;
}
cc-fileupload-btn:before {
    content: 'Browse...';
}

cc-fileupload-clear {
    background-image: url('/assets/sys/img/icon-action-close-line.svg?v=1.85.006');
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: 12px 12px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    cursor: pointer;
    z-index: 5;
}

cc-fileupload[preview="on"] cc-fileupload-clear {
    top: 25px;
}

cc-fileupload-clear:hover {
    opacity: 0.7;
}
cc-fileupload-preview {
    display: block;
    padding: 60% 0 0 0;
	margin-top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/assets/sys/img/el-upload-nopreview.svg?v=1.85.006')
}
cc-fileupload[preview="off"]  cc-fileupload-preview {
	display: none;
}

._condense cc-fileupload-btn{
    margin-bottom: 0;
}
@media(max-width: 550px) {
    cc-fileupload-name {
        width: calc(100% - 117px);
    }

    cc-fileupload-btn {
        padding: 1rem 1.5rem;
        width: 110px;
    }
}

cc-tree {
    display: inline-flex;
	flex-direction: column;
	max-width: 100%;
	overflow: hidden;
    padding: 0;
	position: relative;
	text-align: left;

    -webkit-touch-callout: none; 
	-webkit-user-drag: none;  
	-webkit-user-select: none;  
	-ms-user-select: none; 
	-moz-user-select: none; 
    -khtml-user-select: none; 
	user-select: none;
}
cc-tree > searchresults {
    display: none;
}
cc-tree cc-node,
cc-tree cc-leaf {
	display:flex;
    flex-direction: column;
	position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 1em 1em;
}
cc-tree cc-node > span,
cc-tree cc-leaf > span {
	display: block;
    font-size: 1em;
    line-height: 105%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: 0;
}
cc-tree cc-node > span.icon,
cc-tree cc-leaf > span.icon {
    background-size: 0.8em 0.8em;
    background-position: left 0.1em center;
    padding-left: 1em;
}
cc-tree cc-group {
	display: flex;
	flex-direction: column;
}
cc-tree > crumb {
    display: none;
    font-size: 0.7em;
    padding: 0.1em;
    border-bottom: 1px solid rgb(82, 80, 80);
}
cc-tree > crumb > span:hover {
    text-decoration: underline;
}
cc-tree > input {
    height: auto;
    display: block;
    width: calc(100% - 2em);
    margin: 1em;
    opacity: 0.7;
    background-image: url(/assets/sys/img/icon-action-search-solid.svg);
    background-position: left 0.9em center;
    background-size: 1em;
    background-repeat: no-repeat;
    border: none;
    border-radius: 30px;
    font-size: 0.7em;
    box-sizing: border-box;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.102);
    padding: 0.9em 1.5em 0.9em 2.7em;
    overflow: visible;
}
cc-tree > input:focus {
    opacity: 1
}
cc-tree[search='off'] > input {
    display: none;
}
cc-tree .hidden, cc-tree .disabled{
    color: lightgray;
}


cc-tree[type="system"] cc-node,
cc-tree[type="system"] cc-leaf {
    padding-left: 1.1em;
	background-position: left top;
}
cc-tree[type="system"] cc-leaf {
	background-image: url(/assets/sys/img/icon-system-tree-leaf-line.svg), url(/assets/sys/img/icon-system-tree-line-line.svg) !important;
	background-position: left center !important;
	background-repeat: no-repeat, repeat-y !important;
}
cc-tree[type="system"] cc-leaf:last-child {
    background-image: url(/assets/sys/img/icon-system-tree-last-line.svg) !important;
	background-position: left top !important;
}
cc-tree[type="system"] cc-node {
    background-image: url(/assets/sys/img/icon-system-plus-line.svg) !important;
}
cc-tree[type="system"] cc-node.expanded {
    background-image: url(/assets/sys/img/icon-system-minus-line.svg) !important;
}
cc-tree[type="system"] cc-node > cc-group {
	margin-left: -1.1em;
	padding-left: 1em;
    background-image: url(/assets/sys/img/icon-system-tree-line-line.svg) !important;
	background-repeat: repeat-y !important;
	background-position: left top !important;
	background-size: 1em 1em !important;
}
cc-tree[type="system"] cc-node:last-child > cc-group {
    background-image: none !important;
}
cc-tree[type="system"] cc-node:not(.expanded) > cc-group {
	display: none;
}
cc-tree[type="system"] cc-leaf > span:hover,
cc-tree[type="system"] cc-node > span:hover,
cc-tree[type="system"] cc-node.expanded > span {
   font-weight: 500;
}


cc-tree[type="hmenu"],
cc-tree[type="vmenu"],
cc-tree[type="rvmenu"] {
	overflow:visible;
}
cc-tree[type="hmenu"]  cc-leaf,
cc-tree[type="vmenu"]  cc-leaf,
cc-tree[type="hmenu"]  cc-node,
cc-tree[type="vmenu"]  cc-node {
    background-position: right 0.1em center;
}
cc-tree[type="hmenu"]  cc-leaf > span,
cc-tree[type="rvmenu"]  cc-leaf > span,
cc-tree[type="vmenu"]  cc-leaf > span,
cc-tree[type="hmenu"]  cc-node > span,
cc-tree[type="rvmenu"]  cc-node > span,
cc-tree[type="vmenu"]  cc-node > span {
	padding: 0.5em 1.3em 0.5em 1.3em;
    background-position: left 0.35em center;
    background-size: 0.75em 0.75em;
}
cc-tree[type="hmenu"]  cc-node,
cc-tree[type="vmenu"]  cc-node,
cc-tree[type="rvmenu"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-hmenu-arrow.svg) !important;
}
cc-tree[type="hmenu"]  cc-node:hover,
cc-tree[type="vmenu"]  cc-node:hover,
cc-tree[type="rvmenu"] cc-node:hover,
cc-tree[type="hmenu"]  cc-leaf:hover,
cc-tree[type="vmenu"]  cc-leaf:hover,
cc-tree[type="rvmenu"] cc-leaf:hover {
    background-color: #f3f2ea;
}
.bgcolor2 cc-tree[type="hmenu"]  cc-node:hover,
.bgcolor2 cc-tree[type="vmenu"]  cc-node:hover,
.bgcolor2 cc-tree[type="rvmenu"] cc-node:hover,
.bgcolor2 cc-tree[type="hmenu"]  cc-leaf:hover,
.bgcolor2 cc-tree[type="vmenu"]  cc-leaf:hover,
.bgcolor2 cc-tree[type="rvmenu"] cc-leaf:hover {
    color: black;
}
cc-tree[type="hmenu"] > cc-group > cc-node:hover,
cc-tree[type="vmenu"] > cc-group > cc-node:hover,
cc-tree[type="rvmenu"] > cc-group > cc-node:hover,
cc-tree[type="hmenu"] > cc-group > cc-leaf:hover,
cc-tree[type="vmenu"] > cc-group > cc-leaf:hover,
cc-tree[type="rvmenu"] > cc-group > cc-leaf:hover {
    box-shadow: rgb(255 250 250) 0px 0px 4px 0px;
}
cc-tree[type="vmenu"]  cc-leaf,
cc-tree[type="rvmenu"] cc-leaf {
    border-radius: 5px;
}
cc-tree[type="hmenu"]  cc-node > cc-group,
cc-tree[type="vmenu"]  cc-node > cc-group,
cc-tree[type="rvmenu"] cc-node > cc-group {
    position: absolute;
    background: #e6e3d5;
    border-radius: 5px;
    box-shadow: rgb(255 250 250) 0px 0px 4px 0px;
	left: 100%;
	top: 0;
}
cc-tree[type="hmenu"]  cc-node:hover > span,
cc-tree[type="vmenu"]  cc-node:hover > span,
cc-tree[type="rvmenu"] cc-node:hover > span {
    background-color: #ffffff17;
}
cc-tree[type="hmenu"]  cc-node:not(:hover) > cc-group:not(:hover),
cc-tree[type="vmenu"]  cc-node:not(:hover) > cc-group:not(:hover),
cc-tree[type="rvmenu"] cc-node:not(:hover) > cc-group:not(:hover) {
    display: none;
}
cc-tree[type="hmenu"]  cc-group > *:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
cc-tree[type="vmenu"]  cc-group > *:first-child,
cc-tree[type="rvmenu"] cc-group > *:first-child {
    border-radius: 7px;
}
cc-tree[type="hmenu"]  cc-group > *:last-child,
cc-tree[type="vmenu"]  cc-group > *:last-child,
cc-tree[type="rvmenu"] cc-group > *:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


cc-tree[type="rvmenu"] cc-leaf,
cc-tree[type="rvmenu"] cc-node {
    background-position: left 0.1em center;
}
cc-tree[type="rvmenu"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-menu-left.svg) !important;
}
cc-tree[type="rvmenu"] cc-node > cc-group {
	left: auto;
	right: 100%;
}


cc-tree[type="hmenu"] {
	flex-direction: row;
}
cc-tree[type="hmenu"]:not([search="off"]) {
	padding-right: 2.1em;
}
cc-tree[type="hmenu"] > input {
	position: absolute;
	right: 0;
	height: 2em;
	opacity: 1;
    padding: 1.2em 0 1.2em 3em;
    top: 0.45em;
    margin: 0;
}
cc-tree[type="hmenu"] > input:not(:hover) {
	border: none;
	width: 1.5em;
    cursor: pointer;
}
cc-tree[type="hmenu"] > input:hover {
	background-color: white;
	z-index: 1;
}
cc-tree[type="hmenu"] > cc-group {
	flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
}
cc-tree[type="hmenu"] > cc-group > cc-node {
    background-image: url(/assets/sys/img/icon-tree-hmenu-down.svg) !important;
    background-position: right 0.35em center;
}
cc-tree[type="hmenu"] > cc-group > cc-node:hover {
    background-image: url(/assets/sys/img/icon-tree-hmenu-down.svg) !important;
}
cc-tree[type="hmenu"] > cc-group > cc-node > span {
	padding: 0.5em 1.5em 0.5em 0.5em;
}
cc-tree[type="hmenu"] > cc-group > cc-leaf > span {
	padding: 0.5em;
}
cc-tree[type="hmenu"] > cc-group > cc-leaf > span.icon {
    background-position: right 0.65em center;
    padding: 0.5em 1.8em 0.5em 0.4em;
    background-size: 0.8em 0.8em;
}
cc-tree[type="hmenu"] > cc-group > cc-node,
cc-tree[type="hmenu"] > cc-group > cc-leaf {
    margin-right: 0.2em;
}
cc-tree[type="hmenu"] > cc-group > cc-node > cc-group {
    left: -1px;
	top: 1.85em;
    z-index: 1;
}
cc-tree[type="hmenu"] > cc-group > cc-node:hover{
    border-radius: 5px 5px 0 0;
}
cc-tree[type="hmenu"] > cc-group > cc-leaf:hover{
    border-radius: 5px;
}
cc-tree[type="hmenu"] cc-group cc-node:hover,
cc-tree[type="hmenu"] cc-group cc-leaf:hover {
    background-color: #e6e3d5;
    color: #594a42;
}
cc-tree[type="hmenu"] cc-group cc-node:hover,
cc-tree[type="hmenu"] cc-group cc-leaf:hover {
    background-color: #f3f2ea;
}


cc-tree[type="accordion"] cc-node,
cc-tree[type="accordion"] cc-leaf {
	background-position: right 0.35em center;
    background-size: 0.7em 0.7em;
}
cc-tree[type="accordion"] cc-leaf {
    border: 1px solid rgba(164, 160, 157, 0.09);
    border-radius:0.3em;
}
cc-tree[type="accordion"] cc-node {
    border: 1px solid #0000003d;
    border-radius: 0.3em;
}
.bgcolor5 cc-tree[type="accordion"] cc-node {
    border-color: rgb(0 0 0 / 44%);
}
.bgcolor5 cc-tree[type="accordion"] cc-leaf {
    border: rgb(164 160 157 / 43%);
}

cc-tree[type="accordion"] cc-node.expanded > span {
    border-bottom: 1px solid rgba(90, 74, 66, 0.871);
}
.bgcolor2 cc-tree[type="accordion"] cc-node.expanded > span {
    border-bottom: 1px solid #ffffff38;
}
cc-tree[type="accordion"] cc-node,
cc-tree[type="accordion"] cc-leaf {
    margin-top: 5px;
}
cc-tree[type="accordion"] cc-leaf:hover {
    background-color: #f6f4e9;
    border-radius: 0.3em;
}
cc-tree[type="accordion"] cc-leaf {
	background-position-y: center;
}
cc-tree[type="accordion"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-system-plus.svg) !important;
    background-position: right 0.35em top 0.85em;
    transition: .2s ease-in-out;
}
.bgcolor2 cc-tree[type="accordion"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-system-plus-white.svg) !important;
}
cc-tree[type="accordion"] cc-node.expanded {
    background-image: url(/assets/sys/img/icon-tree-system-minus.svg) !important;
    transition: .2s ease-in-out;
}
.bgcolor2 cc-tree[type="accordion"] cc-node.expanded {
    background-image: url(/assets/sys/img/icon-tree-system-minus-white.svg) !important;
}
cc-tree[type="accordion"] cc-node > cc-group {
	padding: 0.2em 0.4em 0.4em 0.4em;
}
cc-tree[type="accordion"] cc-node:not(.expanded) > cc-group {
	display: none;
}
cc-tree[type="accordion"] cc-node > span,
cc-tree[type="accordion"] cc-leaf > span {
    padding: 0.7em 0 0.7em 1.7em;
    margin: 0 0.3em 0 0.3em;
    height: 100%;
}
cc-tree[type="accordion"] cc-node > span,
cc-tree[type="accordion"] cc-leaf.icon > span {
    padding-right: 1.5em;
}
cc-tree[type="accordion"] cc-node > span.icon,
cc-tree[type="accordion"] cc-leaf > span.icon {
	background-position: left 0.3em center !important;
	padding-left: 1.5em !important;
    background-size: 20px 20px;
}
.bgcolor2 cc-tree[type="accordion"] cc-node {
    border-color: white;
    background-color: transparent;
}
.bgcolor2 cc-tree[type="accordion"] cc-leaf {
    border: 1px solid rgb(255 255 254 / 32%);
}


cc-tree[type="slide"] {
    overflow: hidden;
    display: inline-table;
}
cc-tree[type="slide"] > crumb {
	display: block;
    padding: 0.5em 1.1em;
    font-size: 0.8em;
    font-family: inherit;
    border-top: 1px solid #80808012;
    border-bottom: 1px solid #80808012;
    opacity: 0.8;
    margin-bottom: 0.5em;
    display: table-caption;
}
cc-tree[type="slide"] cc-leaf,
cc-tree[type="slide"] cc-node {
    border-radius: 0.3em;
    background-position: center right 0.4em;
    border: 1px solid rgba(164, 160, 157, 0.09);
}
.bgcolor2 cc-tree[type="slide"] cc-leaf,
.bgcolor2 cc-tree[type="slide"] cc-node {
    border-color: rgb(223 218 214 / 22%);
}
cc-tree[type="slide"]:not(.expanded) cc-node.expanded > cc-group > cc-leaf,
cc-tree[type="slide"]:not(.expanded) cc-node.expanded > cc-group > cc-node,
cc-tree[type="slide"].expanded > cc-group > cc-node,
cc-tree[type="slide"].expanded > cc-group > cc-leaf {
    margin-top: 5px;
}
cc-tree[type="slide"] cc-leaf > span,
cc-tree[type="slide"] cc-node > span {
	padding: 0.8em 1.4em;
	margin-left: 0.3em;
}
cc-tree[type="slide"] cc-leaf > span.icon {
	background-position: left 0.3em center !important;
	padding-left: 1.4em !important;
}
cc-tree[type="slide"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-hmenu-arrow.svg);
}

cc-tree[type="slide"].expanded > cc-group > cc-node:hover,
cc-tree[type="slide"]:not(.expanded) cc-node.expanded > cc-group > cc-node:hover,
cc-tree[type="slide"] cc-leaf:hover {
    background-color: #f6f4e9;
}
cc-tree[type="slide"]:not(.expanded) > cc-group > cc-leaf,
cc-tree[type="slide"]:not(.expanded) > cc-group > cc-node > span,
cc-tree[type="slide"] cc-node:not(.expanded) > cc-group > cc-leaf,
cc-tree[type="slide"] cc-node:not(.expanded) > cc-group > cc-node > span {
	display:none !important;
}
cc-tree[type="slide"].expanded cc-group cc-group,
cc-tree[type="slide"]:not(.expanded) cc-group.expanded cc-group {
    height: 0;
}
cc-tree[type="slide"]:not(.expanded) > cc-group > cc-node,
cc-tree[type="slide"] cc-node:not(.expanded) > cc-group > cc-node {
	background-image:none !important;
	border: none !important;
}
cc-tree[type="slide"] cc-node.expanded {
    animation: slideLeft 0.2s;
}
cc-tree[type="slide"]._back.expanded > cc-group,
cc-tree[type="slide"]._back cc-node.expanded {
    animation: slideRight 0.2s;
}
@keyframes slideLeft {
    0% {
        transform: translate(100%);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes slideRight {
    0% {
        transform: translate(-100%);
    }
    100% {
        transform: translate(0);
    }
}


cc-tree[type="search"] cc-group {
	display: none;
}
cc-tree[type="search"] > searchresults {
	display: block;
	font-style: italic;
}
cc-tree[type="search"] > searchresults > span {
    opacity: 0.6;
    pointer-events: none;
    padding: 0.3em 0.5em;
    border-bottom: 1px solid rgba(164, 160, 157, 0.22);
}
cc-tree[type="search"] cc-leaf,
cc-tree[type="search"] cc-node {
    background-position: right 0.1em center;
    border-bottom: 1px solid rgba(164, 160, 157, 0.22);
}
cc-tree[type="search-tree"] cc-leaf > span,
cc-tree[type="search"] cc-node > span,
cc-tree[type="search-tree"] cc-leaf,
cc-tree[type="search"] cc-leaf {
	padding: 0.6em 1.5em 0.6em 0em;
	margin-left: 0em;
}
cc-tree[type="search"] cc-leaf > span.icon,
cc-tree[type="search"] cc-node > span.icon {
	background-position: left 0.1em center !important;
	padding-left: 1.2em !important;
}
cc-tree[type="search"] cc-leaf > span:hover,
cc-tree[type="search"] cc-node > span:hover {
    border-left: 0.3em solid rgb(101, 115, 129);
	margin-left: 0;
}
cc-tree[type="search"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-hmenu-arrow.svg);
}


cc-iconmenu {
    background-position: center;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 5px;
}
cc-iconmenu cc-tree::before{
    content: '';
    background: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: auto;
}
cc-iconmenu._hamburger {
    background-image: url(/assets/slc/std/img/icon-more.svg);
}
cc-iconmenu.company_logo,
cc-iconmenu .company_logo {
    width: 32px;
    height: 32px;
    background-image: url(/assets/slc/std/img/logo-dev.svg);
    background-size: 25px 25px;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-position: center, center;
}
cc-iconmenu > *:first-child:not(cc-panel) {
    position: absolute;
    top: calc( 100% + 14px);
    border-radius: 5px;
    width: 170px;
    font-size: inherit;
    right: -3px;
    z-index: 1;
}
cc-iconmenu > *:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a69e98;
    position: absolute;
    top: -6px;
    right: 11px;
}
cc-iconmenu div div {
    padding: 11px;
    cursor: default;
}
cc-iconmenu div div:not(:last-of-type),
cc-iconmenu cc-tree ul li:not(:last-of-type) {
    border-bottom: 1px solid #a69e98;
}
cc-iconmenu div div:hover,
cc-iconmenu cc-tree ul li:hover {
    background-color: rgb(222, 222, 222) !important;
    color: #594a42;
}
cc-iconmenu ul {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-left: 0 !important;
}
cc-iconmenu cc-tree._rvmenu li {
    padding: 0.55em 2em;
    background-size: 1.1em 1.1em;
}
cc-iconmenu cc-tree ul {
    border: 0;
}
cc-iconmenu cc-tree ul li.icon {
    height: auto;
    background-position: left 0.5em center;
}
cc-iconmenu cc-tree span {
    pointer-events: none;
}
cc-iconmenu cc-tree,
cc-iconmenu cc-tree._rvmenu ul {
    background-color: white;
}
cc-iconmenu cc-tree[type="rvmenu"]{
    max-width: none;
    z-index: 10;
    font-size: 16px;
	width: -moz-fit-content;
    width: fit-content;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf > span,
cc-iconmenu cc-tree[type="rvmenu"] cc-node > span {
    padding: 0.6em;
    padding-left: 1.2em;
    width: 100%;
    height: 100%;
    background-size: 18px 18px;
    padding: 0.6em 1.5em 0.6em 2.3em;
    background-position: left 0.5em center;
    color: #594a42;
}
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-leaf > span,
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-node > span {
    color: white;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf,
cc-iconmenu cc-tree[type="rvmenu"] cc-node {
    border-bottom: 0.5px solid #a69e98;
    background-color: transparent;
}
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-leaf,
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-node {
    border-bottom: 0.5px solid white;
}
.bgcolor3 cc-iconmenu cc-tree[type="rvmenu"] cc-leaf,
.bgcolor3 cc-iconmenu cc-tree[type="rvmenu"] cc-node {
    border-bottom: 0.5px solid #594a42;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-group > *:last-child {
    border-bottom: none;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf{
    border-radius: 0;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf:hover,
cc-iconmenu cc-tree[type="rvmenu"] cc-node:hover {
    background-color: rgb(222, 222, 222);
    border-radius: 0;
    box-shadow: none;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf:hover:first-of-type,
cc-iconmenu cc-tree[type="rvmenu"] cc-node:hover:first-of-type {
    border-radius: 4px 4px 0 0;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf:hover:last-of-type,
cc-iconmenu cc-tree[type="rvmenu"] cc-node:hover:last-of-type {
    border-radius: 0 0 4px 4px;
}

@media print {      
    cc-iconmenu {
        display: none;
    }
}

cc-panel {
    position: fixed;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    right: -500px;
    width: 500px;
    top: 0;
    background-color: #ffb240;
    overflow: auto;
    transition: left 0.5s, right 0.5s, top 0.5s, bottom 0.5s;
    z-index: 200;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 10px;
}

cc-panel._bottom,
cc-panel._top {
    height: 0;
    width: 100%;
}

cc-panel._left {
    width: 100%;
    max-width: 500px;
    right: auto;
    left: -500px;
}

cc-panel._bottom {
    top: auto;
    bottom: -150px;
    right: 0;
}

cc-panel._top {
    right: 0;
    top: -150px;
}

cc-panel[open] {
    height: 100%;
    right: -2px;
}

cc-panel[open]._dynamic {
    width: auto;
}

cc-panel[open]._bottom._dynamic,
cc-panel[open]._top._dynamic {
    width: 100%;
    height: auto;
}

cc-panel[open]._top._dynamic {
    top: 0;
}

cc-panel[open]._bottom._dynamic {
    bottom: 0;
}

cc-panel[open]._left {
    left: 0;
}

#sidemenu[open]:before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #0c0c0c;
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: 25;
}

cc-panel[open]._modal::before {
    opacity: 1;
    display: block;
    z-index: -1;
    background-color: rgba(192, 192, 192, 0.5);
}


cc-tabs {
	display: flex;
	flex-flow: row wrap-reverse;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0.2rem 0.4rem 0 0;
	height: auto;
	min-height: 2.8rem;
	border-bottom: 1px solid rgb(104, 117, 129);

	line-height: 1.04;
	font-size: 1.1rem;
	text-align: left;
	color: #101619;
}
cc-tab {
	display: inline-block;
	position: relative;
	background: #F3F4F7;
	border-color: rgb(104, 117, 129);
	border-style: solid;
	border-radius: 5px 5px 0 0;
	border-width: 0 0 0px 8px;
	padding: 0.6rem 1rem;
	margin: 0 -0.4rem 0 0;
	box-shadow: 2px -2px 3px rgba(145, 145, 145, 0.3);
	cursor: pointer;
	-webkit-touch-callout: none; 
	-webkit-user-drag: none;  
	-webkit-user-select: none;  
	-khtml-user-select: none; 
	user-select: none;
}
cc-tab-txt {
	display: inline-block;
	max-width: 10rem;
	min-width: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
cc-tab:not([selected]):hover {
	box-shadow: inset 2px 2px 5px rgb(207, 207, 210), inset -2px -2px 5px rgb(255, 255, 255);
}

cc-tab[selected] {
	background-color: white;
	font-weight: bold;
	z-index: 9;
	margin-bottom: -1px;
	padding-bottom: calc(0.6rem + 1px);
}

cc-tab-close::after {
	display: inline-block;
	vertical-align: top;
	content: '\00d7';
	border-radius: 2px;
	font-weight: bold;
	cursor: pointer;
	color: rgb(170, 170, 170);
	text-align: center;
	z-index: 10;
	padding: 0 0.1rem;
	margin: 0 calc(-0.6rem + 1px) 0 0.2rem
}
cc-tab.icon._right cc-tab-close::after {
	padding-right: 0.6rem;
}
cc-tab-close:hover::after {
	background-color: rgba(128,128,128,0.3);
}

cc-tab.icon {
	background-size: 1.1rem 1.1rem;
	padding-left: 1.5rem;
	background-position: top 0.6rem left 0.2rem;
}
cc-tab.icon._right {
	padding-left: 1rem;
	padding-right: 1.5rem;
	background-position: top 0.6rem right 0.4rem;
}
cc-tab[state="loading"] cc-tab-txt::before {
	content: '\25E1';
	display: inline-block;
	position: absolute;
	left: 0.1rem;
	top: 0.6rem;
	animation: load 1.1s infinite;
}
cc-tab.error {
	opacity: 0.3;
}



.tag {
    padding: 5px 10px 5px 10px;
    background: rgba(132, 102, 141, 0.03);
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.267);
    margin: 4px;
    font-size: 12px;
}
.bgcolor2 .tag {
    border: 1px solid white;
}

.tag:after {
    content: "";
    z-index: 5;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 11px solid #7e8ba5;
    border-right: 10px solid transparent;
}

.tag:empty{
    display: none;
}

.tag._brown:after {
    border-top: 10px solid rgb(180, 159, 146);
}

.tag._blue:after {
    border-top: 10px solid #03A9F4;
}

.tag._red:after {
    border-top: 10px solid #EA3546;
}

.tag._yellow:after {
    border-top: 10px solid #F9CE1D;
}

.tag._green:after {
    border-top: 10px solid #2ea232;
}

.tag._purple:after {
    border-top: 10px solid #9722ff;
}

.tag._dark_purple:after {
    border-top: 10px solid #322EA2;
}


cc-progress {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    display: inline-block;
    background-color: #bbb5b2;
    margin: 7px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}


@keyframes progress-bar-animation {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

cc-progress-bar {
    background-color: #4CAF50;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,
    rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    color: white;
    font-size: 0.9em;
    line-height: inherit;
    width: 0%;
    max-width: 100%;
    text-align: center;
    height: inherit;
    position: absolute;
    display: inline-block;
    transition: width 0.4s ease-out;
    vertical-align: top;
    animation: progress-bar-animation 0.5s linear infinite;
    left: 0;
}
cc-progress[value]:after {
    content: attr(percent);
    display: inline-block;
    width: inherit;
    position: relative;
    text-align: center;
    color: white;
}
cc-progress[percent]:after {
    content: attr(percent);
    display: inline-block;
    width: inherit;
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
}


*[tooltip] {
    position: relative;
}
*[tooltip]:not(input):not(select):not(textarea):not(cc-select) {
    cursor: pointer;
}
*[tooltip] cc-tooltip {
    position: absolute;
    display:none;

    padding: 1rem 1.7rem;
	text-align: center;
    font-size: 1.6rem;

    color: white;
    background: #DD782F;

    border-radius: .25em;

    pointer-events: none;
	width: intrinsic;
	width: max-content;
	-ms-grid-columns: max-content;
    z-index: 50;
    margin: 15px 0;

	
    transform: translateX(-50%);
    bottom: 100%;
    left: 50%;
}
*[tooltip] cc-tooltip._left {
    left: 0;
}
*[tooltip] cc-tooltip._right {
    left: 100%;
}
*[tooltip]:hover cc-tooltip,
*[tooltip] cc-tooltip._open {
    display: block;
	display: -ms-grid;
}
*[tooltip] cc-tooltip > div {
    min-width: 100px;
	max-width: 400px;
	position: relative;
}
*[tooltip] cc-tooltip._lefttip {
    transform: translateX(0);
	left: calc(50% - 17px)
}
*[tooltip] cc-tooltip._lefttip._left {
    left: -17px;
}
*[tooltip] cc-tooltip._lefttip._right {
    left: calc(100% - 17px);
}

*[tooltip] cc-tooltip._righttip {
    transform: translateX(0);
	left: auto;
	right: calc(50% - 17px)
}
*[tooltip] cc-tooltip._righttip._left {
    right: calc(100% - 17px);
}
*[tooltip] cc-tooltip._righttip._right {
    right: -17px;
}
*[tooltip] cc-tooltip._bottom {
	bottom: auto;
	top: 100%;
}

*[tooltip] cc-tooltip:after {
    position: absolute;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: #DD782F transparent transparent transparent;
    content: "";
    margin: 0;

	
    bottom: -8px;
    left: calc(50% - 10px);
}

*[tooltip] cc-tooltip._lefttip:after {
    left: 10px;
}
*[tooltip] cc-tooltip._righttip:after {
    left: auto;
    right: 10px;
}
*[tooltip] cc-tooltip._bottom:after {
    transform: rotate(180deg);
    bottom: auto;
    top: -8px;
}

.bgcolor4 *[tooltip] cc-tooltip,
.bgcolor2 *[tooltip] cc-tooltip {
    color: #DD782F;
    background: white;
}

.bgcolor4 *[tooltip] cc-tooltip:after,
.bgcolor2 *[tooltip] cc-tooltip:after {
    border-color: white transparent transparent transparent;
}

*[tooltip].success cc-tooltip,
*[tooltip].error cc-tooltip,
*[tooltip].warning cc-tooltip {
    color: white;
}



*[tooltip].success cc-tooltip {
    background-color: #0fc70d;
}
*[tooltip].success cc-tooltip:after {
    border-color: #0fc70d transparent transparent transparent;
}
*[tooltip].error cc-tooltip {
    background-color: red;
}
*[tooltip].error cc-tooltip:after {
    border-color: red transparent transparent transparent;
}
*[tooltip].warning cc-tooltip {
    background-color: orange;
}
*[tooltip].warning cc-tooltip:after {
    border-color: orange transparent transparent transparent;
}


cc-macro {
    background: rgba(255, 255, 0, 0.3);
    padding: 0 6px;
    border-radius: 0.3rem;
}



.success div,
div.success {
    background: #0fc70d;
    background-image: url('/assets/sys/img/icon-action-success-solid-white.svg?v=1.85.006');
}

.error div,
div.error {
    background: red;
    background-image: url('/assets/sys/img/icon-action-fail-solid-white.svg?v=1.85.006');
}
.warning div,
div.warning {
    background: orange;
    background-image: url('/assets/sys/img/icon-system-warning-solid-white.svg?v=1.85.006');
}
.info div,
div.info {
    background: #b5b5b5;
    background-image: url('/assets/sys/img/icon-action-info-solid-white.svg?v=1.85.006')
}

.error input,
.warning input{
    box-shadow: 0px 0px 40px #fff9af;
}
.error input{
    border: 2px solid #c45151;
}
.warning input{
    border: 2px solid #ffa500;
}
.success div,
.error div,
.warning div,
.info div,
div.success,
div.error,
div.warning,
div.info{
    padding: 2px 10px 3px 25px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    position: absolute;
    width: auto!important;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: 1.3rem 1.3rem;
    background-position: left 5px center;
    text-align: left;
}
div.success,
div.error,
div.warning,
div.info{
    position: relative;
    font-size: 15px;
    background-size: 1.5rem 1.5rem;
    padding: 5px 10px 5px 25px;
    background-position: left 6px top 6px;
}

._condense .success div,
._condense .error div,
._condense .warning div,
._condense .info div{
    position: relative;
    margin-left: calc(20% + 5px);
}

@media(max-width: 550px){
    ._condense .success div,
    ._condense .error div,
    ._condense .warning div,
    ._condense .info div{
        margin-left: 0;
    }
}


cc-overlay{
    position: fixed;
	display: block;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(128, 128, 128);
    background-color: rgba(0,0,0,0.4);
    border: none;
}

cc-overlay * {
    z-index: 1;
}

.draggable {
    cursor: pointer !important;
	cursor: url('/assets/sys/img/openhand.cur?v=1.85.006'), pointer !important;
    cursor: grab !important;
}
.dragging,
.dragging .draggable {
    cursor: move !important;
	cursor: url('/assets/sys/img/closedhand.cur?v=1.85.006'), move !important;
    cursor: grabbing !important;
}


dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 0;
	z-index: 200;

	flex-direction: column;
	width: intrinsic;
    width: max-content;
    min-width: 20vw;
    max-width: 70vw;

    min-height: 10vh;
    max-height: 90vh;
    padding: 0;

    background-color: rgb(254, 254, 254);
    color: #594a42;

    border: 1px solid #888;
    border-radius: 10px;
	
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
	pointer-events: auto;

    font-family: font1, font2;
    font-size: 1.8rem;
}
dialog[open] {
	display: flex;
}
dialog > header {
	position: relative;
	vertical-align: top;
	padding: 0.5em 1em;
    border-bottom: 1px solid #d2d2d2;
	text-align: center;
	font-size: 150%;
}
dialog > header:empty {
    padding: 10px;
    min-height: 0;
    border-bottom: none;
}
dialog > div {
	overflow: auto;
	padding: 0.5em 1em 0.5em 1em;
	position: relative;
	min-height: 2em;
	max-height: calc(90vh - 4rem);	
}
dialog > footer {
	display: block;
	padding: 0.5em 1em;
	position: relative;
	text-align: center;
    margin: auto auto 0;
}
dialog._leftbtns > footer,
dialog[flow="left"] > footer {
	text-align: left;
}
dialog._rightbtns > footer,
dialog[flow="right"] > footer {
	text-align: right;
}
dialog > footer:after { 	
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

dialog button._close {
    background-color: transparent;
    border: none;
}

dialog button._close,
dialog button._close:hover {
    border: none;
}

dialog button._close:after {
    color: lightgray;
}

dialog button._close:hover {
    background-color: rgba(211, 211, 211, 0.449);
}
@media (max-width: 550px) {
    dialog {
        max-width: 90vw;
    }
}

.icon{
    background-image: url(/assets/sys/img/icon-system-image-solid.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 22px 22px;
}


.icon._tiny{
    background-size: 10px 10px;
}
.icon._small{
    background-size: 15px 15px;
}
.icon._normal{
    background-size: 22px 22px;
}
.icon._large{
    background-size: 40px 40px;
}
.icon._huge{
    background-size: 60px 60px;
}
span.icon{
    display: inline-block;
    padding-left: 25px;
    min-height: 25px;
}
span.icon._tiny{
    padding-left: 10px;
    min-height: 10px;
}
span.icon._small{
    padding-left: 15px;
    min-height: 15px;
}
span.icon._normal {
    padding-left: 22px;
    min-height: 22px;
}
span.icon._large{
    padding-left: 40px;
    min-height: 40px;
}
span.icon._huge{
    padding-left: 60px;
    min-height: 60px;
}


.icon._top{
    background-position-y: top;
}
.icon._bottom{
    background-position-y: bottom;
}
.icon._left{
    background-position-x: left;
}
.icon._right{
    background-position-x: right;
}
.icon._center{
    background-position-x: center;
}
.icon._middle{
    background-position-y: center;
}



input.icon,
textarea.icon{
    background-size: 2.5rem 2.5rem;
    background-position: center left 5px;
    padding: 5px 10px 5px 35px;
    width:100%;
    height: 4rem;
}
textarea.icon{
    height: auto;
    background-position: top 5px left 5px;
}
input.icon._right,
textarea.icon._right{
    right: auto;
    position: relative;
    background-size: 2.5rem 2.5rem;
    background-position: center right 5px;
    padding: 5px 35px 5px 10px;
}
textarea.icon._right{
    background-position: top 5px right 5px;
}
._condense input.icon,
._condense textarea.icon{
    background-size: 1.3rem 1.3rem;
    padding: 5px 10px 5px 25px;
    height: auto;
    vertical-align: middle;
}

._condense input.icon._right,
._condense textarea.icon._right{
    padding: 5px 25px 5px 10px;
}

cc-buttongroup input[type="radio"] ~ label.icon{
    text-align: center;
    background-size: 25px 25px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    height: auto;
    padding-left: 35px;
}
._condense cc-buttongroup input[type="radio"] ~ label.icon{
    background-size: 15px 15px;
}
cc-buttongroup input[type="radio"]:checked + label.icon,
cc-buttongroup input[type="radio"]:hover + label.icon{
    background-image: url('/assets/sys/img/icon-action-bin-solid-white.svg?v=1.85.006');
}

@media(max-width: 550px){
    cc-buttongroup input[type="radio"] ~ label.icon:before{
        content: '\A\A';
        white-space: pre;
    }
    cc-buttongroup input[type="radio"] ~ label.icon{
        background-position: center top 15px;
        padding-left: 8px;
    }
}

cc-radiogroup{
    display: block;
}
cc-radiogroup input[type="radio"] ~ label.icon,
cc-checkgroup input[type="checkbox"] ~ label.icon{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    height: auto;
    padding-left: 20px;
}



cc-checkgroup cc-switch {
    width: 50px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
cc-checkgroup cc-switch:last-of-type {
    margin-right: 3px;
}


cc-checkgroup[flow="2"] cc-switch input[type="checkbox"] ~ label,
cc-checkgroup[flow="3"] cc-switch input[type="checkbox"] ~ label,
cc-checkgroup[flow="4"] cc-switch input[type="checkbox"] ~ label,
cc-checkgroup[flow="5"] cc-switch input[type="checkbox"] ~ label,
cc-checkgroup[flow="left"] cc-switch input[type="checkbox"] ~ label,
cc-checkgroup[flow="right"] cc-switch input[type="checkbox"] ~ label{
    width: 50px;
}

cc-checkgroup[flow="2"] cc-switch ~ label {
    width: calc(50% - 5rem);
}
cc-checkgroup[flow="3"] cc-switch ~ label {
    width: calc(33% - 5rem);
}
cc-checkgroup[flow="4"] cc-switch ~ label {
    width: calc(25% - 5rem);
}
cc-checkgroup[flow="5"] cc-switch ~ label {
    width: calc(20% - 5rem);
}

cc-checkgroup[flow="left"] cc-switch,
cc-checkgroup[flow="right"] cc-switch{
    width: 50px;
    margin-right: 0;
}

cc-checkgroup[flow="left"] cc-switch + label{
    width: calc(100% - 5.5rem);
    padding-left: 5px;
}

cc-checkgroup cc-switch input[type="checkbox"], cc-checkgroup[flow="right"] cc-switch input[type="checkbox"]{
    display: none;
}
cc-checkgroup[flow="right"] cc-switch{
    text-align: right;
    position: relative;
    display: inline;
}
cc-checkgroup[flow="right"] cc-switch input[type="checkbox"] ~ label{
    position: absolute;
    left: 0.5rem;
    bottom: 0;
}

cc-checkgroup[flow="right"] cc-switch > label{
    padding-bottom: 30px;
}
cc-checkgroup[flow="right"] label, cc-checkgroup[flow="right"] input[type="checkbox"] + label {
    width: calc(100% - 5.5rem);
}



@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

button.icon {
    transform-origin: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
}
button.icon._left{
    padding-left: 45px;
    background-position: left 15px center;
}
button.icon._right{
    padding-right: 45px;
    background-position: right 15px center;
}
button.icon._right:hover{
    padding-right: 49px;
    transition: all 0.3s;
}

._condense button.icon._left,
._condense button.icon._right{
    width: auto!important;
    background-size: 12px 12px;
}

a.icon{
    background-size: 14px 14px;
}
a.icon._left{
    padding-left: 17px;
    background-position: left center;
}
a.icon._right{
    padding-right: 17px;
    background-position: right center;
}
._condense a.icon{
    width: auto!important;
}


.icon._add{			background-image: url(/assets/sys/img/icon-action-add-solid.svg)}
.icon._bin{			background-image: url(/assets/sys/img/icon-action-bin-solid.svg)}
.icon._bin2{		background-image: url(/assets/sys/img/icon-action-bin2-solid.svg)}
.icon._block{		background-image: url(/assets/sys/img/icon-action-block-solid.svg)}
.icon._block2{		background-image: url(/assets/sys/img/icon-action-block2-solid.svg)}
.icon._block3{		background-image: url(/assets/sys/img/icon-action-block3-solid.svg)}
.icon._close_fullscreen{background-image: url(/assets/sys/img/icon-action-close-fullscreen-solid.svg)}
.icon._close{		background-image: url(/assets/sys/img/icon-action-close-solid.svg)}
.icon._copy{		background-image: url(/assets/sys/img/icon-action-copy-solid.svg)}
.icon._dock_right{	background-image: url(/assets/sys/img/icon-action-dock-right-solid.svg)}
.icon._dock_top{	background-image: url(/assets/sys/img/icon-action-dock-top-solid.svg)}
.icon._download{	background-image: url(/assets/sys/img/icon-action-download-solid.svg)}
.icon._edit{		background-image: url(/assets/sys/img/icon-action-edit-solid.svg)}
.icon._fail{		background-image: url(/assets/sys/img/icon-action-fail-solid.svg)}
.icon._filter{		background-image: url(/assets/sys/img/icon-action-filter-solid.svg)}
.icon._forward{		background-image: url(/assets/sys/img/icon-action-forward-solid.svg)}
.icon._fullscreen{	background-image: url(/assets/sys/img/icon-action-fullscreen-solid.svg)}
.icon._gateway{		background-image: url(/assets/sys/img/icon-action-gateway-solid.svg)}
.icon._help{		background-image: url(/assets/sys/img/icon-action-help-solid.svg)}
.icon._hide{		background-image: url(/assets/sys/img/icon-action-hide-solid.svg)}
.icon._info{		background-image: url(/assets/sys/img/icon-action-info-solid.svg)}
.icon._key{			background-image: url(/assets/sys/img/icon-action-key-solid.svg)}
.icon._link{		background-image: url(/assets/sys/img/icon-action-link-solid.svg)}
.icon._load_fail{	background-image: url(/assets/sys/img/icon-action-load-fail-solid.svg)}
.icon._lock{		background-image: url(/assets/sys/img/icon-action-lock-solid.svg)}
.icon._login{		background-image: url(/assets/sys/img/icon-action-login-solid.svg)}
.icon._logout{		background-image: url(/assets/sys/img/icon-action-logout-solid.svg)}
.icon._minus {		background-image: url(/assets/sys/img/icon-tree-system-minus.svg)}
.icon._notification{background-image: url(/assets/sys/img/icon-action-notification-solid.svg)}
.icon._pin{			background-image: url(/assets/sys/img/icon-action-pin-solid.svg)}
.icon._plus {		background-image: url(/assets/sys/img/icon-tree-system-plus.svg)}
.icon._print{		background-image: url(/assets/sys/img/icon-action-print-solid.svg)}
.icon._refresh{		background-image: url(/assets/sys/img/icon-action-refresh-solid.svg)}
.icon._search{		background-image: url(/assets/sys/img/icon-action-search-solid.svg)}
.icon._success{		background-image: url(/assets/sys/img/icon-action-success-solid.svg)}
.icon._unlock{		background-image: url(/assets/sys/img/icon-action-unlock-solid.svg)}
.icon._upload{		background-image: url(/assets/sys/img/icon-action-upload-solid.svg)}


.icon._add._white{			background-image: url(/assets/sys/img/icon-action-add-solid-white.svg)}
.icon._bin._white{			background-image: url(/assets/sys/img/icon-action-bin-solid-white.svg)}
.icon._bin2._white{			background-image: url(/assets/sys/img/icon-action-bin2-solid-white.svg)}
.icon._block._white{		background-image: url(/assets/sys/img/icon-action-block-solid-white.svg)}
.icon._block2._white{		background-image: url(/assets/sys/img/icon-action-block2-solid-white.svg)}
.icon._block3._white{		background-image: url(/assets/sys/img/icon-action-block3-solid-white.svg)}
.icon._close_fullscreen._white{background-image: url(/assets/sys/img/icon-action-close-fullscreen-solid-white.svg)}
.icon._close._white{		background-image: url(/assets/sys/img/icon-action-close-solid-white.svg)}
.icon._copy._white{			background-image: url(/assets/sys/img/icon-action-copy-solid-white.svg)}
.icon._edit._white{			background-image: url(/assets/sys/img/icon-action-edit-solid-white.svg)}
.icon._fail._white{			background-image: url(/assets/sys/img/icon-action-fail-solid-white.svg)}
.icon._filter._white{		background-image: url(/assets/sys/img/icon-action-filter-solid-white.svg)}
.icon._forward._white{		background-image: url(/assets/sys/img/icon-action-forward-solid-white.svg)}
.icon._fullscreen._white{	background-image: url(/assets/sys/img/icon-action-fullscreen-solid-white.svg)}
.icon._gateway._white{		background-image: url(/assets/sys/img/icon-action-gateway-solid-white.svg)}
.icon._help._white{		    background-image: url(/assets/sys/img/icon-action-help-solid-white.svg)}
.icon._hide._white{			background-image: url(/assets/sys/img/icon-action-hide-solid-white.svg)}
.icon._info._white{			background-image: url(/assets/sys/img/icon-action-info-solid-white.svg)}
.icon._key._white{			background-image: url(/assets/sys/img/icon-action-key-solid-white.svg)}
.icon._link._white{			background-image: url(/assets/sys/img/icon-action-link-solid-white.svg)}
.icon._load_fail._white{	background-image: url(/assets/sys/img/icon-action-load-fail-solid-white.svg)}
.icon._lock._white{			background-image: url(/assets/sys/img/icon-action-lock-solid-white.svg)}
.icon._login._white{		background-image: url(/assets/sys/img/icon-action-login-solid-white.svg)}
.icon._logout._white{		background-image: url(/assets/sys/img/icon-action-logout-solid-white.svg)}
.icon._pin._white{			background-image: url(/assets/sys/img/icon-action-pin-solid-white.svg)}
.icon._print._white{		background-image: url(/assets/sys/img/icon-action-print-solid-white.svg)}
.icon._refresh._white{		background-image: url(/assets/sys/img/icon-action-refresh-solid-white.svg)}
.icon._search._white{		background-image: url(/assets/sys/img/icon-action-search-solid-white.svg)}
.icon._success._white{		background-image: url(/assets/sys/img/icon-action-success-solid-white.svg)}
.icon._unlock._white{		background-image: url(/assets/sys/img/icon-action-unlock-solid-white.svg)}
.icon._upload._white{		background-image: url(/assets/sys/img/icon-action-upload-solid-white.svg)}
.icon._download._white{		background-image: url(/assets/sys/img/icon-action-download-solid-white.svg)}
.icon._dock_top._white{		background-image: url(/assets/sys/img/icon-action-dock-top-solid-white.svg)}
.icon._dock_right._white{	background-image: url(/assets/sys/img/icon-action-dock-right-solid-white.svg)}
.icon._notification._white{	background-image: url(/assets/sys/img/icon-action-notification-solid-white.svg)}


.icon._bin._red{			background-image: url(/assets/sys/img/icon-action-bin-solid-red.svg)}
.icon._bin2._red{			background-image: url(/assets/sys/img/icon-action-bin2-solid-red.svg)}
.icon._block._red{		background-image: url(/assets/sys/img/icon-action-block-solid-red.svg)}
.icon._block2._red{		background-image: url(/assets/sys/img/icon-action-block2-solid-red.svg)}
.icon._block3._red{		background-image: url(/assets/sys/img/icon-action-block3-solid-red.svg)}
.icon._close._red{		background-image: url(/assets/sys/img/icon-action-close-solid-red.svg)}
.icon._fail._red{			background-image: url(/assets/sys/img/icon-action-fail-solid-red.svg)}
.icon._info._red{			background-image: url(/assets/sys/img/icon-action-info-solid-red.svg)}
.icon._load_fail._red{	background-image: url(/assets/sys/img/icon-action-load-fail-solid-red.svg)}


.icon._bin._line._red{			background-image: url(/assets/sys/img/icon-action-bin-line-red.svg)}
.icon._bin2._line._red{			background-image: url(/assets/sys/img/icon-action-bin2-line-red.svg)}
.icon._block._line._red{		background-image: url(/assets/sys/img/icon-action-block-line-red.svg)}
.icon._block2._line._red{		background-image: url(/assets/sys/img/icon-action-block2-line-red.svg)}
.icon._block3._line._red{		background-image: url(/assets/sys/img/icon-action-block3-line-red.svg)}
.icon._close._line._red{		background-image: url(/assets/sys/img/icon-action-close-line-red.svg)}
.icon._fail._line._red{			background-image: url(/assets/sys/img/icon-action-fail-line-red.svg)}
.icon._info._line._red{			background-image: url(/assets/sys/img/icon-action-info-line-red.svg)}
.icon._load_fail._line._red{	background-image: url(/assets/sys/img/icon-action-load-fail-line-red.svg)}


.icon._block._orange{		background-image: url(/assets/sys/img/icon-action-block-solid-orange.svg)}
.icon._block2._orange{		background-image: url(/assets/sys/img/icon-action-block2-solid-orange.svg)}
.icon._block3._orange{		background-image: url(/assets/sys/img/icon-action-block3-solid-orange.svg)}
.icon._close._orange{		background-image: url(/assets/sys/img/icon-action-close-solid-orange.svg)}
.icon._fail._orange{			background-image: url(/assets/sys/img/icon-action-fail-solid-orange.svg)}
.icon._help._orange{		    background-image: url(/assets/sys/img/icon-action-help-solid-orange.svg)}
.icon._info._orange{			background-image: url(/assets/sys/img/icon-action-info-solid-orange.svg)}
.icon._key._orange{			background-image: url(/assets/sys/img/icon-action-key-solid-orange.svg)}
.icon._load_fail._orange{	background-image: url(/assets/sys/img/icon-action-load-fail-solid-orange.svg)}
.icon._notification._orange{	background-image: url(/assets/sys/img/icon-action-notification-solid-orange.svg)}


.icon._block._line._orange{		background-image: url(/assets/sys/img/icon-action-block-line-orange.svg)}
.icon._block2._line._orange{		background-image: url(/assets/sys/img/icon-action-block2-line-orange.svg)}
.icon._block3._line._orange{		background-image: url(/assets/sys/img/icon-action-block3-line-orange.svg)}
.icon._close._line._orange{		background-image: url(/assets/sys/img/icon-action-close-line-orange.svg)}
.icon._fail._line._orange{			background-image: url(/assets/sys/img/icon-action-fail-line-orange.svg)}
.icon._help._line._orange{		    background-image: url(/assets/sys/img/icon-action-help-line-orange.svg)}
.icon._info._line._orange{			background-image: url(/assets/sys/img/icon-action-info-line-orange.svg)}
.icon._key._line._orange{			background-image: url(/assets/sys/img/icon-action-key-line-orange.svg)}
.icon._load_fail._line._orange{	background-image: url(/assets/sys/img/icon-action-load-fail-line-orange.svg)}
.icon._notification._line._orange{	background-image: url(/assets/sys/img/icon-action-notification-line-orange.svg)}


.icon._success._green{		background-image: url(/assets/sys/img/icon-action-success-solid-green.svg)}


.icon._success._line._green{		background-image: url(/assets/sys/img/icon-action-success-line-green.svg)}



.icon._card{			background-image: url(/assets/sys/img/icon-device-card-solid.svg)}
.icon._cards{			background-image: url(/assets/sys/img/icon-device-cards-solid.svg)}
.icon._desktop{			background-image: url(/assets/sys/img/icon-device-desktop-solid.svg)}
.icon._desktop_mobile{	background-image: url(/assets/sys/img/icon-device-desktop-mobile-solid.svg)}
.icon._email{			background-image: url(/assets/sys/img/icon-device-email-solid.svg)}
.icon._message{			background-image: url(/assets/sys/img/icon-device-message-solid.svg)}
.icon._sms{				background-image: url(/assets/sys/img/icon-device-sms-solid.svg)}
.icon._web{				background-image: url(/assets/sys/img/icon-device-web-solid.svg)}
.icon._marketing{		background-image: url(/assets/sys/img/icon-device-marketing-solid.svg)}


.icon._card._white{			background-image: url(/assets/sys/img/icon-device-card-solid-white.svg)}
.icon._cards._white{		background-image: url(/assets/sys/img/icon-device-cards-solid-white.svg)}
.icon._desktop._white{		background-image: url(/assets/sys/img/icon-device-desktop-solid-white.svg)}
.icon._desktop_mobile._white{background-image: url(/assets/sys/img/icon-device-desktop-mobile-solid-white.svg)}
.icon._email._white{		background-image: url(/assets/sys/img/icon-device-email-solid-white.svg)}
.icon._message._white{		background-image: url(/assets/sys/img/icon-device-message-solid-white.svg)}
.icon._sms._white{			background-image: url(/assets/sys/img/icon-device-sms-solid-white.svg)}
.icon._web._white{			background-image: url(/assets/sys/img/icon-device-web-solid-white.svg)}
.icon._marketing._white{	background-image: url(/assets/sys/img/icon-device-marketing-solid-white.svg)}



.icon._bank{			background-image: url(/assets/sys/img/icon-object-bank-solid.svg)}
.icon._bar{				background-image: url(/assets/sys/img/icon-object-bar-solid.svg)}
.icon._calendar_day{	background-image: url(/assets/sys/img/icon-object-calendar-day-solid.svg)}
.icon._calendar_month{	background-image: url(/assets/sys/img/icon-object-calendar-month-solid.svg)}
.icon._calendar_week{	background-image: url(/assets/sys/img/icon-object-calendar-week-solid.svg)}
.icon._clock{			background-image: url(/assets/sys/img/icon-object-clock-solid.svg)}
.icon._company{			background-image: url(/assets/sys/img/icon-object-company-solid.svg)}
.icon._contract{		background-image: url(/assets/sys/img/icon-object-contract-solid.svg)}
.icon._offer{			background-image: url(/assets/sys/img/icon-object-offer-solid.svg)}
.icon._pie{				background-image: url(/assets/sys/img/icon-object-pie-solid.svg)}
.icon._tag{				background-image: url(/assets/sys/img/icon-object-tag-solid.svg)}


.icon._bank._white{			background-image: url(/assets/sys/img/icon-object-bank-solid-white.svg)}
.icon._bar._white{			background-image: url(/assets/sys/img/icon-object-bar-solid-white.svg)}
.icon._calendar_day._white{	background-image: url(/assets/sys/img/icon-object-calendar-day-solid-white.svg)}
.icon._calendar_month._white{background-image: url(/assets/sys/img/icon-object-calendar-month-solid-white.svg)}
.icon._calendar_week._white{background-image: url(/assets/sys/img/icon-object-calendar-week-solid-white.svg)}
.icon._clock._white{		background-image: url(/assets/sys/img/icon-object-clock-solid-white.svg)}
.icon._company._white{		background-image: url(/assets/sys/img/icon-object-company-solid-white.svg)}
.icon._contract._white{		background-image: url(/assets/sys/img/icon-object-contract-solid-white.svg)}
.icon._offer._white{		background-image: url(/assets/sys/img/icon-object-offer-solid-white.svg)}
.icon._pie._white{			background-image: url(/assets/sys/img/icon-object-pie-solid-white.svg)}
.icon._tag._white{			background-image: url(/assets/sys/img/icon-object-tag-solid-white.svg)}



.icon._account{				background-image: url(/assets/sys/img/icon-system-account-solid.svg)}
.icon._account_search{		background-image: url(/assets/sys/img/icon-system-account-search-solid.svg)}
.icon._account_setting{		background-image: url(/assets/sys/img/icon-system-account-setting-solid.svg)}
.icon._accounts{			background-image: url(/assets/sys/img/icon-system-accounts-solid.svg)}
.icon._arrow_up{			background-image: url(/assets/sys/img/icon-system-arrow-up-solid.svg)}
.icon._arrow_right{			background-image: url(/assets/sys/img/icon-system-arrow-right-solid.svg)}
.icon._arrow_down{			background-image: url(/assets/sys/img/icon-system-arrow-down-solid.svg)}
.icon._arrow_left{			background-image: url(/assets/sys/img/icon-system-arrow-left-solid.svg)}
.icon._arrow2_up{			background-image: url(/assets/sys/img/icon-system-arrow2-up-solid.svg)}
.icon._arrow2_right{		background-image: url(/assets/sys/img/icon-system-arrow2-right-solid.svg)}
.icon._arrow2_down{			background-image: url(/assets/sys/img/icon-system-arrow2-down-solid.svg)}
.icon._arrow2_left{			background-image: url(/assets/sys/img/icon-system-arrow2-left-solid.svg)}
.icon._database{			background-image: url(/assets/sys/img/icon-system-database-solid.svg)}
.icon._database_setting{	background-image: url(/assets/sys/img/icon-system-database-setting-solid.svg)}
.icon._file{				background-image: url(/assets/sys/img/icon-system-file-solid.svg)}
.icon._file_search{			background-image: url(/assets/sys/img/icon-system-file-search-solid.svg)}
.icon._folder{				background-image: url(/assets/sys/img/icon-system-folder-solid.svg)}
.icon._folder_search{		background-image: url(/assets/sys/img/icon-system-folder-search-solid.svg)}
.icon._image{				background-image: url(/assets/sys/img/icon-system-image-solid.svg)}
.icon._modules{				background-image: url(/assets/sys/img/icon-system-modules-solid.svg)}
.icon._open_folder_left{	background-image: url(/assets/sys/img/icon-system-open-folder-left-solid.svg)}
.icon._open_folder_left2{	background-image: url(/assets/sys/img/icon-system-open-folder-left2-solid.svg)}
.icon._open_folder_left3{	background-image: url(/assets/sys/img/icon-system-open-folder-left3-solid.svg)}
.icon._open_folder_right{	background-image: url(/assets/sys/img/icon-system-open-folder-right-solid.svg)}
.icon._open_folder_right2{	background-image: url(/assets/sys/img/icon-system-open-folder-right2-solid.svg)}
.icon._open_folder_right3{	background-image: url(/assets/sys/img/icon-system-open-folder-right3-solid.svg)}
.icon._server{				background-image: url(/assets/sys/img/icon-system-server-solid.svg)}
.icon._setting{				background-image: url(/assets/sys/img/icon-system-setting-solid.svg)}
.icon._settings{			background-image: url(/assets/sys/img/icon-system-settings-solid.svg)}
.icon._setting_folder{		background-image: url(/assets/sys/img/icon-system-setting-folder-solid.svg)}
.icon._setting_folder2{		background-image: url(/assets/sys/img/icon-system-setting-folder2-solid.svg)}
.icon._setting_time{		background-image: url(/assets/sys/img/icon-system-setting-time-solid.svg)}

.icon._sort_alpha_asc{	    background-image: url(/assets/sys/img/icon-system-sort-alpha-asc-solid.svg)}
.icon._sort_alpha_desc{	    background-image: url(/assets/sys/img/icon-system-sort-alpha-desc-solid.svg)}
.icon._sort_arrow{		    background-image: url(/assets/sys/img/icon-system-sort-arrow-solid.svg)}
.icon._sort_arrow_reverse{  background-image: url(/assets/sys/img/icon-system-sort-arrow-reverse-solid.svg)}
.icon._tabs{                background-image: url(/assets/sys/img/icon-system-tabs-solid.svg)}
.icon._tool{                background-image: url(/assets/sys/img/icon-system-tool-solid.svg)}
.icon._warning{				background-image: url(/assets/sys/img/icon-system-warning-solid.svg)}
.icon._more{				background-image: url(/assets/slc/std/img/icon-more.svg)}


.icon._account._white{				background-image: url(/assets/sys/img/icon-system-account-solid-white.svg)}
.icon._account_search._white{		background-image: url(/assets/sys/img/icon-system-account-search-solid-white.svg)}
.icon._account_setting._white{		background-image: url(/assets/sys/img/icon-system-account-setting-solid-white.svg)}
.icon._accounts._white{				background-image: url(/assets/sys/img/icon-system-accounts-solid-white.svg)}
.icon._arrow_up._white{				background-image: url(/assets/sys/img/icon-system-arrow-up-solid-white.svg)}
.icon._arrow_right._white{			background-image: url(/assets/sys/img/icon-system-arrow-right-solid-white.svg)}
.icon._arrow_down._white{			background-image: url(/assets/sys/img/icon-system-arrow-down-solid-white.svg)}
.icon._arrow_left._white{			background-image: url(/assets/sys/img/icon-system-arrow-left-solid-white.svg)}
.icon._arrow2_up._white{			background-image: url(/assets/sys/img/icon-system-arrow2-up-solid-white.svg)}
.icon._arrow2_right._white{			background-image: url(/assets/sys/img/icon-system-arrow2-right-solid-white.svg)}
.icon._arrow2_down._white{			background-image: url(/assets/sys/img/icon-system-arrow2-down-solid-white.svg)}
.icon._arrow2_left._white{			background-image: url(/assets/sys/img/icon-system-arrow2-left-solid-white.svg)}
.icon._database._white{				background-image: url(/assets/sys/img/icon-system-database-solid-white.svg)}
.icon._database_setting._white{		background-image: url(/assets/sys/img/icon-system-database-setting-solid-white.svg)}
.icon._file._white{					background-image: url(/assets/sys/img/icon-system-file-solid-white.svg)}
.icon._file_search._white{			background-image: url(/assets/sys/img/icon-system-file-search-solid-white.svg)}
.icon._folder._white{				background-image: url(/assets/sys/img/icon-system-folder-solid-white.svg)}
.icon._folder_search._white{		background-image: url(/assets/sys/img/icon-system-folder-search-solid-white.svg)}
.icon._image._white{				background-image: url(/assets/sys/img/icon-system-image-solid-white.svg)}
.icon._modules._white{				background-image: url(/assets/sys/img/icon-system-modules-solid-white.svg)}
.icon._open_folder_left._white{		background-image: url(/assets/sys/img/icon-system-open-folder-left-solid-white.svg)}
.icon._open_folder_left2._white{	background-image: url(/assets/sys/img/icon-system-open-folder-left2-solid-white.svg)}
.icon._open_folder_left3._white{	background-image: url(/assets/sys/img/icon-system-open-folder-left3-solid-white.svg)}
.icon._open_folder_right._white{	background-image: url(/assets/sys/img/icon-system-open-folder-right-solid-white.svg)}
.icon._open_folder_right2._white{	background-image: url(/assets/sys/img/icon-system-open-folder-right2-solid-white.svg)}
.icon._open_folder_right3._white{	background-image: url(/assets/sys/img/icon-system-open-folder-right3-solid-white.svg)}
.icon._server._white{				background-image: url(/assets/sys/img/icon-system-server-solid-white.svg)}
.icon._setting._white{				background-image: url(/assets/sys/img/icon-system-setting-solid-white.svg)}
.icon._settings._white{				background-image: url(/assets/sys/img/icon-system-settings-solid-white.svg)}
.icon._setting_folder._white{		background-image: url(/assets/sys/img/icon-system-setting-folder-solid-white.svg)}
.icon._setting_folder2._white{		background-image: url(/assets/sys/img/icon-system-setting-folder2-solid-white.svg)}
.icon._setting_time._white{			background-image: url(/assets/sys/img/icon-system-setting-time-solid-white.svg)}

.icon._sort_alpha_asc._white{	    background-image: url(/assets/sys/img/icon-system-sort-alpha-asc-solid-white.svg)}
.icon._sort_alpha_desc._white{	    background-image: url(/assets/sys/img/icon-system-sort-alpha-desc-solid-white.svg)}
.icon._sort_arrow._white{		    background-image: url(/assets/sys/img/icon-system-sort-arrow-solid-white.svg)}
.icon._sort_arrow_reverse._white{   background-image: url(/assets/sys/img/icon-system-sort-arrow-reverse-solid-white.svg)}
.icon._tabs._white{                 background-image: url(/assets/sys/img/icon-system-tabs-solid.svg)}
.icon._tool._white{                 background-image: url(/assets/sys/img/icon-system-tool-solid.svg)}
.icon._warning._white{				background-image: url(/assets/sys/img/icon-system-warning-solid-white.svg)}



.icon._australia{	    background-image: url(/assets/sys/img/icon-other-australia-solid.svg)}
.icon._circle{          background-image: url(/assets/sys/img/icon-other-circle-solid.svg);}
.icon._deploy{		    background-image: url(/assets/sys/img/icon-other-deploy-solid.svg)}
.icon._developer{	    background-image: url(/assets/sys/img/icon-other-developer-solid.svg)}
.icon._document{		background-image: url(/assets/sys/img/icon-other-document-solid.svg)}
.icon._emaileditor{		background-image: url(/assets/sys/img/icon-other-emaileditor-solid.svg)}
.icon._webeditor{		background-image: url(/assets/sys/img/icon-other-webeditor-solid.svg)}
.icon._home{			background-image: url(/assets/sys/img/icon-other-home-solid.svg)}
.icon._menu{		    background-image: url(/assets/sys/img/icon-other-menu-solid.svg)}
.icon._task{		    background-image: url(/assets/sys/img/icon-other-task-solid.svg)}


.icon._australia._white{	background-image: url(/assets/sys/img/icon-other-australia-solid-white.svg)}
.icon._circle._white{       background-image: url(/assets/sys/img/icon-other-circle-solid-white.svg);}
.icon._deploy._white{		background-image: url(/assets/sys/img/icon-other-deploy-solid-white.svg)}
.icon._developer._white{	background-image: url(/assets/sys/img/icon-other-developer-solid-white.svg)}
.icon._document._white{		background-image: url(/assets/sys/img/icon-other-document-solid-white.svg)}
.icon._emaileditor._white{	background-image: url(/assets/sys/img/icon-other-emaileditor-solid-white.svg)}
.icon._webeditor._white{	background-image: url(/assets/sys/img/icon-other-webeditor-solid-white.svg)}
.icon._home._white{			background-image: url(/assets/sys/img/icon-other-home-solid-white.svg)}
.icon._menu._white{			background-image: url(/assets/sys/img/icon-other-menu-solid-white.svg)}
.icon._task._white{			background-image: url(/assets/sys/img/icon-other-task-solid-white.svg)}



.icon._bin._line{			background-image: url(/assets/sys/img/icon-action-bin-line.svg)}
.icon._bin2._line{			background-image: url(/assets/sys/img/icon-action-bin2-line.svg)}
.icon._block._line{			background-image: url(/assets/sys/img/icon-action-block-line.svg)}
.icon._block2._line{		background-image: url(/assets/sys/img/icon-action-block2-line.svg)}
.icon._block3._line{		background-image: url(/assets/sys/img/icon-action-block3-line.svg)}
.icon._close_fullscreen._line{	background-image: url(/assets/sys/img/icon-action-close-fullscreen-line.svg)}
.icon._close._line{			background-image: url(/assets/sys/img/icon-action-close-line.svg)}
.icon._copy._line{			background-image: url(/assets/sys/img/icon-action-copy-line.svg)}
.icon._dock_right._line{	background-image: url(/assets/sys/img/icon-action-dock-right-line.svg)}
.icon._dock_top._line{		background-image: url(/assets/sys/img/icon-action-dock-top-line.svg)}
.icon._download._line{		background-image: url(/assets/sys/img/icon-action-download-line.svg)}
.icon._edit._line{			background-image: url(/assets/sys/img/icon-action-edit-line.svg)}
.icon._fail._line{			background-image: url(/assets/sys/img/icon-action-fail-line.svg)}
.icon._filter._line{		background-image: url(/assets/sys/img/icon-action-filter-line.svg)}
.icon._forward._line{		background-image: url(/assets/sys/img/icon-action-forward-line.svg)}
.icon._fullscreen._line{	background-image: url(/assets/sys/img/icon-action-fullscreen-line.svg)}
.icon._gateway._line{		background-image: url(/assets/sys/img/icon-action-gateway-line.svg)}
.icon._gateway._line{		background-image: url(/assets/sys/img/icon-action-gateway-line.svg)}
.icon._help._line{		    background-image: url(/assets/sys/img/icon-action-help-line.svg)}
.icon._hide._line{			background-image: url(/assets/sys/img/icon-action-hide-line.svg)}
.icon._info._line{			background-image: url(/assets/sys/img/icon-action-info-line.svg)}
.icon._key._line{			background-image: url(/assets/sys/img/icon-action-key-line.svg)}
.icon._link._line{			background-image: url(/assets/sys/img/icon-action-link-line.svg)}
.icon._load_fail._line{		background-image: url(/assets/sys/img/icon-action-load-fail-line.svg)}
.icon._lock._line{			background-image: url(/assets/sys/img/icon-action-lock-line.svg)}
.icon._login._line{			background-image: url(/assets/sys/img/icon-action-login-line.svg)}
.icon._logout._line{		background-image: url(/assets/sys/img/icon-action-logout-line.svg)}
.icon._notification._line{	background-image: url(/assets/sys/img/icon-action-notification-line.svg)}
.icon._pin._line{			background-image: url(/assets/sys/img/icon-action-pin-line.svg)}
.icon._print._line{			background-image: url(/assets/sys/img/icon-action-print-line.svg)}
.icon._refresh._line{		background-image: url(/assets/sys/img/icon-action-refresh-line.svg)}
.icon._search._line{		background-image: url(/assets/sys/img/icon-action-search-line.svg)}
.icon._success._line{		background-image: url(/assets/sys/img/icon-action-success-line.svg)}
.icon._unlock._line{		background-image: url(/assets/sys/img/icon-action-unlock-line.svg)}
.icon._upload._line{		background-image: url(/assets/sys/img/icon-action-upload-line.svg)}


.icon._bin._line._white{		background-image: url(/assets/sys/img/icon-action-bin-line-white.svg)}
.icon._bin2._line._white{		background-image: url(/assets/sys/img/icon-action-bin2-line-white.svg)}
.icon._block._line._white{		background-image: url(/assets/sys/img/icon-action-block-line-white.svg)}
.icon._block2._line._white{		background-image: url(/assets/sys/img/icon-action-block2-line-white.svg)}
.icon._block3._line._white{		background-image: url(/assets/sys/img/icon-action-block3-line-white.svg)}
.icon._close_fullscreen._line._white{	background-image: url(/assets/sys/img/icon-action-close-fullscreen-line-white.svg)}
.icon._close._line._white{		background-image: url(/assets/sys/img/icon-action-close-line-white.svg)}
.icon._copy._line._white{		background-image: url(/assets/sys/img/icon-action-copy-line-white.svg)}
.icon._dock_right._line._white{	background-image: url(/assets/sys/img/icon-action-dock-right-line-white.svg)}
.icon._dock_top._line._white{	background-image: url(/assets/sys/img/icon-action-dock-top-line-white.svg)}
.icon._download._line._white{	background-image: url(/assets/sys/img/icon-action-download-line-white.svg)}
.icon._edit._line._white{		background-image: url(/assets/sys/img/icon-action-edit-line-white.svg)}
.icon._fail._line._white{		background-image: url(/assets/sys/img/icon-action-fail-line-white.svg)}
.icon._filter._line._white{		background-image: url(/assets/sys/img/icon-action-filter-line-white.svg)}
.icon._forward._line._white{	background-image: url(/assets/sys/img/icon-action-forward-line-white.svg)}
.icon._fullscreen._line._white{	background-image: url(/assets/sys/img/icon-action-fullscreen-line-white.svg)}
.icon._gateway._line._white{	background-image: url(/assets/sys/img/icon-action-gateway-line-white.svg)}
.icon._help._line._white{	    background-image: url(/assets/sys/img/icon-action-help-line-white.svg)}
.icon._hide._line._white{		background-image: url(/assets/sys/img/icon-action-hide-line-white.svg)}
.icon._info._line._white{		background-image: url(/assets/sys/img/icon-action-info-line-white.svg)}
.icon._key._line._white{		background-image: url(/assets/sys/img/icon-action-key-line-white.svg)}
.icon._link._line._white{		background-image: url(/assets/sys/img/icon-action-link-line-white.svg)}
.icon._load_fail._line._white{	background-image: url(/assets/sys/img/icon-action-load-fail-line-white.svg)}
.icon._lock._line._white{		background-image: url(/assets/sys/img/icon-action-lock-line-white.svg)}
.icon._login._line._white{		background-image: url(/assets/sys/img/icon-action-login-line-white.svg)}
.icon._logout._line._white{		background-image: url(/assets/sys/img/icon-action-logout-line-white.svg)}
.icon._notification._line._white{	background-image: url(/assets/sys/img/icon-action-notification-line-white.svg)}
.icon._pin._line._white{		background-image: url(/assets/sys/img/icon-action-pin-line-white.svg)}
.icon._print._line._white{		background-image: url(/assets/sys/img/icon-action-print-line-white.svg)}
.icon._refresh._line._white{	background-image: url(/assets/sys/img/icon-action-refresh-line-white.svg)}
.icon._search._line._white{	    background-image: url(/assets/sys/img/icon-action-search-line-white.svg)}
.icon._success._line._white{	background-image: url(/assets/sys/img/icon-action-success-line-white.svg)}
.icon._unlock._line._white{		background-image: url(/assets/sys/img/icon-action-unlock-line-white.svg)}
.icon._upload._line._white{		background-image: url(/assets/sys/img/icon-action-upload-line-white.svg)}



.icon._card._line{		background-image: url(/assets/sys/img/icon-device-card-line.svg)}
.icon._cards._line{		background-image: url(/assets/sys/img/icon-device-cards-line.svg)}
.icon._desktop._line{	background-image: url(/assets/sys/img/icon-device-desktop-line.svg)}
.icon._desktop_mobile._line{background-image: url(/assets/sys/img/icon-device-desktop-mobile-line.svg)}
.icon._email._line{		background-image: url(/assets/sys/img/icon-device-email-line.svg)}
.icon._marketing._line{	background-image: url(/assets/sys/img/icon-device-marketing-line.svg)}
.icon._message._line{	background-image: url(/assets/sys/img/icon-device-message-line.svg)}
.icon._mobile._line{	background-image: url(/assets/sys/img/icon-device-mobile-line.svg)}
.icon._sms._line{		background-image: url(/assets/sys/img/icon-device-sms-line.svg)}
.icon._web._line{		background-image: url(/assets/sys/img/icon-device-web-line.svg)}


.icon._card._line._white{		background-image: url(/assets/sys/img/icon-device-card-line-white.svg)}
.icon._cards._line._white{		background-image: url(/assets/sys/img/icon-device-cards-line-white.svg)}
.icon._desktop._line._white{	background-image: url(/assets/sys/img/icon-device-desktop-line-white.svg)}
.icon._desktop_mobile._line._white{background-image: url(/assets/sys/img/icon-device-desktop-mobile-line-white.svg)}
.icon._email._line._white{		background-image: url(/assets/sys/img/icon-device-email-line-white.svg)}
.icon._marketing._line._white{	background-image: url(/assets/sys/img/icon-device-marketing-line-white.svg)}
.icon._message._line._white{	background-image: url(/assets/sys/img/icon-device-message-line-white.svg)}
.icon._mobile._line._white{		background-image: url(/assets/sys/img/icon-device-mobile-line-white.svg)}
.icon._sms._line._white{		background-image: url(/assets/sys/img/icon-device-sms-line-white.svg)}
.icon._web._line._white{		background-image: url(/assets/sys/img/icon-device-web-line-white.svg)}



.icon._bank._line{			background-image: url(/assets/sys/img/icon-object-bank-line.svg)}
.icon._bar._line{			background-image: url(/assets/sys/img/icon-object-bar-line.svg)}
.icon._calendar_day._line{	background-image: url(/assets/sys/img/icon-object-calendar-day-line.svg)}
.icon._calendar_month._line{background-image: url(/assets/sys/img/icon-object-calendar-month-line.svg)}
.icon._calendar_week._line{	background-image: url(/assets/sys/img/icon-object-calendar-week-line.svg)}
.icon._clock._line{			background-image: url(/assets/sys/img/icon-object-clock-line.svg)}
.icon._company._line{		background-image: url(/assets/sys/img/icon-object-company-line.svg)}
.icon._contract._line{		background-image: url(/assets/sys/img/icon-object-contract-line.svg)}
.icon._offer._line{			background-image: url(/assets/sys/img/icon-object-offer-line.svg)}
.icon._pie._line{			background-image: url(/assets/sys/img/icon-object-pie-line.svg)}
.icon._tag._line{			background-image: url(/assets/sys/img/icon-object-tag-line.svg)}


.icon._bank._line._white{			background-image: url(/assets/sys/img/icon-object-bank-line-white.svg)}
.icon._bar._line._white{			background-image: url(/assets/sys/img/icon-object-bar-line-white.svg)}
.icon._calendar_day._line._white{	background-image: url(/assets/sys/img/icon-object-calendar-day-line-white.svg)}
.icon._calendar_month._line._white{	background-image: url(/assets/sys/img/icon-object-calendar-month-line-white.svg)}
.icon._calendar_week._line._white{	background-image: url(/assets/sys/img/icon-object-calendar-week-line-white.svg)}
.icon._clock._line._white{			background-image: url(/assets/sys/img/icon-object-clock-line-white.svg)}
.icon._company._line._white{		background-image: url(/assets/sys/img/icon-object-company-line-white.svg)}
.icon._contract._line._white{		background-image: url(/assets/sys/img/icon-object-contract-line-white.svg)}
.icon._offer._line._white{			background-image: url(/assets/sys/img/icon-object-offer-line-white.svg)}
.icon._pie._line._white{			background-image: url(/assets/sys/img/icon-object-pie-line-white.svg)}
.icon._tag._line._white{			background-image: url(/assets/sys/img/icon-object-tag-line-white.svg)}



.icon._account._line{			background-image: url(/assets/sys/img/icon-system-account-line.svg)}
.icon._account_search._line{	background-image: url(/assets/sys/img/icon-system-account-search-line.svg)}
.icon._account_setting._line{	background-image: url(/assets/sys/img/icon-system-account-setting-line.svg)}
.icon._accounts._line{			background-image: url(/assets/sys/img/icon-system-accounts-line.svg)}
.icon._arrow_up._line{			background-image: url(/assets/sys/img/icon-system-arrow-up-line.svg)}
.icon._arrow_right._line{		background-image: url(/assets/sys/img/icon-system-arrow-right-line.svg)}
.icon._arrow_down._line{		background-image: url(/assets/sys/img/icon-system-arrow-down-line.svg)}
.icon._arrow_left._line{		background-image: url(/assets/sys/img/icon-system-arrow-left-line.svg)}
.icon._arrow2_up._line{			background-image: url(/assets/sys/img/icon-system-arrow2-up-line.svg)}
.icon._arrow2_right._line{		background-image: url(/assets/sys/img/icon-system-arrow2-right-line.svg)}
.icon._arrow2_down._line{		background-image: url(/assets/sys/img/icon-system-arrow2-down-line.svg)}
.icon._arrow2_left._line{		background-image: url(/assets/sys/img/icon-system-arrow2-left-line.svg)}
.icon._database._line{			background-image: url(/assets/sys/img/icon-system-database-line.svg)}
.icon._database_setting._line{	background-image: url(/assets/sys/img/icon-system-database-setting-line.svg)}
.icon._file._line{				background-image: url(/assets/sys/img/icon-system-file-line.svg)}
.icon._file_search._line{		background-image: url(/assets/sys/img/icon-system-file-search-line.svg)}
.icon._folder._line{			background-image: url(/assets/sys/img/icon-system-folder-line.svg)}
.icon._folder_search._line{		background-image: url(/assets/sys/img/icon-system-folder-search-line.svg)}
.icon._image._line{				background-image: url(/assets/sys/img/icon-system-image-line.svg)}
.icon._modules._line{			background-image: url(/assets/sys/img/icon-system-modules-line.svg)}
.icon._open_folder_left._line{	background-image: url(/assets/sys/img/icon-system-open-folder-left-line.svg)}
.icon._open_folder_left2._line{	background-image: url(/assets/sys/img/icon-system-open-folder-left2-line.svg)}
.icon._open_folder_left3._line{	background-image: url(/assets/sys/img/icon-system-open-folder-left3-line.svg)}
.icon._open_folder_right._line{	background-image: url(/assets/sys/img/icon-system-open-folder-right-line.svg)}
.icon._open_folder_right2._line{background-image: url(/assets/sys/img/icon-system-open-folder-right2-line.svg)}
.icon._open_folder_right3._line{background-image: url(/assets/sys/img/icon-system-open-folder-right3-line.svg)}
.icon._server._line{			background-image: url(/assets/sys/img/icon-system-server-line.svg)}
.icon._setting._line{			background-image: url(/assets/sys/img/icon-system-setting-line.svg)}
.icon._settings._line{			background-image: url(/assets/sys/img/icon-system-settings-line.svg)}
.icon._setting_folder._line{	background-image: url(/assets/sys/img/icon-system-setting-folder-line.svg)}
.icon._setting_folder2._line{	background-image: url(/assets/sys/img/icon-system-setting-folder2-line.svg)}
.icon._setting_time._line{		background-image: url(/assets/sys/img/icon-system-setting-time-line.svg)}
.icon._sort_alpha_asc._line{	background-image: url(/assets/sys/img/icon-system-sort-alpha-asc-line.svg)}
.icon._sort_alpha_desc._line{	background-image: url(/assets/sys/img/icon-system-sort-alpha-desc-line.svg)}
.icon._sort_arrow._line{		background-image: url(/assets/sys/img/icon-system-sort-arrow-line.svg)}
.icon._sort_arrow_reverse._line{background-image: url(/assets/sys/img/icon-system-sort-arrow-reverse-line.svg)}
.icon._tabs._line{              background-image: url(/assets/sys/img/icon-system-tabs-line.svg)}
.icon._tool._line{				background-image: url(/assets/sys/img/icon-system-tool-line.svg)}
.icon._warning._line{			background-image: url(/assets/sys/img/icon-system-warning-line.svg)}


.icon._account._line._white{			background-image: url(/assets/sys/img/icon-system-account-line-white.svg)}
.icon._account_search._line._white{		background-image: url(/assets/sys/img/icon-system-account-search-line-white.svg)}
.icon._account_setting._line._white{	background-image: url(/assets/sys/img/icon-system-account-setting-line-white.svg)}
.icon._accounts._line._white{			background-image: url(/assets/sys/img/icon-system-accounts-line-white.svg)}
.icon._arrow_up._line._white{			background-image: url(/assets/sys/img/icon-system-arrow-up-line-white.svg)}
.icon._arrow_right._line._white{		background-image: url(/assets/sys/img/icon-system-arrow-right-line-white.svg)}
.icon._arrow_down._line._white{			background-image: url(/assets/sys/img/icon-system-arrow-down-line-white.svg)}
.icon._arrow_left._line._white{			background-image: url(/assets/sys/img/icon-system-arrow-left-line-white.svg)}
.icon._arrow2_up._line._white{			background-image: url(/assets/sys/img/icon-system-arrow2-up-line-white.svg)}
.icon._arrow2_right._line._white{		background-image: url(/assets/sys/img/icon-system-arrow2-right-line-white.svg)}
.icon._arrow2_down._line._white{		background-image: url(/assets/sys/img/icon-system-arrow2-down-line-white.svg)}
.icon._arrow2_left._line._white{		background-image: url(/assets/sys/img/icon-system-arrow2-left-line-white.svg)}
.icon._database._line._white{			background-image: url(/assets/sys/img/icon-system-database-line-white.svg)}
.icon._database_setting._line._white{	background-image: url(/assets/sys/img/icon-system-database-setting-line-white.svg)}
.icon._file._line._white{				background-image: url(/assets/sys/img/icon-system-file-line-white.svg)}
.icon._file_search._line._white{		background-image: url(/assets/sys/img/icon-system-file-search-line-white.svg)}
.icon._folder._line._white{				background-image: url(/assets/sys/img/icon-system-folder-line-white.svg)}
.icon._folder_search._line._white{		background-image: url(/assets/sys/img/icon-system-folder-search-line-white.svg)}
.icon._image._line._white{				background-image: url(/assets/sys/img/icon-system-image-line-white.svg)}
.icon._modules._line._white{			background-image: url(/assets/sys/img/icon-system-modules-line-white.svg)}
.icon._open_folder_left._line._white{	background-image: url(/assets/sys/img/icon-system-open-folder-left-line-white.svg)}
.icon._open_folder_left2._line._white{	background-image: url(/assets/sys/img/icon-system-open-folder-left2-line-white.svg)}
.icon._open_folder_left3._line._white{	background-image: url(/assets/sys/img/icon-system-open-folder-left3-line-white.svg)}
.icon._open_folder_right._line._white{	background-image: url(/assets/sys/img/icon-system-open-folder-right-line-white.svg)}
.icon._open_folder_right2._line._white{	background-image: url(/assets/sys/img/icon-system-open-folder-right2-line-white.svg)}
.icon._open_folder_right3._line._white{	background-image: url(/assets/sys/img/icon-system-open-folder-right3-line-white.svg)}
.icon._server._line._white{				background-image: url(/assets/sys/img/icon-system-server-line-white.svg)}
.icon._setting._line._white{			background-image: url(/assets/sys/img/icon-system-setting-line-white.svg)}
.icon._settings._line._white{			background-image: url(/assets/sys/img/icon-system-settings-line-white.svg)}
.icon._setting_folder._line._white{		background-image: url(/assets/sys/img/icon-system-setting-folder-line-white.svg)}
.icon._setting_folder2._line._white{	background-image: url(/assets/sys/img/icon-system-setting-folder2-line-white.svg)}
.icon._setting_time._line._white{		background-image: url(/assets/sys/img/icon-system-setting-time-line-white.svg)}
.icon._sort_alpha_asc._line._white{		background-image: url(/assets/sys/img/icon-system-sort-alpha-asc-line-white.svg)}
.icon._sort_alpha_desc._line._white{	background-image: url(/assets/sys/img/icon-system-sort-alpha-desc-line-white.svg)}
.icon._sort_arrow._line._white{			background-image: url(/assets/sys/img/icon-system-sort-arrow-line-white.svg)}
.icon._sort_arrow_reverse._line._white{	background-image: url(/assets/sys/img/icon-system-sort-arrow-reverse-line-white.svg)}
.icon._tabs._line._white{	            background-image: url(/assets/sys/img/icon-system-tabs-line-white.svg)}
.icon._tool._line._white{				background-image: url(/assets/sys/img/icon-system-tool-line-white.svg)}
.icon._warning._line._white{			background-image: url(/assets/sys/img/icon-system-warning-line-white.svg)}


.icon._warning._orange{			        background-image: url(/assets/sys/img/icon-system-warning-solid-orange.svg)}


.icon._warning._line._orange{			background-image: url(/assets/sys/img/icon-system-warning-line-orange.svg)}



.icon._australia._line{		background-image: url(/assets/sys/img/icon-other-australia-line.svg)}
.icon._circle._line{        background-image: url(/assets/sys/img/icon-other-circle-line.svg);}
.icon._deploy._line{		background-image: url(/assets/sys/img/icon-other-deploy-line.svg)}
.icon._developer._line{		background-image: url(/assets/sys/img/icon-other-developer-line.svg)}
.icon._document._line{		background-image: url(/assets/sys/img/icon-other-document-line.svg)}
.icon._home._line{			background-image: url(/assets/sys/img/icon-other-home-line.svg)}
.icon._emaileditor._line{	background-image: url(/assets/sys/img/icon-other-emaileditor-line.svg)}
.icon._menu._line{			background-image: url(/assets/sys/img/icon-other-menu-line.svg)}
.icon._task._line{			background-image: url(/assets/sys/img/icon-other-task-line.svg)}
.icon._webeditor._line{		background-image: url(/assets/sys/img/icon-other-webeditor-line.svg)}


.icon._australia._line._white{	background-image: url(/assets/sys/img/icon-other-australia-line-white.svg)}
.icon._circle._line._white{     background-image: url(/assets/sys/img/icon-other-circle-line-white.svg);}
.icon._deploy._line._white{		background-image: url(/assets/sys/img/icon-other-deploy-line-white.svg)}
.icon._developer._line._white{	background-image: url(/assets/sys/img/icon-other-developer-line-white.svg)}
.icon._document._line._white{	background-image: url(/assets/sys/img/icon-other-document-line-white.svg)}
.icon._home._line._white{		background-image: url(/assets/sys/img/icon-other-home-line-white.svg)}
.icon._emaileditor._line._white{background-image: url(/assets/sys/img/icon-other-emaileditor-line-white.svg)}
.icon._menu._line._white{		background-image: url(/assets/sys/img/icon-other-menu-line-white.svg)}
.icon._task._line._white{		background-image: url(/assets/sys/img/icon-other-task-line-white.svg)}
.icon._webeditor._line._white{	background-image: url(/assets/sys/img/icon-other-webeditor-line-white.svg)}


.icon._circle._black{       background-image: url(/assets/sys/img/icon-other-circle-solid-black.svg);}
.icon._circle._line._black{ background-image: url(/assets/sys/img/icon-other-circle-line-black.svg);}
