﻿
@media print {
  td.amber {
    background: #f7ca18 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.green {
    background-color: #32c5d2 !important;
    color: white !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.gray {
    background-color: #9b9e96 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.black {
    background-color: #000 !important;
    color: #fff;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.red {
    background-color: #ef2323 !important;
    color: white !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.meetingClosedYes {
    background-color: #34bfa3 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.meetingClosedNo {
    background-color: #fdcb6e !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.accepted {
    background-color: #39b54a !important;
    color: white;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  td.openTask {
    background-color: #39b54a !important;
    color: white !important;
  }

  td.acceptedComments {
    background-color: #00a99d !important;
    color: white !important;
  }
}

*, ::after, ::before {
  box-sizing: border-box;
}

a {
  color: #428bca;
  text-decoration: none;
}

.btn {
  font-size: 14px;
}

ul.dropdown-menu {
  font-size: 14px;
  max-height: 40vh;
  min-width: 250px !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.portlet > .portlet-title > .nav-tabs {
  display: flex;
}

#MyViewerDiv {
  height: 600px;
  margin: 0;
  width: 100%;
}

.index3NavColumn,
.index3NavColumn .col-md-2,
.index3NavColumn .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.topbar-actions .btn-group-notification .dropdown-menu-list > li {
  padding: 8px;
}

div.videoList .videoItem {
  float: left;
  font-weight: bold;
  margin-bottom: 1em;
  margin-right: 1em;
  min-width: 350px;
  width: 30%;
}

div.videoList .videoItem video {
  display: block;
  margin: 0.5em 0;
  padding: 0 0 0 0;
}

.rejected:after {
  content: "REJECTED - STATUS C";
  display: block;
}

.openTask:after {
  background-color: #39b54a;
  color: white;
  content: "STATUS A - TBC";
  display: block;
}

.returned:after {
  content: "RETURNED";
  display: block;
}

.accepted:after {
  content: "STATUS A";
  display: block;
}

.acceptedComments:after {
  content: "STATUS B";
  display: block;
}

table.design {
  border: solid 1px #fff;
  border-collapse: collapse;
  width: 700px;
}

table.design tr td {
  border: solid 1px #fff;
  border-collapse: collapse;
  padding: 0.4em;
}

.dashboardWidths {
  height: 2895px;
  width: 1726px;
}

.dashboardWidths2 {
  height: 760px;
  width: 1689px;
}

.AlignRight {
  text-align: right;
}

.paddingLeft13 {
  padding-left: 23px !important;
}

.designSubDTimelineLineBG1 {
  background-color: #007aaa;
  color: #fff;
}

.designSubDTimelineLineBG2 {
  background-color: #8eaadb;
  color: #fff;
}

.designSubDTimelineLineBG3 {
  background-color: #deeaf6;
}

.criticalDocTimelineLineBG1 {
  background-color: #44546a;
  color: #fff;
}

.criticalDocTimelineLineBG2 {
  background-color: #acb9ca;
  color: #fff;
}

.criticalDocTimelineLineBG3 {
  background-color: #deeaf6;
  color: #000;
}

.page-header .navbar .navbar-nav > li > a {
  padding: 22px 30px;
}

#lblInfoTags {
  white-space: pre-wrap;
}

.center-text {
  text-align: center;
}

table.tblInfoTag {
  background-color: #44a5dc;
  color: #fff;
  width: 100%;
}

table.tblInfoTag td {
  border: solid 1px #fff;
  border-collapse: collapse;
  padding: 1em;
}

a.expand {
  background-image: url(/assets/global/img/portlet-expand-icon.png);
  display: inline-block;
  visibility: visible;
  width: 14px;
}

a.collapse {
  background-image: url(/assets/global/img/portlet-collapse-icon.png);
  display: inline-block;
  visibility: visible;
  width: 14px;
}

a.collapse:hover,
a.expand:hover,
a.expand:active {
  text-decoration: none;
}

.dateList {
  background-color: #e8e8e8 !important;
  height: auto !important;
  min-height: initial !important;
  min-width: 10em !important;
  vertical-align: middle;
  width: 10em !important;
}

.ms-short .ms-list {
  max-height: 100px;
}

.signature {
  border: solid 1px #ccc;
  width: 500px;
}

.dropzone {
  margin: 0 !important;
  padding: 0 !important;
  width: 500px;
}

.dropzoneErrorPanel {
  max-width: 500px;
}

.mini {
  border: dashed 2px #ccc;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  padding: 3px !important;
  width: 100px;
}

.mini .dz-message {
  display: block;
  margin: 2em 0 0 1em;
  max-width: 75px !important;
  overflow: hidden;
  text-align: center;
  text-wrap: normal;
  width: 65px !important;
  word-wrap: hyphenate;
}

.mini .dz-preview {
  height: 75px;
  margin: 0;
  max-height: 75px;
  min-height: 75px;
  padding: 0;
}

.mini .dz-preview .dz-image {
  height: 75px;
  width: 75px;
}

.mini .dz-preview .dz-image img {
  height: 100%;
  width: 100%;
}

.mini .dz-preview .dz-details {
  margin: 0;
  padding: 0;
}

.toast {
  opacity: 0.93 !important;
}

.msHeader {
  font-weight: bold;
  padding: 0.3em;
}

.error {
  color: red;
}

#header_notification_bar {
  margin-right: 1em;
}

.btnAdd {
  /*margin-top: -4em; this was disabled because of firefox incompatibility, links not clickable etc, content pages should place their content in the TopRightContent ContentPlaceHolder instead */
  float: right;
  margin-left: 3em;
  max-width: 75%; /* try to limit controls overlapping page header */
  text-align: right;
}

.btnAdd.meeting {
  max-width: 100%;
}

div.btnAdd.meeting .btn {
  margin-right: 1.5em;
}

.btnAdd .btn:last-of-type {
  margin-right: 0 !important;
}

.fa-2 {
  font-size: 2em;
}

.fa-3 {
  font-size: 4em;
}

.fa-4 {
  font-size: 7em;
}

.fa-5 {
  font-size: 12em;
}

.fa-6 {
  font-size: 20em;
}

/* TEXTBOX / SELECT STYLES */
input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #bbb;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  height: 1.5em;
  margin: 0.45em;
  vertical-align: middle;
  width: 1.5em;
}

