/* RIBBON BANNERS */
.improvedIcon i {
  font-size: 20px;
  color: #08C !important;
}

.ribbon {
  position: absolute;
  top: 0;
  right: 0;
}

/* reset certain elements (in case of conflicting CSS for classes, links, etc.) */
.ribbon .text,
.ribbon .banner,
.ribbon a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ribbon a {
  color: #fff;
  text-decoration: none;
}

.no-css-transforms .ribbon {
  font-size: 1em;
  position: relative;
  width: 100%;
}

.ribbon .banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: right;
  position: relative;
  right: -14px;
  top: 22px;
  width: 100px;
}

.ribbon-small .banner {
  right: -11px;
  top: 22px;
  width: 85px;
}

.ribbon-large .banner {
  right: -20px;
  top: 32px;
  width: 150px;
}

.ribbon .banner::after,
.ribbon .banner::before {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  width: 30px;
}

.ribbon-small .banner::after,
.ribbon-small .banner::before {
  height: 8px;
  width: 20px;
}

.ribbon-large .banner::after,
.ribbon-large .banner::before {
  height: 18px;
  width: 45px;
}

.ribbon .banner::before {
  -webkit-transform: skewY(-45deg) translate(50%,15px);
  -moz-transform: skewY(-45deg) translate(50%,15px);
  -ms-transform: skewY(-45deg) translate(50%,15px);
  -o-transform: skewY(-45deg) translate(50%,15px);
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
  left: -45px;
}

.ribbon-small .banner::before {
  top: -5px;
  left: -32px;
}

.ribbon-large .banner::before {
  top: 9px;
  left: -68px;
}

.ribbon .banner::after {
  -webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
  -moz-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
  -ms-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
  -o-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  right: -17px;
}

.ribbon-small .banner::after {
  top: 20px;
  right: -14px;
}

.ribbon-large .banner::after {
  top: 45px;
  right: -26px;
}


.no-css-transforms .ribbon .banner {
  position: static;
  width: 100%;
  float: none;
  font-size: 10px;
}

