/* COLORS - BEGIN */
/* Brand colors */
/* Functional Colors */
/* COLORS - END */
/* TYPOGRAPHY - BEGIN */
@import url("../../Fonts/Ubuntu/font-Yanone.css");
@import url("../../Fonts/Ubuntu/font-Ubuntu.css");
.nav-link.active {
  background-color: #DCE1EF;
  border-radius: 4px 4px 0 0;
  color: #252A37 !important; }

.nav-item .nav-link {
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  letter-spacing: .8px;
  line-height: 43px;
  margin-right: 4px;
  list-style-type: none;
  padding: 14px 8px 11px 8px !important;
  cursor: pointer !important; }

html, body {
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0; }

h1 {
  font-size: 42px;
  font-weight: 300;
  font-family: "Yanone Kaffeesatz", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; }

h3,
h4,
h5,
h6,
p {
  font-size: 12px; }

p {
  font-weight: 400; }

svg.svg-inline--fa {
  margin-right: 4px; }

a, a:hover, a:active, a:visited {
  color: inherit;
  text-decoration: none; }

/* TYPOGRAPHY - END */
input[type=text], input[type=password] {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  width: 240px;
  height: 19px;
  border: solid 1px #ccc; }

textarea {
  border: solid 1px #ccc;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px; }

textarea.error, input.error {
  border: solid 1px Red;
  background-color: #F4F9FC; }

a.defaultLink {
  color: black;
  text-decoration: none; }

a.defaultLink:Hover {
  text-decoration: underline; }

.succes {
  color: #848900;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 5px 0 5px 0; }

.error {
  color: Red; }

.defaultbutton,
.defaultbutton:link {
  overflow: visible;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background: #f3f3f3;
  background-image: linear-gradient(#f4f4f4, #ececec);
  background-clip: padding-box;
  border-radius: 0.2em;
  zoom: 1;
  color: #444;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  text-decoration: none;
  padding: 7px 12px;
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none; }

.defaultbutton.defaultbutton-small {
  padding: 2px 8px; }

input.defaultbutton,
input.defaultbutton:link,
a.defaultbutton,
a.defaultbutton:link,
button.defaultbutton,
button.defaultbutton:link {
  border: solid 1px #dcdcdc; }

.defaultbutton[disabled],
.defaultbutton[disabled]:hover,
.defaultbutton[disabled]:active,
.defaultbutton[disabled]:focus {
  color: #999;
  background: #F9F9F9;
  border: solid 1px #dcdcdc;
  text-shadow: none;
  cursor: not-allowed; }

.defaultbutton:hover,
.defaultbutton:active,
.defaultbutton:focus {
  border-color: #3072b3 !important;
  border-bottom-color: #2a65a0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  background-color: #3c8dde;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
  background-image: linear-gradient(#599bdc, #3072b3); }

.defaultbutton-default:hover,
.defaultbutton-default:active,
.defaultbutton-default:focus {
  color: #333;
  text-shadow: none;
  text-decoration: none;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc; }

.defaultbutton-danger:hover,
.defaultbutton-danger:active,
.defaultbutton-danger:focus {
  border-color: #b53f3a;
  border-bottom-color: #a0302a;
  color: #fff;
  background-color: #dc5f59;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
  background-image: linear-gradient(#dc5f59, #b33630); }

.defaultbutton-success:hover,
.defaultbutton-success:active,
.defaultbutton-success:focus {
  border-color: #519d30;
  background-color: #55a532;
  color: #fff;
  background-image: -webkit-linear-gradient(#85d063, #4f992f);
  background-image: linear-gradient(#85d063, #4f992f); }

.back-button.defaultbutton {
  color: #444 !important; }

.back-button.defaultbutton-default:hover,
.back-button.defaultbutton-default:active,
.back-button.defaultbutton-default:focus {
  color: #333 !important; }

.editMain {
  width: 865px;
  overflow: hidden;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  background-color: white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.editMain tr td {
  vertical-align: top; }

.editMain .Description {
  padding-right: 20px; }

.editMain .Content {
  width: 600px; }

#editBottomPanel {
  border: 1px solid #c6c4c4;
  height: 35px;
  background-color: #f8f8f8;
  width: 885px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Multicolumnlist */
.PagingTableDiv {
  width: 905px;
  overflow: hidden;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  border-bottom: 1px solid #c6c4c4; }

.PagingTableDiv tr {
  vertical-align: top; }

.PagingTableDiv td {
  white-space: nowrap; }

#ListColumnHeader {
  background: #2e2e2e;
  background: linear-gradient(180deg, #2e2e2e 0%, #dbd7d7 0%, white 100%);
  height: 25px; }

.ListColumnHeader {
  font-size: 11px;
  color: Black;
  border-bottom: 1px solid #c6c4c4; }

#ListColumnHeader td, #ListColumnHeader th {
  height: 16px;
  padding: 7px 12px 2px 12px;
  font-weight: bold; }

table.defaultTableList {
  width: 100%;
  background-color: white; }

.defaultTableList .alternateRow {
  background-color: #F5F4F4; }

.auto-alternate-row:nth-child(2n+1) {
  background-color: #F5F4F4; }

.defaultTableList .mouseOver {
  background-color: #dee6e7; }

.defaultTableList td {
  height: 16px;
  padding: 6px 12px 4px 12px; }

.PagingPanelWrapper {
  width: 905px;
  background-color: white;
  border-bottom: 1px solid #c6c4c4;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  height: 38px;
  padding-top: 10px;
  padding-bottom: 0px;
  background: #2e2e2e;
  background: linear-gradient(180deg, #2e2e2e 0%, #dbd7d7 0%, white 100%); }

.PagingPanel {
  padding-left: 5px;
  padding-right: 5px; }

.PagingFilter {
  width: 905px;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  border-bottom: 1px solid #c6c4c4;
  background: #2e2e2e;
  background: linear-gradient(0deg, #2e2e2e 0%, #dbd7d7 0%, white 100%);
  background-position: bottom;
  background-color: white; }

.PagingFilterPadding {
  padding: 10px; }

.PagingHeader {
  width: 905px;
  border-top: 1px solid #c6c4c4;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  border-bottom: 1px solid #c6c4c4;
  height: 70px;
  background: #2e2e2e;
  background: linear-gradient(0deg, #2e2e2e 0%, #dbd7d7 0%, white 100%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.PagingHeader #Header {
  margin-left: 17px;
  margin-top: 15px;
  float: left;
  font-size: 16px; }

#PagingAddNewButton {
  vertical-align: bottom;
  float: right;
  margin: 10px;
  background-color: #e8edee; }

.PagingControl {
  width: 100%;
  height: 30px; }

.listSortImage {
  padding-left: 3px; }

#DivDemoPanel {
  position: fixed;
  left: 0px;
  right: 0px;
  width: 150px;
  z-index: 10; }

.PrintButton {
  float: right; }

a.PrintButton {
  color: Black;
  text-decoration: none; }

a.PrintButton:Hover {
  text-decoration: underline; }

.rnd-box .white .tl, .rnd-box .white .tr {
  background-image: url("/Images/Public/Layout/rnd-box-white.png"); }

.rnd-box .white .br {
  margin-right: -1px;
  margin-bottom: -1px;
  background-image: url("/Images/Public/Layout/rnd-box-whiteBlackBorder.png"); }

.rnd-box .white .bl {
  margin-left: -1px;
  margin-bottom: -1px;
  background-image: url("/Images/Public/Layout/rnd-box-whiteBlackBorder.png"); }

ins {
  padding: 2px;
  color: Green;
  text-decoration: none;
  font-size: large; }

del {
  color: Red;
  font-size: smaller; }

.formViewHeader {
  font-weight: bold; }

.requiredMarker {
  white-space: nowrap;
  color: Red;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  vertical-align: top;
  width: 5px;
  margin-right: 3px; }

.requiredMarkerFloat {
  float: left; }

.ListColumnHeaderVersionLog {
  font-size: 11px;
  color: Black;
  border-bottom: 1px solid #c6c4c4;
  border-top: 1px solid #c6c4c4; }

#ListColumnHeaderVersionLog {
  background: #2e2e2e;
  background: linear-gradient(180deg, #2e2e2e 0%, #dbd7d7 0%, white 100%);
  height: 25px; }

#ListColumnHeaderVersionLog td {
  height: 16px;
  padding: 7px 12px 2px 12px; }

.Left {
  float: left; }

.Right {
  float: right; }

.Hand {
  cursor: pointer; }

.CopyrightInfoBox a {
  display: none;
  position: fixed;
  bottom: 7px;
  right: 7px;
  color: black;
  text-decoration: none;
  background-color: #ffc;
  padding: 7px;
  /* Firefox */
  -moz-box-shadow: 5px 5px 7px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7); }

.CopyrightInfoBox a:hover, .CopyrightInfoBox a:focus {
  bottom: 9px;
  -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  position: fixed;
  z-index: 5; }

.ValidationOK {
  border: 2px solid green !important; }

.ValidationFailed {
  border: 2px solid red !important; }

.RemoveAdditionalFile {
  cursor: pointer; }

.FileEntry, .RemoveAdditionalFile {
  display: inline-block; }

.RemoveAdditionalReplyFile {
  cursor: pointer;
  display: inline-block; }

.RemoveAdditionalInternalCommentReplyFile {
  cursor: pointer;
  display: inline-block; }

.Clear {
  clear: both; }

.AdditionalFileUpload2,
.AdditionalFileUpload3,
.AdditionalFileUpload4,
.AdditionalFileUpload5,
.AdditionalFileUpload6,
.AdditionalFileUpload7,
.AdditionalFileUpload8,
.AdditionalFileUpload9,
.AdditionalFileUpload10,
.FileUpload_AddCommentFile2,
.FileUpload_AddCommentFile3,
.FileUpload_AddCommentFile4,
.FileUpload_AddCommentFile5,
.FileUpload_AddCommentFile6,
.FileUpload_AddCommentFile7,
.FileUpload_AddCommentFile8,
.FileUpload_AddCommentFile9,
.FileUpload_AddCommentFile10 {
  color: transparent; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.flagspacing {
  margin-left: 22px; }

.CorrespondenceHeader {
  font-size: 140%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px; }

.Button_Delete,
.Button_Delete_ClientFieldFile {
  cursor: pointer;
  display: inline; }

.SelectedTabList {
  display: none;
  margin-left: 20px;
  margin-bottom: 20px; }

.ExpandCollapse_SelectedTabList {
  display: inline;
  cursor: pointer; }

.oldFormTable {
  padding: 25px; }

button.disabledSweetAlertButton {
  cursor: default !important; }

.sweet-alert button.disabledSweetAlertButton:hover,
.sweet-alert button.disabledSweetAlertButton:focus,
.sweet-alert button.disabledSweetAlertButton:active {
  text-shadow: none !important;
  background-color: #DD6B55 !important; }

.disabledButton {
  cursor: default !important;
  color: gray; }

.issueFileEntry {
  padding: 5px 0;
  border-bottom: 1px dashed #999; }

.issueFileEntry:first-of-type {
  padding-bottom: 5px;
  padding-top: 5px; }

.issueFileEntry:last-of-type {
  padding-bottom: 0px;
  padding-top: 5px;
  border-bottom: none; }

.issueFileName {
  width: 118px;
  height: 23px;
  line-height: 23px;
  float: left; }

.left {
  float: left; }

.translatedFileLinkWrapper {
  margin-left: 118px;
  margin-top: 5px; }

.cancelFileTranslationWrapper {
  margin-left: 118px; }

.issueIdStringSpan {
  font-weight: 700; }

.Hide {
  display: none; }

.HideForced {
  display: none !important; }

.Comment .Item {
  vertical-align: middle;
  border: 1px solid #D5D5D5;
  display: inline-block;
  margin: 10px;
  width: 500px; }

.Comment .ItemText {
  padding: 10px;
  background-color: white; }

.Comment .ShowSubmittedBubble {
  margin-top: 10px;
  vertical-align: middle;
  width: 100px;
  display: inline-block;
  text-align: center; }

.Comment .Hide {
  display: none; }

.Comment .SubmittedBubbleSpacer {
  display: inline-block;
  width: 100px; }

.Comment .PublicUserSubmitted {
  border-right: 4px solid #D5D5D5; }

.Comment .AdminSubmitted {
  border-left: 4px solid #D5D5D5; }

.Comment .CreatedDate {
  font-size: 12px;
  float: right;
  background-color: #F2F5F7;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  padding: 5px 20px 5px 20px; }

.Comment .AttachmentPanel {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #D8E0E7; }

.Comment .AttachmentPanelHeader {
  font-weight: bold; }

.Comment .AttachmentIcon {
  display: inline-block;
  vertical-align: middle; }

.Comment .AttachmentLink {
  display: inline-block;
  width: 100px; }

.Comment .AttachmentTranslatedLink {
  display: inline-block;
  width: 185px; }

.Comment .AttachmentRequestTranslation {
  display: inline-block;
  text-align: right; }

.Comment .ButtonPanel {
  padding: 5px;
  border-top: 1px solid #D8E0E7;
  text-align: right; }

.CountrySelection {
  color: black;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  background-image: url("/Images/ArrowLeft.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  width: 250px; }

.CountrySelection:hover {
  text-decoration: underline; }

.ScrollablePanel {
  overflow: auto !important; }

.TabFieldElement {
  width: 100%;
  margin: 10px;
  display: inline-block; }

.TabFile {
  width: 100%; }

.Warning {
  border: 1px solid black;
  background-color: yellow;
  color: red;
  padding: 5px; }

.topAlignedTabel tr td {
  vertical-align: top; }

.no-wrap {
  white-space: nowrap; }

.notifications-table tr td:first-child {
  text-align: left;
  cursor: pointer; }

.notifications-table tr:hover {
  background-color: #DEE6E7; }

.notifications-table tr td {
  text-align: center; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.button-panel {
  border: 1px solid #D5D5D5;
  padding: 5px; }

.button-panel .pull-right {
  float: right; }

.clearfix {
  clear: both; }

.casework-comment-parent-post {
  background-color: white;
  border: 1px solid #D8E0E7;
  margin-top: 15px;
  position: relative;
  padding-top: 27px; }

.casework-comment-child-post {
  margin-bottom: 5px; }

.casework-comment-child-post {
  margin-left: 30px;
  background-color: #F2F5F7;
  color: #362b36;
  border-top: 1px solid #D8E0E7;
  border-left: 1px solid #D8E0E7;
  border-bottom: 1px solid #D8E0E7;
  position: relative;
  padding-top: 27px; }

.casework-comment-text {
  padding: 10px 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.casework-comment-edit {
  padding: 5px; }

.casework-comment-top-right {
  background-color: #F2F5F7;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  position: absolute;
  top: 0px;
  font-weight: 700;
  right: 0px; }

.casework-comment-top-right-files {
  background-color: #F2F5F7;
  color: black;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  border-top: 1px solid #D5D5D5; }

.casework-comment-top-right-files .casework-comment-file {
  padding: 5px 20px 5px 20px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5; }

.casework-comment-created-date {
  padding: 5px 20px 5px 20px;
  width: 140px; }

.casework-comment-top-left {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  position: absolute;
  top: 0px;
  font-weight: 700;
  left: 0px; }

.casework-comment-username {
  background-color: #F2F5F7;
  padding: 5px 20px 5px 20px; }

.casework-comment-edit, .casework-comment-delete {
  padding: 5px 20px 5px 20px;
  border-right: 1px solid #D5D5D5;
  cursor: pointer; }

.casework-comment-edit:hover, .casework-comment-delete:hover {
  background-color: #DDDDDD; }

.casework-comment-edit:active, .casework-comment-delete:active {
  background-color: #E1E1E1; }

.casework-comment-new-reply {
  margin-left: 30px;
  background-color: #F2F5F7;
  color: #362b36;
  border-top: 1px solid #D8E0E7;
  border-left: 1px solid #D8E0E7;
  border-bottom: 1px solid #D8E0E7;
  position: relative;
  padding-top: 35px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.casework-comment-new-reply .casework-comment-new-reply-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.casework-comment-new-reply .casework-comment-new-reply-header {
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  font-weight: 700;
  padding: 5px 20px 5px 20px; }

.casework-comment-file a img {
  width: 12px;
  margin-right: 5px; }

.casework-comment-new-reply-text.empty-error, .TextBox_NewInternalComment.empty-error, .TextBox_NewComment.empty-error, .TextBox_NewCorrespondence.empty-error, .TextBox_NewForensicComment .empty-error {
  border: 1px solid red; }

.casework-comment-error-label {
  color: red; }

.internal-comment-parent-post,
.client-eform-issue-comment-parent-post,
.master-issue-comment-parent-post {
  background-color: white;
  border: 1px solid #D8E0E7;
  margin-top: 15px;
  position: relative;
  padding-top: 31px; }

.internal-comment-child-post,
.client-eform-issue-comment-child-post,
.master-issue-comment-child-post {
  margin-left: 30px;
  background-color: #F2F5F7;
  color: #362b36;
  border-top: 1px solid #D8E0E7;
  border-left: 1px solid #D8E0E7;
  border-bottom: 1px solid #D8E0E7;
  position: relative;
  padding-top: 31px;
  margin-bottom: 5px; }

.internal-comment-text,
.client-eform-issue-comment-text,
.master-issue-comment-text {
  padding: 10px 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.internal-comment-edit,
.client-eform-issue-comment-edit,
.master-issue-comment-edit {
  padding: 5px; }

.internal-comment-top-right,
.client-eform-issue-comment-top-right,
.master-issue-comment-top-right {
  background-color: #F2F5F7;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  position: absolute;
  top: 0px;
  font-weight: 700;
  right: 0px; }

.wb-dialog-comment-top-right {
  color: black;
  font-weight: 700; }

.internal-comment-top-right-files,
.client-eform-issue-comment-top-right-files,
.master-issue-comment-top-right-files {
  background-color: #F2F5F7;
  color: black;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  max-width: 375px; }

.internal-comment-top-right-files .internal-comment-file,
.client-eform-issue-comment-top-right-files .client-eform-issue-comment-file,
.master-issue-comment-top-right-files .master-issue-comment-file {
  padding: 5px 20px 5px 20px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5; }

.internal-comment-created-date,
.client-eform-issue-comment-created-date,
.master-issue-comment-created-date {
  padding: 5px 20px 5px 20px;
  width: 140px; }

.internal-comment-top-left,
.client-eform-issue-comment-top-left,
.master-issue-comment-top-left {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  position: absolute;
  top: 0px;
  font-weight: 700;
  left: 0px; }

.internal-comment-username,
.client-eform-issue-comment-username,
.master-issue-comment-username {
  background-color: #F2F5F7;
  padding: 5px 20px 5px 20px; }

.internal-comment-edit, .internal-comment-delete, .public-comment-edit,
.client-eform-issue-comment-edit, .client-eform-issue-comment-delete,
.master-issue-comment-edit, .master-issue-comment-delete {
  padding: 5px 20px 5px 20px;
  border-right: 1px solid #D5D5D5;
  cursor: pointer; }

.internal-comment-edit:hover, .internal-comment-delete:hover, .public-comment-edit:hover,
.client-eform-issue-comment-edit:hover, .client-eform-issue-comment-delete:hover,
.master-issue-comment-edit:hover, .master-issue-comment-delete:hover {
  background-color: #DDDDDD; }

.internal-comment-edit:active, .internal-comment-delete:active, .public-comment-edit:active,
.client-eform-issue-comment-edit:active, .client-eform-issue-comment-delete:active,
.master-issue-comment-edit:active, .master-issue-comment-delete:active {
  background-color: #E1E1E1; }

.client-eform-issue-comment-username .site-name,
.master-issue-comment-username .site-name {
  font-weight: normal; }

.client-eform-issue-comment-username .site-name::after,
.master-issue-comment-username .site-name::after {
  content: ' // '; }

.internal-comment-new-reply,
.client-eform-issue-comment-new-reply,
.master-issue-comment-new-reply {
  margin-left: 30px;
  background-color: #F2F5F7;
  color: #362b36;
  border-top: 1px solid #D8E0E7;
  border-left: 1px solid #D8E0E7;
  border-bottom: 1px solid #D8E0E7;
  position: relative;
  padding-top: 35px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.internal-comment-new-reply .internal-comment-new-reply-text,
.client-eform-issue-comment-new-reply .client-eform-issue-comment-new-reply-text,
.master-issue-comment-new-reply .master-issue-comment-new-reply-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.internal-comment-new-reply .internal-comment-new-reply-header,
.client-eform-issue-comment-new-reply .client-eform-issue-comment-new-reply-header,
.master-issue-comment-new-reply .master-issue-comment-new-reply-header {
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  font-weight: 700;
  padding: 5px 20px 5px 20px; }

.internal-comment-file a img,
.client-eform-issue-comment-file a img,
.master-issue-comment-file a img {
  width: 12px;
  margin-right: 5px; }

.internal-comment-new-reply-text.empty-error,
.client-eform-issue-comment-new-reply-text.empty-error,
.master-issue-comment-new-reply-text.empty-error {
  border: 1px solid red; }

.internal-comment-error-label,
.client-eform-issue-comment-error-label,
.master-issue-comment-error-label {
  color: red; }

.internal-comment-edit-textbox-wrapper,
.client-eform-issue-comment-edit-textbox-wrapper,
.master-issue-comment-edit-textbox-wrapper,
.casework-comment-edit-textbox-wrapper,
.public-comment-edit-textbox-wrapper {
  width: 100%; }

.internal-comment-edit-textbox,
.client-eform-issue-comment-edit-textbox,
.master-issue-comment-edit-textbox,
.casework-comment-edit-textbox,
.public-comment-edit-textbox {
  width: 100%; }

.internal-comment-edit-save,
.client-eform-issue-comment-edit-save,
.master-issue-comment-edit-save {
  margin-top: 5px; }

.ExpandCollapse_SelectionList {
  display: inline;
  cursor: pointer; }

.CheckBoxCheckAllHeader {
  margin-bottom: 5px;
  font-weight: bold; }

.SelectedFoldersListHeader {
  font-weight: bold;
  padding-bottom: 5px; }

.SelectedFoldersList {
  margin-top: -10px;
  padding-left: 20px; }

.SelectedFolders {
  padding-top: 5px;
  padding-bottom: 5px; }

.UserProfile_FolderAccessModified {
  font-style: italic;
  color: brown;
  display: inline; }

.UserProfile_FolderAccessSelectionHeader {
  font-weight: bold; }

.UserProfile_FolderAccessSelectAll {
  display: inline-block;
  margin-bottom: 5px; }

.SelectionList {
  display: none;
  border: 1px solid #CCCCCC;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px; }

.SelectedTabList {
  display: inline-block;
  vertical-align: top; }

.SelectedCountryList {
  vertical-align: top;
  margin-left: 50px;
  display: inline-block; }

*[class*=ht-col] {
  float: left; }

.ht-col-1 {
  width: 25%; }

.ht-col-2 {
  width: 50%; }

.ht-col-3 {
  width: 75%; }

.ht-col-4 {
  width: 100%; }

.Title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.current-status-row .status-box {
  float: left;
  box-sizing: border-box;
  width: 15%;
  text-align: center;
  margin: .3%; }

.current-status-headlines {
  font-weight: bold; }

.current-status-body .status-pending {
  height: 100px;
  line-height: 40px; }

.current-status-body .status-done {
  height: 100px;
  line-height: 40px; }

.current-status-body .status-unread {
  height: 100px;
  line-height: 40px; }

.current-status-body .status-dataretention {
  height: 100px;
  line-height: 40px; }

[class*=status-unread-text] {
  font-size: 35px;
  color: #DC143C; }

[class*=status-pending-text] {
  font-size: 35px;
  color: #F7A35C; }

[class*=status-done-text] {
  font-size: 35px;
  color: #00B700; }

[class*=status-dataretention-text] {
  font-size: 35px;
  color: #A6A6A6; }

.status-footer-text {
  width: 100%;
  text-align: center;
  font-size: 15px;
  display: block; }

.status-box:not(.status-type-box):not(.pie-container) {
  border-radius: 10px;
  border: 1px solid transparent; }

.status-box:not(.status-type-box):not(.pie-container):not(.no-hover):hover {
  cursor: pointer;
  border: 1px solid #ccc; }

.current-status-row .my-issues-pie-wrapper, .current-status-row .total-issues-pie-wrapper {
  height: 100px; }

.status-box.status-type-box {
  font-weight: bold;
  font-size: 17px;
  height: 100px;
  padding-top: 40px;
  text-align: right; }

.dashboard-period-label {
  font-weight: bold; }

.dashboard-statistics-table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #c6c4c4;
  border-spacing: 0px; }

.dashboard-statistics-table td, .dashboard-statistics-table th {
  text-align: center;
  height: 16px; }

.dashboard-statistics-table th {
  padding: 8px 14px 6px 14px; }

.dashboard-statistics-table tr.even {
  background-color: white; }

.dashboard-statistics-table tr.odd {
  background-color: #F5F4F4; }

.dashboard-statistics-table .dashboard-dialog-link-column a {
  display: block; }

.dashboard-statistics-table :not(thead) tr:hover {
  background-color: #E5E5E5;
  cursor: pointer; }

.dashboard-statistics-table .dashboard-dialog-link-column a:hover {
  text-decoration: none; }

.dashboard-statistics-table .dashboard-dialog-link-column a,
.dashboard-statistics-table td:not(.dashboard-dialog-link-column) {
  padding: 7px 13px 5px 13px; }

#logo-breadcrumb-wrapper {
  width: 700px;
  position: absolute !important; }

#top-breadcrumb-wrapper {
  left: 0px !important;
  float: none !important;
  position: absolute !important; }

#breadcrumb {
  font-weight: bold; }

.AkerImportDiv {
  width: 100%;
  height: 400px;
  overflow: scroll;
  border: 1px solid #c6c4c4; }

.AkerImportDiv table {
  white-space: nowrap; }

.ErrorList {
  border: 1px solid #c6c4c4;
  padding: 10px; }

.contentBreadCrumbRight {
  float: right;
  margin-top: 10px;
  margin-right: 10px; }

.dashboard-text {
  display: none !important; }

.IssueInterlink {
  clear: both; }

.RemoveInterlink, .Label_IssueIdString {
  margin-bottom: 10px;
  display: inline-block;
  float: left; }

.RemoveInterlink {
  margin-left: 5px;
  cursor: pointer; }

.Button_Interlink {
  float: right; }

.OverviewElement {
  margin: 5px;
  clear: both;
  margin-bottom: 10px; }

.OverviewText, .OverviewCount, .OverviewFileCount {
  display: inline-block; }

.OverviewDate {
  font-weight: bold; }

.ForceHide {
  display: none !important; }

.OnlyShowOnPrint {
  display: none; }

.FullWidth {
  width: 100%; }

.UseIssueCompletedTemplate, .UseIssueCompletedTemplateAdmin, .SendResponsibleChangedEmail {
  display: inline-block; }

.IssueMessageTemplatesMain strong {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block; }

.MergingFields div {
  display: inline-block;
  border: 1px solid #c6c4c4;
  background-color: #D8E0E7;
  padding: 3px;
  cursor: pointer; }

.ScheduledReportTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

.ScheduledReportTable tbody tr:hover {
  background-color: #D8E0E7; }

.ScheduledReportTable td,
.ScheduledReportTable th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */ }

.ScheduledReportTable td:first-child,
.ScheduledReportTable th:first-child {
  border-left-width: 0; }

.ScheduledReportTable thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

.ScheduledReportTable caption {
  color: #000;
  font: italic 85%/1 'Open-sans', sans-serif;
  padding: 1em 0;
  text-align: center; }

.Panel_PDFTemplates {
  display: inline-block; }

.hyperlinkButton {
  background: none !important;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer; }

.redMarking {
  color: red !important; }

.warning {
  background-color: #626262;
  color: #ffffc4;
  font-weight: bold;
  border: 1px solid black;
  padding: 5px; }

.big-mobile {
  font-size: 140px; }

.comment-file-description div {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 8px; }

.comment-file-description {
  display: inline-block; }

.comment-file-wrapper {
  margin-bottom: 5px; }

.correspondence-comment-post {
  background-color: white;
  margin-top: 15px;
  position: relative;
  padding-top: 25px;
  border: 1px solid #D8E0E7; }

.correspondence-comment-top-right {
  background-color: #F2F5F7;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  position: absolute;
  top: 0px;
  font-weight: 700;
  right: 0px; }

.correspondence-comment-created-date {
  float: right;
  padding: 5px 20px 5px 20px;
  width: 130px;
  text-align: center; }

.correspondence-comment-top-right-files {
  background-color: #F2F5F7;
  color: black;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px; }

.correspondence-comment-top-left {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  position: absolute;
  top: 0px;
  font-weight: 700;
  left: 0px; }

.correspondence-comment-username {
  float: left;
  background-color: #F2F5F7;
  padding: 5px 20px 5px 20px; }

.correspondence-comment-text {
  padding: 15px 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.correspondence-comment-file {
  padding: 5px 20px 5px 20px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5; }

.correspondence-comment-file .TextTranslationOverride {
  display: inline-block; }

.wb-dialog-comment {
  margin-top: 10px;
  width: 100%; }

.wb-dialog-comment-left-panel {
  width: 100px;
  float: left; }

.wb-dialog-comment-middle-panel {
  overflow: auto; }

.wb-dialog-comment-right-panel {
  width: 100px;
  float: right; }

.wb-dialog-comment .wb-dialog-comment-admin-submitted,
.wb-dialog-comment .wb-dialog-comment-public-submitted {
  margin-top: 10px;
  text-align: center;
  vertical-align: middle; }

.wb-dialog-comment-panel {
  margin: 0px 10px 10px 10px;
  border: 1px solid #D5D5D5;
  vertical-align: middle;
  position: relative; }

.wb-dialog-comment-text {
  padding: 10px;
  background-color: white;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.wb-dialog-comment-created-date {
  font-size: 12px;
  background-color: #F2F5F7;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: black;
  padding: 5px 20px 5px 20px;
  float: right; }

.wb-dialog-comment-created-date.has-files {
  border-bottom: none; }

.wb-dialog-public-comment .wb-dialog-comment-panel {
  border-right: 4px solid #D5D5D5; }

.wb-dialog-admin-comment .wb-dialog-comment-panel {
  border-left: 4px solid #D5D5D5; }

.wb-dialog-public-comment-not-read-by-user {
  color: red; }

.wb-dialog-public-comment-read-by-user {
  color: #82c91e; }

.wb-dialog-comment-by-public-user-icon {
  color: #82c91e; }

.wb-dialog-comment-admin-submitted .fa-warning {
  color: orange; }

.wb-dialog-comment-admin-submitted .fa-check {
  color: forestgreen; }

.wb-dialog-comment-attachments {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #D8E0E7; }

.wb-dialog-comment-attachment-icon {
  display: inline-block;
  vertical-align: middle; }

.wb-dialog-comment-attachment-link {
  padding: 5px 20px 5px 20px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  clear: both; }

.wb-dialog-comment-link-wrapper {
  float: left; }

.wb-dialog-comment-attachment-translated-link {
  display: inline-block; }

.wb-dialog-comment-attachment-request-translation {
  display: inline-block;
  text-align: right; }

.wb-dialog-comment-buttons {
  padding: 5px;
  border-top: 1px solid #D8E0E7;
  text-align: right; }

.translation-in-progress-wrapper {
  margin-bottom: 10px; }

.translation-cancelled-wrapper {
  margin-bottom: 10px; }

.wb-dialog-comment-translation-note {
  margin: 0px 10px 0px 10px;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5; }

.wb-dialog-comment-translation-note .wb-dialog-comment-translation-note-content {
  padding: 8px 10px 8px 10px; }

.wb-dialog-comment-translation-note .wb-dialog-comment-translation-note-content img {
  vertical-align: middle;
  margin-right: 5px; }

.wb-dialog-comment-translation-note .wb-dialog-comment-translation-note-text {
  height: 24px;
  line-height: 24px;
  display: inline-block; }

.wb-dialog-public-comment .wb-dialog-comment-translation-note {
  border-right: 4px solid #D5D5D5; }

.wb-dialog-admin-comment .wb-dialog-comment-translation-note {
  border-left: 4px solid #D5D5D5; }

.wb-dialog-comment-top-right-files {
  background-color: #F2F5F7;
  color: black;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: -1px;
  border-top: 1px solid #D5D5D5; }

.wb-dialog-comment-top-right-files .wb-dialog-comment-file {
  padding: 5px 20px 5px 20px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5; }

i.attachment-icon {
  color: #4A6DB0;
  font-size: 16px; }

.div-inline-block {
  display: inline-block; }

.wb-dialog-comment-translate-option {
  margin-left: 5px; }

.wb-dialog-comment-translation-request {
  padding: 5px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5; }

.wb-dialog-comment-translation-request input {
  width: 100%; }

.cancel-correspondence-file-link {
  color: red;
  cursor: pointer; }

.cancel-correspondence-file-link:hover {
  text-decoration: underline; }

i.delete-font-icon {
  color: red;
  font-size: 18px; }

i.back-icon {
  color: black;
  font-size: 15px; }

i.edit-font-icon {
  color: #EFCC31;
  font-size: 18px; }

i.warning-font-icon {
  color: #FC542E;
  font-size: 30px;
  height: 30px;
  line-height: 30px; }

i.user-font-icon {
  font-size: 50px; }

.wb-dialog-comment-top-right {
  float: right; }

.show-filter-by-columns-list ul li {
  cursor: pointer; }

.pager-control-buttons i {
  background: #F1F1F1;
  border: 1px solid #D3D3D3; }

.pager-control-buttons i:hover {
  background-color: #BBBBBB; }

.pager-control-buttons .pager-first,
.pager-control-buttons .pager-last {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px; }

.pager-control-buttons .pager-back,
.pager-control-buttons .pager-next {
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px; }

.fa.login-font-icon,
.fas.login-font-icon,
.far.login-font-icon,
.fal.login-font-icon {
  color: #404040;
  font-size: 128px; }

.fa.print-font-icon,
.fas.print-font-icon,
.far.print-font-icon,
.fal.print-font-icon {
  color: #404040;
  font-size: 18px; }

.fa.info-circle-font-icon,
.far.info-circle-font-icon,
.fas.info-circle-font-icon,
.fal.info-circle-font-icon {
  font-size: 48px; }

.fa.back-font-icon,
.fas.back-font-icon,
.far.back-font-icon,
.fal.back-font-icon {
  font-size: 13px;
  margin-left: 5px;
  margin-right: 5px; }

.faq-textbox-column {
  padding-left: 2px;
  padding-right: 12px; }

.dashboard-statistics-dialog a.dashboard-statistics-show-all-link {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  margin-top: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #444 !important; }

.dashboard-statistics-dialog a.dashboard-statistics-show-all-link:hover {
  text-decoration: none;
  color: white !important; }

.ui-state-active span.ui-button-text {
  color: white !important; }

.ui-dialog .ui-widget-header .ui-button .ui-icon {
  margin-left: -10px;
  margin-top: -9px; }

.issuelink td {
  cursor: pointer; }

.dialog-filter-list {
  width: 100%;
  padding: 0px;
  margin-top: 5px; }

li.dialog-filter-column {
  list-style-type: none;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 13px;
  background-color: #F9F9F9; }

li.dialog-filter-column:hover,
li.dialog-filter-column:active {
  background-color: #F0F0F0;
  text-decoration: none; }

li.dialog-filter-column:last-child {
  border-bottom: 1px solid #CCC; }

.clear-all-filters-wrapper {
  float: right;
  margin-top: 14px; }

.dialog-filter-icon {
  float: right;
  font-size: 16px;
  color: #999999; }

.right {
  float: right; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc; }

.open {
  z-index: 1000; }

.open > .dropdown-menu {
  display: block; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #ccc;
  content: "\2191"; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.go-to-issue-text {
  white-space: pre-wrap;
  color: #bebebe;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 15px; }

textarea.required.error {
  outline: none; }

i.remove-file-icon {
  font-size: 16px;
  color: red; }

.back-button i {
  font-size: 13px; }

.dashboard-top-row .comiseo-daterangepicker-triggerbutton {
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px; }

.toolboxDateControl .datepicker-inline {
  width: 100%;
  height: 100%; }

.datepicker table {
  width: 100%;
  height: 100%;
  background-color: white; }

.datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years, .datepicker .datepicker-decades, .datepicker .datepicker-centuries {
  height: 100%; }

body .datepicker table tr td.disabled, body .datepicker table tr td.disabled:hover {
  color: #DDDDDD; }

.toolboxDateControl table tr td,
.toolboxDateControl table tr th,
.toolboxDateControlInput.toolboxItemControl {
  font-size: 13px !important; }

.language-selection .language-selected-checkmark {
  float: right;
  display: none; }

.language-selection.language-selected .language-selected-checkmark {
  display: block; }

.country-modal .language-selected-checkmark {
  float: right;
  display: none;
  color: #55a532; }

.country-modal .country-selected-checkmark {
  visibility: hidden; }

div.country-modal .countries-container .country-column.col-xs-2:first-child:nth-last-child(5) ~ .country-column {
  width: 20%; }

.country-modal .country-selected .country-selected-checkmark {
  visibility: visible; }

.country-modal .language-selection .language-selected-checkmark {
  float: right;
  display: none; }

.country-modal .language-selection.language-selected .language-selected-checkmark {
  display: block; }

div.country-modal .country-selection {
  display: flex;
  align-items: center;
  word-break: unset;
  justify-content: space-between; }

.language-selection, .country-selection {
  color: black;
  font-size: 16px;
  padding: 5px 8px 5px 8px;
  margin: 1px;
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  user-select: none; }

.country-selection:hover, .language-selection:hover {
  background-color: #F7F7F7;
  transition: .1s linear; }

.language-selected, .country-selected {
  color: #55a532;
  background: #F7F7F7; }

.country-modal .countries-container {
  max-height: 500px;
  max-width: 850px;
  overflow-x: scroll;
  overflow-y: scroll; }

.countries-container {
  border-right: 1px solid #DDD; }

.modal.modal-narrow .modal-dialog {
  width: 400px; }

.modal.modal-wide .modal-dialog {
  width: 800px; }

.modal.modal-extra-wide .modal-dialog {
  width: 1200px; }

.country-dialog-headline {
  text-align: left;
  margin: 0px 0px 10px 0px;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  padding-left: 8px; }

.country-dialog-globe-icon {
  color: #DDD;
  float: right; }

.language-flag {
  margin-right: 5px;
  width: 16px;
  height: 12px;
  border: 1px solid #CCC;
  margin-bottom: 3px; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.country-modal-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.42857143; }

.change-language-flag {
  width: 16px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer; }

.select-country-label {
  font-size: 16px; }

.select-country-panel {
  padding: 5px 8px 5px 8px; }

.frontside-left-text.is-truncated {
  overflow: hidden; }

.read-more-link {
  display: none; }

.admin-login-box-wrapper {
  text-align: center;
  width: 100%; }

.admin-login-box {
  padding: 31px 31px 20px 31px;
  margin: 0 auto;
  border: 1px solid #9e9e9e;
  background-color: #f4f4f4;
  display: inline-block;
  text-align: left; }

.admin-login-box .login-headline {
  padding-bottom: 23px; }

.admin-login-box .login-headline span {
  font-weight: bold;
  font-size: 20px; }

.admin-login-box .login-email,
.admin-login-box .login-pwd {
  margin-bottom: 4px; }

.admin-login-box .login-email .login-email-label,
.admin-login-box .login-pwd .login-pwd-label {
  margin-right: 8px;
  line-height: 23px;
  font-weight: bold; }

.admin-login-box .login-email .login-email-textbox,
.admin-login-box .login-pwd .login-pwd-textbox {
  height: 19px;
  width: 100%;
  /*float: right;*/ }

.admin-login-box .login-box-left {
  float: left; }

.admin-login-box .login-box-right {
  padding-right: 8px;
  float: left;
  padding-left: 40px; }

.admin-login-box .login-buttons {
  padding-top: 8px; }

.admin-login-box .login-extra-text {
  padding-top: 1em; }

.admin-login-box .login-forgot-pwd {
  float: left; }

.admin-login-box .login-login-button {
  float: right; }

.admin-login-box .login-forgot-pwd-button {
  color: dodgerblue;
  text-decoration: none;
  font-weight: bold; }

.admin-login-box .login-sms-label {
  margin-bottom: 8px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  width: 300px; }

.admin-login-box .login-sms .login-sms-textbox {
  float: left;
  width: 100%;
  margin-bottom: 12px; }

.admin-login-box .login-sms-buttons {
  width: 100%; }

.admin-login-box .login-sms-buttons .login-sms-button {
  float: right; }

.admin-login-box .login-resend-sms {
  float: left; }

.admin-login-box .login-change-pwd-name-label,
.admin-login-box .login-change-pwd-email-label,
.admin-login-box .login-change-pwd-new-pwd-label,
.admin-login-box .login-change-pwd-confirm-pwd-label {
  font-weight: bold;
  float: left;
  line-height: 23px;
  margin-right: 8px; }

.admin-login-box .login-change-pwd-new-pwd-textbox,
.admin-login-box .login-change-pwd-confirm-pwd-textbox {
  width: 100%;
  float: left;
  text-align: left; }

.admin-login-box .login-change-pwd-name-text,
.admin-login-box .login-change-pwd-email-text {
  line-height: 23px; }

.admin-login-box .login-change-pwd-name,
.admin-login-box .login-change-pwd-email,
.admin-login-box .login-change-pwd-new-pwd {
  margin-bottom: 4px; }

.admin-login-box .login-change-pwd-confirm-pwd {
  margin-bottom: 10px; }

.admin-login-box .login-change-pwd-buttons .login-change-pwd-submit {
  float: right; }

.admin-login-box .login-change-pwd-requirements-icon {
  font-size: 14px;
  margin-top: 4px;
  float: right; }

.admin-login-box .login-email-pwd-box,
.admin-login-box .login-sms-box,
.admin-login-box .login-change-pwd-box {
  width: 311px; }

.admin-login-box .login-error-box {
  text-align: left;
  padding-top: 15px;
  width: 311px; }

.admin-login-box .login-error-box span {
  float: right; }

.admin-login-box .login-error-label {
  color: red; }

.admin-login-box .login-info-label, .login-change-pwd-description {
  color: dodgerblue;
  font-weight: bold; }

.admin-login-box .required-error {
  border: 1px solid red; }

.admin-login-box .login-submit-button {
  display: none !important; }

body .follow-login-box-icon {
  padding-right: 24px;
  padding-left: 25px;
  font-size: 48px;
  margin-right: 0px; }

.change-master-key-submit {
  float: right; }

.master-key-change-pwd-row {
  margin-bottom: 10px; }

.master-key-change-pwd-row-label {
  font-weight: bold;
  float: left;
  line-height: 23px;
  margin-right: 8px; }

.master-key-change-pwd-box {
  width: 311px; }

.master-key-change-pwd-box .master-key-change-pwd-textbox {
  width: 100%; }

.admin-login-box .master-key-change-pwd-help-headline {
  padding-bottom: 5px; }

.admin-login-box .master-key-change-pwd-help-headline span {
  font-weight: bold;
  font-size: 20px; }

.admin-login-box .master-key-change-pwd-help-text {
  font-size: 13px;
  color: #666;
  padding-bottom: 20px; }

.change-master-key-box {
  text-align: center; }

.change-master-key-btn {
  background-color: red;
  padding: 30px;
  border: 1px solid black;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  font-size: 30px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase; }

.change-master-key-btn:hover,
.change-master-key-btn:active {
  background-color: #DD0000;
  box-shadow: 4px 4px 5px #CCC; }

.master-key-change-box {
  padding: 20px; }

.master-key-change-box .users-header-box {
  display: block;
  padding-bottom: 20px;
  float: left; }

.master-key-change-box-header {
  border-top: 1px solid #c6c4c4;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  border-bottom: 1px solid #c6c4c4;
  height: 70px;
  background-image: url(/Images/CRUD/ListHeader.png);
  background-repeat: repeat-x; }

.master-key-change-box-header span {
  float: left;
  margin-left: 17px;
  margin-top: 15px;
  font-size: 16px; }

.master-key-change-content {
  overflow: hidden;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
  padding: 20px;
  background-color: white; }

.master-key-change-bottom-panel {
  border: 1px solid #c6c4c4;
  height: 35px;
  background-color: #f8f8f8;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.master-key-change-users {
  padding-bottom: 30px; }

.master-key-change-bottom-panel .error {
  padding-right: 15px;
  line-height: 30px; }

.master-key-change-old-pwd .pwd-label,
.master-key-change-new-pwd .pwd-label,
.master-key-change-confirm-new-pwd .pwd-label {
  padding-bottom: 3px; }

.master-key-change-old-pwd .pwd-box,
.master-key-change-new-pwd .pwd-box,
.master-key-change-confirm-new-pwd .pwd-box {
  padding-bottom: 10px;
  height: 19px; }

.master-key-change-old-pwd .pwd-box input,
.master-key-change-new-pwd .pwd-box input,
.master-key-change-confirm-new-pwd .pwd-box input {
  width: 311px; }

.master-key-change-box .master-key-change-bottom-note {
  padding-bottom: 20px; }

.master-key-change-box .master-key-change-note {
  font-size: 14px;
  padding-bottom: 20px; }

.master-key-change-users .users-table {
  border: 1px solid #DDDDDD;
  width: 100%; }

.master-key-change-users .users-table-header {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #DDDDDD; }

.master-key-change-users .users-table-header .users-table-header-name,
.master-key-change-users .users-table-header .users-table-header-email {
  width: 50%;
  float: left; }

.master-key-change-users .users-table-row {
  width: 100%;
  float: left; }

.master-key-change-users .users-table-row-inner,
.master-key-change-users .users-table-header-inner {
  padding: 5px; }

.master-key-change-users .users-table-name,
.master-key-change-users .users-table-email {
  float: left;
  width: 50%; }

.master-key-change-users .users-table-row-odd {
  background-color: #F8F8F8; }

.column-filter-progress-icon {
  color: white;
  cursor: default; }

.FilterByColumn {
  margin-left: 4px; }

.error-page {
  width: 100%;
  text-align: center; }

.error-page .error-page-icon .error-page-circle {
  color: red;
  font-size: 150px;
  padding-bottom: 20px; }

.error-page .error-page-text {
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px; }

.error-page .error-page-link p span {
  font-size: 13px; }

.save-casework-comment-btn {
  float: right; }

.public-comment-save-error {
  float: right;
  line-height: 30px;
  margin-right: 10px; }

.public-comment-save-buttons {
  float: right; }

.public-comment-save-error-span {
  color: red; }

.login-link-box {
  padding-top: 1em; }

.options-link {
  font-size: 16px !important;
  color: #4d8d4d; }

.options-link:hover {
  color: #376737; }

.SecretButton {
  visibility: hidden;
  display: none; }

.display-inline-block {
  display: inline-block; }

.issue-page-bottom-panel {
  background-color: #474544;
  position: fixed;
  bottom: 0px;
  left: 225px;
  right: 0px;
  display: flex; }

.issue-page-bottom-panel .bottom-panel-left-buttons {
  flex: 1;
  height: 100%;
  align-self: center;
  display: flex;
  margin: 10px; }

.issue-page-bottom-panel .bottom-panel-right-buttons {
  display: flex;
  align-items: center;
  margin: 10px; }

.issue-page-bottom-panel .bottom-panel-right-buttons > * {
  margin: 2px; }

.issue-page-bottom-panel .Buttons {
  margin: 10px;
  white-space: nowrap; }

.attachment-icon {
  margin-right: 5px; }

.wb-dialog-comment-translation-request .request-file-translations-btn {
  display: block; }

div#toast-container {
  right: auto;
  width: auto;
  left: 50%;
  margin-left: -150px; }

.issue-box-wrapper .translate-issue-file-button {
  padding: 5px 7px 5px 20px;
  cursor: pointer;
  margin-right: 0px; }

.freetext-dialog-progressbar {
  margin-top: 5px;
  position: relative;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  user-select: none; }

.freetext-dialog-progressbar-label {
  z-index: 9;
  position: absolute;
  font-weight: bold;
  color: black;
  text-align: center;
  width: 100%;
  top: 4px; }

.freetext-dialog-progressbar-label-reveal {
  top: 4px;
  z-index: 10;
  position: absolute; }

.freetext-dialog-progressbar-label-reveal-hider {
  overflow: hidden; }

.freetext-dialog-progressbar-label-text {
  color: white;
  font-weight: bold;
  text-align: center; }

.ShowFreeTextSearchContent {
  padding-top: 10px; }

.my-issues-pie-wrapper > .highcharts-container {
  z-index: 2 !important;
  overflow: visible !important; }

.total-issues-pie-wrapper > .highcharts-container {
  z-index: 1 !important;
  overflow: visible !important; }

.my-issues-pie-wrapper, .my-issues-pie-wrapper .highcharts-contextmenu {
  z-index: 2000000 !important; }

.total-issues-pie-wrapper {
  z-index: 1999 !important; }

.ShowFreeTextSearchContent > .Textbox_Search {
  width: 70%; }

.Button_FreetextSearch_Ghost {
  display: none !important; }

.freetext-dialog-indexing-issues,
.freetext-dialog-searchelements {
  display: none; }

.free-text-search-textbox {
  width: 75%;
  float: left; }

.free-text-search-textbox input {
  width: 100%;
  height: 24px;
  padding: 2px;
  line-height: 24px; }

.free-text-search-buttons {
  width: 25%;
  float: left;
  text-align: right; }

.free-text-search-textbox-wrapper {
  padding-bottom: 10px; }

.freetext-dialog-indexing-issues {
  padding-bottom: 10px; }

.freetext-dialog-progressbar .ui-progressbar-value,
.freetext-dialog-search-progressbar .ui-progressbar-value {
  background: #3c8dde;
  border-color: #3072b3;
  border-bottom-color: #2a65a0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
  background-image: linear-gradient(#599bdc, #3072b3); }

.freetext-dialog-search-progressbar-container {
  margin-top: 10px;
  margin-bottom: 5px; }

.issue-box-content {
  min-height: 1em; }

.issue-box-content span {
  display: block; }

.issue-box-content:empty:before {
  content: "\200b"; }

.issue-back-button-submit {
  display: none !important; }

.bg-info {
  background-color: #d9edf7; }

.description-box {
  padding: 10px;
  border: 1px solid #A3A3A3; }

.mail-issue-container {
  width: 500px; }

.mail-issue-container .mail-issue-container-subject {
  display: inline-block;
  padding: 6px;
  font-weight: bold;
  background-color: #FFF; }

.mail-issue-container .mail-issue-container-body {
  padding: 6px;
  background-color: #FFF; }

.big-email {
  font-size: 100px; }

.create-new-eform-modal .modal-dialog {
  width: 750px; }

.eform-list-image {
  width: 16px; }

div.mail-issue-confirm-button {
  margin-top: 10px; }

button.mail-issue-remove-button {
  margin-left: 0.5em; }

.Dashboard .ShowAll {
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  margin-top: 8px;
  font-weight: bold;
  font-size: 13px;
  display: block;
  padding-right: 0px;
  padding-left: 0px; }

.selected-page {
  background-color: #b1c4c7 !important; }

.page-element {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: transparent;
  border: 1px solid lightgray;
  cursor: pointer; }

.selected-page-no-selection {
  cursor: default !important;
  text-decoration: none !important; }

.larger-fonts {
  font-size: 200% !important; }

.larger-fonts #top-menu, .larger-fonts #top-menu a, .larger-fonts .contentContainer, .larger-fonts .contentContainer p {
  font-size: 18px !important; }

.login-change-pwd-description {
  font-size: 11px; }

.button-highlight {
  position: relative;
  overflow: visible; }

.button-highlight {
  -webkit-animation: anim-effect-click 0.6s forwards;
  animation: anim-effect-click 0.6s forwards; }

@-webkit-keyframes anim-effect-click {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  25%, 50% {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes anim-effect-click {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

#I_Pinned {
  margin-right: 5px; }

#I_Pinned.fas.fa-star {
  color: yellow; }

.personal-dashboard-issue-list-wrapper {
  padding: 0px; }

.issue-unread, .personal-dashboard-issue-list-wrapper a .issue-id-string {
  font-weight: bold; }

.personal-dashboard-issue-list-wrapper a {
  padding: 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em; }

.personal-dashboard-issue-list-wrapper a.even {
  background-color: white; }

.personal-dashboard-issue-list-wrapper a.odd {
  background-color: #F5F4F4; }

.personal-dashboard-issue-list-wrapper a:hover,
.personal-dashboard-issue-list-wrapper a:active,
.personal-dashboard-issue-list-wrapper a:focus {
  background-color: #E5E5E5;
  text-decoration: none;
  cursor: pointer; }

.font-size-control {
  height: 30px;
  line-height: 30px;
  position: fixed;
  right: 0px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 5px;
  cursor: pointer; }

.font-size-control:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5); }

.Xaudioplayer-error {
  margin: 10px 0px;
  padding: 12px;
  color: #D8000C;
  background-color: #FFD2D2;
  font-size: 16px;
  vertical-align: middle; }

.translation-header {
  font-weight: bold;
  font-size: 14px; }

.translation-selection {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px; }

.Button_ResetTranslationSelection {
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
  margin-left: -200px;
  z-index: 1000; }

.ensure-font-awesome {
  font-family: 'Font Awesome 5 Pro' !important; }

.user-selection {
  display: none;
  position: fixed;
  border: none !important;
  outline: none;
  background-color: transparent;
  overflow: hidden;
  margin-top: -2px !important;
  margin-left: 0px !important;
  font-size: 12px !important;
  z-index: 10000; }

.tagged-person {
  text-decoration: dashed;
  color: red; }

.TabContent .textarea-print-helper {
  display: none;
  word-wrap: break-word; }

/* ROUNDED BOXES */
.rnd-box {
  position: relative; }

.rnd-box .corners .tl, .rnd-box .corners .tr, .rnd-box .corners .br, .rnd-box .corners .bl {
  position: absolute;
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: no-repeat; }

.rnd-box .corners .tl {
  left: 0; }

.rnd-box .corners .tr {
  top: 0;
  right: 0; }

.rnd-box .corners .br {
  bottom: 0;
  right: 0; }

.rnd-box .corners .bl {
  bottom: 0;
  left: 0; }

.rnd-box .r5 .tl, .rnd-box .r5 .tr, .rnd-box .r5 .br, .rnd-box .r5 .bl {
  width: 5px;
  height: 5px; }

.rnd-box .r5 .tl {
  background-position: 0px -13px; }

.rnd-box .r5 .tr {
  background-position: -5px -13px; }

.rnd-box .r5 .br {
  background-position: -5px -18px; }

.rnd-box .r5 .bl {
  background-position: 0px -18px; }

.rnd-box .r9 .tl, .rnd-box .r9 .tr, .rnd-box .r9 .br, .rnd-box .r9 .bl {
  width: 9px;
  height: 9px; }

.rnd-box .r9 .tl {
  background-position: -11px -9px; }

.rnd-box .r9 .tr {
  background-position: -20px -9px; }

.rnd-box .r9 .br {
  background-position: -20px -18px; }

.rnd-box .r9 .bl {
  background-position: -11px -18px; }

.rnd-box .r14 .tl, .rnd-box .r14 .tr, .rnd-box .r14 .br, .rnd-box .r14 .bl {
  width: 14px;
  height: 14px; }

.rnd-box .r14 .tl {
  background-position: -30px -4px; }

.rnd-box .r14 .tr {
  background-position: -44px -4px; }

.rnd-box .r14 .br {
  background-position: -44px -18px; }

.rnd-box .r14 .bl {
  background-position: -30px -18px; }

.rnd-box .r18 .tl, .rnd-box .r18 .tr, .rnd-box .r18 .br, .rnd-box .r18 .bl {
  width: 18px;
  height: 18px; }

.rnd-box .r18 .tl {
  background-position: -59px -0px; }

.rnd-box .r18 .tr {
  background-position: -77px -0px; }

.rnd-box .r18 .br {
  background-position: -77px -18px; }

.rnd-box .r18 .bl {
  background-position: -59px -18px; }

.rnd-box {
  width: 100%; }

.box-contents {
  padding: 8px; }

/* END ROUNDED BOXES */
/*********** Language Dropdown - Begin ***********/
/************** Skin 1 *********************/
.dd {
  /*display:inline-block !important;*/
  text-align: left;
  background-color: #fff;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  float: left; }

.dd .ddTitle {
  background: #f2f2f2;
  border: 1px solid #c3c3c3;
  padding: 3px;
  text-indent: 0;
  cursor: default;
  overflow: hidden;
  height: 16px;
  white-space: nowrap; }

.dd .ddTitle span.arrow {
  background: url(/Images/dd_arrow.gif) no-repeat 0 0;
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.dd .ddTitle span.ddTitleText {
  text-indent: 1px;
  overflow: hidden;
  line-height: 16px; }

.dd .ddTitle span.ddTitleText img {
  text-align: left;
  padding: 0 2px 0 0; }

.dd .ddTitle img.selected {
  padding: 0 3px 0 0;
  vertical-align: top; }

.dd .ddChild {
  position: absolute;
  border: 1px solid #c3c3c3;
  border-top: none;
  display: none;
  margin: 0;
  width: auto;
  overflow: auto;
  overflow-x: hidden !important;
  background-color: #ffffff; }

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
  padding-left: 10px; }

.dd .ddChild a {
  display: block;
  padding: 2px 0 2px 3px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer; }

.dd .ddChild a:hover {
  background-color: #66CCFF; }

.dd .ddChild a img {
  border: 0;
  padding: 0 2px 0 0;
  vertical-align: middle; }

.dd .ddChild a.selected {
  background-color: #66CCFF; }

.hidden {
  display: none; }

.dd .borderTop {
  border-top: 1px solid #c3c3c3 !important; }

.dd .noBorderTop {
  border-top: none 0 !important; }

/*********** Language Dropdown - End ***********/
/* FORMS FOUNDATION DESIGNER - BEGIN */
#DropdownList_FormLanguagesSelectPicker {
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
  left: -16px; }

/* FORMS FOUNDATION DESIGNER - END */
