@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');

* {
    border-radius: 0px !important;
}

.bg-light {
    position: relative;
    box-shadow: 0px 0px 25px 0px #efefef !important;
}
/* .bg-light:after {
    content: "";
    position: absolute;
    width: calc(100% - 250px);
    left: 250px;
    bottom: 0;
    height: 20px;
    box-shadow: 0px 0px 25px 0px #efefef !important;
    background-color: #f8f9fa;
} */

.header-logo {
    width: 166px;
    transition: transform .1s;
}

.header-logo:hover {
    transform: scale(1.1);
}

.table {
    margin: 50px 0px;
    font-family: 'Roboto', sans-serif;
}

.table thead th {
    border-bottom: none;
    font-size: 14px;
    text-transform: uppercase;
}

.table td {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.table .badge {
	font-size: 90%;
	font-weight: 500;
	padding: 0.35em 0.5em;
}

.table .badge-table {
	background-color: #e0e0e0;
	color: #5e5e5e;
}

.content-center {
    text-align: center;
}

.content-left {
    text-align: left;
}

.content-right {
    text-align: right;
}

.fa-edit:before {
    color: #636363;
}

.fa-eye:before {
    color: #636363;
}

.fa-trash-alt:before {
    color: #d40c0c;
}

.fa-toggle-on:before {
    color: #7fd07f;
}

.toggle_switch {
    font-size: 17px;
}

.fixed-bottom {
    left: 50%;
    transform: translate(-50%);
    max-width: 200px;
}

.prodigentia-footer {
    color: black;
}

.prodigentia-footer:hover {
    color: #3a3a3a;
    text-decoration: none;
}

.iframe-btn{
    margin: 20px;
}

.iframe-title{
    margin-top: 30px;
}

.iframe-form {
    padding-top: 70px;
}

.sub-iframe {
    margin-top: 72px;
}

.iframe-tabs {
    width: 100%;
}

.iframe-header {
    padding-top: 30px;
}

.centered-items {
    text-align: center;
}

ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}

.nested {
  display: none;
}

/* .active {
  display: block;
} */

.edit-language-selector-group {
  text-align: right;
}
.edit-language-selector {
  margin-left: 10px;
  display: inline-block;
  width: auto;
}

.fa-user-check {
    color: limegreen;
}

form {
    width: 100%;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead .sorting_asc::after {
  content: url('../images/icons/sort-up-solid.svg');
  width: 11px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  opacity: 0.5;
}

table.dataTable thead .sorting_desc::after {
  content: url('../images/icons/sort-down-solid.svg');
  width: 11px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  opacity: 0.5;
}

table.dataTable thead .sorting::after {
  content: url('../images/icons/sort-solid.svg');
  width: 11px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  opacity: 0.5;
}

#dataTableBuilder_filter input {
    margin-left: 10px;
}

.dataTables_wrapper {
    position: relative;
}

.paging_simple_numbers {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.pagination li {
    margin-right: 5px;
}

.sidebar {
    height: 100vh;
    background: #313037;
    padding: 0;
    z-index: 1030;
    padding-bottom: 40px;
    transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    position: fixed;
    z-index: 99;
    overflow-x: hidden;
}

.sidebar.navbar-light .navbar-nav .nav-link {
    color: rgb(207, 207, 207);
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    position: relative;
}

.sidebar.navbar-light .navbar-nav .nav-link:hover {
    background-color: #2a292e;
}

.sidebar.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #2bafe7d1 !important;
    background-color: #232227;
}

.sidebar.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active_child > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active_child {
    color: #2bafe7d1 !important;
    background-color: #2a292e;
}

.menu_arrow {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 33%;
    transition: 0.2s;
}

.arrow_rotate {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.orchestrator_menu_icon {
    margin-right: 5px;
}

.orchestrator_menu_icon:not(.fas) {
    margin-right: 15px;
}

#sidebarCollapse {
    font-size: 1.2rem;
    color: #313037;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
}

.sidebar .nav-item:not([data-toggle="collapse"]) .nav-link {
    padding-left: 2rem;
}

.sidebar .nav-item {
    position: relative;
}

.customContainer {
    transition: all 0.3s;
    margin-top: 75px;
    margin-left: 70px;
}

.page-header h2 {
    margin: 15px 0;
    font-size: 1.40em;
}

