@font-face {
    font-family: "Alba";
    src: url('/assets/font/alba.ttf');
}

@font-face {
    font-family: "Snacker";
    src: url('/assets/font/snacker.ttf');
}

@font-face {
    font-family: "Junegull";
    src: url('/assets/font/junegull.ttf');
}

@font-face {
    font-family: "Fredoka";
    src: url('/assets/font/fredoka.ttf');
}

@font-face {
    font-family: "ClassCoder";
    src: url('/assets/font/classcoder.ttf');    
}

:root {
    --primary-color: #0669B2;
    --third-color: ghostwhite;
    --secondary-color: #dbefff;
    --disabled-color: lightgray;
    --disabled-shadow: gray;
}

#container {
    width: 90% !important;
    min-width: 1200px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.login-box, #update_form {
    border: 3px solid #0669B2;
    background-color: white !important;
    box-shadow: 3px 3px lightgray;
    color: #0669B2;
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 8px;
}

.login-box input[type=password], .padded2 input[type=password] {
    font-size: 12px;
    border-radius: 6px;
    padding: 5px;
    background-color: #dbefff;
    color: #0669B2;
    border: solid 1px #0669B2;
    width: 140px;
}

.parent-login-box {
    float: right;
    padding-top: 8px;
}

.login-link {
    color: #0669B2;
    font-weight: bold;
    text-decoration: underline;
}

html {
    background: white;    
}
body {
    background: none;
    padding-top: 12px;
    font-family: 'ClassCoder' !important;
    letter-spacing: -0.6px !important;
}

.guest {
    width: 16px;
    margin-right: 5px;
}
.login {
    width: 18px;
    margin-right: 5px;
}
#nav li {
    display: block !important;
}
#nav {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    height: fit-content;
}
#nav li a {
    margin-left: 0 !important;
    font-weight: bold;
    height: 32px !important;
    min-width: 173px;
    font-size: 12px;
    background-size: 24px;
    padding-top: 13px;
    padding-left: 39px;
    border-radius: unset !important;
    background-image: url('/assets/default/images/icons/gears.png');
}
#nav li a.home, #nav li a.new, #nav li a.status, #nav li a.tickets {
    background-size: 24px;
    padding-top: 13px;
    padding-left: 39px;
}
#nav li a:hover {
    background-color: #044C7F;
    color: white;
}
#nav li a.active {
    background-color: #0669B2;
    color: white;
}
.thread-body {
    text-align: justify;
    font-family: "ClassCoder" !important;
}
.thread-entry .thread-body {
    border: 2px solid lightgray;
    border-top: none;
    border-bottom: 2px solid lightgray;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px gray;
    margin-bottom: 5px;
    color: black;
    font-weight: bold;
}
.thread-body div, .thread-body p, .thread-body ul, .thread-body ol, .thread-body table, .thread-body dl, .thread-body blockquote, .thread-body pre {
    font-size: 12px;
}

.thread-entry.response .thread-body {
    color: white !important;
}

.thread-entry.message .thread-body {
    color: var(--primary-color);
}

.main-content {
    width: unset;
}
#landing_page h1, #landing_page h2, #landing_page h3 {
    text-align: center;
    font-family: 'ClassCoder';
}
.sidebar {
    width: fit-content;
    margin-left: unset;
}
.button, .button:visited {
    max-width: 280px;
    width: 280px;
}
.blue.button, .blue.button:visited, .green.button, .green.button:visited {
    font-weight: bold;
    margin: auto;
    color: #0669B2;
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 3px #0669B2;
    background-color: #dbefff;
    width: 300px
}
.blue.button:hover, .green.button:hover  {
    font-weight: bold;
    color:white;
    background-color: #0669B2;
    box-shadow: none;
}
#footer {
    color: #0669B2;
    font-size: 10px;
    margin-bottom: 5px;
}
#clientLogin {
    background: none;
    box-shadow: none;
    border: none;
}
#clientLogin input[type=submit], .other-buttons:not(:disabled), .open-dyn input[type=submit], .open-dyn input[type=button], .open-dyn input[type=reset]  {
    margin: auto;
    color: var(--primary-color) !important;
    font-weight: bold;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 3px var(--primary-color);
    background: url(/assets/default/images/icons/login.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    background-color: var(--secondary-color);
    width: 200px
}

