@charset "UTF-8";


*:active,
*:focus,
*:hover,
* {
outline: none !important;
}

*:after,
*:before,
* {
box-sizing: border-box;
}

input[type="button"],
button *,
button,
a,
a * {
transition-delay: 0ms;
transition-duration: 100ms;
transition-property: background-color,border-color,color,fill,stroke;
transition-timing-function: linear;
}

a { text-decoration: none; cursor: pointer; pointer-events: auto; }
a:hover { text-decoration: none; cursor: pointer; pointer-events: auto; }
a:focus { text-decoration: none; cursor: pointer; pointer-events: auto; }
a:active { text-decoration: none; cursor: pointer; pointer-events: auto; }
a.active { text-decoration: none; cursor: pointer; pointer-events: auto; }
a[disabled] { text-decoration: none; cursor: not-allowed; pointer-events: none; }
a.disabled { text-decoration: none; cursor: not-allowed; pointer-events: none; }


a { color: #004d99; }
a:hover { color: #0066cc; }
a:focus { color: #0066cc; }
a:active { color: #004d99; }
a.active { color: #0066cc; }

.bg-white { background-color: #ffffff !important; }
.bg-black { background-color: #000000 !important; }
.bg-primary { background-color: #0066cc !important; }
.bg-secondary { background-color: #262626 !important; }
.bg-info { background-color: #5C6F82 !important; }
.bg-success { background-color: #008055 !important; }
.bg-warning { background-color: #cc7a00 !important; }
.bg-danger { background-color: #CC334D !important; }
.bg-inset { background-color: #f7f7f7 !important; }



.text-white { color: #ffffff !important; }
.text-black { color: #000000 !important; }
.text-primary { color: #0066cc !important; }
.text-secondary { color: #262626 !important; }
.text-info { color: #5C6F82 !important; }
.text-success { color: #008055 !important; }
.text-warning { color: #cc7a00 !important; }
.text-danger { color: #CC334D !important; }

.border { border: 1px solid #e0e0e0 !important; }

html {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
width: 100%;
min-width: 1024px;
max-width: 100%;
height: 100%;
min-height: 720px;
max-height: none;
overflow-x: auto;
overflow-y: auto;
text-align: left;
vertical-align: top;
background-color: rgb(180,180,180);
font-family: "Titillium Web", sans-serif;
font-size: 14px;
line-height: 18px;
font-weight: 400;
background-color: #000000;
color: #19191a;
}

body {
display: block;
box-sizing: border-box;
position: relative;
margin: 0 auto 0px auto;
padding: 0;
width: 100%;
max-width: 2560px;
height: 100%;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #f3f3f3;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}


strong,b { font-weight: 600; }
small { font-size: 12px; line-height: 16px; }

canvas {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
width: auto;
max-width: 100%;
height: auto;
text-align: left;
vertical-align: top;
}

#header {
display: block;
box-sizing: border-box;
position: absolute;
top: 0;
bottom: auto;
left: 0;
right: 0;
margin: 0;
padding: 10px 16px 10px 16px;
width: auto;
max-width: none;
height: 36px;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #0057ae;
}

#nav {
display: block;
box-sizing: border-box;
position: absolute;
top: 36px;
bottom: auto;
left: 0;
right: 0;
margin: 0;
padding: 0 16px 0 16px;
width: auto;
max-width: none;
height: 80px;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #0066cc;
}


#aside {
display: block;
box-sizing: border-box;
position: absolute;
top: 116px;
bottom: 36px;
left: 0;
right: auto;
margin: 0;
padding: 16px 16px 16px 16px;
width: 144px;
max-width: none;
height: auto;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #f9f9f9;
border-right: 1px solid #e0e0e0;
}



#main {
display: block;
box-sizing: border-box;
position: absolute;
top: 116px;
bottom: 36px;
left: 144px;
right: 0px;
margin: 0;
padding: 16px 16px 16px 16px;
width: auto;
max-width: none;
height: auto;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: transparent;
}


#title {
display: block;
box-sizing: border-box;
position: absolute;
top: 0;
bottom: auto;
left: 0;
right: 0;
margin: 0;
padding: 12px 16px 12px 16px;
width: auto;
max-width: none;
height: 56px;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #f5f5f5;
border-bottom: 1px solid #e0e0e0;
}

#body {
display: block;
box-sizing: border-box;
position: absolute;
top: 56px;
bottom: 32px;
left: 0;
right: 0;
margin: 0;
padding: 16px 16px 16px 16px;
width: auto;
max-width: none;
height: auto;
overflow-x: hidden;
overflow-y: auto;
text-align: left;
vertical-align: top;
background-color: #eeeeee;
}

#toolbar {
display: block;
box-sizing: border-box;
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: 8px 16px 8px 16px;
width: auto;
max-width: none;
height: 32px;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #eeeeee;
border-top: 1px solid #e0e0e0;
}

#toolbar span {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: inline-block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
background-image: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
font-size: 12px;
line-height: 16px;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
color: #768594;
text-align: left;
vertical-align: top;
white-space: nowrap;
}




#header button,
#header input,
#header form,
#header a {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: inline-block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
background-image: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
font-size: 13px;
line-height: 16px;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
color: rgba(255,255,255,0.500);
text-align: left;
vertical-align: top;
}


#header a:hover { color: rgba(255,255,255,0.750); }
#header a:focus { color: rgba(255,255,255,0.750); }
#header a:active { color: rgba(255,255,255,0.500); }

#header button:hover { color: rgba(255,255,255,0.750); }
#header button:focus { color: rgba(255,255,255,0.750); }
#header button:active { color: rgba(255,255,255,0.500); }





.logo {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
font-size: 24px;
line-height: 32px;
font-weight: 700;
letter-spacing: -1px;
word-spacing: -2px;
text-transform: uppercase;
color: #ffffff !important;
text-decoration: none;
}





.menu-main {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
width: auto;
height: auto;
text-align: left;
vertical-align: top;
white-space: nowrap;
font-size: 0;
line-height: 0;
}

.menu-main > * {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
width: auto;
height: auto;
text-align: left;
vertical-align: top;
white-space: nowrap;
font-size: 0;
line-height: 0;
}

.menu-main > * + * {
margin-left: 32px;
}

.menu-main > * > * {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 22px 0 22px 0;
width: auto;
height: auto;
text-align: left;
vertical-align: top;
white-space: nowrap;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
font-weight: 600;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}

.menu-main > * > * { color: rgba(255,255,255,0.750); }
.menu-main > * > *:hover { color: rgba(255,255,255,1.000); }
.menu-main > * > *:focus { color: rgba(255,255,255,1.000); }
.menu-main > * > *:active { color: rgba(255,255,255,0.750); }
.menu-main > * > *.active { border-bottom-color: #f5f5f5; color: rgba(255,255,255,1.000); }






.menu-aside {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

.menu-aside > li {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

.menu-aside > li + li {
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid #e0e0e0;
}

.menu-aside > li > span {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 18px;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #19191a;
text-decoration: none;
text-transform: uppercase;
}

.menu-aside > li > ul {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

.menu-aside > li > ul > li {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 4px 0px 0px 0px;
padding: 0;
font-size: 0;
line-height: 0;
}


.menu-aside > li > ul > li > a {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 18px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #768594;
text-decoration: none;
text-transform: none;
}


.menu-aside > li > ul > li > a.active {
color: #0066cc;
}


#footer {
display: block;
box-sizing: border-box;
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: 10px 16px 10px 16px;
width: auto;
max-width: none;
height: 36px;
overflow: hidden;
text-align: left;
vertical-align: top;
background-color: #003366;
}


#footer a {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: inline-block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
background-image: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
font-size: 13px;
line-height: 16px;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
color: rgba(255,255,255,0.500);
text-align: left;
vertical-align: top;
}


#footer a:hover { color: rgba(255,255,255,0.750); }
#footer a:focus { color: rgba(255,255,255,0.750); }
#footer a:active { color: rgba(255,255,255,0.500); }



.h0,
h2,
h3,
h4,
h5,
h6,
p {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
text-align: inherit;
vertical-align: top;
text-transform: none;
color: inherit;
}



.h0 {
font-size: 48px;
line-height: 48px;
font-weight: 600;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: -4px;
}

h1 {
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

h3 {
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

h4 {
font-size: 14px;
line-height: 18px;
font-weight: 600;
text-transform: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}









.text-muted { opacity: 0.75; }





.card {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
background-color: #fafafa;
border: 1px solid #e0e0e0;
border-radius: 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
color: inherit;
}


.card-header {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 8px 12px 8px 12px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
}

.card-header:first-child { border-radius: 0; }

.card-subheader {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 8px 12px 8px 12px;
text-align: left;
vertical-align: top;
background-color: #f7f7f7;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
}

.card-body {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 12px 12px 12px 12px;
text-align: left;
vertical-align: top;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
}

.card-footer {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 8px 12px 8px 12px;
text-align: left;
vertical-align: top;
background-color: #f7f7f7;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
}

.card-header + form .card-body,
.card-header + .card-header,
.card-header + .card-subheader,
.card-header + .card-body,
.card-header + .card-footer,
.card-subheader + .card-header,
.card-subheader + .card-subheader,
.card-subheader + .card-body,
.card-subheader + .card-footer,
.card-body + .card-header,
.card-body + .card-subheader,
.card-body + .card-body,
.card-body + .card-footer,
.card-footer + .card-header,
.card-footer + .card-subheader,
.card-footer + .card-body,
.card-footer + .card-footer {
border-top: 1px solid #e0e0e0;
}





table {
box-sizing: border-box !important;
padding: 0 !important;
margin: 0 !important;
border-collapse: collapse !important;
border-spacing: 0px 0px !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
background-color: transparent !important;
border: 1px solid #e0e0e0 !important;
box-shadow: none !important;
}

th {
box-sizing: border-box !important;
padding: 6px 6px 6px 6px !important;
margin: 0 !important;
height: auto !important;
background-color: #f7f7f7 !important;
border: 1px solid #e0e0e0 !important;
box-shadow: none !important;
text-align: left;
vertical-align: bottom !important;
font-size: 13px !important;
line-height: 16px !important;
font-weight: 600 !important;
white-space: nowrap !important;
}

td {
box-sizing: border-box !important;
padding: 6px 6px 6px 6px !important;
margin: 0 !important;
height: auto !important;
background-color: transparent !important;
border: 1px solid #e0e0e0 !important;
box-shadow: none !important;
text-align: left;
vertical-align: middle !important;
font-size: 13px !important;
line-height: 21px !important;
font-weight: 400;
white-space: nowrap !important;
}

tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

tbody tr:nth-of-type(even) {
    background-color: #ffffff !important;
}

table tbody tr:hover td, table tbody tr:hover th {
    background-color: #f2f7fc !important;
}


.table-expand { min-width: 150px; }
.table-shrink { width: 1px; }


.text-left { text-align: left !important; }
.text-right { text-align: right !important; }



textarea,
button,
option,
select,
input,
label,
fieldset,
form {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: inline-block;
box-sizing: border-box;
position: relative;
padding: 0;
margin: 0;
width: 100%;
max-width: 100%;
min-height: 0;
height: auto;
max-height: none;
background-image: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
text-decoration: inherit;
text-transform: inherit;
text-align: left;
vertical-align: top;
}



label {
display: block;
padding: 6px 8px 6px 8px;
width: auto;
background-color: #f7f7f7;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
cursor: pointer;
}

label span {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: inline-block;
box-sizing: border-box;
position: relative;
padding: 0;
margin: 0;
width: auto;
max-width: 100%;
min-height: 0;
height: auto;
max-height: none;
background-image: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
text-decoration: inherit;
text-transform: inherit;
text-align: left;
vertical-align: top;
font-size: 14px;
line-height: 18px;
cursor: pointer;
}

label span strong {
display: inline-block;
box-sizing: border-box;
position: relative;
}

label span small {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
font-size: 12px;
line-height: 16px;
}


textarea,
select,
input {
padding: 4px 8px 5px 8px;
background-color: #f7f7f7;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
font-size: 14px;
line-height: 16px;
height: 32px;
}

select[multiple] {
height: auto;
min-height: 5em;
}

textarea {
padding: 6px 8px 6px 8px;
height: auto;
resize: none;
line-height: 18px;
}



input[type="checkbox"],
input[type="radio"] {
display: inline-block;
width: 18px;
height: 18px;
cursor: pointer;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
background-color: #cccccc;
box-shadow: inset 0px 0px 0px 2px #f7f7f7;
}


label > input[type="checkbox"],
label > input[type="radio"] {
position: absolute;
top: 6px;
left: 6px;
right: auto;
bottom: auto;
}

label > input[type="checkbox"] + span,
label > input[type="radio"] + span {
padding-left: 24px;
}


input[small] {
padding: 0px 4px 0px 4px;
font-size: 12px;
line-height: 12px;
height: 21px;
}

label[small] {
padding: 0px 0px 0px 0px;
font-size: 0;
line-height:0;
}

label[small] input[type="checkbox"],
label[small] input[type="radio"] {
top: 1px;
left: 1px;
min-width: 17px;
width: 17px;
max-width: 17px;
min-height: 17px;
height: 17px;
max-height: 17px;
font-size: 0;
line-height: 0;
}


label[small] span {
font-size: 12px;
line-height: 19px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

label[small] * + span {
padding-left: 24px;
}


.btn {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: inline-block;
box-sizing: border-box;
position: relative;
margin: 0;
width: auto;
max-width: 100%;
height: auto;
background-image: none;
border-width: 1px;
border-style: solid;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
text-decoration: none;
text-transform: uppercase;
text-align: center;
vertical-align: top;
}




.btn { padding: 0px 12px 0px 12px; font-size: 12px; line-height: 30px; font-weight: 600; min-width: 128px; }
.btn-sm { padding: 0px 8px 0px 8px; font-size: 10px; line-height: 19px; font-weight: 600; min-width: 64px; }
.btn-lg { padding: 0px 32px 0px 32px; font-size: 14px; line-height: 46px; font-weight: 600; min-width: 128px; }

.btn-primary,.btn-primary:active { background-color: #0066cc !important; border-color: #0066cc !important; color: #ffffff !important; }
.btn-primary:hover,.btn-primary:focus,.btn-primary.active { background-color: #004d99 !important; border-color: #004d99 !important; color: #ffffff !important; }

.btn-secondary,.btn-secondary:active { background-color: #262626 !important; border-color: #262626 !important; color: #ffffff !important; }
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.active { background-color: #1a1a1a !important; border-color: #1a1a1a !important; color: #ffffff !important; }

.btn-info,.btn-info:active { background-color: #5C6F82 !important; border-color: #5C6F82 !important; color: #ffffff !important; }
.btn-info:hover,.btn-info:focus,.btn-info.active { background-color: #2F475E !important; border-color: #2F475E !important; color: #ffffff !important; }

.btn-success,.btn-success:active { background-color: #008055 !important; border-color: #008055 !important; color: #ffffff !important; }
.btn-success:hover,.btn-success:focus,.btn-success.active { background-color: #006644 !important; border-color: #006644 !important; color: #ffffff !important; }

.btn-warning,.btn-warning:active { background-color: #cc7a00 !important; border-color: #cc7a00 !important; color: #ffffff !important; }
.btn-warning:hover,.btn-warning:focus,.btn-warning.active { background-color: #995c00 !important; border-color: #995c00 !important; color: #ffffff !important; }

.btn-danger,.btn-danger:active { background-color: #CC334D !important; border-color: #CC334D !important; color: #ffffff !important; }
.btn-danger:hover,.btn-danger:focus,.btn-danger.active { background-color: #992639 !important; border-color: #992639 !important; color: #ffffff !important; }

.btn-disabled {
text-decoration: none; cursor: not-allowed; pointer-events: none;
}

.btn[disabled],.btn[disabled]:active,.btn-disabled,.btn-disabled:active { background-color: #eeeeee !important; border-color: #eeeeee !important; color: #cccccc !important; }
.btn[disabled]:hover,.btn[disabled]:focus,.btn[disabled].active,.btn-disabled:hover,.btn-disabled:focus,.btn-disabled.active { background-color: #eeeeee !important; border-color: #eeeeee !important; color: #cccccc !important; }


.input-role-list {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 6px 6px 6px 6px;
width: auto;
max-width: 100%;
height: auto;
text-align: left;
vertical-align: top;
font-size: 0;
line-height: 0;
background-color: #f7f7f7;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
}

.input-role-list > * {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
width: auto;
max-width: 100%;
text-align: left;
vertical-align: top;
font-size: 0;
line-height: 0;
}

.input-role-list > * + * {
margin-left: 6px;
}

.input-role-list > * > *{
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0px 6px 0px 6px;
width: auto;
max-width: 100%;
text-align: left;
vertical-align: top;
font-size: 12px;
line-height: 18px;
background-color: #5C6F82;
color: #ffffff;
border-radius: 3px 3px 3px 3px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}






.tag-list {
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
width: auto;
max-width: 100%;
height: auto;
text-align: left;
vertical-align: top;
font-size: 0;
line-height: 0;
}

.tag-list > * {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
width: auto;
max-width: 100%;
text-align: left;
vertical-align: top;
font-size: 0;
line-height: 0;
}

.tag-list > * + * {
margin-left: 6px;
}

.tag-list > * > * {
display: inline-block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0px 6px 0px 6px;
width: auto;
max-width: 100%;
text-align: left;
vertical-align: top;
font-size: 12px;
line-height: 18px;
background-color: #5C6F82;
color: #ffffff;
border-radius: 3px 3px 3px 3px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}







.field-validation-error {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
font-size: 10px;
line-height: 16px;
font-weight: 600;
color: #cc334d;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}



.position-cover {
display: block;
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
}



.sottoclassificazione-lista {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 3px 3px 3px 3px;
text-align: left;
vertical-align: top;
background-color: #f7f7f7;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
}

.sottoclassificazione-content {
}

.sottoclassificazione-content {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 6px 6px 6px 6px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
cursor: pointer;
}

.sottoclassificazione-item.selected .sottoclassificazione-content{
background-color: #f2f7fc;
border-color: #0066cc;
}



.sottoclassificazione-title {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
font-size: 12px;
line-height: 14px;
font-weight: 600;
color: #1a1a1a;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.sottoclassificazione-category {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 13px;
font-weight: 400;
color: #929da9;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.sottoclassificazione-title + .sottoclassificazione-category {
margin-top: 2px;
}





#structure-text {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 12px 12px 12px 12px;
text-align: left;
vertical-align: top;
background-color: #f7f7f7;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
}

#structure-text br {display: none;}

#structure-text h6,strong,em {
display: block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}

#structure-text * + h6 {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid #e0e0e0;
}

#structure-text strong {
padding-bottom: 6px;
}



.card-title {
margin-bottom: 0;
color: inherit;
}





.list-group {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 3px 3px 3px 3px;
width: 100%;
max-width: 100%;
height: auto;
background-image: none;
background-color: #f7f7f7;
border: 1px solid #e0e0e0;
border-radius: 0;
box-shadow: none;
text-align: left;
vertical-align: top;
font-size: 0;
line-height: 0;
color: inherit;
}


.list-group > .list-group-item.list-group-item-action.active,
.list-group > .list-group-item.list-group-item-action:active,
.list-group > .list-group-item.list-group-item-action,
.list-group > .list-group-item {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 6px 6px 6px 6px;
width: 100%;
max-width: 100%;
height: auto;
background-image: none;
background-color: #fafafa;
border: 1px solid #e0e0e0;
border-radius: 0;
box-shadow: none;
text-shadow: none;
font-family: inherit;
text-decoration: none;
text-transform: none;
text-align: left;
vertical-align: top;
font-size: 14px;
line-height: 18px;
color: inherit;
cursor: pointer;
}

.list-group > .list-group-item.list-group-item-action.active,
.list-group > .list-group-item.active {
background-color: #f2f7fc;
border-color: #0066cc;
cursor: pointer;
}

.list-group > * + * {
margin-top: 3px !important;
}


pre {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
box-sizing: border-box;
position: relative;
float: none;
clear: both;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
max-width: 100%;
height: auto;
background-image: none;
background-color: transparent;
border: 1px solid none;
border-radius: 0;
box-shadow: none;
text-align: left;
vertical-align: top;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: inherit;
}



.datable-responsive {
width: 100%;
max-width: 100%;
max-height: 50vh;
overflow: auto;
}

.datable-responsive > .datable-responsive-content {
box-sizing: border-box;
padding-right: 24px;
}

.datable-responsive > .datable-responsive-content table {
width: 100% !important;
max-width: 100% !important;
table-layout: auto !important;
}


.datable-responsive > .datable-responsive-content td {
white-space: nowrap !important;
padding: 3px 6px 3px 6px !important;
width: 1px;
}

.datable-responsive > .datable-responsive-content td:last-child {
width: 100%;
min-width: 150px;
}