/* Custom Dropdown Styles */
.custom-dropdown-input {
  width: 100%;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  min-height: 24px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.custom-dropdown-input:hover:not(:disabled) {
  border-color: #aaa;
}
.custom-dropdown-input:focus {
  outline: none;
  border-color: #337ab7;
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}
.custom-dropdown-input:disabled, .custom-dropdown-input.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
  color: #999;
}
.custom-dropdown-input::placeholder {
  color: #999;
  font-style: italic;
}

.custom-dropdown-panel {
  position: fixed;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.custom-dropdown-search {
  width: 100%;
  padding: 8px 12px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
}
.custom-dropdown-search:focus {
  background-color: #f9f9f9;
}

.custom-dropdown-list {
  overflow-y: auto;
  max-height: 300px;
  flex: 1;
}
.custom-dropdown-list::-webkit-scrollbar {
  width: 8px;
}
.custom-dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-dropdown-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.custom-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.custom-dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.15s;
  border-bottom: 1px solid #f0f0f0;
}
.custom-dropdown-item:hover {
  background-color: #f5f5f5;
}
.custom-dropdown-item.selected {
  background-color: #337ab7;
  color: #fff;
  font-weight: 500;
}
.custom-dropdown-item:last-child {
  border-bottom: none;
}

.custom-dropdown-no-data {
  padding: 20px;
  text-align: center;
  color: #999;
  font-style: italic;
}

.custom-dropdown-cancel {
  padding: 5px 30px;
  margin: 6px auto;
  border: 1px solid rgb(220, 217, 217);
  border-radius: 4px;
  background-color: rgba(240, 240, 240, 0.32);
  cursor: pointer;
  font-size: 13px;
  color: rgb(102, 102, 102);
  transition: background-color 0.15s;
  display: block;
  text-align: center;
}
.custom-dropdown-cancel:hover {
  background-color: #e0e0e0;
  color: #333;
}
.custom-dropdown-cancel:active {
  background-color: #ddd;
}

.tc-modal-dialog .dx-popup-wrapper, .tc-modal-dialog > div > div {
  overflow: auto;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

.navbar .dx-menu-item {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

div.dx-overlay-content {
  position: fixed;
}

.form-title span {
  font-size: 14px;
  font-weight: 300;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 50px;
  z-index: -1;
}

nav {
  background-color: rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 90%;
  min-width: 1500px;
}

.vcenter-childs {
  display: flex;
  justify-content: center;
  align-items: center;
}

#empty-navbar {
  width: 30%;
}

#user-info img {
  padding: 8px;
}
#user-info p {
  margin: 0;
}

footer p {
  margin: 0;
}

.dx-datagrid-headers .dx-datagrid-text-content {
  text-align: center;
}

.dx-header-row > td > .dx-treelist-text-content {
  text-align: center;
}

.animated {
  transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.sticky {
  position: fixed;
  top: 10px;
}

#form {
  display: none;
  width: 500px;
  position: fixed;
  top: 70px;
  right: -550px;
  background-color: white;
  z-index: 1500;
  max-height: 90%;
  overflow-y: scroll;
}
#form form {
  padding: 10px;
  font-size: 14px;
  width: 100%;
}
#form form h5 {
  padding-bottom: 15px;
}

.form-buttons {
  width: 100%;
  padding-top: 15px;
  text-align: right;
}
.form-buttons .dx-button {
  margin-left: 10px;
}

.dx-numberbox .dx-texteditor-input {
  text-align: right;
}

.validation-summary-errors {
  padding-top: 15px;
  color: red;
}

.field-validation-error {
  background-image: url("../images/error.png");
  background-repeat: no-repeat;
  background-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 2px 0;
  padding: 0;
  vertical-align: middle;
  font-size: 0;
}

.title-header {
  width: 100%;
  display: inline-block;
}
.title-header h3 {
  font-size: 20px;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
}
.title-header h3:hover {
  cursor: default;
}
.title-header h5 {
  text-decoration: underline;
}

#listMessages {
  padding-top: 20px;
}
#listMessages .message {
  font-size: small;
}
#listMessages .message .message-title {
  opacity: 0.5;
}
#listMessages .message .message-text {
  white-space: normal;
}
#listMessages .message .message-status {
  opacity: 0.5;
}

.dx-link {
  vertical-align: middle;
}

.time-late {
  color: red;
}

.time-estimate {
  font-style: italic;
}