.other-buttons:disabled {
    margin: auto;
    color: var(--disabled-shadow) !important;
    font-weight: bold;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 3px var(--disabled-shadow);
    background: url(/assets/default/images/icons/login.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    background-color: var(--disabled-color);
    width: 200px;
    cursor: not-allowed;
}

[aria-describedby^="dialog-rgpd"] .ui-widget-header  {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    padding: 9px;
}

[aria-describedby^="dialog-rgpd"] .ui-dialog-titlebar-close {
    float: right;
    background-color: red;
}

[aria-describedby^="dialog-rgpd"] .ui-dialog-buttonset {
    text-align: center;
}

[aria-describedby^="dialog-rgpd"] .ui-dialog-buttonset .ui-button {
    background-color: red;
    color: white;
    border-color: orangered;
    padding: 8px;
    margin: 10px;
    font-weight: bold;
}

#clientLogin input[type=submit]:hover, .other-buttons:not(:disabled):hover, .open-dyn input[type=submit]:hover, .open-dyn input[type=button]:hover, .open-dyn input[type=reset]:hover  {
    color:white !important;
    background-color: var(--primary-color);
    box-shadow: none;
}

#clientLogin input[type=text] {
    width: 200px !important;
}

#msg_error {
    padding: 10px 30px 10px 55px;
    color: red;
    font-weight: bold;
    font-size: 12px;
    background-size: 34px;
    width: fit-content;
    border: unset;
}
#clientLogin .instructions {
    display: block;
    margin-top: 20px;
    text-align: justify;
    padding-right: 30px;
}
#clientLogin .instructions a {
    background-color:ghostwhite;
    border-radius:7px;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}
#clientLogin .instructions a:hover {
    background-color: #dbefff;
}
.other-box hr {
    background-color: white;
    width: 600px;
    height: 3px;
}
.-redactor-container {
    width: auto !important;
    font-size: 16px;
    border-radius: 6px;
    padding: 5px;
    border: 2px solid #0669B2;
    background-color:white !important;
}
.other-box .error, .padded .error, .open-dyn .error, #ticketForm .error {
    color: red;
    font-size: 11px;
    background-color: white;
    width: fit-content;
    text-align: center;
    display: table-cell;
    font-weight: bold;
}
div.error {
    padding-left: 10px;
    padding-top: 5px;
    display: block !important;
}
.error:empty {
    display: none;
}