.page-header h3 {
    font-size: 1.4em;
}


.alert.alert-block {
    margin: 0 15px;
}

.customContainer.active {
    width: calc(100% - 250px);
    margin-left: 250px;
}

.custom-container-login {
    margin-top: 70px;
}

.full-width-nav {
    width: 100% !important;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    width: 70px;
    overflow: visible;
}

#sidebar.active {
    /* margin-left: 0; */
    width: 250px;
    overflow: auto;
}

#sidebar.active .header-logo {
    width: 166px;
}

#sidebar .header-logo {
    width: 30px;
}

.navbar {
    position: fixed;
    right: 0;
    z-index: 999;
    width: calc(100% - 70px);
    transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    background-color: #e4e8eb;
}

.navbar.active {
    width: calc(100% - 250px);
}

.navbar-brand {
    margin-right: unset;
}

.logoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
}
.variable_insert_button_container {
    margin-right: 10px;
}

.delete-html-var i:before {
    color: #fff;
}

.dataTableCustomStyles td {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    width: 100%;
}

.dataTableCustomStyles tr td:last-of-type {
    text-align: center;
}

.dataTableCustomStyles th {
    white-space: nowrap;
}

.dataTableCustomStyles form {
    margin: unset;
}

.child-orchestrator-menu {
    background-color: #e4e8eb;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom: 0 !important;
    cursor: pointer;
}

.child-orchestrator-menu {
    display: none;
}

.orchestratorMenuShowChildren {
	display: block;
	font-size: 0.7rem;
	margin-top: 3px;
}

.orchestratorMenuShowChildrenLink {
	display: block;
	font-size: 0.7rem;
	margin-top: 3px;
}

.configure-sequence {
    color: #3490dc;
}

.user-status-container {
    background-color: #232227;
    color: #f8f8f8;
    padding: 0.8rem 1.5rem;
    margin-bottom: 5px;
    position: relative;
}

.user-status-container-collapsed {
    height: 50px;
}

.logout-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    font-size: 1.2rem;
}

.logout-container a {
    color: #2bafe7d1;
}

.user-status-container p {
    margin-bottom: 0;
    font-size: 0.8rem;
    letter-spacing: 0.4px;
}

.user-status-container p:last-of-type {
    font-size: 0.7rem;
    color: rgb(194, 194, 194);
}

#sidebar::-webkit-scrollbar-track
{
	background-color: #313037;
}

#sidebar::-webkit-scrollbar
{
	width: 8px;
	background-color: #313037;
}

#sidebar::-webkit-scrollbar-thumb
{
	background-color: #555;
}

.sidemenu-hover-block-list {
    display: block !important;
}

.sidemenu-colapsed-ul-styles {
    position: absolute;
    left: 70px;
    width: 200px;
    top: 0;
    background-color: #313037;
    display: none;
    overflow-y: auto !important;
    /* max-height: 400px; */
}

.sidemenu-colapsed-ul-styles::-webkit-scrollbar-track
{
	background-color: #313037;
}

.sidemenu-colapsed-ul-styles::-webkit-scrollbar
{
	width: 8px;
	background-color: #313037;
}

.sidemenu-colapsed-ul-styles::-webkit-scrollbar-thumb
{
	background-color: #555;
}

.sidemenu-colapsed-ul-styles .navlink-collapsed {
    text-align: left !important;
    padding: 0.6rem 1.5rem !important;
}


.navlink-collapsed {
    padding: 0.8rem 1.5rem !important;
    text-align: center;
}

#sidebar .nav-item ul {
    text-align: left;
}

#sidebar .nav-link.is-child {
	padding-left: 45px;
}

.navlink-collapsed i {
    font-size: 1rem;
    margin-right: unset;
}

.navlink-collapsed .menu_arrow{
    right: 14px;
}

.nav-item-hover-color {
    background-color: #2a292e;
}

.app-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 50px;
}

.app-cards-container a {
    text-decoration:none;
}

.app-cards-container .card {
    height: 120px;
}

#app-selected-button {
    color: #e4e8eb;
}

.green-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #7FD07F;
}

.red-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ff4545;
}

.grey-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #dbdbdb;
}

.app-active-check{
    position: absolute;
    top: 15px;
    right: 15px;
}