.plan-status-4, .plan-status-3, .plan-status-2, .plan-status-1, .task-status-Failed, .task-status-Finished, .task-status-Workarounded, .task-status-InProgress, .task-status-Ready, .task-status-InProgress-me, .task-status-Ready-me, .task-status-Planned {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.task-status-Planned {
  border-width: 1px;
  border-style: solid;
}

.task-status-InProgress-me, .task-status-Ready-me {
  height: 24px;
  width: 54px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.task-status-InProgress-me:hover, .task-status-Ready-me:hover {
  text-decoration: none;
  color: white;
}

.task-text {
  vertical-align: middle;
}

.task-group {
  font-weight: bold;
  text-transform: uppercase;
}

.task-critical {
  font-weight: bold;
  color: red;
  padding-right: 5px;
  padding-left: 5px;
}

.task-completed {
  opacity: 0.5;
}

.new-messages {
  font-weight: bold;
}

.task-status-Planned {
  border-color: darkorange;
}

.task-status-Ready {
  background-color: darkorange;
}

.task-status-Ready-me {
  background-color: darkorange;
}

.task-status-InProgress {
  background-color: #29a929;
}

.task-status-InProgress-me {
  background-color: #29a929;
}

.task-status-Finished, .task-status-Workarounded {
  background-color: darkgreen;
}

.task-status-Failed {
  background-color: red;
}

.plan-status-1 {
  background-color: darkorange;
}

.plan-status-2 {
  background-color: #29a929;
}

.plan-status-3 {
  background-color: gray;
}

.plan-status-4 {
  background-color: red;
}

.dx-link.dx-icon-chevronnext, .dx-link.dx-icon-chevrondown, .dx-link.dx-icon-link, .dx-link.dx-icon-user, .dx-link.dx-icon-remove, .dx-link.dx-icon-message {
  text-decoration: none;
}

.dx-link.dx-icon-message {
  margin-left: 15px;
}

.dx-link.dx-icon-chevronnext, .dx-link.dx-icon-chevrondown {
  vertical-align: middle;
  line-height: 20px;
}

.progress-info {
  font-size: 10px;
  line-height: 14px;
}

.progress-control.progress-plan .progress-bar {
  height: 6px;
}

.progress-bar {
  height: 4px;
  width: 0;
  background-color: green;
}

.progress-control.progress-group .progress-bar {
  height: 6px;
}

.progress-line {
  width: 100%;
  height: 1px;
  background-color: lightgrey;
}

.task-desc {
  font-size: 11px;
}

.dx-list-item-content, .dx-texteditor-input, .dx-lookup-field {
  font-size: 14px;
}

.dx-invalid-message {
  display: none;
}

.excel-is-invalid {
  padding-top: 30px;
  color: red;
}

#buttonBack {
  float: left;
  margin-right: 10px;
  display: none;
}

.is-deleted {
  color: red;
}

.info-icon {
  width: 20px;
  padding-bottom: 2px;
}

#divUserName, #divUserNamePassive, #divLogoutUser {
  color: lightgray;
}

.phone-country-dial {
  padding-right: 2px;
}

.phone-number {
  padding-left: 2px;
}

.switch-zoom {
  float: right;
  -ms-transform: scale(0.8, 0.8); /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

#treeTasks .dx-treelist-content .dx-treelist-table .dx-row > td {
  vertical-align: middle;
}

#treeKanbanTasks {
  white-space: nowrap;
}
#treeKanbanTasks .progress-control {
  width: 100%;
}
#treeKanbanTasks .progress-control .progress-info {
  text-align: center;
}
#treeKanbanTasks .card {
  display: block;
  position: relative;
  background-color: white;
  box-sizing: border-box;
  border-radius: 4px;
  width: 190px;
  padding: 5px 10px;
  cursor: pointer;
  white-space: normal;
  font-size: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#treeKanbanTasks .card-selected {
  border-color: darkgray;
  background-color: lightyellow !important;
}
#treeKanbanTasks .card:hover {
  border-color: darkgray;
  background-color: lightyellow !important;
}
#treeKanbanTasks .card:hover .card-icons {
  display: block;
}
#treeKanbanTasks .start-finish-button:hover {
  height: 24px;
  width: 54px;
  bottom: 4px;
}
#treeKanbanTasks .start-finish-button:hover .button-text {
  display: block;
}
#treeKanbanTasks .card.card-task {
  margin: 4px auto;
}
#treeKanbanTasks .card.card-group {
  margin: 4px;
  display: inline-block;
}
#treeKanbanTasks .card.card-group .card-subject {
  text-transform: uppercase;
  font-weight: bold;
}
#treeKanbanTasks .card-subject {
  padding-bottom: 6px;
  max-width: 170px;
}
#treeKanbanTasks .card-subject .task-critical {
  padding-left: 3px;
  padding-right: 3px;
}
#treeKanbanTasks .card-assignee {
  opacity: 0.6;
  display: inline-block;
  max-width: 150px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#treeKanbanTasks .messages-text {
  opacity: 0.6;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 4px;
}
#treeKanbanTasks .card-priority {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 3px;
  width: 4px;
  border-radius: 2px;
}
#treeKanbanTasks .group-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}
#treeKanbanTasks .dx-treelist-rowsview .dx-row > td, #treeKanbanTasks .dx-treelist-rowsview .dx-row > tr > td {
  overflow: visible;
  text-overflow: unset;
}
#treeKanbanTasks .dx-treelist-text-content {
  overflow: visible;
  text-overflow: unset;
}
#treeKanbanTasks .start-finish-button {
  height: 14px;
  width: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  bottom: 5px;
  right: 2px;
}
#treeKanbanTasks .start-finish-button .button-text {
  display: none;
}
#treeKanbanTasks .start-finish-button:hover {
  text-decoration: none;
  color: white;
}
#treeKanbanTasks .dx-link {
  text-decoration: none;
}
#treeKanbanTasks .dx-link.top-icon {
  padding: 5px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin-left: 2px;
}
#treeKanbanTasks .dx-link.dx-icon-message {
  margin: 0;
}
#treeKanbanTasks .card-icons {
  position: absolute;
  right: 2px;
  top: 5px;
  display: none;
}
#treeKanbanTasks .status {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 4px;
  background-color: gray;
  vertical-align: middle;
}
#treeKanbanTasks .status-Planned {
  background-color: darkorange;
  opacity: 0.5;
}
#treeKanbanTasks .status-Ready {
  background-color: darkorange;
}
#treeKanbanTasks .status-InProgress {
  background-color: #29a929;
}
#treeKanbanTasks .status-Finished, #treeKanbanTasks .status-Workarounded {
  background-color: darkgreen;
}
#treeKanbanTasks .status-Failed {
  background-color: red;
}