.error {
    color:red;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    border-radius: 6px;
    border: solid 1px #0669B2;
    background-color:#dbefff;
    color: #0669B2;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:unset;
}
.action-button {
    background-color: #dbefff;
    background-image: none;
    color: #0669B2 !important;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 3px #0669B2;
    width: 150px;
}
.action-button:hover {
    color:white !important;
    background-color: #0669B2 !important;
    box-shadow: none !important;
}
.other-box input[type=submit], .other-box input[type=button] {
    font-weight: bold;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
    color: deepskyblue !important;
    box-shadow: 2px 2px darkcyan;
}
.other-box input[type=submit]:hover, .other-box input[type=button]:hover, .action-button:hover {
    background-color: deepskyblue;
    border-color: white;
    color: white !important;
}
#loading {
    border-width: 0px !important;
    background: ghostwhite url('../images/spinner.gif') 10px 50% no-repeat;
    background-size: 100px;
    background-color: ghostwhite;
    color: #0669B2 !important;
    padding-left: 130px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 3px 3px gray;
}
#loading h4 {
    color: #0669B2 !important;
    font-size: 18px;
}
.alert {
    text-align: center;
    background-color: ghostwhite;
    margin-left: 2px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px gray;
    width: 240px;
    min-height: 150px;
}
.alert b {
    color: #0669B2;
    font-size: 18px;
    text-decoration: underline;
}
.loading {
    background: transparent url('../images/FhHRx-Spinner.gif') 50% 50% no-repeat;
    height: 100px;
    background-size: 70px;
}
.page-alerts {
    margin-left: 2px;
    margin-right: 2px;
    background-color: white;
    cursor: pointer;
    width: 24px;
    display: inline-block;
    border-radius: 40px;
    line-height: 24px;
    border: 1px solid #0669B2;
    font-weight: bold;
    color: #0669B2;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}
.page-alerts-selected {
    margin-left: 2px;
    margin-right: 2px;
    background-color: #0669B2;
    width: 24px;
    display: inline-block;
    border-radius: 40px;
    line-height: 24px;
    border: 1px solid white;
    font-weight: bold;
    color: white;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
.search.well {
    background-color: ghostwhite;
    color: #0669B2;
    font-weight: bold;
    font-size: 10px;
    box-shadow: 2px 2px lightgrey;
}
.search.well input[type=text] {
    font-size: 12px;
    border-radius: 4px;
    border-color: #0669B2;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}
.search.well input[type=submit] {
    background-color: #dbefff;
    background-image: none;
    color: #0669B2 !important;
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -4px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 3px #0669B2;
}
.search.well input[type=submit]:hover {
    color:white !important;
    background-color: #0669B2 !important;
    box-shadow: none !important;
}
.search.well .pull-right {
    display: none;
}
.search.well a {
    color: inherit !important;
}
i.refresh {
   font-size: 18px !important;
   margin-right: 6px;
}
.refresh-button {
    padding-left: 10px;
    padding-right: 14px;
    background-color: #dbefff;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 3px solid #0669B2;
    border-radius: 4px;
    font-size: 15px;
}
.refresh-button:hover {
    background-color: #0669B2;
    color: white;
}
.search.well + h1 {
    font-size: 26px;
}
.states {
    font-size: 20px !important;
}
.state { 
    background-color: #dbefff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    min-width: 60px;
    display: inline-block;
}
.state:hover {
    background-color: #0669B2;
    color: white;
}
#ticketTable caption {
    background-color: #0669B2;
    border-radius: 8px 8px 0px 0px;
    color: white;
    padding-left: 20px;
    font-size: 13px;
}
#ticketTable {
    width: 100% !important;
}
#ticketTable th {
    background-color: #0443C9;
    font-size: 14px;
    width: fit-content;
    color: white;
}
#ticketTable th a {
    color: white;
    font-weight: bold;
}
#ticketTable tr td:first-child {
    background-color: #dbefff;
    font-weight: bold;
}
#ticketTable tr td:first-child:hover
{
    background-color: ghostwhite;
    font-weight: bold;
}
#ticketTable tr {
    font-size: 11px;
}
#ticketTable tr td:nth-child(5) {
    display: none;
}
#ticketTable tr td:nth-child(4):hover {
    background-color: #dbefff;
}
#ticketTable tr td:nth-child(1) a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
#ticketTable tr td:nth-child(1) a:hover {
    width: 55px;
}
#ticketTable th:nth-child(5) {
    display: none;
}
#ticketTable th:nth-child(1) {
    width: 90px;
}
#ticketTable th:nth-child(2) {
    width: 120px;
}
#ticketTable th:nth-child(3) {
    width: 150px;
}
#ticketTable + div {
    margin-top: 12px;
    color: #0669B2;
    font-weight: bold;
    font-size: 12px;
}

