[data-embed-mode="true"] .sidebar {
    display: none !important;
}

[data-embed-mode="true"] .topbar {
    display: none !important;
}

[data-embed-mode="true"] #MainSection {
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh !important;
}

[data-embed-mode="true"] .mainDiv {
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh !important;
}

[data-embed-mode="true"] .loading label {
    color: unset !important;
}

[data-embed-mode="true"] .loading {
    width: 100vw !important;
    height: 100vw !important;
    top: 0 !important;
    left: 0 !important;
}

[data-embed-mode="true"] .right .modal.fade.show .modal-dialog {
    top: 0;
    height: calc(100% - 1px);
}

[data-embed-mode="true"] .intranet-old-frame {
    height: 100vh !important;
}

[data-embed-mode="true"] .test-page-alert {
    top: 0 !important;
}

.toast-message .btn-default {
    background-color: white;
}

.modal-footer .btn-default:not([disabled]):not(.disabled) {
    background-color: #f8f9fa;
    border: solid 1px #f2f2f2;
}

.tabs-container {
    height: calc(100vh - 160px);
    overflow: auto;
}

#SideMenu.sidebar__line{
    height: 15px;
}

#InfoVersion.info{
    font-size: 11px;
    color: #2b2b38;
    font-weight: bold;
    padding: 2px 0 0 0;
}

.tabs-container::-webkit-scrollbar {
  width: 5px;
}

.tabs-container::-webkit-scrollbar-track {
  background: transparent; 
}

.tabs-container::-webkit-scrollbar-thumb {
  background: #00afa2; 
}

.tabs-container::-webkit-scrollbar-thumb:hover {
  background: #018e86; 
}

.action-fieldset {
    margin-top: 12px;
    border: 1px solid #6186a7;
    padding: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.action-fieldset legend {
    font-size: 15px;
    font-weight: bold; 
    width: auto;   
}

#lUserInfoEmail {
    min-width: 180px;
 }

.client-logo {
    min-width: 80px;
    padding-right: 40px;
}

.IgnoreOldCss {
    border: inherit !important;
    height: auto !important;
    line-height: inherit !important;
}

.IgnoreOldCss input[type='text']:hover, 
.IgnoreOldCss input[type='password']:hover {
    border: inherit !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.mainDiv {
    margin-top: 140px;
    height: calc(100vh - 70px);
    width: 100%;
}

.mainDivOpen {    
    /*margin-top: -80px;*/
    height: calc(100vh - 70px);
    width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

html * {
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #eff3f6;
}

.table td label {
    margin: inherit;
}

input {    
  box-shadow: none  !important;
}

input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active,
.btn:focus,
.btn:active, .btn-primary:focus, .btn-primary:active, .form-control:focus, .form-control:active {
  box-shadow: none !important;
}

.WidthInitial {    
  width: initial !important;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
}

.ui-datepicker {
    z-index: 1052 !important;
}

.input-group-addon {
    padding: 0.2rem .45rem;
    cursor: pointer;
}

.input-group-addon i {
  font-size: 18px;
}

.loadingIntern {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.loading {
  width: calc(100vw - 70px);
  height: calc(100vw - 70px);
  position: fixed;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  top: 70px;
  left: 70px;
  z-index: 99;
}

@media (max-width: 575px) {
  #toast-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
  }
  #toast-container>div,
  #toast-container div {
    width: 100% !important;
    border-radius: 0;
  }
  .modal-title {
      font-size: 15px !important; 
  }

  .modal {
      padding-top: 5px !important;
  }
  
  .modal-dialog {
      margin: 5px;
  }
  
  .modal-content {
      margin-bottom: 75px;
  }
}

#toast-container .toast-container {
  width: 100%;
}

.loading label {
    color: #00afa2;
    position: absolute;
    margin: 18% auto;
    text-align: center;
    width: 100%;
}

@media (max-width: 575px) {
    .loading label {
        margin: 15% auto;
    }
}