.page-content select {
  max-width: 35em;
}

.page-content .cc-report-title input[type="text"].cc-form-control {
  min-width: 300px;
  width: 100%;
}

.page-content .cc-report-title input[type="text"].cc-form-control.disabled {
  background-color: #ebebeb;
}

body main .page-content input[type="text"],
body main .page-content input[type="date"],
body main .page-content input[type="password"],
body main .page-content textarea,
body main .page-content input[type="number"],
body main .page-content input[type="search"],
body main .page-content select,
body main .page-content select.dt-input {
  background-color: #fff;
  border: 1px solid #c2cad8;
  border-radius: 10px;
  box-shadow: none;
  color: #4d6b8a;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  margin: 0;
  outline: 0;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: auto;
}

.page-content input[type="text"].meetnow,
.page-content input[type="date"].meetnow,
.page-content input[type="password"].meetnow,
.page-content textarea.meetnow,
.page-content input[type="number"].meetnow,
.page-content input[type="search"].meetnow,
.page-content select.meetnow {
  margin: 10px;
  width: 100%;
}

.page-content textarea.meetnow {
  min-width: 5em;
}

.page-content select.meetnow {
  max-width: 100%;
}

.page-content textarea {
  min-height: 6em;
  min-width: 25em;
  width: 100%;
}

.loginContent input[type="text"],
.loginContent input[type="password"],
.width100 {
  width: 100%;
}