.session-hidden {
    display: none;
}

.app-row-logo {
    width: 80px;
}

.active-app-cell {
    margin: auto !important;
    border-radius: 50% !important;
    position: relative;
    display: inline-block;
}
.callbacks-container .active-app-cell  {
    margin-left: 10px !important;
}

.generator-builder-iframe {
    min-height: 150vh;
    width: 100%;
    border: 0;
}

.modal-dialog .table{
    margin: unset;
}

.card-icon {
    font-size: 2.1rem;
    position: absolute;
    top: 20px;
    right: 25px;
}

.app-cards-container p {
    margin-bottom: unset;
    margin-left: 5px;
    color: #c3c3c3;
}

.app-cards-container h3 {
    margin-bottom: 8px;
}

.menu-divider {
    color: #cfcfcf;
    font-size: 0.7rem;
    margin: 8px 20px;
    letter-spacing: 0.5;
    cursor: default;
}

.iframe-selector label {
    margin-right: 10px;
}

.btn-success .fa-plus, .btn-primary .fa-plus, .btn-success .fa-download, .btn-secondary .fa-plus {
    margin-right: 5px;
}

.back-link-button {
    color: #4d4c53;
    margin-right: 5px;
    font-size: 1.60rem;
    text-decoration: none !important;
}

.table td {
    vertical-align: middle;
}

.navbar-nav .form-inline {
    margin-bottom: unset;
}

.navbar-nav .form-inline label {
    margin-right: 5px;
}

.workflow-engine-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    height: 100vh;
    width: 100%;
}

.workflow-engine-layout>div:first-of-type {
    padding-top: 8px;
}

.flow-name {
    background-color: #069cdc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 20px auto;
    font-size: 1.2rem;
}

.workflow-cards-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.workflow-list-container {
    width: 95%;
}

.workflow-list-container>div {
    background-color: #a6cdde80;
    border: 1px solid #047db1;
    border-radius: 15px;
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    position: relative;
}

.state-active, .transition-active {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 1.5rem;
}

.edit-sequence-state {
    font-size: 1rem;
}

.state-form-edit, .state-form-new, .transition-form, .transition-duplicate-form, .configure-transition-form  {
    margin-top: 40px;
    position: relative;
    display: none;
}

.state-form>h4, .transition-form>h4, .configure-transition-form>h4  {
    margin-bottom: 30px;
}

#back-transition, #back-state-new, .back-state-edit, .back-transition-configure {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: -20px;
}

.workflow-list-container .buttons {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 20px;
}

.workflow-list-container .buttons>a, .workflow-list-container .buttons>div {
    margin-left: 8px;
}

.workflow-list-container .buttons>a:first-of-type {
    font-size: 1.1rem;
}

.workflow-list-container .buttons>a:last-of-type {
    font-size: 0.9rem;
}

.roles-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.callback-item {
    background-color: #a6cdde80;
    border: 1px solid #047db1;
    border-radius: 15px;
    width: 100%;
    padding: 15px 60px 15px 20px;
    margin: 15px 0;
    position: relative;
}

.callback-item .buttons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-47%);
    display: flex;
}

.callback-item .buttons>div:first-of-type {
    margin-right: 5px;
}

.callback-item a i {
    line-height: 1em;
}

.callbacks-empty {
    background-color: #c6dce680;
    border: 1px solid #999d9e;
    border-radius: 15px;
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    position: relative;
    text-align: center;
}

.workflow-engine-graph-container {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.workflow-engine-graph-container img {
    max-width: 100%;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: unset !important;
}

.workflow-validation-message {
    display: none;
    margin-top: 5px;
}

#audit-old-values {
    margin: 10px 0;
}

.form-row > .col, .form-row > [class*=col-]:last-of-type {
    padding-right: unset;
}

.form-row > .col, .form-row > [class*=col-]:first-of-type {
    padding-left: unset;
}

.form-row {
    margin: unset;
}

.go-to-app-link {
    margin: auto 0 auto 10px;
}

.form-builder-validation-message {
    transform: translateY(-20%);
}

td .fa-angle-right {
    margin-right: 5px;
}

.hierachiesShowChildren .fa-angle-right {
    cursor: pointer;
}

.child-hierarchy .hierachiesShowChildren {
    padding: 5px 10px 5px 25px !important;
}