.ribbon .text {
  position: relative;
  z-index: 2;
  padding: 6px 0;
  font-size: 12px;
  font-weight: bold;
  min-height: 18px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

/* small text */
.ribbon-small .text {
  padding: 3px 0;
  font-size: 11px;
  min-height: 14px;
  line-height: 14px;
}

/* large text */
.ribbon-large .text {
  padding: 9px 0;
  font-size: 18px;
  min-height: 28px;
  line-height: 28px;
}


.ribbon .text::before,
.ribbon .text::after {
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* small text */
.ribbon.ribbon-small .text::before,
.ribbon.ribbon-small .text::after {
  height: 20px;
}

/* large text */
.ribbon.ribbon-large .text::before,
.ribbon.ribbon-large .text::after {
  height: 46px;
}

.ribbon .text::before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
}

.no-css-transforms .ribbon .text {
  height: 25px;
  padding: 3px;
}


/*--- RIBBON COLORS ---*/

/* default */
.ribbon .banner::after,
.ribbon .banner::before {
  background-color: #51a351;
}
.ribbon .text::before,
.ribbon .text::after,
.no-css-transforms .ribbon .text {
  background-color: #62c462;
}

/* green */
.ribbon-green .banner::after,
.ribbon-green .banner::before {
  background-color: #51a351;
}
.ribbon-green .text::before,
.ribbon-green .text::after,
.no-css-transforms .ribbon-green .text {
  background-color: #62c462;
}

/* blue */
.ribbon-blue .banner::after,
.ribbon-blue .banner::before {
  background-color: #0044cc;
}
.ribbon-blue .text::before,
.ribbon-blue .text::after,
.no-css-transforms .ribbon-blue .text {
  background-color: #0088cc;
}

/* mms blue */
.ribbon-blue-mms .banner::after,
.ribbon-blue-mms .banner::before {
  background-color: #2d5b98;
}
.ribbon-blue-mms .text::before,
.ribbon-blue-mms .text::after,
.no-css-transforms .ribbon-blue-mms .text {
  background-color: #367ab3;
}

/* light blue */
.ribbon-blue-light .banner::after,
.ribbon-blue-light .banner::before {
  background-color: #2f96b4;
}
.ribbon-blue-light .text::before,
.ribbon-blue-light .text::after,
.no-css-transforms .ribbon-blue-light .text {
  background-color: #5bc0de;
}

/* yellow */
.ribbon-yellow .banner::after,
.ribbon-yellow .banner::before {
  background-color: #f2ba00;
}
.ribbon-yellow .text::before,
.ribbon-yellow .text::after,
.no-css-transforms .ribbon-yellow .text {
  background-color: #ffd95e;
}

/* orange */
.ribbon-orange .banner::after,
.ribbon-orange .banner::before {
  background-color: #f89406;
}
.ribbon-orange .text::before,
.ribbon-orange .text::after,
.no-css-transforms .ribbon-orange .text {
  background-color: #fbb450;
}

/* red */
.ribbon-red .banner::after,
.ribbon-red .banner::before {
  background-color: #bd362f;
}
.ribbon-red .text::before,
.ribbon-red .text::after,
.no-css-transforms .ribbon-red .text {
  background-color: #ee5f5b;
}

/* purple */
.ribbon-purple .banner::after,
.ribbon-purple .banner::before {
  background-color: #611bbd;
}
.ribbon-purple .text::before,
.ribbon-purple .text::after,
.no-css-transforms .ribbon-purple .text {
  background-color: #af4ce8;
}

/* pink */
.ribbon-pink .banner::after,
.ribbon-pink .banner::before {
  background-color: #f000c0;
}
.ribbon-pink .text::before,
.ribbon-pink .text::after,
.no-css-transforms .ribbon-pink .text {
  background-color: #ff5edf;
}

/* black */
.ribbon-black .banner::after,
.ribbon-black .banner::before {
  background-color: #222222;
}
.ribbon-black .text::before,
.ribbon-black .text::after,
.no-css-transforms .ribbon-black .text {
  background-color: #444444;
}

/* black */
.ribbon-reclaim .banner::after,
.ribbon-reclaim .banner::before {
  background-color: #002185;
}
.ribbon-reclaim .text::before,
.ribbon-reclaim .text::after,
.no-css-transforms .ribbon-reclaim .text {
  background-color: #002EB8;
}

h1, h2, h3 {
  line-height: 30px;
}
span.required {
  color: red;
}
.footer-logo-img {
}
.art-footer img.footer-logo-img {
  margin: 0px;
}
.footer-version {
  float: right;
  margin-right: 20px;
}
.art-footer {
  margin-bottom: 10px;
  margin-top: 10px;
}
img.header-main-logo {
  height: 25px;
  margin: 15px 0 0 40px;
}
img.header-main-logo-2 {
  height: 25px;
  margin: 15px 0 0 0;
}
div.header-main-logo {
  float: left;
  /*width: 300px;*/
}
div.header-search {
  left: 35%;
  position: absolute;
  display: flex;
  width: 60%;
}
div.header-search .header-search-inner {
  margin-right: 5px;
  margin-top: 15px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  div.header-search {
    float: left;
    width: 200px;
  }
  div.header-search .header-search-inner {
    margin: 0 auto;
    margin-top: 15px;
    width: 70%;
  }
}
form.art-search input[type="text"] {
  height: 25px;
  padding: 3px;
}
div.header-time {
  color: white;
  display: inline-block;
  float: right;
  font-size: 30px;
  margin-right: 30px;
  margin-top: 15px;
}
div.header-user {
  text-align: right;
}
.menu-user-image {
  height: 32px;
  min-width: 32px;
  vertical-align: middle;
  width: 32px;
}
table.menu-user-table {
  color: white;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: bottom;
  width: 100%;
}
table.menu-user-table td {
  padding: 0px;
  text-align: right;
}
table.menu-user-table td.menu-user-table-td-image {
  width: 33px;
}
table.menu-user-table td.menu-user-table-td-text {
  line-height: 15px;
}
hr.menu-user-table-td-hr {
  float: right;
  margin: 0 0 2px 0;
  width: 180px;
}
.art-block.menu {
  background-color: #E4E8EB;
}
.art-block.menu ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu .art-blockcontent a, .menu .art-blockcontent a:link {
  color: grey;
}
.menu .art-blockcontent a:hover, .menu .art-blockcontent a:link:hover {
  color: inherit;
}
.menu li.active {
    background-color: white;
}
.menu li.active > a {
    font-weight: bold;
    color: #0066AA;
}
.art-hmenu11 {
  margin-top: 4px;
}
.art-hmenu11 > li {
  padding-left: 20px !important;
}
.art-post.header, .art-block.header {
  background-color: #E4E8EB;
  border-radius: 0;
  box-shadow: none;
}
.art-content-layout .art-sidebar2.art-sidebar2-header {
  min-width: 300px;
  width: 30%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
  padding-left: 4px;
  padding-right: 4px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
  border: 1px solid #CCCCCC;
}
select {
  color: black;
  margin-bottom: 0px;
  outline: none;
}
select:focus, .btn:focus {
  outline: none;
}
.art-post.login-article {
  background: none;
  box-shadow: none;
}
.container-login {
  margin: -10px auto;
  width: 550px;
}
.login-logo {
  margin-top: 20px;
  text-align: center;
}
.login-hr {
  margin-bottom: 30px;
  margin-top: 15px;
}
.login_input_label_td {
  padding-right: 30px;
  white-space: nowrap;
  width: 20%;
}
.login-form {
  text-align: center;
}
.login_input_table {
  width: 100%;
}
.login-input {
  width: 90% !important;
}
.login-language-td > select {
  font-weight: normal;
  width: 93%;
}
div.login-rememberme {
  float: left;
  margin-top: 16px;
}
.login-forgot-password {
  float: right;
  margin-bottom: 10px;
  padding-right: 25px;
}
.login-loginbutton {
  float: right;
  margin-top: 10px;
  padding-right: 25px;
}
.close-up-down td {
  padding-bottom: 1px;
  padding-top: 1px;
}
.some-padding-right {
  padding-right: 10px;
}
label {
  display: inline;
  margin-right: 10px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
.callout-login {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 30px;
}
.login-iframe-wrap {
  height: 900px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.login-content-wrap {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.login-content-wrap-noiframe {
  margin-top: 100px;
  position: relative;
}
.user-image-wrap {
  height: 50px;
  margin-right: 5px;
  text-align: center;
  width: 50px;
}
td.empty-image {
  display: none;
}
.user-image, img.table-user-image {
  max-height: 50px;
  max-width: 50px;
  vertical-align: top;
}
.table .user-table {
  margin: 0;
}
.table .user-table th, .table .user-table td {
  border-top: none;
  line-height: 3px;
  padding: 0;
  vertical-align: top;
}
.table-striped .user-table tbody > tr:nth-child(2n+1) > td, .table-striped .user-table tbody > tr:nth-child(2n+1) > th {
  background-color: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  color: black;
  vertical-align: initial;
}
a [class^="fa-"], a [class*=" fa-"] {
  color: black;
  vertical-align: initial;
}
a > .icon-pencil, a > .icon-trash, a > .icon-eye-open {
  margin: 3px;
}
.art-block ul.dropdown-menu > li:before, .art-postcontent ul.dropdown-menu > li:before, .art-post ul.dropdown-menu > li:before, .art-textblock ul.dropdown-menu > li:before {
  content: none;
}
.art-block ul.dropdown-menu > li, .art-block ol.dropdown-menu,
.art-postcontent ul.dropdown-menu > li, .art-post ul.dropdown-menu > li, .art-textblock ul.dropdown-menu > li, .art-postcontent ol.dropdown-menu, .art-post ol.dropdown-menu, .art-textblock ol.dropdown-menu {
  padding: 0;
}
.art-postcontent ol.dropdown-menu, .art-post ol.dropdown-menu, .art-textblock ol.dropdown-menu, .art-postcontent ul.dropdown-menu, .art-post ul.dropdown-menu, .art-textblock ul.dropdown-menu {
  margin: 3px 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
  width: auto;
}
.select2-search input[type="text"] {
  width: 100%;
}
.art-postcontent a.select2-choice, .art-postcontent a.select2-choice:link, .select2-result-label > a {
  color: black;
}
.select2-container .select2-choice > .select2-chosen {
  color: black;
}
.main-image-div {
  bottom: 0px;
  margin-bottom: 15px;
  position: absolute;
}
.pagination {
  margin: 3px 0;
  text-align: center;
}
.popover .close {
  font-weight: normal;
  position: relative;
  right: -10px;
  top: 0;
}
.pagination ul > li {
  padding: 1px;
}
.pagination ul {
  margin: 1em 0 1em 16px;
}
.pagination-ul-wrap {
  display: inline-block;
}
.pagination-pagesize-wrap, .pagination-pagesize-wrap-results {
  display: inline-block;
  margin-right: 10px;
  padding-top: 5px;
  vertical-align: middle;
}
.pagination-pagesize-wrap-results {
  vertical-align: top;
}
.pagination-pagesize-wrap select {
  width: 70px;
}
.pagination-pagesize-nopages {
  text-align: center;
  display: block;
}
.pagination-pagesize-nopages:after {
  clear: both;
}
.jstree ul > li:before, .pagination ul > li:before {
  content: none;
}
table td, table th {
  padding: 3px;
}
table th .popover {
  font-weight: normal;
}
.search td, .search th {
  padding: 2px 10px 2px 1px !important;
}
input.strech-input {
  width: 96%;
}
table.simple-form input.strech-input {
  min-width: 400px;
}
textarea.strech-input {
  width: 96%;
}
select.strech-input-with-button {
  width: 80%;
}
.row {
  margin: 0;
}
.row-buttons {
  padding-top: 20px;
}
.createButtonWidgetIcon {
  margin-right: 5px;
}
.menu-myworkspace > span, .menu-myworkspace > span > a {
  color: #112A60;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding-left: 3px;
}
div.menu-image-logo, div.menu-options {
  margin-top: 15px;
}
img.menu-image-logo {
  cursor: pointer;
}
span.menu-options {
  color: #26428c;
  font-size: 20px;
  font-weight: bold;
  padding-left: 8px;
}
#documents-attachments-grid .table td, #documents-attachments-grid-from .table td, #documents-references-grid .table td, #documents-translations-grid .table td {
  border-top: none;
  padding-top: 0;
}
hr.document-attributes-hr {
  border-color: #EEEEEE;
  margin: 2px 0px;
}
.document-edit-document {
  margin-right: 10px;
}
.document-main-left {
  float: left;
}
.document-main-right {
  float: right;
}
.document-main-button-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.document-view-column {
  display: inline-block;
  float: left;
  width: 40%;
}
.document-view-column-small {
  display: inline-block;
  float: left;
  width: 30%;
}
.document-view-column-small .grid-view, div.document-view-attachments-div .grid-view {
  padding-top: 2px;
}
div.document-view-attachments-div {
  width: 100%;
}
h3.document-view-attributes {
  margin-bottom: 2px;
}
td.document-view-td-label {
  width: 15%;
}
td.document-view-td-value {
  width: 35%;
}
div.document-view-div-style {
  padding: 8px;
 /*  border-top: 1px solid #dddddd; */
  vertical-align: top;
}
.document-main-sp-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.document-main-sp-padding-button {
  padding-right: 10px;
}
.document-view-header-hr, .meeting-view-header-hr, .report-view-header-hr, .medium-hr {
  border-width: 2px 0;
  margin: 10px 0;
}
.document_admin_select {
  min-width: 150px;
}
.document_admin_select_min {
  min-width: 100px;
}
div.fc-view {
  overflow: visible;
}
.art-postcontent .fc-view a , .art-postcontent .fc-view a:link , .art-postcontent .fc-view a:visited {
  color: white;
}
.project-gantt-calendar .fc-view td.fc-resourceName a, .project-gantt-calendar .fc-view td.fc-resourceName a:link , .project-gantt-calendar td.fc-resourceName .fc-view a:visited {
  color: #00AAFF;
}
.art-postcontent .project-gantt-calendar .fc-view a:hover, .art-postcontent .project-gantt-calendar .fc-view a:link:hover {
  color: #112A60;
}
div.project-gantt-calendar {
  overflow: auto;
}
.project-red {
  color: red;
}

.fronpage h3 {
  margin-bottom: 3px;
  margin-top: 3px;
}
.frontpage-row {
  width: 100%;
}
.frontpage-left-side {
  float: left;
  width: 50%;
}
.frontpage-right-side {
  float: left;
  width: 50%;
}
.frontpage-left-side-inner {
  margin-right: 30px;
}
.frontpage-latest {
  margin-top: 0px;
}
.frontpage-callout {
  min-height: 170px;
}
.handsontable table, .handsontable tbody, .handsontable thead, .handsontable td, .handsontable th, .handsontable div {
  box-sizing: content-box;
}
.handsontable table.htCore {
  /*width: auto;*/
}
.handsontable th, .handsontable td {
  text-align: center;
  vertical-align: middle;
}
.handsontable td.htTextRow {
  text-align: left;
  vertical-align: middle;
}
.handsontable tbody th {
  text-align: left;
}
.negative {
  color: red !important;
}
.handsontable .htDimmed {
  background-color: #EEEEEE;
  color: black;
}
.handsontable .htDimmed a {
  color: inherit;
}
.handsontable .conditionalGreen {
  color: black;
  background-color: green;
}
.handsontable .conditionalYellow {
  color: black;
  background-color: orange;
}
.handsontable .conditionalRed {
  color: black;
  background-color: red;
}
.handsontable .handsontable table {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}
.handsontableInput {
  border: 1px solid #5292F7;
}
h2.report-table-name {
  float: left;
  margin-bottom: 2px;
  margin-top: 2px;
}
.inline {
  display: inline;
}
.report-buttons-row {
  margin-bottom: 10px;
}
.normal-selected.ui-state-active {
  background-color: lightgrey !important;
  background-position: 0 -30px;
}
.red-selected.ui-state-active {
  background-color: red !important;
  background-position: 0 -30px;
}
.green-selected.ui-state-active {
  background-color: green !important;
  background-position: 0 -30px;
}
.default-red-selected.ui-state-active {
  background-color: red !important;
  background-position: 0 -30px;
  opacity: 0.6;
}
.default-green-selected.ui-state-active {
  background-color: green !important;
  background-position: 0 -30px;
  opacity: 0.6;
}
#item-tree-div {
  display: none;
}
.crop {
  height: 32px;
  overflow: hidden;
}
.right {
  text-align: right;
}
.right .popover-content {
  text-align: left;
}
.no-wrap {
  white-space: nowrap;
}
.strech, .search-form {
  width: 100%;
}
.search-form {
  overflow: auto;
}
.art-content-layout .art-sidebar2, art-layout-cell art-sidebar1 {
  width: 220px;
}
#tomas-main-menu {
  width: 210px;
}
#tomas-main-menu .art-blockcontent {
  padding-top: 0px;
}
#tomas-main-menu .art-block.menu {
  margin-top: 6px;
}
.documents-grid {
  display: block;
  overflow: auto;
}
#documents-grid {
  padding-top: 0;
}
h1.documents-grid {
  display: inline-block;
  line-height: 40px;
  margin: 5px 0px;
}
.grid-action-div {
  display: inline-block;
  margin: 0 5px 0 5px;
}
.color-picker-input {
  width: 200px !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 18px;
}
.art-postcontent ul.select2-choices > li:before, .art-post ul.select2-choices > li:before, .art-textblock ul.select2-choices > li:before {
  content: none;
}
.formula-valid-div h3 {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.formula-valid-div .formula_conditions_show_button {
  font-size: 10px;
}
.filter_items_link {
  padding-left: 10px;
  padding-right: 20px;
}
.addFormula-button {
  font-size: 10px;
}
.addFormula-button-div {
  float: right;
}
.addFormula-button-tr > td {
  padding-top: 0px;
}
.last-formula-tr > td {
  padding-bottom: 0px;
}
.last-formula-tr .callout {
  margin-bottom: 2px;
}
.formula_valid_in_not_in select {
  padding-right: 5px;
  width: auto;
}
.form-input-table {
  width: 100%;
}
.form-input {
  overflow-x: auto;
}
.label-td {
  width: 7%;
}
.select2-results {
  max-height: 300px;
}
.row2_col3 {
  float: left;
  width: 33.33%;
}
.row2_col4 {
  float: left;
  width: 25%;
}
.main-header {
  width: 100%;
}
.main-header-image-div {
  float: left;
  width: 30%;
}
.main-header-image-div-right {
  text-align: right;
}
.main-header-center-div {
  float: left;
  margin-top: 15px;
  text-align: center;
  width: 40%;
}
.main-header-center-text {
  font-size: 20px;
}
.callout-inner-margin-right {
  margin-right: 30px;
}
.front-geomap {
  height: 350px;
}
.gmnoprint img {
  max-width: none;
}
.gm-style img {
  max-width: none;
}
.total-sales-number {
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
}
.total-sales-number-div {
  display: inline;
  float: left;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}
.total-receivables-number, .total-cash-number {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.total-sales-gauge-wrap {
  margin: 0 auto;
  width: 100px;
}
.total-sales-arrow {
  display: inline;
}
.total-receivables-pie-wrap {
  height: 130px;
}
.total-receivables-arrow {
  float: left;
  margin-top: 65px;
}
.total-cash-number-div, .total-cash-number-div table td {
  text-align: center;
}
.total-cash-arrow {
  display: inline;
  vertical-align: top;
}
.total-employees-gauge-wrap {
  height: 155px;
  margin: 0 auto;
  width: 155px;
}
.bu-map-info {
}
.art-blockcontent a.problem-index-link, .art-blockcontent a.problem-index-link:link {
  color: red;
}
.art-postcontent .dashboards-main h3 {
  margin: 0 10px;
}
.dimension-filfer {
  display: inline-block;
  width: 32%;
}
@media screen and (max-width: 1300px) {
  .dimension-filfer {
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
  .dimension-filfer {
    width: 100%;
  }
}
.art-blockheader {
  display: flex;
  padding: 3px;
}
.portlet-col2 {
  float: left;
  width: 49.9%;
}
.portlet-col3 {
  float: left;
  width: 33.30%;
}
.portlet-col4 {
  float: left;
  width: 24.9%;
}
@media screen and (max-width: 1300px) {
  .dimension-filfer {
    width: 49%;
  }
}
@media screen and (max-width: 1300px) {
  .portlet-col2 {
    width: 100%;
  }
  .portlet-col3 {
    width: 49%;
  }
  .portlet-col4 {
    width: 49%;
  }
}
.art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover {
  margin-left: 0;
}
a, a:focus, a:link {
  outline: none;
}
.post-table {
  width: 100%;
}
.post-content {
  width: 90%;
}
.post-author {
  padding-top: 5px;
  width: 90%;
}
.post-content {
  border-top: 1px solid gray;
  line-height: 12px;
  padding-top: 5px;
}
.col1 {
  width: 100%;
}
.col2, .col2-left {
  float: left;
  width: 49.5%;
}
.col2 > table, .col2-left > table {
  width: 98%;
}
@media screen and (max-width: 1024px) {
  .col2, .col2-left {
    clear: left;
  }
}
.agenda-row-td-name {
  font-weight: bold;
}
.header-met_num {
  width: 5%;
}
table.table-presents td, table.table-presents th {
  text-align: center;
}
.extra-members-select2-td-label {
  padding-right: 10px;
}
.extra-members-select2-td {
  width: 400px;
}
.extra-members-div {
  margin-bottom: 30px;
}
td.editPresence-user-td, th.editPresence-user-td {
  text-align: left !important;
}
.art-article th {
  text-align: left;
}
.task_calendar_label {
  margin-left: 4px;
  vertical-align: middle;
}
.art-postcontent ul.nav > li:before, .art-post ul.nav > li:before, .art-textblock ul.nav > li:before {
  content: none;
}
.art-postcontent ol.nav, .art-post ol.nav, .art-textblock ol.nav, .art-postcontent ul.nav, .art-post ul.nav, .art-textblock ul.nav {
  margin: 1em 0 1em 0px;
}
.art-postcontent ol, .art-post ol, .art-textblock ol, .art-postcontent ul, .art-post ul, .art-textblock ul {
  margin: 1em 0 1em 0px;
}
/* .nav .active a, .nav .active a:link:not(#project-tabs .active) {
  color: white;
} */
.conclusion-left-table {
}
.conclusion-left-table td.task-performersIds {
  min-width: 250px;
}
.column-conclusion-details ul {
  margin: 0px;
}
.task-deadline_time {
  color: black;
  font-weight: bold;
  padding: 7px;
}
.errorMessage {
  color: red;
  font-size: 14px;
}
.task-Done-late {
  background: #3B0B39;
  background: linear-gradient(top, #3B0B39 26px, red 0) no-repeat;
  background: -moz-linear-gradient(top, #3B0B39 26px, red 0) no-repeat;
  background: -ms-linear-gradient(top, #3B0B39 26px, red 0) no-repeat;
  background: -o-linear-gradient(top, #3B0B39 26px, red 0) no-repeat;
  background: -webkit-linear-gradient(top, #3B0B39 26px, red 0) no-repeat;
  color: white;
  svg-background: linear-gradient(top, #3B0B39 26px, red 0) no-repeat;
}
.task-Completed-late {
  background: #008000;
  background: linear-gradient(top, #008000 26px, red 0) no-repeat;
  background: -moz-linear-gradient(top, #008000 26px, red 0) no-repeat;
  background: -ms-linear-gradient(top, #008000 26px, red 0) no-repeat;
  background: -o-linear-gradient(top, #008000 26px, red 0) no-repeat;
  background: -webkit-linear-gradient(top, #008000 26px, red 0) no-repeat;
  color: white;
  svg-background: linear-gradient(top, #008000 26px, red 0) no-repeat;
}
.items th {
  color: #0088CC;
}
.project-info h3 {
  margin-bottom: 4px;
}
.project-info .grid-view {
  padding-top: 0px;
}
#project-tabs li {
    padding: 0;
}
#project-tabs li a{
    margin: 0;
}
#project-tabs .active {
    outline: 1px solid white;
}
.tab-content {
    overflow: visible;
}
.progress {
  margin-bottom: 0px;
  position: relative;
}
.bar-text {
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
}
#allDone {
  margin-left: 10px;
}
.alldone-label {
  margin-left: 4px;
  vertical-align: middle;
}
.task-view-deadline_time {
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
}
.createButtonWidget,
.btn.createButtonWidget.active, .btn.createButtonWidget:active,
.btn-group.open .btn.createButtonWidget.dropdown-toggle {
  background: #b4ddb4;
  background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 0%,#91ce55 8%,#599f46 69%,#599f46 100%,#002400 100%,#40b744 100%);
  background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 0%, #91ce55 8%, #599f46 69%, #599f46 100%, #002400 100%, #40b744 100%);
  background: -ms-linear-gradient(top, #b4ddb4 0%,#83c783 0%,#91ce55 8%,#599f46 69%,#599f46 100%,#002400 100%,#40b744 100%);
  background: -o-linear-gradient(top, #b4ddb4 0%,#83c783 0%,#91ce55 8%,#599f46 69%,#599f46 100%,#002400 100%,#40b744 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(0%,#83c783), color-stop(8%,#91ce55), color-stop(69%,#599f46), color-stop(100%,#599f46), color-stop(100%,#002400), color-stop(100%,#40b744));
  background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 0%,#91ce55 8%,#599f46 69%,#599f46 100%,#002400 100%,#40b744 100%);
  border-color: #b4ddb4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#40b744',GradientType=0 );
  font-size: 14px;
}
.art-blockcontent a.createButtonWidget, .art-blockcontent a.createButtonWidget:link, .art-blockcontent a.createButtonWidget:visited,
.art-blockcontent a.createButtonWidget:hover {
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}
.menu .art-blockcontent a.createButtonWidget, .menu .art-blockcontent a.createButtonWidget:link,
a.createButtonWidget [class^="icon-"], a.createButtonWidget [class*=" icon-"] {
  color: white;
}
.btn.createButtonWidget:hover, .btn.createButtonWidget:focus {
  background: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  background-position: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
td.fc-resourceName {
  background-color: #E4E8EB;
  border-collapse: collapse;
  box-sizing: border-box;
  min-width: 120px;
  width: 210px;
  max-width: 210px;
  vertical-align: middle;
  white-space: nowrap;
}

[class*='fc-'] {
  box-sizing: border-box;
}
.fc-state-highlight {
  background: none repeat scroll 0 0 #F8CCB4;
}
.task-Late {
  background-color: red;
}
.task-Late-milestone {
  transform: rotate(45deg);
  margin-left:5px;
  margin-right:3px;
  height: 12px;
  width: 12px;
  background-color: red;
}

.task-Late-end-phase1-milestone1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid red;
    vertical-align: top;
}
.task-Late-end-phase2-milestone2{
  transform: rotate(45deg);
  margin-left:0px;
  margin-right:5px;
  margin-top:6px;
  height: 10px;
  width: 10px;
  background-color: red;
}
.task-Late-phase1{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid red;
    vertical-align: top;
}
.task-Late-phase2{
    height: 1.5px;
    width:7px;
    background-color: red;
    vertical-align: top;
}
.task-Late-phase3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid red;
    vertical-align: top;  
}
.task-Late-start-phase1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid red;
    vertical-align: top;
}
.task-Late-start-phase2{
    height: 4.5px;
    width:75%;
    margin-left:-3px;
    background-color: red;
    vertical-align: top;
}
.task-Late-middle-phase1{
    height: 4.5px;
    width:130%;
    background-color: red;
    vertical-align: top;
}
.task-Late-end-phase1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: red;
    vertical-align: top;
}
.task-Late-end-phase2{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid red;
    vertical-align: top;  
}
.task-Late-phase1-milestone1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid red;
    vertical-align: top;
}
.task-Late-phase2-milestone2{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: red;
    vertical-align: top;
}
.task-Late-phase3-milestone3{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: red;
    vertical-align: top;
}

.task-Completed {
  background-color: green;
}
.task-Completed-milestone {
  transform: rotate(45deg);
  margin-left:5px;
  margin-right:3px;
  height: 12px;
  width: 12px;
  background-color: green;
}
.task-Completed-end-phase1-milestone1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: green;
    vertical-align: top;
}
.task-Completed-end-phase2-milestone2{
  transform: rotate(45deg);
  margin-left:0px;
  margin-right:5px;
  margin-top:6px;
  height: 10px;
  width: 10px;
  background-color: green;
}
.task-Completed-phase1{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid green;
    vertical-align: top;
}
.task-Completed-phase2{
    height: 1.5px;
    width:7px;
    background-color: green;
    vertical-align: top;
}
.task-Completed-phase3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid green;
    vertical-align: top;  
}
.task-Completed-start-phase1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid green;
    vertical-align: top;
}
.task-Completed-start-phase2{
    height: 4.5px;
    width:75%;
    margin-left:-3px;
    background-color: green;
    vertical-align: top;
}
.task-Completed-middle-phase1{
    height: 4.5px;
    width:130%;
    background-color: green;
    vertical-align: top;
}
.task-Completed-end-phase1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: green;
    vertical-align: top;
}
.task-Completed-end-phase2{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid green;
    vertical-align: top;  
}
.task-Completed-phase1-milestone1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid green;
    vertical-align: top;
}
.task-Completed-phase2-milestone2{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: green;
    vertical-align: top;
}
.task-Completed-phase3-milestone3{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: green;
    vertical-align: top;
}
.task-Done {
  background-color: #3B0B39;
  color: white;
}
.task-Done-milestone {
  transform: rotate(45deg);
  margin-left:5px;
  margin-right:3px;
  height: 12px;
  width: 12px;
  background-color: #3B0B39;
}
.task-Done-end-phase1-milestone1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Done-end-phase2-milestone2{
  transform: rotate(45deg);
  margin-left:0px;
  margin-right:5px;
  margin-top:6px;
  height: 10px;
  width: 10px;
  background-color: #3B0B39;
}
.task-Done-phase1{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #3B0B39;
    vertical-align: top;
}
.task-Done-phase2{
    height: 1.5px;
    width:7px;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Done-phase3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #3B0B39;
    vertical-align: top;  
}
.task-Done-start-phase1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #3B0B39;
    vertical-align: top;
}
.task-Done-start-phase2{
    height: 4.5px;
    width:75%;
    margin-left:-3px;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Done-middle-phase1{
    height: 4.5px;
    width:130%;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Done-end-phase1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Done-end-phase2{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #3B0B39;
    vertical-align: top;  
}
.task-Done-phase1-milestone1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #3B0B39;
    vertical-align: top;
}
.task-Done-phase2-milestone2{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Done-phase3-milestone3{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: #3B0B39;
    vertical-align: top;
}
.task-Warning {
  background-color: orange;
}
.task-isXDaysUntil {
  background-color: lightblue;
}
.task-Warning-milestone {
  transform: rotate(45deg);
  margin-left:5px;
  margin-right:3px;
  height: 12px;
  width: 12px;
  background-color: orange;
}
.task-Warning-end-phase1-milestone1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: orange;
    vertical-align: top;
}
.task-Warning-end-phase2-milestone2{
  transform: rotate(45deg);
  margin-left:0px;
  margin-right:5px;
  margin-top:6px;
  height: 10px;
  width: 10px;
  background-color: orange;
}
.task-Warning-phase1{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid orange;
    vertical-align: top;
}
.task-Warning-phase2{
    height: 1.5px;
    width:7px;
    background-color: orange;
    vertical-align: top;
}
.task-Warning-phase3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid orange;
    vertical-align: top;  
}
.task-Warning-start-phase1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid orange;
    vertical-align: top;
}
.task-Warning-start-phase2{
    height: 4.5px;
    width:75%;
    margin-left:-3px;
    background-color: orange;
    vertical-align: top;
}
.task-Warning-middle-phase1{
    height: 4.5px;
    width:130%;
    background-color: orange;
    vertical-align: top;
}
.task-Warning-end-phase1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: orange;
    vertical-align: top;
}
.task-Warning-end-phase2{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid orange;
    vertical-align: top;  
}
.task-Warning-phase1-milestone1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid orange;
    vertical-align: top;
}
.task-Warning-phase2-milestone2{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: orange;
    vertical-align: top;
}
.task-Warning-phase3-milestone3{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: orange;
    vertical-align: top;
}
.task-normal {
  background-color: #33CCFF;
}