#ticketInfo tr:first-child td {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
#ticketInfo tr:not(:first-child) td {
    padding: 5px;
}
.infoTable tr td, .custom-data tr td {
    padding: 5px !important;
}
.infoTable, .custom-data {
    border-radius: 6px;
    width: 100% !important;
}
.infoTable .headline, .custom-data .headline, .custom-data tr:first-child td {
    border-radius: 6px 6px 0px 0px;
    color: #0669B2;
    border-bottom: 2px solid #0669B2;
    font-size: 14px;
}
hr {
    border-top: 2px solid #0669B2;
}
.client-data {
    font-weight: bold;
    color: #0669B2;
    width: 90px;
}
.open-dyn h3 {
    color: #0669B2;
}
.open-dyn .required {
    color: #0669B2;
}
.open-dyn label {
    color: #0669B2;
}
.informs select {
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #0669B2;
    background-color: white;
    color: darkblue;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.infoTable th {
    text-align: left;
    padding: 3px 8px;
    font-weight: bold;
    width: 150px;
    font-size: 12px;
}
.infoTable tr td {
    font-style: italic !important;
    color: #0669B2;
    font-size: 12px;
}
.custom-data th {
    font-weight: bold;
    min-width: 250px !important;
    width: 40% !important;
    font-size: 12px;
}
.custom-data td {
    color: white;
    background-color: #0669B2;
    font-size: 12px;
}
table.custom-data tr:last-child th {
    border-radius: 0px 0px 0px 6px;
}
table.custom-data tr:last-child td {
    border-radius: 0px 0px 6px 0px;
}
.down-icon {
    height: 12px;
    margin-right: 6px;
    cursor: pointer;
}
.to-hide {
    display: none;
}
#reply {
    margin-top: 5px;
    padding: 10px;
    background: ghostwhite;
    border: 1px solid #0669B2;
}
.response .avatar > img.avatar {
    display: none;
    width: 64px;
    height: auto;
    margin-left: -5px;
    z-index: -5;
    position: relative;
}
.response .thread-body {
    background-color: #25D366;
}
.thread-entry.response.avatar {
    margin-right: 75px;
}
.message .avatar > img.avatar {
    display: none;
    width: 64px;
    margin-left: -14px;
}
.thread-entry.avatar {
    margin-left: 75px;
}
.thread-entry.message .header {
    background-color: white;
    color: #0669B2;
}
.thread-entry.avatar.message .header:before {
    top: 11px;
    left: -12px;
    right: initial;
    border-left: none;
    border-right: 12px solid lightgray;
    z-index: 1;
}
.thread-entry .header {
    border: 2px solid lightgrey;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.thread-event .type-icon {
    background-color: white;
}
span [class^="icon-"], [class*=" icon-"] {
    color: green;
}
.thread-entry.response .header {
    color: white;
    background-color: #25D366;
}
.thread-entry.avatar.response .header:after {
    border-left: 14px solid darkgreen;
    margin-right: -6px;
    margin-top: 1px;
    z-index: 10;
}
#ticketThread {
    border-bottom: 2px solid #0669B2;
}
#ticketThread::before {
    border-left: 2px dotted #0669B2;
    position: absolute;
    margin-left: 74px;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 18px;
}
#reply h2 {
    color: #0669B2;
}
#reply input {
    background-color: #dbefff;
    color: #0669B2;
    font-size: 16px;
    min-width: 400px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid black;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: 3px;
}
#reply input[type=submit], #reply input[type=button], #reply input[type=reset] {
    background-color: #dbefff;
    color: #0669B2 !important;
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 2px;
    padding-left: 32px !important;
    padding-right: 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 3px #0669B2;
    min-width: 135px;
}
#reply input[type=submit]:hover, #reply input[type=button]:hover, #reply input[type=reset]:hover, .action-button:hover {
    color:white !important;
    background-color: #0669B2 !important;
}

#ticketTable .truncate {
    max-width: 460px !important;
}
.thread-entry.response > .avatar {
    mix-blend-mode: darken;
}
div.padded {
    margin-left: auto;
    margin-right: auto;
    /*background-color: #dbefff;*/
    width: fit-content;
    padding: 20px;
    border-radius: 20px;
}

.padded2 div.form-header {
    color: #0669B2;
}

h1 {
    font-weight: bold;
    color: #0669B2;
}

.padded2 .required {
    color: #0669B2;
}