.btn{
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.btn-normalHeight{
  height: initial;
}

.btn-primary:not([disabled]):not(.disabled) {
  color: #fff;
  background-color: #00afa2;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):hover {
  background-color: #004944;
}

.btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active, .btn-default:not([disabled]):not(.disabled):hover {
  background-color: #004944;
  color: #fff;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 22px;
  font-weight: 100;
}

.card-actions {
  padding: 0 40px 40px;
  display: flex;
  justify-content: space-around;
}

label.label-placeholder, span.label-placeholder {
  position: absolute;
  transition-property: margin-top, font-size;
  transition-duration: 100ms;
  line-height: 2.5;
}

.form-group {
  position: relative;
}

.form-group.focused label.label-placeholder, 
.form-group.focused span.label-placeholder, 
.form-group.has-value label.label-placeholder, 
.form-group.has-value span.label-placeholder {
  transition-property: all;
  transition-duration: 300ms;
  margin-top: -30px;
  font-size: 15px;
}

.form-control ~ i,
.twitter-typeahead ~ i {
  position: absolute;
  right: 0;
  top: 0;
}

.twitter-typeahead {
  display: block !important;
}

.vertical-form {
  padding: 50px 0;
}

.vertical-form .container {
  padding: 0;
}

.vertical-form .form-check {
  margin-top: 40px;
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
  background-color: #424242;
  margin-top: -18px;
}

.popover.bs-tether-element-attached-left .popover-header,
 .popover.bs-tether-element-attached-left .popover-content,
 .popover.bs-tether-element-attached-left .popover-body,
.popover.popover-right .popover-header,
.popover.popover-right .popover-content,
.popover.popover-right .popover-body {
  background-color: #424242;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
  border-right-color: #424242;
  margin-top: 0;
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  border-right-color: rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}

.popover.bs-tether-element-attached-left .popover-header, 
.popover.bs-tether-element-attached-left .popover-content, 
.popover.bs-tether-element-attached-left .popover-body, 
.popover.popover-right .popover-header, 
.popover.popover-right .popover-content 
.popover.popover-right .popover-body {
    background-color: #424242;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.popover-content,.popover-body {
    padding: 9px 14px;
    color: #fff !important;
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #424242 !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
/*    line-height: 1.5;*/
    line-height: 1.0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #424242;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    color: white;
    margin-left: 10px;
}



.popover.bs-tether-element-attached-left, .popover.popover-right {
    background-color: #424242;
    margin-top: -18px;
}
.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px;
}
.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    border-right-color: rgba(0, 0, 0, 0.25);
    margin-top: -2px;
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0,0,0,.25);
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    border-right-color: #424242;
    margin-top: 0;
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    border-right-color: rgba(0, 0, 0, 0.25);
    margin-top: -2px;
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0,0,0,.25);
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.table {
    background-color: transparent !important;
}

.table th, .table td {
  font-weight: 300;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
}

.table.table-striped tbody tr:nth-of-type(even):not(.selected) {
  background-color: #fff;
}

.table.table-striped tbody tr:nth-of-type(odd):not(.selected) {
  background-color: #eff3f6;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 20% auto;
}
.sk-cube-grid .sk-cube {
width: 33.33%;
height: 33.33%;
background-color: #00afa2;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; 
}
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; 
}
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; 
}
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; 
}
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0.0s;
        animation-delay: 0.0s; 

}
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; 
}

  
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

.modal-header {
  padding: 22px 29px 0;
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-title {
  font-weight: 100;
  font-size: 24px;
}

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1100px;
  }
}

.topbar {
  background-color: #fff;
  height: 70px;
  width: calc(100vw - 240px);
  margin-left: 240px;
  transition: width 300ms, margin-left 300ms;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6eaee;
}
.sidebar.closed ~ .topbar {
  transition: width 300ms, margin-left 300ms;
  width: calc(100vw - 70px);
  margin-left: 70px;
  position: fixed;
  z-index: 999999;
}

.topbar .app-logo {
  flex-grow: 1;
}

.topbar .avatar {
  margin: 0 30px 0 0;
  position: relative;
}

.topbar .avatar > img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  cursor: pointer;
}

.topbar .badge.badge-pill {
  font-size: 9px;
  padding: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #fff;
}

.sidebar {
  background-color: #2b2b38;
  width: 240px;
  height: 100vh;
  position: fixed;
  transition: width 300ms;
  z-index: 99999;
  overflow-y: hidden;
  overflow-x: hidden;
}

.sidebar * {
  color: #b3b2b5;
}

.sidebar *:focus, .sidebar *:active,
.sidebar * a:hover {
  color: #b3b2b5;
  text-decoration: none;
}