.task-normal-milestone{
  transform: rotate(45deg);
  margin-left:5px;
  margin-right:3px;
  height: 12px;
  width: 12px;
  background-color: #33CCFF;
}
.task-normal-end-phase1-milestone1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: #33CCFF;
    vertical-align: top;
}
.task-normal-end-phase2-milestone2{
  transform: rotate(45deg);
  margin-left:0px;
  margin-right:5px;
  margin-top:6px;
  height: 10px;
  width: 10px;
  background-color: #33CCFF;
}
.task-normal-phase1{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #33CCFF;
    vertical-align: top;
}
.task-normal-phase2{
    height: 1.5px;
    width:7px;
    background-color: #33CCFF;
    vertical-align: top;
}
.task-normal-phase3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #33CCFF;
    vertical-align: top;  
}
.task-normal-start-phase1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #33CCFF;
    vertical-align: top;
}
.task-normal-start-phase2{
    height: 4.5px;
    width:75%;
    margin-left:-3px;
    background-color: #33CCFF;
    vertical-align: top;
}
.task-normal-middle-phase1{
    height: 4.5px;
    width:130%;
    background-color: #33CCFF;
    vertical-align: top;
}
.task-normal-end-phase1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: #33CCFF;
    vertical-align: top;
}
.task-normal-end-phase2{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #33CCFF;
    vertical-align: top;  
}
.task-normal-phase1-milestone1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #33CCFF;
    vertical-align: top;
}
.task-normal-phase2-milestone2{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: #33CCFF;
    vertical-align: top;
}
.task-normal-phase3-milestone3{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: #33CCFF;
    vertical-align: top;
}