.dashboardLabels {
  background-color: #acb5c3;
  border: 1px solid transparent;
  border-color: #acb5c3;
  border-radius: 25px !important;
  border-radius: 4px;
  box-shadow: none !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
  line-height: 1.42857;
  margin: 0 0 10px 0;
  max-width: 230px;
  outline: 0 !important;
  /*white-space: nowrap;*/
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

.btn-group a:hover,
.btn-group a:focus {
  text-decoration: underline;
}

.mt-element-ribbon .ribbon.ribbon-color-success,
.page-content input[type="submit"],
.downloadFile,
.topbar-actions .btn-group-notification .btn,
body.login2 .btn {
  /* TODO: change to ".btn" and check for affected cases */
  background-color: #4b7aa0;
}

body.login2 .btn.download {
  /* TODO: change to ".btn" and check for affected cases */
  background-color: #34bfa3;
}

.page-content input[type="submit"],
.downloadFile {
  border: 1px solid transparent;
  border-color: #32c5d2;
  border-radius: 10px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-right: 1.5em;
  outline: 0 !important;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.page-content input[type="submit"]:hover {
  transition: all 0.3s;
}

.page-content input[type="submit"]:focus,
.page-content input[type="submit"]:hover {
  background-color: #4b7aa0;
  border-color: #18666d;
  color: #fff;
}

.page-content input[type="submit"].cancel,
.page-content input[type="button"].cancel {
  background: 0 0;
  border-color: #acb5c3;
  color: #acb5c3;
}

.page-content input[type="submit"]:focus.cancel,
.page-content input[type="submit"]:hover.cancel {
  background-color: #acb5c3;
  border-color: #acb5c3;
  color: #fafcfb;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.3em;
  margin-top: 0.5em;
  padding: 0;
}

@media (max-width: 991px) {
  .page-logo img {
    max-width: 300px !important;
  }
}

@media (min-width: 992px) {
  .page-header .navbar-fixed-top {
    background: #2f373e;
    left: 0;
    padding: 20px 25px 0 20px;
    right: 0;
    top: 0;
  }
}

.page-header .navbar .navbar-nav .dropdown-menu > li > a {
  padding: 10px 15px 10px 20px;
}

.topbar-actions {
  text-align: right;
}

label {
  margin-right: 0.7em;
}

/* Login page */
body.login2 {
  background-color: #f9f9f9;
  height: 1000px !important;
  padding-top: 8em !important;
}

body.login2 .content {
  background-color: #fff !important;
  border-radius: 10px;
  box-shadow: 0px 2px 43px rgba(32 73 88 / 13%);
  padding-top: 20px;
}

div.loginContent {
  padding: 20px 25px;
}

.loginHeader2 img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
  width: 140px;
}

.login2 .content .form-title2 {
  color: #1c272f !important;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}

.login2 .content .btnLogin {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}

.txtConditions,
.forget-password {
  display: block;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 7px !important;
  text-align: center;
  text-align: center;
}

.loginContent a {
  color: #9cc4f1;
}

.forget-password {
  margin-bottom: 10px !important;
}

/*---------------------------------------------------------------------------------------
// TODO: these btn classes may already exist with the feedback banner 
----------------------------------------------------------------------------------------*/

.btn-notice {
  border-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 0.47rem 1rem;
  text-transform: uppercase;
}

/*---------------------------------------------------------------------------------------*/

.update-message {
  background-color: #369b65; /*----this will be the “success” color in the apps ----*/
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: auto;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-align: center;
  width: 460px;
}

.update-message span {
  color: #fff;
}

.update-message .material-icons {
  margin-right: 8px;
}

.material-icons.white-color {
  color: #fff;
}

.update-message .btn-text {
  color: #fff;
}

.update-message .btn {
  background-color: transparent !important;
}

.update-message .btn-text:hover {
  background-color: #266e47;
}

/* end login page */
.page-logo {
  margin: 0.5em 0 0.5em 0;
  min-width: 200px;
}

.page-logo2 {
  height: 100px !important;
  margin: 0.5em 0 0.5em 0;
  max-height: 100px !important;
  min-width: 200px;
}

.footer {
  background-color: #444f58;
  height: 100px;
  padding-top: 10px;
  width: 100%;
}

.footer img {
  float: right;
  width: 110px;
}

.copyright {
}

.ProjPicker {
  margin-top: 20px !important;
}

/* TIMELINE */
.timelineSep {
  padding-top: 0.4em;
}

.timelineButton {
  min-width: 6.5em;
}

.timeline {
  max-width: 700px;
}

.timeline input[type="number"] {
  border-radius: 4px !important;
  padding: 5px !important;
}

.timeline-badge a {
  color: #fff;
}

.timeline-badge a:hover {
  text-decoration: none;
}

.timeline-badge-number {
  border: 4px solid #f5f6fa;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 80px;
  letter-spacing: 3px;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}

.yyyy {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    margin-top: -48px;
    padding: 0;
    text-align: center;
}

.green {
  background-color: #32c5d2 !important;
  color: white;
}

.accepted {
  background-color: #39b54a !important;
  color: white;
}

.openTask,
.openTaskMT,
.StatusA {
  background-color: #39b54a !important;
  color: white !important;
}

.acceptedComments,
.StatusB {
  background-color: #00a99d !important;
  color: white !important;
}

.gray {
  background-color: #9b9e96 !important;
  /*color: white;*/
}

/* EA: 28/06/2016 for these to be applied, plugins.min.css reference to class sorting_{index} was updated to not include the !important tag. */

.red {
  background: #ef2323 !important;
  color: white;
}

.amber {
  background: #f7ca18 !important;
}

.blue {
  background: #6699ff !important;
  color: white;
}

.switch-container span.circle.circle-black::before {
  background: #000000 !important;
}

.blackNoLabel {
  background: #000000 !important;
  color: white;
}

.black {
  background-color: #000 !important;
  color: #fff !important;;
}

.black:after {
  content: "RETURNED";
  display: block;
}

@media (pointer: coarse) {
  .wrapper {
    width: fit-content;
  }
}

/* FORM STYLES */

div.col1 {
  float: left;
  margin-bottom: 0.6em;
  margin-right: 1.5em;
  margin-top: 0.6em;
  padding: 10px 2px 1px 0;
  text-align: right;
  vertical-align: top;
  width: 20em;
}

div.col1-left {
  float: left;
  margin-bottom: 0.6em;
  margin-right: 1.5em;
  margin-top: 0.6em;
  padding: 10px 2px 1px 0;
  text-align: left;
  vertical-align: top;
  width: 10em;
}

div.medium {
  width: 13em;
}

div.short {
  width: 7em;
}

div.wide {
  width: 25em;
}

div.verywide {
  width: 35em;
}

div.col2Pre {
  float: left;
  text-align: right;
  width: 3em;
}

div.col2PreFormat {
  text-align: right;
}

div.col2 {
  float: left;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
  padding: 1px 0 1px 0;
}

div.col2Post {
  float: left;
  margin-left: 1em;
  text-align: left;
  width: 15em;
}

div.col2 hr {
  text-align: left;
  width: 20em;
}

div.WideCol2 div.col2 {
  width: 27em;
}

input.wide {
  width: 30em !important;
}

.PreFormat {
  max-width: 50em;
  white-space: pre-wrap;
}

.req {
  color: red;
  float: left;
  font-size: large;
  font-weight: bold;
  margin-left: 0.5em;
}

.reqInline {
  color: red;
  font-size: large;
  font-weight: bold;
}

.Breadcrumb {
  color: #fff;
  float: left;
  font-weight: 600;
  padding: 1em;
}

br.sep {
  clear: both;
}

fieldset input {
  margin: 0 0.5em 0 0.5em;
  width: 10em;
}

.SideNote,
note {
  color: #444;
  display: block;
  font-size: small;
  font-style: italic;
  font-weight: normal;
  padding: 0.3em 0.5em 0.3em 0;
}

.SmallNote {
  color: #444;
  font-size: small;
  font-style: italic;
  font-weight: normal;
}

.BigNote {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
}

/* EXCEL BUTTON */

a.btnExcel {
  background-color: #e8e8e8;
  background-image: url(/pics/excel.png);
  background-position: left center;
  background-repeat: no-repeat;
  border-color: inherit;
  border-style: outset;
  border-width: 2px;
  color: #004488;
  display: block;
  margin: 1em 0.3em 0.3em 0;
  padding: 0.3em 0.5em 0.3em 1.6em;
  text-decoration: none;
  width: 14em;
}

.btnExcel:hover,
.btnExcelNoRecordCount:hover {
  text-decoration: underline;
}

.btnExcel img,
.btnExcelNoRecordCount img {
  border: none;
}

a.btnExcelNoRecordCount,
a.btnExcelNoRecordCount {
  background-color: #e8e8e8;
  background-image: url(/pics/excel.png);
  background-position: left center;
  background-repeat: no-repeat;
  border-color: inherit;
  border-style: outset;
  border-width: 2px;
  color: #004488;
  display: block;
  margin: 1em 0.3em 0.3em 0;
  padding: 0.3em 0.5em 0.3em 1.6em;
  text-decoration: none;
  width: 11em;
}

/* GENERAL LAYOUT */

.FloatRight {
  float: right !important;
}

.FloatLeft {
  float: left !important;
}

.Max15em {
  max-width: 15em !important;
  width: 15em;
}

.Max20em {
  max-width: 20em !important;
  width: 20em;
}

.Max30em {
  max-width: 30em !important;
  width: 30em;
}

.Max40em {
  max-width: 40em !important;
  width: 40em;
}

.Max50em {
  max-width: 50em !important;
  width: 50em;
}

.hide {
  display: none !important;
}

.vertical {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}

.vertical_inner {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  transform: translate(0, 100%) rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.vertical_inner:after {
  content: "";
  display: block;
  margin: -1.5em 0 100%;
}

table.benchmarkConditions {
  border: solid 1px;
  border-collapse: separate;
}

table.benchmarkConditions td {
  border-left: solid 1px #ccc;
  vertical-align: top;
}

.benchCaption,
.benchmarkConditions th {
  background-color: #c2cad8;
  color: #fff;
  font-weight: bold;
}

.BSCaptionLarge {
  background-color: #4b7aa0;
  caption-side: initial;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  max-height: 90px;
  padding: 0 0;
}

.BSCaptionSmall {
  background-color: #6abfe8;
  caption-side: initial;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  max-height: 90px;
  padding: 0 0;
}

/*.BSButtons {
    display: flex;
    justify-content: space-between;
    max-height:20px;
}

.BSButtons a {
    margin-right:5px;
    min-height:35px;
}*/

.BSButtonsLarge,
.BSButtonsSmall {
  display: flex;
  justify-content: space-between;
  max-height: 20px;
}

.BSButtonsLarge a {
  margin-right: 5px;
  min-height: 35px;
}

.BSButtonsSmall a {
  margin-right: 5px;
  min-height: 30px;
}

.benchCol1 {
  background-color: #f9f9f9;
}

.benchCol2 {
  font-weight: bold;
}

.Col1 {
  background-color: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
}

.Col2 {
}

.Col3 {
  width: 77px;
}

.Col4 {
  width: 377px;
}

.Justify {
  text-align: justify !important;
}

table.dataTable {
  margin: 0;
  width: auto !important; /* override 100% width */
}

.tableMeetNow.dataTable {
  width: 100% !important; /* override 100% width */
}

table.dataTable thead tr {
  background-color: #fff;
}

div.meetnow .dropzone {
  border-radius: 10px;
  width: 100%;
}

table.GridMinutes thead th {
  text-align: center;
}

table.GridMinutes thead th,
table.GridMinutes tbody td,
table.GridMinutes thead tr {
  border-left: solid #efefef;
  box-sizing: content-box;
  padding: 10px 18px;
  text-align: center;
}

table.GridMinutes thead th,
table.GridMinutes thead td {
  border-bottom: 1px solid #111;
  padding: 10px 18px;
}

table.GridMinutes {
  border: solid 1px #ccc;
  margin: 0 0 2em 0;
  width: 100%;
}

table.GridMinutes.row-border tbody th,
table.GridMinutes.row-border tbody td,
table.GridMinutes.display tbody th,
table.GridMinutes.display tbody td {
  border-top: 1px solid #ddd;
}

.tableSep {
  background-color: #000;
  line-height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.BenchSummaryFileLinks {
  float: right;
  padding: 0 0 0 1em;
}

a.fileLink:before,
.BenchSummaryFileLinks a:before {
  color: #acb5c3;
  content: "attach_file";
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  padding-right: 8px;
  text-decoration: none;
}

td.benchStatusUnderReview {
  background-color: #f4d03f;
}

table.benchConditionsFiles {
  border: solid 1px #ccc;
  border-collapse: collapse;
}

table.benchConditionsFiles td {
  border-left: none;
}

table.benchmarkConditions .dropzone {
  width: auto;
}

.marginTop5prct {
  margin-top: 5%;
}

.inline-flex {
  display: inline-flex;
}

.note {
  margin-bottom: 1em !important;
  margin-left: 1em;
}

.timeline p {
  margin: 0;
}

.wpCaption {
  padding: 0 0 0.55em 0;
}

.DesignReport,
.Bold {
  font-weight: bold;
}

.ConstructionReport {
  font-weight: normal;
}

.pageHeading {
  margin-top: 0;
  padding-top: 0;
}

.TopLeftContent {
  grid-column: 1;
  text-align: left;
}

.TopRightContent {
  grid-column: 2;
  text-align: right;
}

.word-wrap {
  word-wrap: break-word;
}

.word-break {
  word-break: break-all;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width33 {
  width: 33.3%;
}

.width50 {
  width: 50%;
}

.width50Important {
  width: 50% !important;
}

.width70 {
  width: 50%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

.width100Important {
  width: 100% !important;
}

.required:after {
  color: red;
  content: " *";
}

.vMid {
  vertical-align: middle;
}

div.wpBox {
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
  vertical-align: top !important;
  width: 48% !important;
}

div.scrollOverflowDD {
  margin: 0 1em 0 0;
  max-height: 35em;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  vertical-align: top !important;
}

.close {
  display: none;
}

div.timeline table {
  border: solid 1px #fff;
  border-collapse: collapse;
  width: 100%;
}

div.timeline table tr th,
div.timeline table tr td {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  padding: 0.3em;
  vertical-align: top;
}

div.timeline table tr th {
  background-color: #007aaa;
  color: #fff;
}

div.timeline table tr {
  background-color: #fff;
}

div.timeline table tr:nth-child(even) {
  background-color: #deeaf6;
}

td.AcBlue {
  background-color: #ccc !important;
}

.openModalInfoTags {
  color: #007aaa;
}

/* truncated text hover styles */
a.info {
  border-bottom: dashed 1px #ccc;
  font-style: italic;
  position: relative;
  text-decoration: none;
}

a.plain,
a.plain:active,
a.plain:visited {
  border-bottom: none;
  color: #000;
  font-style: normal;
  text-decoration: none;
}

a.info:hover {
}

a.info span {
  display: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

a.info:hover span {
  background-color: #deeaf6;
  border: 2px solid #555;
  color: #000;
  display: block;
  margin: 0 0 0 1em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  position: absolute;
  text-align: left;
  width: 20em;
  z-index: 10;
}

a.wide:hover span {
  width: 30em;
}

.fmRecent {
  background-color: #e87e04 !important;
  color: white !important;
  font-weight: bold;
}

img.ccthumb {
  border: solid 1px #ccc !important;
  float: left;
  margin: 0.3em;
}

.roundedTileSmall {
  border-radius: 100% !important;
  height: 30px !important;
  width: 30px !important;
}

.roundedTileMedium {
  border: 2px solid #0e474f;
  border-radius: 100% !important;
  font-weight: bold !important;
}

.roundedTile {
  border: 4px solid transparent;
  border-radius: 100% !important;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  height: 160px !important;
  letter-spacing: 0.02em;
  margin: 0 10px 10px 0;
  margin-right: 50px !important;
  margin-top: 50px !important;
  position: relative;
  text-decoration: none;
  width: 160px !important;
}

.tileTextAlignProjPicker {
  padding-left: 20px;
  padding-top: 45px;
}

.tileTextAlign1Line {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 65px !important;
}

.tileTextAlign2Lines {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 55px !important;
}

.tileTextAlign3Lines {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 45px !important;
}

.navBorders {
  border-bottom: 0px !important;
  border-left: 1px solid #ddd;
}

.navFont {
  color: white !important;
  font-size: 21px;
  font-weight: 300 !important;
}

.tileFont {
  color: white !important;
  font-size: 14px !important;
}

.colorWhite {
  color: white !important;
}

.colorGray {
  color: #b4b4b4 !important;
}

.paddingBottom2 {
  padding-bottom: 2px;
}

.dashTitle {
  color: white !important;
  font-size: 16px;
  font-weight: bold;
}

.widthAuto {
  width: auto !important; /* override 100% width */
}

.innerTileCount {
  font-size: 15px !important;
  height: 35px !important;
  width: 35px !important;
}

.marginTop10 {
  margin-top: 10%;
}

.numberAlign {
  display: table;
  margin: 5px auto;
}

.marginLeft5 {
  margin-left: 5px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginLeft50 {
  margin-left: 50px;
}

.marginLeft60 {
  margin-left: 60px;
}

.marginLeft70 {
  margin-left: 70px;
}

.marginLeft80 {
  margin-left: 80px;
}

.marginLeft90 {
  margin-left: 90px;
}

.marginLeft100 {
  margin-left: 100px;
}

.marginLeft110 {
  margin-left: 110px;
}

.marginLeft120 {
  margin-left: 120px;
}

.marginRight80 {
  margin-right: 80px;
}

.marginRight30 {
  margin-right: 30px;
}

.margin1 {
  margin: 1% !important;
}

.marginTop1 {
  margin-top: 1%;
}

.marginTop2 {
  margin-top: 2%;
}

.marginTop5 {
  margin-top: 5%;
}

.marginTop15 {
  margin-top: 15%;
}

.marginTop20 {
  margin-top: 20%;
}

.marginTop25 {
  margin-top: 25%;
}

.displayContents {
  display: flex !important;
}

.navCustom {
  border-bottom: none !important;
  float: none !important;
}

.subNavCustom {
  background: none !important;
}

.bg2 {
  background-color: #444f58 !important;
}

.ribbonBg {
  background-color: #eee0 !important;
}

.ribbonText {
  font-size: 22px;
  vertical-align: sub;
}

.flex-grid {
  display: flex;
}

.col {
  flex: 1;
}

@media (max-width: 1300px) {
  .flex-grid {
    display: block;
  }
}

@media (min-width: 991px) {
  .navFont {
    font-size: 12px !important;
  }
}

@media (min-width: 1100px) {
  .navFont {
    font-size: 14px !important;
  }
}

@media (min-width: 1300px) {
  .navFont {
    font-size: 16px !important;
  }
}

@media (min-width: 1550px) {
  .navFont {
    font-size: 17px !important;
  }
}

@media (min-width: 1750px) {
  .navFont {
    font-size: 18px !important;
  }
}

@media (min-width: 1850px) {
  .navFont {
    font-size: 21px !important;
  }
}

/*.navTabs {
    margin-left: 80px !important;
}*/

.adjustRibbon {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

/*@media (max-width: 1300px) {
    .page-header .navbar-fixed-top {
        position: static;
        margin: 10px auto;
    }
}*/

@media (min-width: 991px) {
  .navTabs {
    margin-left: 5px !important;
  }
}

@media (min-width: 1100px) {
  .navTabs {
    margin-left: 5px !important;
  }
}

@media (min-width: 1300px) {
  .navTabs {
    margin-left: 10px !important;
  }
}

@media (min-width: 1550px) {
  .navTabs {
    margin-left: 50px !important;
  }
}

@media (min-width: 1750px) {
  .navTabs {
    margin-left: 80px !important;
  }
}

@media (max-width: 991px) {
  .adjustInfoNoCount {
    margin-left: 55px !important;
  }

  .adjustInfoCount {
    margin-left: 40px !important;
  }

  .innerTileCount {
    margin-left: 15px;
  }
}

.dot {
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  left: -6px;
  position: relative;
  top: 4px;
  width: 16px;
}

.mid-green {
  background: #34bfa3;
}

.light-green {
  background: #7fdbbc;
}

.light-red {
  background: #f26769;
}

.mid-red {
  background: #f4516c;
}

.dark-red {
  background: #c34258;
}

.yellow {
  background: #fdcb6e;
}

.blue {
  background: #4a90e2;
}

.grey {
  background: #ccd4d1;
}

.QueryBox {
  height: 200px !important;
  width: 500px !important;
}

#__asptrace {
  background-color: #fff;
}

a.appDrawingPreview img {
  border: solid 1px #000;
  max-width: 250px;
}

a.appLink {
  display: inline !important;
}

@media (max-width: 768px) {
  .navbar-fixed-top {
    position: static !important;
  }
}

/*blue from design deliverables dashboard*/
.primary {
  background: #6699ff;
  color: white;
}

/*green from design deliverables dashboard*/
.success {
  background: #34bfa3;
  color: white;
}

/*red from design deliverables dashboard*/
.danger {
  background: #f4516c;
  color: white;
}

.neutral {
  background: #ccd4d1;
}

.warning {
  background: #fdcb6e;
}

.primary,
.success,
.danger,
.neutral,
.warning {
  -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */
  transition: background 2s; /* For modern browsers */
}

.primary:hover,
.success:hover,
.danger:hover,
.neutral:hover,
.warning:hover {
  filter: brightness(80%);
}

.primary:hover,
.success:hover,
.danger:hover {
  color: white;
}

a:not([href]).success {
  color: white;
}

.meetingClosedYes {
  background: #34bfa3 !important;
}

.meetingClosedNo {
  background: #fdcb6e !important;
}

.fa-rotate-45 {
  transform: rotate(45deg);
}

/*blue from design deliverables dashboard*/
.primary {
  background: #6699ff;
  color: white;
}

/*green from design deliverables dashboard*/
.success {
  background: #34bfa3;
  color: white;
}

/*red from design deliverables dashboard*/
.danger {
  background: #f4516c;
  color: white;
}

.neutral {
  background: #ccd4d1;
}

.warning {
  background: #fdcb6e;
}

.primary,
.success,
.danger,
.neutral,
.warning {
  -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */
  transition: background 2s; /* For modern browsers */
}

.primary:hover,
.success:hover,
.danger:hover,
.neutral:hover,
.warning:hover {
  filter: brightness(80%);
}

.primary:hover,
.success:hover,
.danger:hover {
  color: white;
}

a:not([href]).success {
  color: white;
}

.meetingClosedYes {
  background: #34bfa3 !important;
}

.meetingClosedNo {
  background: #fdcb6e !important;
}

.fa-rotate-45 {
  transform: rotate(45deg);
}

div.SiteDiaryReport img {
  max-height: 150px;
  max-width: 150px;
}

/* Site Diary */
.SiteDiaryReport table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 44px;
  max-width: 1200px;
}

.SiteDiaryReport table thead th {
  background-color: #666;
  color: #fff;
  font-weight: bold;
}

.SiteDiaryReport table tbody th {
  font-weight: bold;
}

.SiteDiaryReport table tr:nth-of-type(even) {
  background-color: #ffffff;
}

.SiteDiaryReport table tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.SiteDiaryReport table td,
.SiteDiaryReport table th {
  margin: 0;
  padding: 0.5em;
}

.SiteDiaryReport img {
  max-height: 100px;
  max-width: 100px;
}

.SiteDiaryReport img.sdIcon {
  display: inline-block;
  margin-right: 0.3em;
  max-height: 50px;
  max-width: 50px;
}

.modal-dialog {
  max-width: 800px !important;
  width: 800px;
}

/*  bootstrap 4.5.3 set this z-index already so we won't have any impact in other modals
    i had to comment it because in the login page we're using an old version 
    of the boostrap and there're some conflicts with the z-index positioning the modal behind the backdrop*/
/*.modal {
    z-index: 2500;
}*/

.inputPassword {
  -webkit-text-security: disc;
}

.reveal-password.material-icons {
  color: #444f58;
  opacity: 0.7;
  vertical-align: middle;
}

.dropdown-menu > li > a {
  padding: 0 0.5em 0 0.5em !important;
}

/* SELECT 2 */
/* SELETED PILLS */
.select2-container--default .select2-selection--multiple ul li.select2-selection__choice {
  background: rgba(75, 122, 160, 0.18);
  border: 0px;
  color: var(--color-primary);
  margin-bottom: 5px;
  padding-left: 24px;
  padding-right: 4px;
}

.select2-container--default .select2-selection--multiple button.select2-selection__choice__remove {
  border-color: transparent;
  color: #4b7aa0;
  font-size: 20px;
  padding: 0 8px;
}

/* Oprions list */
/* higlihted option */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(75, 122, 160, 0.18);
  color: var(--color-primary);
}

/* options list item check */
.select2-container--default .select2-dropdown.dropdown-multi-select ul[aria-multiselectable="true"] .select2-results__option:before {
  background-color: #fff;
  border: 2px solid #6b7780;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 13px;
  position: relative;
  vertical-align: middle;
  width: 18px;
}

/* options list item selected */
.select2-container--default .select2-dropdown.dropdown-multi-select ul[aria-multiselectable="true"] .select2-results__option--selected {
  background-color: white;
}

.select2-container--default
  .select2-dropdown.dropdown-multi-select
  ul[aria-multiselectable="true"]
  .select2-results__option--selected:before {
  background-color: #4b7aa0;
  border: 2px solid #4b7aa0;
  color: #fff;
  content: "check";
  display: inline-block;
  font-family: "Material Icons";
}

/* select2-results__option--group */

.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-search textarea {
  min-height: 2.5em;
}

.select2-container--default .select2-results__option:not(.select2-results__option--group) {
  border-top: 0.5px solid rgb(68 79 88 / 7%);
  min-height: 40px;
  padding: 8px 20px;
}

.select2-selection.select2-selection--multiple {
  display: block;
  max-height: 134px;
  max-width: 580px;
  min-height: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.select2-container--default .select2-selection--multiple button.select2-selection__clear {
  color: var(--primary-color);
  font-size: 26px;
  height: 26px;
}

.select2-container > .select2-dropdown > .select2-search > input.select2-search__field {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  outline: none;
}

.select2-selection.select2-selection--multiple:not(.select2-selection--clearable) textarea {
  padding-top: 10px;
}

.select2-selection.select2-selection--multiple.select2-selection--clearable textarea {
  padding-top: 5px;
}

/* Older styles */

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 1.5em;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-results__option {
  font-size: 1em;
  line-height: 1em;
  padding: 3px 6px 3px 6px;
}

.select2-container {
  z-index: 9 !important;
}

.select2-container > .select2-dropdown > .select2-search > input.select2-search__field {
  border-radius: 0 !important;
}

body main .page-content span textarea.select2-search__field {
  min-width: unset;
}
/* ********************************** */

.input-lg {
  width: 600px !important;
}

.input-md {
  width: 500px !important;
}

.input-block {
  width: 100% !important;
}

.dropdown-multi-select {
  max-height: 300px !important;
}

/* Chrome/Opera/Safari */
​​​​​​::-webkit-input-placeholder {
  color: #6b7780;
}

​​​​​​​​
​​​​​​​ /* Firefox 19+ */
::-moz-placeholder {
  color: #6b7780;
}

​​​​​​​​​​​​​​ /* IE 10+ */
:-ms-input-placeholder {
  color: #6b7780;
}

​​​​​​​​ /* Firefox 18- */
:-moz-placeholder {
  color: #6b7780;
}

table.dataTable tbody tr.trSelected {
  background-color: #d6d6d6;
}

/*fix add link modal on summernote*/
.modal.note-modal.link-dialog input[type="checkbox"] {
  position: unset;
}

div.newRecordSave {
  line-height: 3em;
  padding: 10px;
}

div.newRecordSave input[type="text"] {
  margin-right: 15px;
}

input[type="submit"]:disabled {
  cursor: default;
  opacity: 50%;
}

.cc-simple-modal-body select {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.multiselect-native-select:after {
  content: "\e5cf";
  font-family: "Material Icons";
}

.collapsing {
  display: none;
  -webkit-transition: none;
  transition: none;
}

.margem-bottom-15 {
  margin-bottom: 5px;
}

/* Chrome, Safari, Edge, Opera */
input.no-spin::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"].no-spin {
  -moz-appearance: textfield;
  appearance: textfield;
}

.profile-userpic {
  text-align: center;
  width: 100%;
}

.tabbable-line > .nav-tabs > li a.active {
  border-bottom: 4px solid #36c6d3;
  position: relative;
}

td.error-truncate {
  display: inline-block;
  max-height: 5em;
  overflow-y: hidden;
}

.topicPolicy {
  font-weight: bold;
}

/*Panels*/

.panel-info {
  border-color: #bce8f1;
}

.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.panel-info > .panel-heading {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}

.panel-body {
  padding: 15px;
}

.cc-h5 {
  padding-top: 1em;
}

.privacy-header h1 {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
  margin-top: 52px;
}

.terms-list li {
  margin-bottom: 16px;
}

.privacy-content {
  height: 52vh;
  margin-bottom: 1rem;
  overflow-y: scroll;
}

.privacy-content p:first-child {
  margin-top: 0;
}

.privacy-header .logoImg {
  height: auto;
  width: 120px;
}

.privacy-header {
  text-align: center;
}

#privacy-page .btnLogin {
  background-color: var(--primaryXDark);
}

.resetPassword #btnReset.btnLogin {
  background-color: var(--primaryXDark);
}

.page-content input.text-input {
  border-radius: 4px;
  color: var(--primary-dark-color);
  height: auto;
  line-height: 24px;
  padding: 8px 16px;
  width: 100%;
}

.page-content .btn.btn-submit {
  border: none;
  border-radius: 4px;
  margin: 0 0 0 auto;
  margin-right: 0;
  text-transform: uppercase;
}

input[type="button"].btn-dark {
  color: white;
}

.page-content select.dt-input,
.page-content select {
  -webkit-appearance: menulist;
  appearance: menulist;
  box-sizing: border-box;
  margin-right: 0.5em !important;
}

.dt-length:before {
  content: "Show";
  display: inline-block;
  padding-right: 4px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
  border-color: transparent;
}

.material-icon::before {
  font-family: "Material Icons";
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.material-icon.icon-delete::before {
  content: "delete_outline"; /* This is the icon's name */
}

.material-icon.icon-2x::before {
  font-size: 2em;
}

a.main-menu {
  cursor: pointer;
}

.material-icons.small-green-icon {
  color: #36c6d3;
  font-size: 16px;
  line-height: var(--bs-body-line-height);
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}