.sidebar h1 {
  line-height: 0;
  height: 20px;
  padding: 25px 23px;
  margin: 0 0 15px 0;
  background: url("../Images/logo-processware-white.png") no-repeat center 22px;
  overflow: hidden;
  text-indent: -3000em;
}

.sidebar__line i, .sidebar__line--footer i {
  font-size: 20px;
}

.sidebar__line {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.sidebar__line--footer {
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

.sidebar__line--footer button {
  background-color: transparent;
  color: #b3b2b5;
  padding: 0 0 10px;
  cursor: pointer;
}

.sidebar .menu-settings__icon {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 6px;
  width: 70px;
  text-overflow: hidden;
  white-space: nowrap;
}

.sidebar .menu-settings__icon i {
  font-size: 10px;
}

.sidebar .form-group .label-placeholder {
  font-size: 14px;
  margin-top: 10px;
}

.sidebar .form-group i {
  top: 10px;
  padding-right: 5px;
}

.sidebar.closed .form-group {
  margin-bottom: 20px;
}

.sidebar.closed .form-group i {
  top: 10px;
  padding-right: 17px;
}

.sidebar .form-group.focused .label-placeholder, .sidebar .form-group.has-value .label-placeholder {
  margin-top: -12px;
  font-size: 11px;
}

.sidebar .form-group .form-control {
  background-color: transparent;
  border: 1px solid #b3b2b5;
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 8px 0 3px;
  width: 100%;
}

.sidebar .menu-toggler {
  cursor: pointer;
}

.sidebar .search-form-group label {
  font-size: 12px;
}

.sidebar .tabs-container {
    display: flex;
    justify-content: flex-end;
}

.sidebar .tabs {
  list-style: none;
  padding: 0;
  width: 100%;
}

.sidebar .tabs-item {
  margin: 5px 0;
  padding: 5px 5px 5px 0;
  text-align: center;
  display: flex;
  width: 100%;
}

.sidebar .tabs-item .close-tab {
    display: none;
}

.sidebar .tabs-item:hover .close-tab {
    position: static;
    font-size: 15px;
    display: block;
    text-shadow: none;
    right: 2px;
}

.sidebar .tabs-item label {
    position: absolute;
    margin-left: 70px;
    font-size: 15px;
    height: 40px;
    color: #b3b2b5;   
    text-align: left;
    cursor: pointer;
}

/*Internet Explorer (version 10+):*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    .sidebar .tabs-item label {
        margin-top: -40px;
    }
    .btn-normalHeight {
        height: auto;
    }
    .modal-footer {
        margin-top: 25px;
    }
    .tabs-container {
        scrollbar-base-color: #00afa2;
        scrollbar-3dlight-color: #00afa2;
        scrollbar-face-color: #00afa2;
        scrollbar-highlight-color: #00afa2;
        scrollbar-track-color: #2b2b38;
        scrollbar-arrow-color: #2b2b38;
        scrollbar-shadow-color: #2b2b38;
        scrollbar-darkshadow-color: #2b2b38;
        -ms-overflow-style: scrollbar;
    }
    #contentNewProcessStatusCockpit {
        margin-top: 25px;
    }
    #headerTrInfo {
        display: ruby;
    }
}   

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media 
{
    .TabCompatibility {
        overflow: auto !important;
        overflow-x: scroll !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .TabCompatibility iframe {
      height: 100%;
    }
}}


.sidebar .tabs-item.active label {
    color: #00afa2;
    cursor: pointer;
}

.sidebar .tabs-item .info {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 65px;
    padding: 0;
}

.sidebar .tabs-item:hover {
  background-color: rgba(239, 243, 246, 0.1);
}

.sidebar .tabs-item.active {
  background-color: #eff3f6;
  border-left: 3px solid #00afa2;
}

.sidebar .tabs-item.active i, .sidebar .tabs-item.active a {
  color: #00afa2;
}

.sidebar .tabs-item i {
    font-size: 22px;
    cursor: pointer;
}

.sidebar .tabs-item a {
  font-size: 12px;
  font-weight: 100px;
}

.sidebar.closed {
  transition: width 300ms;
  width: 70px;
}

.sidebar.closed h1 {
  background: url("../Images/logo-pw.png") no-repeat center 22px;
}

.sidebar.closed .sidebar__line {
  justify-content: center;
  margin-bottom: 20px;
}

.sidebar.closed .hide-on-closed,
.sidebar.closed .menu-settings__icon,
.sidebar.closed .form-control,
.sidebar.closed .select2,
.sidebar.closed label {
  display: none;
}

.profile {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 45px;
  right: -113px;
  padding: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  animation: fade-out 300ms;
  z-index: 10;
}

.active .profile {
  top: 65px;
  animation: fade-in 300ms;
  display: block;
}

.profile * {
  font-size: 12px;
  letter-spacing: 1px;  
}

.profile .arrow {
  position: absolute;
  top: -15px;
  right: 125px;
}

.profile__user-data {
  background-color: #00afa2;
  padding: 20px;
  display: flex;
}

.profile__avatar img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.profile__user-details {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile__user-details small{
  font-weight: 100;
}

.profile__user-details * {
  color: #fff;
}

.profile__user-details h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.profile__user-details a {
  display: flex;
  align-items: center;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 10px;
}

.profile__user-details a:hover {
  text-decoration: none;
  color: #fff;
}

.profile__user-details a i {
  font-size: 15px;
  margin-right: 5px;
}

.profile ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  border-right: 1px solid #e1e1e1;
  visibility: visible;
}

.profile li {
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  visibility: visible;
  border-width: 1px 0 1px 1px;
  color: #858585;
  padding: 20px;
  height: 50px;
  position: relative;
  background-color: #f2f2f2;
  cursor: pointer;
}

.profile li:hover {
  background-color: #fff;
}

.profile li i {
  font-size: 18px;
}

.profile li .badge.badge-pill {
    top: 5px;
    left: 48%;
    margin-left: 8px;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    top: 45px;
  }
  1% {
    display: block;
    opacity: 0;
    top: 45px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 65px;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
    top: 45px;
  }
  99% {
    display: none;
    opacity: 0;
    top: 65px;
  }
  100% {
    display: none;
    opacity: 0;
    top: 65px;
  }
}

.content-container {
  margin: 0;
  margin-left: 240px;
  display: flex;
  height: calc(100vh - 70px);
  transition: margin-left 300ms;
  padding: 40px;
}

.sidebar.closed ~ .content-container {
  transition: margin-left 300ms;
  margin-left: 70px;
}

.content-container .filters {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  cursor: pointer;
}

.content-container .filters i {
  font-size: 18px;
  margin-left: 7px;
}

.content__main-title {
  font-size: 24px;
  font-weight: 300;
}

.dashboard.content-container {
  align-items: center;
}

.dashboard .card {
  height: 250px;
  margin-bottom: 15px;
}

.dashboard .card-text {
  text-align: center;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard .card-text i {
  font-size: 135px;
  color: #CCC;
}

.dashboard .card-body {
  padding-bottom: 10px;
}

.dashboard .btn.btn-primary {
  margin: 0 10px;
}

.search-container {
  color: black;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login-container .form-group {
  margin-bottom: 3rem;
}

.login-container .form-actions {
  display: flex;
  align-items: center;
}

.icon-up-marker {
    cursor: pointer;    
}

.login-container .form-actions a {
  color: #b7b7b7;
  font-size: 12px;
  flex-grow: 1;
  text-align: center;
}

.login-container .form-control {
  border: 1px solid #c7edf4 !important;
  border-width: 0 0 1px 0 !important;
  border-radius: 0;
  padding: 0 20px 0 0;
}

.login-container .btn.btn-login {
  width: 115px;
}

.login-container .card {
  width: 510px;
  border: none;
  background: none;
  margin-left: -70px;
  height: 500px;
}

.login-container .card-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
  background: none;
  border-radius: 0;
  border: none;
  align-items: flex-end;
  margin-bottom: 15px;
}

.login-container .card-header h1 {
  display: flex;
}

.login-container .card-header h1 img, .login-container .card-header h2 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
    #MainSection {
        padding-top: 0;
    }
    .login-container .card {
        margin-left: 0;
    }
    .login-container .card-header h1 {
    width: 180px;
    }
    .login-container .card-header h2 {
    width: 100px;
    }
    .login-container .card-body {
      padding: 70px 0 25px 25px !important;
    }
  .login-container {
    padding: 20px;
  }
  .WidthInitial {
    width: 85% !important;
  }
  .login-container .language-selector {
    margin-top: -50px !important;
  }
  .login-container .btn.btn-login {
    width: 100px;
    margin: 0;
  }
}

.login-container .card-body {
  padding: 80px 0 80px 110px;
  background: #fff;
  border-radius: 0;
  border: none;
  position: relative;
}

.login-container .card-body label, .login-container .card-body input {
  font-size: 30px;
  font-weight: 100;
  color: #b7b7b7;
}

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.login-container .language-selector {
  position: absolute;
  margin-top: -70px;
  right: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 2px;
}

.login-container .language-selector img {
  z-index: 10;
}

.login-container .language-selected {
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10;
}

.login-container .language-list {
  list-style: none;
  padding: 0 90px 0 0;
  position: absolute;
  right: -129px;
  background: #f5f5f5;
  top: -3px;
  z-index: 9;
  opacity: 0;
  animation: show-from-right 300ms;
  display: none;
}

.login-container .language-list__item {
  font-size: 10px;
  padding: 10px;
  cursor: pointer;
  width: 125px;
  text-align: center;
}

@media (max-width: 575px) {
  .login-container .language-list__item {
    padding: 15px 10px;
  }
}

.login-container .language-list__item:hover {
  background-color: #00afa2;
  color: #fff;
}

.login-container .language-list.active {
  right: -29px;
  opacity: 1;
  animation: show-from-right 300ms;
  display: flex;
  width: 450px;
}

@media (max-width: 575px) {
  .login-container .language-list.active {
    top: -27px;
    display: block;
  }
}

@keyframes slide-from-top {
  0% {
    top: -100px;
    display: none;
    opacity: 0;
  }
  1% {
    top: -100px;
    display: block;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes slide-to-bottom {
  0% {
    top: 0;
    display: block;
    opacity: 1;
  }
  99% {
    top: 100px;
    display: block;
    opacity: 1;
  }
  100% {
    top: 100px;
    opacity: 1;
    display: none;
  }
}

@keyframes show-from-right {
  /* You could think of as "step 1" */
  0% {
    right: -129px;
    display: none;
    opacity: 0;
  }
  0% {
    right: -129px;
    display: flex;
    opacity: 0;
  }
  /* You could think of as "step 2" */
  100% {
    right: -29px;
    opacity: 1;
  }
}

.card-row {
    margin-bottom:15px;
}

.O2PModalGeneric {
    margin-top: 70px;
}

.toast-center-center {
    top: 35%;
    left: 50%;
    margin-left: -150px;
}

@media (max-width: 575px) {
  .sidebar.closed .tabs {
    margin-top: 0;
  }
  .toast-center-center {
    top: 25% !important;
    left: calc( 50% - 5vw);
    width: 90vw !important;
  }
  .O2PModalGeneric {
     margin-top: 0;
     bottom: 70px;
  }
  .card-row {
      margin: 0 20px
  }
  .mainDiv {
      margin-top: 70px;
      height: calc(100vh - 140px);
      overflow: auto;
  }
  .sidebar {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    left: 0;
    height: 70px;
    display: inline-flex;
  }
  .sidebar .tabs {
      margin-top: 0;
      width: initial;
  }
  .sidebar.closed ~ .topbar {
    transition: width 300ms, margin-left 300ms;
    width: 100%;
    margin-left: 0;
    position: fixed;
    z-index: 100;
  }
  .sidebar.closed .tabs-item {
    padding: 10px 0;
    width: 70px;
    flex-direction: row;
  }
  .sidebar.closed ~ .content-container {
    transition: margin-left 300ms;
    width: 100%;
    height: calc(100% - 140px);
    overflow-y: hidden;
    margin: 0;
    overflow-x: auto;
    padding: 85px 0 70px;
  }
  .sidebar .tabs-container {
    display: block;
    bottom: -4px;
    width: 100%;
    height: 70px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sidebar .tabs-container::-webkit-scrollbar {
    display: none;
  }
  .sidebar .tabs-container ul {
    display: flex;
  }
  .sidebar .tabs-item {
    width: 70px;
    flex-direction: column;
    height: 66px;
    margin: 0;
    flex-shrink: 0;
  }
  .sidebar .tabs-item .close-tab  {
    display: block !important;
    top: 0;
    right: inherit !important;
    font-size: 15px;
    text-shadow: none;      
  }
  .sidebar .tabs-item:not(.active) .close-tab {
    display: none !important;
  }
  .sidebar .tabs-item.active {
    background-color: transparent;
    border-left: none;
    border-bottom: 3px solid #00afa2;
  }
  .sidebar__line--footer {
    display: none;
  }
  .dashboard .card {
    height: auto;
    margin-bottom: 15px;
  }
  .dashboard .card .card-body {
    padding: 20px;
  }
  .card-title {
    font-size: 18px;
    text-align: center;
  }
  .dashboard .card .card-actions {
    padding: 0 20px 20px;
    flex-direction: column;
  }
  .dashboard .card .card-actions button {
    padding: 10px 5px;
    font-size: 12px;
    height: auto;
    margin: 0;
  }
  .dashboard .card .card-text {
    height: auto;
  }
  .dashboard .card-text i {
    font-size: 75px;
    color: #00afa2;
  }
  .dashboard .card .material-icons {
    font-size: 60px;
  }
  .topbar .avatar {
    margin: 0;
  }
  .client-logo {
    display: none;
  }
  .profile {
    right: -9px;
    width: 270px;
  }
  .profile .arrow {
    right: 19px;
  }
  .profile__user-details {
      margin-left: 8px;
      overflow: hidden;
  }
  .profile__user-data {
      padding: 5px;
      overflow: hidden;
  }
  .menu-toggler {
    padding: 7px 18px 0 0;
  }
  .menu-toggler i {
    font-size: 30px;
  }
  .logo-mobile {
    width: 80px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 0;
    padding: 25px 23px;
    background: url("../Images/logo-processware-white.png") no-repeat center 22px;
    overflow: hidden;
    text-indent: -3000em;
    z-index: 100;
  }
  .content__main-title {
    padding-top: 20px;
  }
  .vertical-form .form-check {
    margin-top: 0;
  }
  .loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40px;
    left: 0;
  }
  .loading .sk-folding-cube {
    margin: 75% auto;
  }
  .main-navigation {
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 100%;
    z-index: 99999;
    background: rgba(43, 43, 56, 0.95);
    display: none;
  }
  .main-navigation.showing {
    animation: slide-from-top 300ms;
    top: 0;
    display: block;
    opacity: 1;
  }
  .main-navigation .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
  }
  .main-navigation .nav-container {
    overflow: auto;
    width: 100%;
    height: calc(100vh - 160px);
    transition: height 300ms, margin-top 300ms;
    margin-top: -44px;
    z-index: 1000;
    position: relative;
  }
  .main-navigation header {
    padding: 20px 30px 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-navigation header .logo-cliente {
    width: 100px;
  }
  .main-navigation .navigation-search {
    margin: 10px 40px 30px;
    opacity: 0;
    transition: opacity 300ms;
    z-index: 900;
  }
  .main-navigation.search-on .nav-container {
    height: calc(100vh - 200px);
    transition: height 300ms, margin-top 300ms;
    margin-top: 0;
  }
  .main-navigation.search-on .navigation-search {
    opacity: 1;
    transition: opacity 300ms;
  }
  .main-navigation footer {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2b2b38;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .main-navigation footer .logo-cliente {
    width: 100px;
  }
  .main-navigation footer i {
    font-size: 30px;
  }
  .main-navigation__link {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    padding: 0 40px;
    line-height: 36px;
  }
  .main-navigation__link:hover, .main-navigation__link:active, .main-navigation__link:visited {
    color: #fff;
  }
  .main-navigation ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }
  .navbar-nav {
      display: inline-block;
  }
  .navbar-nav.justify-content-end {
      text-align: right;
  }
  .ContentPageHeader .navbar-text {
     margin: initial !important;
  }
}

.main-navigation .select2,
.sidebar .select2 {
  width: 100% !important;
}

.main-navigation .select2-container--default .select2-selection--single ,
.sidebar .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #b3b2b5;
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
}