.task-FinishedLate {
  background-color: #333300;
  color: white;
}
.task-FinishedLate-milestone {
  transform: rotate(45deg);
  margin-left:5px;
  margin-right:3px;
  height: 12px;
  width: 12px;
  background-color: #333300;
}
.task-FinishedLate-end-phase1-milestone1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: #333300;
    vertical-align: top;
}
.task-FinishedLate-end-phase2-milestone2{
  transform: rotate(45deg);
  margin-left:0px;
  margin-right:5px;
  margin-top:6px;
  height: 10px;
  width: 10px;
  background-color: #333300;
}
.task-FinishedLate-start-phase1{
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #333300;
    vertical-align: top;
}
.task-FinishedLate-start-phase2{
    height: 4.5px;
    width:75%;
    margin-left:-3px;
    background-color: #333300;
    vertical-align: top;
}
.task-FinishedLate-middle-phase1{
    height: 4.5px;
    width:130%;
    background-color: #333300;
    vertical-align: top;
}
.task-FinishedLate-end-phase1{
    height: 4.5px;
    width:22%;
    margin-right:-7px;
    background-color: #333300;
    vertical-align: top;
}
.task-FinishedLate-end-phase2{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #333300;
    vertical-align: top;  
}
.task-FinishedLate-phase1{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #333300;
    vertical-align: top;
}
.task-FinishedLate-phase2{
    height: 1.5px;
    width:12px;
    background-color: #333300;
    vertical-align: top;
}
.task-FinishedLate-phase3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #333300;
    vertical-align: top;  
}
.task-FinishedLate-phase1-milestone1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #333300;
    vertical-align: top;
}
.task-FinishedLate-phase2-milestone2{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: #333300;
    vertical-align: top;
}
.task-FinishedLate-phase3-milestone3{
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: #333300;
    vertical-align: top;
}
.task-text-color-Late {
  color: red !important;
}
.task-text-color-Completed {
  color: green !important;
}
.task-text-color-Done {
  color: #3B0B39 !important;
}
.task-text-color-Warning {
  color: orange !important;
}
.task-text-color-normal {
  color: #33CCFF !important;
}
.task-text-color-FinishedLate {
  color: #333300 !important;
}

.project-normal {
  background-color: #00aaff;
}
.project-Late {
  background-color: red;
}
.project-Completed {
  background-color: green;
}
.project-Done {
  background-color: #3B0B39;
  color: white;
}
.project-Closed {
  background-color: green;
}
.project-text-color-Normal {
  color: #00aaff !important;
}

.project-text-color-Late {
  color: red !important;
}
.project-text-color-Closed {
  color: green !important;
}
.project-text-color-Done {
  color: green !important;
}
.project-text-color-46C646 {
  color: #46C646 !important;
}
.project-text-color-3B0B39 {
  color: #3B0B39 !important;
}
.rows-grid-left {
  display: inline-block;
  float: left;
  width: 19%;
}
.rows-grid-left select {
  width: 100%;
}
.rows-grid-middle {
  display: inline-block;
  margin-top: 130px;
  text-align: center;
  vertical-align: top;
  width: 5%;
}
.rows-grid-right {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 75%;
}
.report-control-info {
  float: left;
  /*padding-top: 7px;*/
}
.report-control-buttons {
  float: right;
}
.dashboard-open-table {
  float: right;
}
.td-dim-dropdown {
  min-width: 150px;
}
/*.jq-c-h.jq-c-small.jq-c-b {
  background-image: none;
}
.jq-c-h.jq-c-small.jq-c-b.active {
  background-image: none;
}
.jq-c-h.jq-c-small.jq-c-a.active {
  background-image: none;
}
.jq-c-h.jq-c-small.jq-c-a {
  background-image: none;
}*/
/*.jq-c-h.jq-c-left.jq-c-small {
  padding-left: 0px;
}*/

.menu-myworkspace .jq-c-h.jq-c-small.jq-c-a.active a, .menu-myworkspace .jq-c-h.jq-c-small.jq-c-a a {
  color: #112A60;
  font-size: 20px;
  font-weight: bold;
}
.menu-myworkspace-merc .jq-c-h.jq-c-small.jq-c-a.active a, .menu-myworkspace .jq-c-h.jq-c-small.jq-c-a a {
  color: black;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
}

.doc-menu-count {
  white-space: nowrap;
}
input.row-search {
  width: 96%;
}
.doc-menu-count {
  white-space: nowrap;
}
.art-blockcontent h5 {
  margin: 1px;
}
.documents-grid h3 .frontpage-latest-log h3 {
  margin-bottom: 0px;
  margin-top: 30px;
}
.documents-grid .grid-view, .frontpage-latest-log .grid-view {
  padding-top: 3px;
}
.document-reports-form-table {
}
.report-columnIds {
  min-width: 400px;
}
h3.customColumns-columnNames-label {
  margin-bottom: 2px;
}
.report-filter h3, .document-reports-columns h3 {
  margin-top: 0px;
}
.document-reports-columns {
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100%;
}
.hide-keep-space {
  visibility: hidden;
}
.document-view-user-action {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}
li.view-document-done:before {
  content: url(images/checkboxicon.png) !important;
  vertical-align: middle;
}
li.action-document-done:before, div.document-view-action-document-done:before {
  content: url(images/checkboxicon.png) !important;
  vertical-align: middle;
}
li.action-document-alert:before, div.document-view-action-document-alert:before {
  content: url(../images/toolbar/icon-16-alert.png) !important;
  vertical-align: middle;
}
li.action-document-rejected:before, div.document-view-action-document-rejected:before {
  content: url(../images/toolbar/icon-16-deny.png) !important;
  vertical-align: middle;
}
li.action-document-as-supper-user:before, div.document-view-action-document-as-supper-user:before {
  content: url(../images/toolbar/icon-16-ok.png) !important;
  vertical-align: middle;
}
.document-view-quickedit-popup > i {
  font-size: 12px;
  vertical-align: middle;
}
.menu-options-sp > a, span.menu-options-sp {
  color: #808080;
  cursor: pointer;
  font-weight: bold;
  margin: 3px 0 0 6px;
}
.menu-options > ul {
  margin-top: 0px;
}
.frontpage-latest h3 {
  margin-top: 20px;
}
table.document-view-standards-table, table.document-view-standards-table td {
  border: none;
  margin: 0;
  padding-left: 0px;
}
td.standard-form-checkbox {
  text-align: center;
}
.document-setCustomActions {
  float: right;
}
input.search-active, select.search-active, div.search-active {
  border-color: #1A1154;
  box-shadow: 0 1px 1px #8AB9DE inset, 0 0 8px #133854;
}
div.search-active {
  border-radius: 4px;
}
input.form-active-alert {
  border-color: red;
  box-shadow: 0 1px 1px #8AB9DE inset, 0 0 8px red;
}
.tomas-main-menu {
}
#tomas-menu-arrow {
  cursor: pointer;
  position: absolute;
}
.tomas-menu-arrow-open {
  color: white;
  margin-left: -13px;
  margin-top: -5px;
}
.tomas-menu-arrow-hidden {
  color: #25428D;
  margin-left: 6px;
  margin-top: 0px;
}
.popover-scrollable {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container {
  min-width: 80px;
}
.select2-container .select2-choice {
  background-image: none;
  border: 1px solid #CCCCCC;
}
li.viewed-meeting:before {
  content: url(images/checkboxicon.png) !important;
  vertical-align: middle;
}
li.view-meeting-confirmedInvite1:before, div.document-view-action-document-done:before {
  content: url(images/checkboxicon.png) !important;
}
li.view-meeting-confirmedInvite0:before, div.document-view-action-document-rejected:before {
  content: url(../images/toolbar/icon-16-deny.png) !important;
}
li.view-meeting-present1:before, div.document-view-action-document-as-supper-user:before {
  content: url(../images/toolbar/icon-16-ok.png) !important;
}
li.view-meeting-present0:before {
  content: url(../images/toolbar/icon-16-deny.png) !important;
}
i.whiteicn {
  color: white;
}
.tbrelational-column {
  border-bottom: 1px solid #0088CC;
}
.agenda-detail-table {
  width: 100%;
}
td.agenda-detail-data {
  vertical-align: top;
}
td.agenda-detail-data-code_name {
  width: 5%;
}
td.agenda-detail-data-name {
  width: 10%;
}
td.agenda-detail-data-description {
  width: 50%;
}
.input-large {
  width: 400px;
}
.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: none;
}
.agenda-conclusions {
  margin-left: 40px;
}
.agenda-conclusions > div.grid-view {
  padding-top: 0px;
}
.agenda-detail-responsible {
  display: inline-block;
  padding-top: 10px;
}
table.agenda-detail-data-table tr td {
  padding: 0px;
}
.agenda-detail-data ul {
  margin-top: 0px;
}
.agenda-callout, .forum-post-callout {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 0.5em solid #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 1.5em 0 1.5em 0em;
  padding: 0.75em 0.5em 0.75em 1em;
}