.child-hierarchy {
    display: none;
}

.child-hierarchy-icon-rotate {
    transform: rotate(90deg);
}

/* .row-light {
    background-color: #d7dce0;
} */

td.content-center form {
    margin-bottom: unset;
}

td .breadcrumb {
    margin-bottom: unset;
    background-color: unset;
    padding: unset;
    font-size: 13px;
}

.custom-breadcrumb {
    background-color: #e3eef9;
}

ul.error-list {
    list-style-type: disc;
    padding-left: 30px;
}

.form-group label {
    font-size: 0.9rem;
}
.sidebar.navbar-light .navbar-nav .nav-link,
.form-group .form-control {
    font-size: 0.9rem;
}

.sidebar.navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding: 0.55rem 1.5rem;
}

#accordion .card-header button {
    width: 100%;
    text-align: left;
}

#accordion .card {
    margin-bottom: 10px;
}

#accordion .card-header button:hover,
#accordion .card-header button:active,
#accordion .card-header button:focus {
    text-decoration: none;
    box-shadow: none;
}

.input-group-text {
    font-size: 0.8rem;
}

.uploadFileTemplate-active {
	cursor: pointer;
}

.spinner-border {
	border-radius: 50% !important;
	display: none;
}

#checkUsedFilterModal .modal-dialog {
	height: 90%;
}

#checkUsedFilterModal .modal-content {
	height: 100%;
}

#checkUsedFilterModal .modal-body {
	overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.6em + 0.75rem + 2px) !important;
    line-height: 1.62857143 !important;
}

.error-logs-search {
	display: flex;
	align-items: flex-end;
}

.error-logs-search .form-group {
	margin-right: 15px;
}

.error-log-request-values {
	margin: 1em 0;
	background-color: #e9ecef;
	padding: 5px 10px;
}

.error-log-trace li {
	background-color: #e9ecef;
}

.error-log-trace li code {
	color: #3a3e42;
}

.error-log-title {
	margin: 30px 0;
}

#error-log-request-container label {
	display: flex;
	align-items: center;
}

#error-log-request-container .form-group {
	margin-bottom: unset;
}

#error-log-request-container .form-group:last-of-type {
	margin-bottom: 1rem;
}

.badge-rounded {
	border-radius: 50% !important;
	aspect-ratio: 1 / 1;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: default;
}

.select2-container {
    width: 100% !important;
}

.apps-select-container .select2 {
	width: 400px !important;
}