.main-navigation .select2-container--default .select2-selection--single .select2-selection__rendered,
.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}

.main-navigation .select2 .select2-selection__arrow,
.sidebar .select2 .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__option ,
.select2-results__option div {
    font-size: 14px !important;
    color: #606060;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] div, 
.select2-container--default .select2-results__option--highlighted[aria-selected] div i {
    color: white;
}

.select2-results__option div {
    overflow: hidden;
    width: 100%;
    height: 25px;
    white-space: nowrap;
}

.select2-results__option i {
    color: #606060;
}

.select2-results__option span {
    width: 30px;
    display: inline-block;
}

#toast-container>div {
    opacity: 0.95;
	width: 400px;
}

#toast-container>.toast-warning,
#toast-container>.toast-error,
#toast-container>.toast-info,
#toast-container>.toast-message,
#toast-container>.toast-success {
    background-position-y: 10px;
}

.toast-title {
    font-size: 13px;
}

.toast-message, .toast-message div {
    font-size: 13px;
}

.toast-close-button {
    height: initial !important;
    top: -10px;
}

div.DTS div.dataTables_scrollBody {
    background: transparent !important;
}

.absolute-rigth {
    position: absolute;
    right: 0;
}

.dataTables_scrollBody {
    min-height: 150px;
}