.padded input[type=text], 
.padded input[type=email], 
.open-dyn select, 
#ticketForm #topicId,
#ticketForm div input,
.padded select
  {
    font-size: 12px;
    border-radius: 6px;
    padding: 5px;
    background-color: #dbefff;
    color: #0669B2;
    border: solid 1px #0669B2;
    min-width: 275px;
    font-family: 'ClassCoder' !important;
}
.padded input[type=tel]  {
    font-size: 12px;
    border-radius: 6px;
    padding: 5px;
    background-color: #dbefff;
    color: #0669B2;
    border: solid 1px #0669B2;
    width: 100px;
    font-family: 'ClassCoder' !important;
}
.padded input[type=tel] + input[type=text]  {
    font-size: 12px;
    border-radius: 6px;
    padding: 5px;
    background-color: #dbefff;
    color: #0669B2;
    border: solid 1px #0669B2;
    width: 100px;
    min-width: unset;
    font-family: 'ClassCoder' !important;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.padded .redactor-styles {
    width: 600px;
}

.padded2 h3, .padded2 tr {
    color: #0669B2;
}

.padded-buttons {
    background-color: #dbefff;
    color: #0669B2;
    font-size: 16px;
    min-width: 160px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid black;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: 3px;
}
.padded-buttons[type=submit], .padded-buttons[type=button], .padded-buttons[type=reset] {
    padding-left: 24px !important;
    padding-right: 14px !important;
    background-color: #dbefff;
    padding-top: 7px !important;
    padding-bottom: 4px !important;
    border-bottom: 3px solid #0669B2;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
}
.padded-buttons[type=submit]:hover, .padded-buttons[type=button]:hover, .padded-buttons[type=reset]:hover, .action-button:hover {
    background-color: #0669B2;
    color: white !important;
}
.padded em {
    color: grey !important;
    margin-bottom: 10px;
    font-size: 13px;
}
.register-icon {
    height: 25px;
    position: relative;
    left: -162px;
}
.adjust-button {
    padding-left: 32px !important;
    background-image: none !important;
}
.adjust-button2 {
    padding-left: 16px !important;
    background-image: none !important;
}
table:not(.ui-datepicker-calendar) {
    width: -webkit-fill-available !important;
}
.adjust-left {
    margin-left: -44px;
}
.adjust-left2 {
    margin-left: -28px;
}
.adjust-left3 {
    margin-left: -15px;
    margin-bottom: 15px !important;
}
.register-icon2 {
    height: 21px;
    position: relative;
    left: -160px;
    top: -2px;
    mix-blend-mode: normal;
}
.register-icon3 {
    height: 21px;
    position: relative;
    left: -145px;
    top: -2px;
    mix-blend-mode: normal;
}
.register-icon4 {
    height: 21px;
    position: relative;
    left: -168px;
    top: -2px;
    mix-blend-mode: normal;
}
#ticketInfo {
    width: 100% !important;
    background-color: ghostwhite;
    border-radius: 4px;
    box-shadow: 3px 3px lightgray;
}
#ticketInfo h1 {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
    font-size: 14px;
}
#my-content input[type=submit], #my-content input[type=button], #my-content input[type=reset], #my-content button {
    font-weight: bold;
    background-color: cornflowerblue !important;
    padding-left: 10px;
    padding-right: 10px;
    color: white !important;
    box-shadow: 2px 2px darkblue;
    height: 30px;
    min-width: 126px;
    border-radius: 8px;
    border:none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#my-content input[type=submit]:hover, #my-content input[type=button]:hover, #my-content input[type=reset]:hover, #my-content button:hover {
    background-color: deepskyblue !important;
    border-color: darkblue;
    color: white !important;
    box-shadow: -1px -1px darkblue;
}
#info-box {
    color: darkblue;
    font-size: 13px !important;
}
#additional_data {
    color: darkblue;
    font-weight: bold;
}
#container #header {
    padding: 0px;
}
#ticketForm div input, #clientLogin div input, #ticketForm div textarea, #clientLogin div textarea {
    background-color: #dbefff;
    color: #0669B2;
    border-color: #0669B2;
    font-family: 'ClassCoder';
}
#ticketForm div input::placeholder, #clientLogin div input::placeholder, #ticketForm div textarea::placeholder, #clientLogin div textarea::placeholder {
    color: #0669B2;
}
a, .link {
    color: #0669B2;
    font-weight: bold;
}
.redactor-styles {
    margin: 0;
    padding: 16px 18px;
    line-height: 1;
    box-sizing: border-box;
    background-color: white;
    font-size: 14px;
    color: #0669B2;
    font-family: 'ClassCoder' !important;
}
link + div[class=error] {
    padding-bottom: 5px;
    width: 98% !important;
}
.Icon.webTicket {
    background-image: url(/assets/default/images/icons/ticket_source.png);
    background-size: contain;
}
.response .header {
    border: 2px solid darkgreen;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.response .thread-body {
    border: 2px solid darkgreen;
    border-top: none;
    border-bottom: 2px solid darkgreen;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px gray;
    margin-bottom: 5px;
    color: black;
    font-weight: bold;
}
.type-icon {
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 4px 6px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.1em;
    border: 1px solid green;
    vertical-align: top;
}
.thread-entry.avatar .header:after {
    position: absolute;
    top: 7px;
    right: -8px;
    content: '';
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    display: inline-block;
    margin-top: 1px;
}
#msg_warning, .warning-banner {
    margin: 0;
    padding: 12px 10px 5px 50px;
    height: 24px;
    line-height: 16px;
    margin-bottom: 10px;
    border: 2px solid red;
    background: url(../assets/default/images/icons/alert.png) 10px 50% no-repeat yellow;
    color: red;
    font-weight: bold;
    border-radius: 5px;
    font-size: 13px;
    background-size: 28px;
}
#msg_notice {
    margin: 0;
    padding: 12px 10px 5px 50px;
    height: 24px;
    line-height: 16px;
    margin-bottom: 10px;
    border: 1px solid darkgreen;
    background: url(../assets/default/images/icons/register.png) 10px 50% no-repeat #e0ffe0;
    color: darkgreen;
    font-weight: bold;
    border-radius: 5px;
    font-size: 13px;
    background-size: 28px;
}
#dynamic-form tr:nth-child(2) label {
    margin-bottom: 10px;
}

.main-content .thread-body p {
    color: var(--primary-color) !important;
}