.search-form {
    margin-bottom: 15px;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading.hidden {
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(43, 175, 231, 0.75) 1.5em 0 0 0, rgba(43, 175, 231, 0.75) 1.1em 1.1em 0 0, rgba(43, 175, 231, 0.75) 0 1.5em 0 0, rgba(43, 175, 231, 0.75) -1.1em 1.1em 0 0, rgba(43, 175, 231, 0.5) -1.5em 0 0 0, rgba(43, 175, 231, 0.5) -1.1em -1.1em 0 0, rgba(43, 175, 231, 0.75) 0 -1.5em 0 0, rgba(43, 175, 231, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(43, 175, 231, 0.75) 1.5em 0 0 0, rgba(43, 175, 231, 0.75) 1.1em 1.1em 0 0, rgba(43, 175, 231, 0.75) 0 1.5em 0 0, rgba(43, 175, 231, 0.75) -1.1em 1.1em 0 0, rgba(43, 175, 231, 0.75) -1.5em 0 0 0, rgba(43, 175, 231, 0.75) -1.1em -1.1em 0 0, rgba(43, 175, 231, 0.75) 0 -1.5em 0 0, rgba(43, 175, 231, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative
}

.timeline::before {
    border-radius: .25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 39px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.timeline .timeline-container {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
    padding: 17px 5px 15px;
}

.timeline .timeline-container .trace-id {
    position: absolute;
    right: 32px;
    top: 5px;
    font-size: 13px;
}

.timeline .timeline-container >div::after,
.timeline .timeline-container >div::before {
    content: "";
    display: table
}

.timeline .timeline-container>div {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 10px;
}

.timeline .timeline-container .timeline-item {
    background-color: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
    border: 1px solid #d0cdcd;
}

.timeline .timeline-container .timeline-item .time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px
}

.timeline .timeline-container .timeline-item .timeline-header {
    color: #495057;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 10px
}

.timeline .timeline-container .timeline-item .timeline-header a {
    font-weight: 600
}

.timeline .timeline-container .timeline-item .timeline-body,
.timeline .timeline-container .timeline-item .timeline-footer {
    padding: 10px
}

.timeline .timeline-container .timeline-item .timeline-body img {
    margin: 10px
}

.timeline .timeline-container .timeline-item .timeline-body ol,
.timeline .timeline-container .timeline-item .timeline-body ul,
.timeline .timeline-container .timeline-item .timeline-body>dl {
    margin: 0
}

.timeline .timeline-container div> .fa,
.timeline .timeline-container div> .fab,
.timeline .timeline-container div> .fad,
.timeline .timeline-container div> .fal,
.timeline .timeline-container div> .far,
.timeline .timeline-container div> .fas,
.timeline .timeline-container div> .ion,
.timeline .timeline-container div> .svg-inline--fa,
.timeline  div>.fas,
.timeline  div>.svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%!important;
    font-size: 16px;
    height: 36px;
    left: 18px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px
}

.timeline .timeline-container div > .svg-inline--fa {
    padding: 7px
}

.timeline .timeline-container.bottom-clock-container .fas {
    left: 23px;
}

.timeline .time-label {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative
}

.timeline .time-label span {
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 5px 10px;
}

.timeline .bg-deleted,
.timeline .bg-deleted>a,
.timeline .bg-deleted:before {
    color: #fff !important;
}

.timeline .bg-deleted {
    background-color: #dc3545 !important;
}

.timeline .bg-blue,
.timeline .bg-blue>a,
.timeline .bg-blue:before,
.timeline .bg-updated,
.timeline .bg-updated>a,
.timeline .bg-updated:before {
    color: #fff !important;
    font-weight: 400;
}

.timeline .bg-blue,
.timeline .bg-updated {
    background-color: #2bafe7d1 !important;
}

.timeline .bg-created,
.timeline .bg-created>a,
.timeline .bg-created:before {
    color: #fff !important;
    font-weight: 400;
}

.timeline .bg-created {
    background-color: #28a745 !important;
}

.timeline .bg-gray,
.timeline .bg-gray>a,
.timeline .bg-gray:before {
    color: #777777 !important;
    font-weight: 400;
}

.timeline .bg-gray {
    background-color: #d0cdcd !important;
}

table tr td .circle {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-radius: 50% !important;

}

.width-100 {
    width: 100%;
}

.cell-calculation-cells-section-container:not(:last-child){
    margin-bottom: 30px;
}

.cell-calculations-cells-list-table{
    margin-top: 10px;
}

#select2-target_cell_x_id-results li[aria-disabled="true"],
#select2-target_cell_y_id-results li[aria-disabled="true"],
#select2-cell_x_id-results li[aria-disabled="true"],
#select2-cell_y_id-results li[aria-disabled="true"]{
    display: none;
}

.cell-calculation-form{
    margin-top: 2rem;
}

.progressbar {
    position: relative;
    min-height: 35px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.progressbar .progressbar-bar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(56, 193, 114, 0.5);
    z-index: 1;

}

.progressbar .progressbar-status {
    position: absolute;
    line-height: 0px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#novoverde-declaration-weights-status-history-list{
    display: none;
    max-height: 400px;
    overflow: auto;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.03);
}

#novoverde-declaration-weights-status-history-list .item {
    margin-top: 3px;
    font-size: 14px;
}

.novoverde-playground-percentage-edit-container{
    position: relative;
}

.novoverde-playground-percentage-edit-container button{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    border: 0;
    background: transparent;
}

.novoverde-playground-percentage-edit-container button i::before{
    color: #3490dc;
}

.novoverde-playground-percentage-edit-container button i.fa-save{
    position: relative;
    right: 3px;
    font-size: 14px;
}

.playground-percentages-table-controllers.disabled{
    position: relative;
}

.playground-percentages-table-controllers.disabled::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
}

#novoverde-from-playground-to-production i.fa-spinner{
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

li.select2-selection__choice {
    color: #555555 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    margin: 5px 0 0 6px !important;
    padding: 0 6px !important;
    font-size: 14px !important;
}