.static-info-panel {
	border:1px solid black;
}

.topbar-icon-button {
    font-size: 30px; 
    padding: 0 20px; 
    color: #5e5f60;
}

#back-button {
    visibility: hidden;
    cursor: pointer;
}

table.dataTable.nopadding thead th, table.dataTable.nopadding tbody td {
    padding: 0 !important;
    background-repeat: no-repeat;
    background-clip: content-box;
}

table.dataTable.nopadding thead th label, table.dataTable.nopadding tbody td label{
    padding: 0 !important;
}

table.dataTable.condensed thead th, table.dataTable.condensed tbody td {
    padding: 2px !important;
    background-repeat: no-repeat;
    background-clip: content-box;
}

table.dataTable.condensed td .link-field {
    font-size: 20px;
}

table:has(tbody).dataTable.condensed thead th {
    padding: 0 !important;
}

table.dataTable.condensed thead th label, table.dataTable.condensed tbody td label{
    padding: 5px 0 0 0 !important;
}

.table.small-font-grid td, .table.small-font-grid th {
    font-size: 12px !important;
    white-space: normal;
}

.code-editor-dark {
    background-color: #2b2b38 !important;
    color: #ccdcee !important;
    font-family: 'Cascadia Mono',consolas !important;
    font-size: 11px !important;
}