.forum-post-callout {
  margin-bottom: 0;
}

#ForumPost_content {
  width: 100%;
}

.conclusion-discusion {
  width: 90%;
}
.callout-info, .formula_row .callout {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 0.5em solid #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 1.5em 0 1.5em 0em;
  padding: 0.75em 0.5em 0.75em 1em;
}
.col2-left .callout-info {
  margin: 1.5em 0.8em 1.5em 0em;
}
th.search_done_params, td.search_done_params {
  text-align: center;
}
.art-article table, table.art-article {
  margin: 0px;
}
.grid-view {
  overflow: auto;
}
.grid-view .button-column {
  width: 60px;
}
div.simpleSmall-popup, div.white-popup-simpleSmall {
  width: 30%;
}
div.menu-user-top {
  margin-right: 5px;
  margin-top: 10px;
  position: absolute;
  right: 0px;
}
.users-settings-dropdownmenu-button > .dropdown-menu, .open-left > .dropdown-menu {
  left: auto;
  right: 0;
  text-align: left;
}
.open-up > .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.users-settings-dropdownmenu-button> a > span.caret {
  display: none;
}
.users-settings-dropdownmenu-button> a {
  background: transparent;
  border: 0px;
  box-shadow: none;
}
.users-settings-dropdownmenu-button > .btn:focus,
.users-settings-dropdownmenu-button > .btn:active,
.users-settings-dropdownmenu-button > .btn:hover,
.users-settings-dropdownmenu-button.btn-group.open .btn-primary.dropdown-toggle {
  background-color: white;
}
.create-button-widget {
  margin-bottom: 20px;
}
div.create-button-widget-group {
  max-width: 200px;
  white-space: normal;
}
.art-layout-wrapper {
  padding-top: 13px;
}
.header-time-sp {
  font-size: 26px;
  margin-right: 6px;
}
.header-user-name-sp {
  font-size: 12px;
}
.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
  display: inline;
  line-height: 17px;
}
h3 > a.document-comments-suggestions-link, h3 > a.document-comments-suggestions-link:link {
  font-size: 12px;
}
.document-view-grid-action-div .btn-group > a.document-grid-export-button {
  padding: 5px 13px;
}
.dash-ic-actions {
  margin: 3px;
}
.formula_input_div_insert_items {
  margin-top: 5px;
}
.art-postcontent ul.breadcrumbs > li:before, .art-post ul.breadcrumbs > li:before, .art-textblock ul.breadcrumbs > li:before {
  content: none;
}
.art-postcontent ul.breadcrumbs > li, .art-post ul.breadcrumbs > li, .art-textblock ul.breadcrumbs > li, .art-postcontent ol.breadcrumbs, .art-post ol.breadcrumbs, .art-textblock ol.breadcrumbs {
  padding: 0;
}
.grid-view .checkbox-column {
  width: 12px;
  text-align: center;
}
.documents-grid .grid-view .table th, .documents-grid .grid-view .table td {
  padding: 5px 3px;
}
.documents-grid .select2-container {
  min-width: 30px;
}
.situation-growth-icon-div {
  text-align: center;
}
.negative-value {
  color: red;
}
.dash-indicator-td {
  text-align: center;
  width: 24%;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background-color: #112a60;
  color: white;
}
.art-postcontent .nav-pills a, .art-postcontent .nav-pills a:link {
  color: #112a60;
}
.art-postcontent .nav-pills > .active > a, .art-postcontent .nav-pills > .active > a:link {
  color: white;
}
.art-postcontent ul.nav-pills > li, .art-post ul.nav-pills > li, .art-textblock ul.nav-pills > li {
  padding: 0;
}
#wrapper-onlyEmpty {
  margin-right: 30px;
  vertical-align: middle;
}
.edit-user-image {
  max-height: 150px;
  max-width: 150px;
}
h3.popover-title {
  margin: 0;
  padding: 0 10px;
}
.popover-content {
  padding: 3px 10px;
  min-width: 150px;
}
.popover-content ul {
  margin: 0;
}
.bulk_standard_action-wrap > div {
  display: inline-block;
}
.grid-view .filters select.expand {
  width: auto;
}
.popover {
  max-width: 300px;
}
.document-workflow-1 {
  white-space: nowrap;
}
.document-workflow-bu-name {
  /*font-size: 10px;*/
}
.add-translation-table {
  margin-top: 10px;
}
.footer-lang {
  float: left;
  margin: 0 10px;
}
.footer-lang select {
  width: 180px;
}
.frontpage-calendar-labels {
  margin-top: 20px;
}
.frontpage-calendar-labels label {
  font-weight: 300;
}
.default-cursor {
  cursor: default;
}
.frontpage-latest h3 {
  margin-bottom: 20px;
}
.fp-latest {
  margin-right: 30px;
}
.fp-latest h4 {
  margin: 10px 10px 5px;
  margin-bottom: 5px;
  width: 90%;
}
.fp-latest-item {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  min-height: 92px;
  padding: 0px;
  padding-bottom: 0;
  position: relative;
}
.fp-feed-desc-i {
  margin: 5px 10px;
  padding-bottom: 3px;
}
.fp-latest-img {
  margin-right: 10px;
}
.fp-latest .feed-info {
  border-bottom: 1px solid #eee;
  margin: 5px 10px;
  padding-bottom: 5px;
}
.fp-latest .feed-info .icon-user {
  margin-left: 20px;
}
.fp-feed-perfs {
  margin-top: 15px;
}
.fp-feed-perfs span {
  margin-right: 5px;
}
.fp-latest .user-image {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 5px;
}
.frontpage-callout .grid-view {
  padding-top: 0px;
}
.fp-latest-user-more {
  display: inline-block;
  padding-left: 5px;
  padding-top: 25px;
}
.fp-users {
  border-top: 1px solid #eee;
  margin: 0 10px;
  padding-top: 5px;
}
.fp-latest-comments form {
  background: #eee;
  border-top: 1px solid #ccc;
  clear: both;
  overflow: hidden;
}
.fp-latest-comments form img {
  border: 1px solid #ccc;
  border-radius: 0 !important;
  height: 32px;
  margin: 5px 6px 4px;
  margin-right: 5px !important;
  padding: 0 !important;
  width: 32px;
}
.fp-latest-comments form div.add-cm {
  clear: both;
  overflow: hidden;
  white-space: nowrap;
}
.fp-latest-comments form textarea {
  border: 1px solid #999;
  border-radius: 0;
  font-size: 12px;
  height: 21px;
  margin-top: 6px;
  padding: 5px;
  width: 100%;
}
.fp-latest-comments ul {
  margin: 0;
}
.fp-latest-comments form button {
  border-radius: 0;
  height: 33px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  width: 60px;
}
.fp-latest-comments ul li {
  border-top: 1px solid #eee;
  line-height: 20px;
  margin: 0;
  padding: 6px;
}
.fp-latest-comments ul li:before {
  content: "";
}
.fp-latest-comments ul li img {
  border: 1px solid #ccc;
  border-radius: 0 !important;
  float: left;
  margin-right: 10px !important;
  padding: 0 !important;
  width: 32px;
}
.fp-latest-comments ul li p {
  display: inline-block;
  float: left;
  width: 80%;
}
.fp-latest-comments .fp-cm-limit {
  padding: 5px 20px;
}
.fp-latest-comments .fp-cm-date {
  color: #999;
  display: inherit;
  font-size: 11px;
  margin-top: -5px;
}
.fp-latest-comments .fp-cm-date i {
  margin-right: 5px;
}

.fp-latest-comments .fp-cm-actions {
  float: right;
}

.fp-notes-cont {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  position: relative;
}

.fp-notes .sticky-note-inner {
  padding:20px 15px 10px;
  overflow: hidden;
  word-break: break-word;
  /* CSS3 Border Radius */
  -webkit-border-radius: 0 0 0 200px/0 0 0 10px;
  -moz-border-radius: 0 0 0 200px/0 0 0 10px;
  -ms-border-radius: 0 0 0 200px/0 0 0 10px;
  -o-border-radius: 0 0 0 200px/0 0 0 10px;
  border-radius: 0 0 0 200px/0 0 0 10px;

  /* CSS3 Box Shadow */
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}

.fp-notes .sticky-note-inner:after {
  bottom: 16px;
  content: "";
  height: 55%;
  left: 10px;
  position: absolute;
  width: 50%;
  z-index: -2;

  /* CSS3 Box Shadow */
  -webkit-box-shadow: -5px 10px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: -5px 10px 10px rgba(0,0,0,0.5);
  box-shadow: -5px 10px 10px rgba(0,0,0,0.5);

  /* CSS3 Transform */
  -webkit-transform: skew(-8deg) rotate(-6deg);
  -moz-transform: skew(-8deg) rotate(-6deg);
  -ms-transform: skew(-8deg) rotate(-6deg);
  -o-transform: skew(-8deg) rotate(-6deg);
  transform: skew(-8deg) rotate(-6deg);
}