.tc-icon {
  width: 22px;
  height: 22px;
  opacity: 0.7;
  display: inline;
  vertical-align: middle;
  fill: blue;
}

.tc-icon:hover {
  opacity: 1;
  cursor: pointer;
}

.tc-icon-gantt:after, .tc-icon-list:after, .tc-icon-kanban:after {
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  content: "";
  vertical-align: middle;
}

.tc-icon-off {
  opacity: 0.2 !important;
}

.tc-icon-off:hover {
  opacity: 0.5 !important;
}

.tc-icon-kanban:after {
  background-image: url("../images/kanban.png");
}

.tc-icon-list:after {
  background-image: url("../images/list.png");
}

.tc-icon-gantt:after {
  background-image: url("../images/gantt.png");
}

#chartGantt {
  font-size: 13px;
}

.channel-disabled {
  opacity: 0.5;
}

.dx-checkbox.dx-state-readonly {
  opacity: 0.5;
}

.modal-content {
  display: table;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-content div.dx-texteditor-input-container:after {
  display: none;
}
.modal-content .content-row {
  display: table-row;
}
.modal-content .content-row .content-navigation {
  display: table-cell;
  width: 240px;
  padding: 10px;
  border-right: 1px solid #ddd;
}
.modal-content .content-row .content-navigation .active-tab {
  font-weight: bold;
}
.modal-content .content-row .content-main {
  display: table-cell;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}
.modal-content .content-row .content-main .tab-title {
  font-size: 20px;
  padding-bottom: 10px;
}
.modal-content .content-row .content-main.selection-pane > div {
  overflow: auto;
  height: 450px;
}
.modal-content .buttons-row {
  display: table-row;
  height: 70px;
}
.modal-content .buttons-row .buttons-empty {
  display: table-cell;
  border-top: 1px solid #ddd;
}
.modal-content .buttons-row .buttons-navigation {
  display: table-cell;
  border-top: 1px solid #ddd;
  line-height: 70px;
}
.modal-content .buttons-row .buttons-navigation .button-container {
  float: right;
  padding-right: 30px;
}
.modal-content .buttons-row .buttons-navigation .button-container .dx-button {
  margin-left: 10px;
}

#modalPredecessors .dx-popup-content {
  padding: 0;
}

.bottom-privacy {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

.bottom-version {
  text-align: right;
}

.tc-modal-dialog .dx-popup-content {
  padding: 0;
}
.tc-modal-dialog .dx-link {
  cursor: pointer;
}

#modalRegister .row-register-description {
  padding-top: 10px;
}
#modalRegister .row-register-agreement {
  padding-top: 10px;
}
#modalRegister .row-register-agreement #Agreed {
  padding-right: 10px;
}

#divLogoutUser {
  text-decoration: none;
  padding-left: 10px;
  font-size: 20px !important;
}
#divLogoutUser :hover {
  text-decoration: none;
}

#buttonChangePassword {
  float: left;
  margin-left: 0;
}

.user-selection-list {
  padding: 2px 3px;
}
.user-selection-list .non-team-user-first {
  border-top: 1px solid rgba(191, 191, 191, 0.63);
}

button.change-assignment {
  margin-left: 10px;
  padding: 3px 6px;
  border: 1px solid rgba(73, 244, 49, 0.81);
  background-color: rgba(170, 246, 133, 0.68);
  color: #236731;
  border-radius: 10px;
  position: absolute;
}

.assign-users-to-team-wrapper .assign-users-to-team-list {
  height: 200px;
  width: 95%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 0.5rem;
}
.assign-users-to-team-wrapper .assign-users-to-team-list .assign-users-to-team-list-item {
  padding: 3px;
  display: flex;
  align-items: center;
}
.assign-users-to-team-wrapper .assign-users-to-team-list .assign-users-to-team-list-item.other-team {
  background-color: rgba(144, 146, 156, 0.2);
  opacity: 0.5;
}
.assign-users-to-team-wrapper .assign-users-to-team-list .assign-users-to-team-list-item span {
  margin-left: 4px;
}
/*# sourceMappingURL=site.css.map */