.code-editor-light {
    background-color: #f9f9f9 !important;
    color: #2e2f39 !important;
    font-family: 'Cascadia Mono',consolas !important;
    font-size: 11px !important;
}

button.btn span.btn130 {
    display: block;
    width: 130px;
}

.accordion .card {
    height: initial !important;
}

.accordion .card .card-header {
    padding: 5px 15px;
    font-size: 18px;
}

.accordion .card .card-header a {
    display: block;
    cursor: pointer;
}

.accordion .card .card-header a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.accordion .card .card-header a.collapsed:after {
  content: "\f106";
}

.code-sample {
    border: none;
    width: 100%;
    overflow: hidden;
    white-space: pre;
    padding: 10px;
    resize: none;
}

.editor-lines {
    white-space: pre;
    line-height: 10px;
    counter-reset: line-counter;
    list-style: none;
    padding: 10px 0 10px 35px !important;
}

.editor-lines li{
  margin: 0;
  counter-increment: line-counter;
  position: relative;
}

.editor-lines li::before {
  content: counter(line-counter);
  color: black;
  font-weight: bold;
  position: absolute;
  --size: 30px;
  left: calc(-1 * var(--size) - 5px);  
  width: var(--size);
  height: calc(var(--size) + 10px);
  top: -10px;
  background: #e8e8ed;
  text-align: center;
  padding-top: 10px
}

.editor-line-number {
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: #e8e8ed;
    text-align: center;
}

.highlight {
    background: #efd258;
    padding: 2px;
}

.o2p-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.o2p-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.o2p-scrollbar::-webkit-scrollbar-thumb {
    background: #00afa2;
}

.o2p-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #018e86;
}

.img100 img {
    max-width: 100%;
}

.right .modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: calc(100% - 70px);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    max-width: 100vw;
}

.right .modal .modal-content {
    height: 100%;
    overflow-y: auto;
}

.right .modal .modal-body {
    padding: 15px 15px 80px;
}

.right .modal.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.right .modal.fade.show .modal-dialog {
    right: 0;
}