.fp-notes .yellow .sticky-note-inner {
  background-color: #ffcd5a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #FFF9BA),
    color-stop(0.22, #FAF9DC),
    color-stop(1, #FAF9DC)
    );
  background-image: -o-linear-gradient(bottom, #FFF9BA 0%, #FAF9DC 22%, #FAF9DC 100%);
  background-image: -moz-linear-gradient(bottom, #FFF9BA 0%, #FAF9DC 22%, #FAF9DC 100%);
  background-image: -webkit-linear-gradient(bottom, #FFF9BA 0%, #FAF9DC 22%, #FAF9DC 100%);
  background-image: -ms-linear-gradient(bottom, #FFF9BA 0%, #FAF9DC 22%, #FAF9DC 100%);
  background-image: linear-gradient(to bottom, #FFF9BA 0%, #FAF9DC 22%, #FAF9DC 100%);
  border:1px solid #FFF9BA;
}

.fp-notes .orange .sticky-note-inner {
  background-color: #ffcd5a;

  /* CSS3 Linear Gradient */
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ffb71e),color-stop(22%,#ffcd5a),color-stop(100%,#ffcd5a));
  background-image: -webkit-linear-gradient(top,#ffb71e 0%,#ffcd5a 22%,#ffcd5a 100%);
  background-image: -moz-linear-gradient(top,#ffb71e 0%,#ffcd5a 22%,#ffcd5a 100%);
  background-image: -o-linear-gradient(top,#ffb71e 0%,#ffcd5a 22%,#ffcd5a 100%);
  background-image: linear-gradient(top,#ffb71e 0%,#ffcd5a 22%,#ffcd5a 100%);
  border:1px solid #ffb71e;
}
.fp-notes .red .sticky-note-inner{
  background-color:#FADCDC;
  border:1px solid #FFBABA;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #FFBABA),
    color-stop(0.22, #FADCDC),
    color-stop(1, #FADCDC)
    );
  background-image: -o-linear-gradient(bottom, #FFBABA 0%, #FADCDC 22%, #FADCDC 100%);
  background-image: -moz-linear-gradient(bottom, #FFBABA 0%, #FADCDC 22%, #FADCDC 100%);
  background-image: -webkit-linear-gradient(bottom, #FFBABA 0%, #FADCDC 22%, #FADCDC 100%);
  background-image: -ms-linear-gradient(bottom, #FFBABA 0%, #FADCDC 22%, #FADCDC 100%);
  background-image: linear-gradient(to bottom, #FFBABA 0%, #FADCDC 22%, #FADCDC 100%);
}

.fp-notes .blue .sticky-note-inner {
  background-color: #1e9dff;
  border: 1px solid #BAE7FF;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #BAE7FF),
    color-stop(0.22, #DAF0FA),
    color-stop(1, #DAF0FA)
    );
  background-image: -o-linear-gradient(bottom, #BAE7FF 0%, #DAF0FA 22%, #DAF0FA 100%);
  background-image: -moz-linear-gradient(bottom, #BAE7FF 0%, #DAF0FA 22%, #DAF0FA 100%);
  background-image: -webkit-linear-gradient(bottom, #BAE7FF 0%, #DAF0FA 22%, #DAF0FA 100%);
  background-image: -ms-linear-gradient(bottom, #BAE7FF 0%, #DAF0FA 22%, #DAF0FA 100%);
  background-image: linear-gradient(to bottom, #BAE7FF 0%, #DAF0FA 22%, #DAF0FA 100%);
}

.fp-notes .green .sticky-note-inner {
  background-color: #15b227;
  border:1px solid #BAFFC2;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #BAFFC2),
    color-stop(0.22, #DCFAE0),
    color-stop(1, #DCFAE0)
    );
  background-image: -o-linear-gradient(bottom, #BAFFC2 0%, #DCFAE0 22%, #DCFAE0 100%);
  background-image: -moz-linear-gradient(bottom, #BAFFC2 0%, #DCFAE0 22%, #DCFAE0 100%);
  background-image: -webkit-linear-gradient(bottom, #BAFFC2 0%, #DCFAE0 22%, #DCFAE0 100%);
  background-image: -ms-linear-gradient(bottom, #BAFFC2 0%, #DCFAE0 22%, #DCFAE0 100%);
  background-image: linear-gradient(to bottom, #BAFFC2 0%, #DCFAE0 22%, #DCFAE0 100%);
}

.fp-note .popover-title {
  text-align: left;
}
.fp-note {
  width: 19%;
  margin: 10px 0;
}
.fp-note  .fp-note-actions a {
  color:#444;
  z-index:9;
}
.fp-note  .fp-note-actions {
  position:absolute;
  top:-2px;
  border-radius:5px;
  right:4px;

}
.fp-notes .input-append {
  width: 83%;
}
.fp-notes .note-form input {
  width: 70%;
  padding: 11px;
  border-radius: 0;
  float: left;
}
.fp-notes .note-form textarea {
  width: 70%;
  padding: 11px;
  border-radius: 0;
  float: left;
  height: 20px;
}
.fp-notes .note-form {
  background: #e9e9e9;
  border:1px solid #ddd;
  padding: 10px 20px 0px !important;
  border-radius:5px;
}

.fp-notes .btn-colorselector {
  display: inline-block;
  width: 34px;
  height: 32px;
  vertical-align: middle;
  border-radius: 0;
  margin: 5px;
  background: #fff;
}
.fp-notes .dropdown-toggle {
  background: #fff;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 42px;
  border-right: 1px solid #ccc;
}
.fp-notes .dropdown-colorselector {
  float: left;
}

table.search-note {
  width: 40%;
}
a.color-btn:focus {
  background-image: none !important;
}
a.color-btn:hover {
  background-image: none !important;
}

.project-gantt-calendar .fc-view td.fc-resourceName a.calendar-toggle-row, .project-gantt-calendar .fc-view td.fc-resourceName a.calendar-toggle-row:link, .project-gantt-calendar td.fc-resourceName .fc-view a.calendar-toggle-row:visited {
  color: black;
}

.task-report h3 {
  margin: 0 0 5px;
}

.task-report .report-info {
  margin-bottom:5px;
  border-bottom:1px solid #ddd;
  padding-bottom:5px;
}
.task-report .report-info .span4,.task-report .report-info .span5 {
  margin: 0;
}
.task-report .report-info span {
  margin-right: 5px;
}

.task-report .fp-feed-desc-i {
  margin:0;
}
.task-report .report-hours {
  position: relative;
}
.task-report .report-hours span {
  color: #005885;
  font-size: 18px;
}
.task-report .report-details {
  margin: 0;
  margin-top: -5px;
  margin-right: 10px;
}

.mt20 {margin: 0 !important;margin-top: 20px !important;}
.mt10 {
  margin-top: 10px !important;
}
a.add-task-report {
  /*margin-top: 20px !important;*/
}

.task-report .report-attach {
  float:right;
  margin-left:20px;
}

.task-report-create {
  clear: both;
  /*overflow: hidden;*/
  display:none;
}

.task-report .report-details label {
  float: left;
}

.task-report .report-hours-time {
  text-align: center;
  float:right;
  margin-left:20px;
  line-height: 15px;
}

.task-report .report-hours-cost {
  text-align: center;
  float:right;
  margin-left:20px;
  line-height: 15px;
}
.task-report {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0;
  min-height: 80px;
}
.task-report .report-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.task-report .fp-feed-desc-i {
  margin-left: 40px;
}
.task-report .report-photo {
  position: absolute;
}
.report-icons {
  width: 30%;
  float: left;
}
.report-details {
  float: right;
  width: 60%;
}
.rpAdjWidth {
  width: 100% !important;
}

.report-form-table {
  width: 100%;
}
.report-form-table td.textFieldPadding {
  width: 80%;
}
.art-content-layout .list-view {
  padding-top:0;
}

.task-report-cont .fp-latest-comments {
  /*margin-top: -12px;*/
  border-bottom: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.search-form-framed {
  position: relative;
  box-shadow: inset 1px 1px 180px 30px #e4e8eb;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;

}

input.input-date {
  width: 100px;
}
.search-form-framed .form label {font-size:12px;}
.search-form-framed .form .table td {border-top:0;}
.search-form-framed form input.input-date {
  width: 90px;
  text-align: center;
}
.search-form-framed fieldset {
  float: left;
  width: 44%;
  margin: 10px 20px;
}
.search-form-framed fieldset legend {
  line-height: 20px;
  color: #002D60;
  border-bottom: 1px solid #002D60;
  font-size: 16px;
  padding-bottom: 8px;
}

.search-form-framed .search-table-btns {
  clear: both;
  overflow: hidden;
}

.user-user-groups > h3 {
  margin: 0px;
}

.login-rememberMe-label {
  vertical-align: middle;
}

.art-postcontent h2.forum-name-h2 {
  margin-bottom: 0px;
}

.userset-heading {
  margin-top: 5px !important;
  margin-left: 15px;
  margin-bottom: 0 !important;
}
.userset-back {
  margin:4px 20px;
}

h1.inline-block {
  display: inline-block;
  line-height: 40px;
  margin: 5px 0;
}

div.usergroup-edit-existing-groups {
  margin-left: 30px;
}

.usergroup-edit-existing-groups > ul {
  margin: 0;
}

div.ajaxloading {
  height: 16px;
  width: 16px;
  background-color: #fff;
  background-image: url('../images/ajax-loader.gif');
  background-position:  center center;
  background-repeat: no-repeat;
  opacity: 1;
  display: inline-block;
}

.art-blockcontent .art-blockheader > h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.post-button-column {
  float: right;
}

.art-article th{
  padding: 0;
}

.report-buttons-left {
  float: left;
}
.report-buttons-right {
  float: right;
}

.column-up-down-div {
  display: inline;
}

span.items-column-title {
  font-size: 18px;
  font-weight: bold;
}

.boxsizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  width: 100%;
}
.widthTd  {
  width: 80%;
}
.widthTextFileld {
  width: 95% !important;
}

.title-export {
  display: inline-block;
}

td.pc-header-name, td.pc-header-year {
  text-align: center;
}

span.pc-header-year {
  font-size: 20px;
  font-weight: bold;
}

a.pc-header-year-prevnext, a.pc-header-year-prevnext:link {
  font-size: 20px;
  font-weight: bold;
}

table.pc-table td {
  padding: 3px;
}

td.pc-month-1, td.pc-month-4, td.pc-month-7, td.pc-month-10, td.pc-month-13
{
  border-left: 1px solid #dddddd;
}
td.pc-month-2, td.pc-month-3, td.pc-month-5, td.pc-month-6, td.pc-month-8,
td.pc-month-9, td.pc-month-11, td.pc-month-12
{
  /*border-left: 1px solid #f3f3ef;*/
}
td.pc-header-month-1, td.pc-header-month-4, td.pc-header-month-7, td.pc-header-month-10, td.pc-header-month-13 {
  border-left: 1px solid #dddddd;
}

td.pc-day-0, td.pc-day-7, td.pc-day-14, td.pc-day-21 {
  border-left: 1px solid #dddddd;
}

td.pc-header-day-0, td.pc-header-day-7, td.pc-header-day-14, td.pc-header-day-21 {
  border-left: 1px solid #dddddd;
}

td.pc-data {
  width: 5%;
}

div.pc-wraper {
  overflow: auto;
}

div.dash-grid-view {
  padding-top: 0;
}

div.dash-table-graph-table {
  width: 69%; display: inline-block; vertical-align: top;
}

@media screen and (max-width: 1024px) {
  div.dash-table-graph-table {
    width: 100%; display: block; vertical-align: top;
  }
}
div.dash-table-graph-graph {
  width: 29%; display: inline-block;
}

div.dash-bu-detailed-view {
  margin-left: 10px; margin-bottom: 20px;
}

div.dash-document {
  margin-bottom: 10px;
}

td.dash-dimension-value {
  /*text-align: right;*/
}

div.attachments-inline {
  display: inline-block;
}
.attachment-file-date-author {
  font-size: 10px;
  color: gray;
}

.p-padding-right {
  padding-right: 12px;
}

a [class^="has-dimension-include-exclude"], a [class*=" has-dimension-include-exclude"] {
  color: red;
}
.label-green {
  background-color: green;
}
.label-blue {
  background-color: blue;
}
.label-red {
  background-color: red;
}
h1 > .label {
  vertical-align: middle;
}

h3.form-attachments {
  margin: 0 0 3px 0;
}

.attachments-table-wrap > .grid-view {
  padding-top: 0px;
  min-width: 200px;
}

.attachment_addfile_div {
  margin-top: 3px;
}

table.document-view-statistics-table, table.document-view-statistics-table-all {
  width: 100%;
}
table.document-view-statistics-table-all {
  margin-top: 15px;
}

span.document-view-statistics-data {
  white-space: nowrap;
}

span.document-view-statistics-monthtext {
  white-space: nowrap;
}

td.document-view-statistics-data-total {
  text-align: right;
}

td.document-view-statistics-data-unique {
  text-align: left;
}

.popup-agenda {
  width: 1000px;

}

@media screen and (max-width: 1200px) {
  .popup-agenda {
    width: 800px;
  }
}

.filter-refresh {
  margin-top: 10px;
}

tr.spaceUnder > td
{
  padding-bottom: 20px;
}

.textFieldPaddingCol2 {
  padding-right: 10px;
}

.select2-with-button-right {
  display: inline-block;
}

td.td-contacts-wrap {
  padding: 0;
}

table.table-contact tr:first-child td {
  border-top: none;
}
.reclaim-partner-wrap {
  width: 100%;
  max-width: 400px;
}

.reclaim-record-buttons {
  float: right;
}

.reclaim-record-info {
  padding-right: 30px;
}
.reclaim-record-hr {
  margin-top: 0px;
  margin-bottom: 10px;
}

h3.reclaim-task-report {
  margin-bottom: 4px;
}

h3.questionnaire-question {
  font-size: medium;
}

.badge-task {
  background-color: #ffb24d;
}
.badge-activity {
  background-color: #12541d;
}
.badge-project {
  background-color: #FFB24D;
}
.badge-meeting {
  background-color: #0F7CB3;
}
.badge-data_input {
  background-color: #ffb24d;
}
.badge-reclaim, .badge-reclaim_corrective {
  background-color: #002EB8;
}
.badge-reclaim_preventive {
  background-color: #003BEB;
}
.badge-reclaim_system {
  background-color: #003BEB;
}
.badge-opportunity {
  background-color: #ff6600;
}
.badge-audit-solution {
  background-color: #f1dff5;
}
.badge-cori-solution {
  background-color: #f0e8c7;
}
.badge-market {
  background-color: #00cc00;
}
.badge-questionnaire {
  background-color: #00a3cc;
}
.badge-report {
  background-color: #9b5dff;
}

.product-column td {
  border-top: none;
  padding-top: 0px;
}
table.table-input-view {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
}
td.inputelement-label, td.inputform-label {
  padding-right: 30px;
  /*padding-left: 0px;*/
  font-weight: bold;
}
td.inputform-label .popover-content {
  font-weight: normal;
}

td.inputelement-value, td.inputform-value {
  padding-right: 30px;
  min-width: 100px;
}

table.table-input-form-product {
  width: 100%;
}
table.table-input-form-product td {
  border-top: 0px solid #dddddd
}
.classic-display{
  display: inline-block;
}
.classic-display > input, .classic-display > textarea {
  width: calc(100% - 8px) !important;
  min-width:unset;
}
.classic-display > div{
  width: calc(100% - 32px) !important;
}

td.reclaim-td-product {
  width: 320px;
}

td.reclaim-td-product-input-form {
  padding: 0px;
}

table.reclaim-table-form-products {
  width: 100%;
}

.art-content-layout-row > h1, .art-content-layout-row h2, .art-content-layout-row h3 {
  display: inline-block;
  line-height: 40px;
  margin: 5px 0px;
}

.form-table {
  width: 95%;
}

div.excel-links {
  margin-top: 30px;
}

.agenda-suggestion {
  border: 0.3em solid #5CB8E6;
}

table.agenda-detail-data-table tr td.agenda-attachments {
  padding-bottom: 5px;
}

.parent-menu {
  font-weight:bold;
}

.children-menu {
  font-weight:normal;
}

.jstree-default a.table-icon > .jstree-icon, .jstree-default a.tree-icon-none > .jstree-icon {
  background-position:-999px -999px;
  margin-right: 0px;
}
.jstree-default a.dashboard-icon > .jstree-icon, .jstree-default a.tree-icon-none > .jstree-icon {
  background-position:-999px -999px;
  margin-right: 0px;
}
.jstree-default a.tree-icon-none > .jstree-icon {
  background-position:-999px -999px;
  margin-right: 0px;
  display: none;
}
.jstree-default a.tree-icon-none > [class^="icon-"], .jstree-default a.tree-icon-none > [class*=" icon-"] {
  margin: 0px;
}

.jstree-default a.table-icon > .jstree-icon:before {
  font-family: FontAwesome;
  content: "\f0ce";
  color: black;
}
.jstree-default a.dashboard-icon > .jstree-icon:before {
  font-family: FontAwesome;
  content: "\F0e4";
  color: black;
}
input[type="checkbox"].copy_agenda_include_discussio_ckeckbox  {
  margin-left: 20px;
}
.label-align {
  vertical-align: middle;
}

.form-show-hide {
  display: none;
}

.reclaimProduct-row {
  margin-bottom: 30px;
}

span.reclaim-product {
  font-weight: bold;
}
.table-striped tbody > tr > td.reclaim-product-td, td.reclaim-product-td {
  background-color: #bfefff;
}

.grid-view td.search-short, .grid-view td.grid-code-column {
  width: 5%;
}
.grid-view td.search-medium {
  width: 10%;
}
.grid-view td.wide-search, .grid-view td.grid-code-column {
  min-width: 200px;
  max-width: 200px;
}
.partner-info-hide {
  display: none;
}

table.partner-info-table tr.inputelement-tr {
  display: none;
}

h3.callout-info-h3 {
  margin-top: 0px;
  margin-bottom: 2px;
}
.callout-info-grid-view .grid-view {
  padding: 0;
}

div.dash-table {
  overflow: auto;
}

.art-blockheader .t, .art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover {
  margin: 0 10px;
}

.table-inner-striped tbody > tr > td, .table-inner tbody > tr > td {
  background-color: inherit;
  border-top: none;
}

td.partnerRecord-emailOut-Text {
  padding-bottom: 50px;
  padding-left: 15px;
}

.search-name {
  min-width: 70px;
}

.table-strech {
  width: 100%;
}
.table-strech .widthTd, .table-strech-half .widthTd {
  width: 90%;
}
.table-strech-half {
  width: 50%;
}

td.partner-contacts-td > .grid-view {
  padding: 20px 10px 10px 20px;
}

.partner-add-contact {
  margin-left: 20px;
}
.assignBu-selectUser-or {
  width: 100%;
  text-align: center;
}

.innerTable-td {
  padding: 0px;
}
td.innerTable-td {
  padding: 0px;
}
.table-attachments td {
  background-color: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.table-attachments tr:first-child td {
  border-top: none;
}

td.dashboard-topDimension-label {
  width: 70%;
  overflow: hidden;
  word-wrap: break-word;
}
td.dashboard-topDimension-value {
  width: 30%;
  overflow: hidden;
  text-align: right;
}
.total-table-pie-number {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.dimension-graph {
  width: 100%;
  height: 800px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 0.5em solid #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);

}
.dimension-admin-view-menu {
  float: left;
}
td.email-view-td-label {
  width: 15%;
  font-weight: bold;
}
td.email-view-td-value {
  width: 85%;
}

td.view-td-label {
  width: 15%;
  font-weight: bold;
}
td.view-td-value {
  width: 85%;
}
.art-postcontent ul > li.select2-search-field, .art-post ul > li, .art-textblock ul > li.select2-search-field {
  overflow-x: hidden;
}

td.comment-date {
  width: 110px;
}

td.comment-user {
  width: 220px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 85%;
  min-width: 500px;
  max-width: inherit;
}

.white-popup-block {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 40px auto;
  max-width: 95%;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  border-radius: 10px;
}

.white-popup-small {
  width: 600px;
  height: 800px;
}

.contentTranslationTable {
  width: 100%;
}
.contentTranslation-language {
  width: 10%;
}
.search-results h2 {
  margin-bottom: 0px;
}
.search-results #documents-grid {
  padding-top: 20px;
}
.limit-access-tr {
  display: none;
}

.table-striped-alt tbody > tr:nth-child(2n) > td, .table-striped-alt tbody > tr:nth-child(2n) > th {
  background-color: #f9f9f9
}
.ui-buttonset {
  white-space: nowrap;
}
table.inputItems-multiple {
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  margin: 10px;
}
table.inputTable-style {
  background-color: #EEEEEE;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 40%);
}
table.inputTable-style tbody {
  vertical-align: top;
}
table.inputTable-style input {
  font-size: 12px;
}
.childStyle {
  border: 0!important;
  background-color: transparent!important;
}
.childStyle-border-padding {
  padding: 0 !important;
  border: 1px solid #CCC
}
.textArea-style {
  overflow: hidden;
  width: calc(100% - 8px);
  box-shadow: none !important;
}
.thead-style {
  height: 30px;
  background-color: #EEE;
  border: 1px solid #CCC;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 40%);
}
.th-style {
  border: 1px solid #CCC;
  padding: 2px 4px !important;
  max-width:180px;
}
.parent-width {
  width:100%!important;
}
.border-and-webkit {
  border: none !important;
  -webkit-box-shadow: none !important;
}
.data-type-date-style {
  width: calc(100% - 10px) !important;
  background-color: transparent !important;
}
.data-type-text-style {
  width: calc(100% - 8px) !important;
  box-shadow: none !important;
}
.child-border-style {
  border: 1px solid #CCC
}
.inputform-delete-row {
  width: 10px;
}
td.lockParent-label {
  padding-left: 30px;
}
table tfoot td.footer-sum {
  background-color: #cceeff;
}.column-item-item {
  min-width: 400px;
}
.col243 {
  float: left;
  width: 74%;
}
.col241 {
  float: left;
  width: 25%;
}
.item-default-filters {
  border-left: 1px solid #eeeeee;
  padding-left: 30px;
}

.cons-matching-item-code {
  width: 10%;
}
.cons-matching-item-name {
  width: 45%;
}
.cons-matching-item-item {
  width: 45%;
}
.cons-matching-item-check {
  width: 5%;
}
.cons-matching-dropdown-label {
  padding-left: 100px;
}
.cons-matching-exception-code {
  width: 5%;
}
.cons-matching-exception-name {
  width: 40%;
}
.cons-matching-exception-item {
  width: 30%;
}
.cons-matching-exception-bu {
  width: 20%;
}

.comments-row {
  margin-bottom: 20px;
}
.comments-row h3 {
  margin-top: 0px;
}
.fp-latest-comments ul li.comment-error::before {
  content: none;
}
.cell-comment-wrap {
  margin-bottom: 10px;
}
.exception-label-td {
  width: 20%;
}
.callout-info td.callout-td-value {
  font-weight: bold;
  padding-right: 30px;
}
#id_dd_area {
  width: 500px;
}
td.area-group-td-value {
  font-weight: bold;
}
td.area-group-td-label {
  padding-left: 50px;
}
table.table-intereliminations th {
  padding-bottom: 10px;
}
td.inter-negative-number {
  color: red;
}
td.inter-row-sum {
  background-color: #cceeff;
}

td.inter-row-empty {
  background-color: inherit;
  padding-bottom: 10px;
  border-top: none;
}

td.inter-row-even {
  background-color: #f9f9f9;
}
td.inter-row-correction {
  background-color: #E6FF99;
}
td.inter-total-label {
  text-align: right;
  font-weight: bold;
  font-size: 130%;
  padding-right: 20px;
}
td.inter-total-sum, td.inter-total-sum-checkbox {
  background-color: lightgreen;
  font-weight: bold;
  border-top: 2px solid black;
}
td.inter-title-row-num, td.inter-title-row-label {
  border-top: none;
  background-color: #bfefff;
}
td.cons-item-row-item, td.cons-item-row-market {

}
td.cons-item-row-value {
  width: 100px;
}
td.cons-item-row-delete-td {
  width: 20px;
}
td.cons-item-row-comment {
  border-top: none;
  padding-top: 0px;
}
td.elim-comment-label {
  width: 80px;
}
input.strech-input-full {
  width: 100%;
}
.cons-item-row-table-comment td {
  padding-top: 0px;
}
table.table-intereliminations td.inter-data-value, table.table-intereliminations td.inter-row-sum, table.table-intereliminations td.inter-total-sum {
  text-align: right;
  padding-right: 20px;
}
th.inter-data-value {
  text-align: right;
  padding-right: 35px;
}
th.inter-data-value-checkbox {
  padding-right: 0px;
}

td.cons-item-row-rule-elim-type > select {
  /*width: 100%;*/
}
td.inter-data-value-changed {
  background-color: #FFD966;
}
.callout-info-main-left {
  float: left;
}
.callout-info-main-right {
  float: right;
}
.callout-info-main-button-padding {
  padding-left: 5px;
  padding-right: 5px;
}
td.elimination-row-sum-checkbox, td.elimination-row-checkbox {
  width: 30px;
}
td.elimination-row-sum-checkbox {
  background-color: #cceeff;
}
label.checkbox-label {
  vertical-align: middle;
}

div.elimination-check-all {
  float: right;
  margin-right: 15px;
}
.elimination-rule-type-dropdown {
  width: 400px;
}
.popover-click {
  cursor: pointer;
}
h2.eliminationArea-title {
  display: inline-block;
}
h2.upload-view-data {
  margin-bottom: 0px;
  margin-top: 45px;
}

.table-striped tbody > tr.task-stage > td {
  background-color: #EFFEFF;
}

.jstree-default.jstree-focused {
  background: none;
}

.text-tab {
  margin-left: 2em;
}
.meeting-agenda-view-header-hr {
  margin: 3px 0 5px 0;
}
h3.meeting-agenda-view-header-h3 {
  margin: 0;
}
.agenda-detail-responsible-td {
  padding-left: 30px;
}
td.input_data_numeric, th.input_data_numeric_header {
  text-align: right;
  padding-right: 15px;
}

h3.popover-title {
  display: block;
}
.small-hr {
  margin: 5px 0;
}
.bsc-mission-subtitle {
  float: right;
}
h2.bsc-mission-h2 {
  margin: 0 20px 0 0;
}
.kpiWidget-table {
  width: 200px; 
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); 
  margin: 1px;
}
.kpiWidget-td-title {
  padding: 2px 0 1px 0;  
  text-align: center; 
  font-weight: bold;
}
.kpiWidget-data-td {
  padding: 2px 0 1px 0; 
  text-align: center;
}
.kpiWidget-data-div {
  border-radius: 0 10px 10px 0;
}
.kpiWidget-legend-td {
  padding: 0; 
  height: 10px;
}
.kpi-widget-wrapper {
  display: inline-block;
  margin: 5px;
}
table.inputItems-multple th {
  padding-right: 5px;
}

.dimensions-dropdown-search, .documents-grid .select2-container.dimensions-dropdown-search {
  min-width: 200px;
}
.task-workingDay {
  background-color: #007399;
}

/* Process */

.pos-rel {
    position: relative;
    overflow: hidden;
}

#process-resize-full {
    right: 18px;
    position: absolute;
    top: 20px;
    font-size: 25px !important;
    z-index: 99;
    cursor: pointer;
}

#process-zoom-reset {
    right: 20px;
    position: absolute;
    top: 60px;
    font-size: 25px !important;
    z-index: 99;
    cursor: pointer;
}

#process-undo {
    right: 18px;
    position: absolute;
    top: 100px;
    font-size: 25px !important;
    z-index: 99;
    cursor: pointer;
}

#process-info {
    right: 18px;
    position: absolute;
    top: 140px;
    font-size: 25px !important;
    z-index: 99;
    cursor: pointer;
}

#process-close {
    right: 18px;
    position: absolute;
    font-size: 25px !important;
    z-index: 99;
    cursor: pointer;
}

#process-activity-close {
    right: 18px;
    position: absolute;
    font-size: 25px !important;
    z-index: 99;
    cursor: pointer;
}

.edit-process {
    box-sizing: border-box;
    padding: 10px;
    padding-top: 20px;
    display: none;
}

.editProcessActivity {
    box-sizing: border-box;
    padding: 10px;
    padding-top: 20px;
    display: none;
}

.editProcessActivityShow {
    top: 2px;
}

/* Process palette */

.djs-palette {
    left: 0;
    top: 0;
}

.djs-palette.two-column.open {
    width: 650px;
}

.djs-palette .separator {
    display: none;
}

.djs-palette.open .djs-palette-toggle {
    width: 40px !important;
    height: 46px !important;
    float: right;
}

.djs-palette .djs-palette-entries:after {
    display: none;
}

/* Process context pad */

.djs-overlay.djs-overlay-context-pad {
    display: block !important;
}

.process-full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh !important;
    width: 100vw !important;
}

.process-full #canvas {
    height: 100vh !important;
}

.dropdown-action {
    background-color: #cceeff;
}

.multiple-row-limiter {
   height:40px; /* 2 lines */
   min-width: 100px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.product-table td {
    border-top: 0px;
}

.selected-view {
    font-weight: bold !important;
}

.btn-group {
    display: inline !important;
}

.btn-group:first-child {
    width: 100%;
}

.reclaim-description {
  color: #27438D;
  font-weight: bold;
}

.art-blockheader-add-btn {
  float: right;
  margin: 15px;
}

.reclaim-merge-btns {
  float: left;
  padding-top: 10px;
}

.grid_header_numeric {
    float: right;
    padding-right: 15px;
}

.absence-confirmed {
  background-color: #538700;
  color: white;
}

.text-color-green {
  color:green !important;
}

.text-color-red {
    color:red !important;
}

.text-color-orange {
    color:orange !important;
}

.text-color-yellow {
    color:yellow !important;
}

.htClaimCell{
  position: relative;
}
.htClaimCell:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-right: 6px solid transparent;
  border-top: 6px solid red;
}

.htTaskCell{
  position: relative;
}
.htTaskCell:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid red;
}

.border-none{
    border:none !important;
}

.t {
  width: 100%;
}

.white_print {
  width: 28px;
  color: white !important;
  margin: 5px;
}

#logo_as_text {
  line-height: unset;
}
#logo_as_text a{
  color: #2b4a93 !important;
  font-size: inherit;
  font-weight: bold;
}

.audit-performed{
  background-color: lightblue !important;
}

.audit-new{
  background-color: lightyellow !important;
}

.audit-delayed{
  background-color: #FF7F7F !important;
}

.audit-late{
  background-color: #FFD580 !important;
}

.cori-new{
  background-color: lightyellow !important;
}

.cori-delayed{
  background-color: #FF7F7F !important;
}

.cori-late{
  background-color: #FFD580 !important;
}

.milestone-real {
  color: black;
  font-weight: bold;
  padding: 7px;
  background-color: lightblue;
}
.milestone-done {
  color: black;
  font-weight: bold;
  padding: 7px;
  background-color: lightgreen;
}

@media only screen and (max-width: 600px) {
  .milestone-widget-size{
    max-width: 70px !important;
  }
  .milestone-widget-size-big{
    max-width: 90px !important;
  }
  .milestone-date-size{
    .max-width: 30px !important;
  }
  .milestone-date-size-large{
    .max-width: 40px !important;
  }
  .input-margin{
    margin-top: 10px !important;
  }
  .widget_width{
    max-width: 40% !important;
  }
}
.table th td {
  position: relative;
   cursor: grab;
      user-select: none;
}

.resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  cursor: col-resize;
  user-select: none;
}

.resizer:hover,
.resizing {
  border-right: 2px solid #007399;
}

.dragging {
  background-color: #f0f0f0;
}
.grid-view {
  overflow-y: auto;
  max-height: 100vh;
}
.grid-view thead th {
  position: sticky;
  top: 0;
}
.grid-view thead td {
  position: sticky;
  top: 1;
}
.grid-view th {
  padding-top: 30px;
  background: #f0f0f0;
}

.koolreport-panel-padding{
 padding: 1000px !important;
 margin: 1000px !important;
}

.question-input {
  display: block !important;
  margin: auto !important;
}

.question-number-field {
  all: unset !important;
  display: block !important;
  margin: auto !important;
  border-bottom: 1px solid #75757563 !important;
  min-width: 140px !important;
  height: 25px !important;
  font-size: 20px !important;
  text-align: right !important;
}

.big-font * {
  font-size: 20px;
}

.question-field-heading {
  margin: 3px !important;
  text-align: center;
}

.question-create-field {
  min-height: 28px;
  min-width: 200px;
}

[id^="inputTable_"] {
  margin-bottom: 40px !important;
}

[id^="inputTable_"] th, [id^="inputTable_"] td {
  border-left: 1px solid #007399;
  border-right: 1px solid #007399;
  padding-left: 5px !important;
  padding-right: 10px !important
}

[id^="inputTable_"] {
  border-collapse: collapse;
}

[id^="inputTable_"] th:first-child, [id^="inputTable_"] td:first-child {
  border-left: none;
}

[id^="inputTable_"] th:last-child, [id^="inputTable_"] td:last-child {
  border-right: none;
}

.white_background {
  background-color: white !important;
}

td.ui-autocomplete-input {
  background-color: transparent;
  border: 0px solid;
}

tr.action-pending td.status-image img {
  background-color: orange !important;
  padding: 2px !important;
}
.confirmed-user-approve{
  color: green;
}

.confirmed-user-rejected{
  color: orangered;
}

.data-type-dropdown{
  width: 400px;
}

.documents-grid {
  display: flex;
  flex-direction: column;
}

.graphical-row {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.image-cell .document-type-element {
  text-align: center;
  flex-basis: 18%;
  max-width: 18%;
  margin-right: 1%;
}

.graphical-display-image {
  width: 150px;
  height: 150px;
}

.edit-documentType-image{
  width: 100px;
  height: 100px;
}
.text-center {
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.doc-type-text-name{
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: black;
}
.doc-type-text-count{
  max-width: 150px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.graphical-display-image{
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.graphical-grid{
  margin-left: 30px;
  margin-right: 30px;
}


@media screen and (max-width: 1024px) {
  .graphical-row {
    flex-direction: column;
    align-items: center;
  }

  .image-cell {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.td-vertical-align {
  vertical-align: middle
}

.ui-state-active{
  background: #0088CC !important;
}

.inputTable-Documents {
  width: 100% !important;
}

.data-row .inputform-label-search {
  width: 20% !important;
}

.data-row .inputform-value-search {
  width: 80% !important;
}

.ai-helper-image-search{
    width: 50px;
    height: 50px;
}
.ai-helper-image-module{
  width: 35px;
  height: 35px;
}

.whiteicn.icon-plus {
  color: white;
}

.ui-tooltip{
  opacity: 100% !important;
}

.ui-tooltip-content{
  opacity: 100% !important;
}
.select2-container .select2-choice {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  height: auto;
  white-space: normal;
  overflow-wrap: break-word;
  overflow: hidden;
}
.select2-container .select2-choice span {
  white-space: normal;
}
.select2-container .select2-choice .select2-chosen {
  white-space: normal;
  overflow-wrap: break-word;
}

td.textFieldPadding .select2-container{
  width: 80% !important;
}

.log-note-popup{
  height: 50% !important;
}

.strategy-icon{
  width:16px !important;
  height:16px !important;
}

.strategy-admin-view-menu {
  display: inline-block;
}

.strategy-tree-header{
  display: inline-block;
}