html,
body {
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
}

body {
  opacity: 1 !important;
  background: linear-gradient(125deg, #081026 0, #003478 60%, #0066a1 100%) repeat fixed 100% 100% !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#081026', endColorstr='#0066a1', GradientType=1) !important;
}

.parent {
  height: 100%;
}

.mainParent {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.mainParentHost {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mainPanel {
  border: 7px solid #B3B3B3 !important;
  background: white !important;
  flex: 1 1 auto;
  margin-bottom: 20px;
}

input[type="password"],
input[type="text"] {
  border-top: 1px solid #999;
  border-left: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}

md-input-container.md-default-theme .md-input,
md-input-container .md-input {
  border-top: 1px #999;
  border-left: 1px #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px #B3B3B3;
}

textarea {
  border-top: 1px solid #999;
  border-left: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}

a:hover,
a:active,
a:visited,
a:focus {
  color: #b2b2b2;
}

.textareaSshPrivateKey {
  font-size: 12px !important;
  height: 37em !important;
  min-height: 12px !important;
  line-height: 16px !important;
}

.textareaDatabaseUpdate {
  resize: none;
  overflow-y: scroll;
  height: 400px !important;
  max-height: 400px !important;
  line-height: 20px !important;
  font-size: 80%;
}

.textareaSamlCert {
  font-size: 12px !important;
  height: 12em !important;
  min-height: 12px !important;
  line-height: 16px !important;
  overflow-y: scroll;
}

.divLogin {
  transform: translateY(+10vh);
  z-index: 1000;
}

.lblLogin {
  color: #ffffff !important;
}

.btnLogin {
  background-color: #95c82e !important;
  box-shadow: 0 .063em 0 rgba(0, 0, 0, .6), 0 .063em 0 rgba(0, 0, 0, .6), 0 -.063em 0 #cfef77 !important;
  color: #fff !important;
  width: 200px !important;
}

.btnLogin:hover {
  background-color: #d0f078 !important;
}

div,
input,
label,
p,
a,
textarea {
  color: #000000 !important;
}

md-content,
.md-subheader {
  background-color: transparent !important;
}

md-option {
  background: #c8cdea !important;
}

md-select-menu.md-default-theme md-content md-option:not([disabled]):focus,
md-select-menu md-content md-option:not([disabled]):focus,
md-select-menu.md-default-theme md-content md-option:not([disabled]):hover,
md-select-menu md-content md-option:not([disabled]):hover {
  background: #FFFFFF !important;
}

md-switch {
  margin: 0px !important;
}

md-switch.md-checked .md-thumb,
switch.md-checked .md-bar {
  background-color: #00ff99 !important;
}

md-switch.md-default-theme.md-checked .md-bar,
md-switch.md-checked .md-bar {
  background-color: #00b36b !important;
}

input::placeholder {
  font-style: italic !important;
  color: #bfbfbf !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic !important;
  color: #bfbfbf !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic !important;
  color: #bfbfbf !important;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic !important;
  color: #bfbfbf !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic !important;
  color: #bfbfbf !important;
}

select:not([disabled]):focus .md-select-value.md-select-placeholder {
  font-style: italic !important;
  color: #bfbfbf !important;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value,
md-select:not([disabled]):focus .md-select-value {
  font-style: italic !important;
  color: #bfbfbf !important;
}

md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
  font-style: italic !important;
  color: #bfbfbf !important;
}

.md-select-value .md-select-icon:after {
  color: #ffffff !important;
}

md-input-container.md-default-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after,
md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: #ffffff !important;
}

md-input-container.md-default-theme label.md-required:after,
md-input-container label.md-required:after {
  color: #ff4d4d !important;
}

.logoPhilips {
  width: 33px;
  vertical-align: middle;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #032556;
  border-bottom: 1px solid #071129 !important;
}

md-dialog,
md-dialog-content {
  color: #000000 !important;
  background: #CCCCCC !important;
}

md-dialog-content .ng-binding {
  color: #000000 !important;
  background-color: transparent !important;
}

.block-ui-message {
  color: #ffffff !important;
  background-color: #000000 !important;
  font-style: italic;
}

.md-confirm-button {
  color: #ffffff !important;
  background-color: #3f51b5 !important;
}

.md-content-list {
  max-height: 500px !important;
  min-width: 750px !important;
}

.md-content-list-small {
  max-height: 500px !important;
}

.md-content-list2 {
  max-height: 430px !important;
  min-width: 750px !important;
  overflow-y: scroll;
}

.md-content-list3 {
  max-height: 430px !important;
  height: 430px !important;
  min-width: 750px;
  flex: 1 1 auto;
  overflow-y: scroll;
}

.md-content-list4 {
  max-height: 450px !important;
  height: 450px !important;
  min-width: 750px;
  flex: 1 1 auto;
  overflow-y: scroll;
}

.md-input-content-evaluation {
  min-width: 10% !important;
}

.md-input-content-table {
  min-width: 30% !important;
}

.md-input-content-where {
  min-width: 40% !important;
}

.md-content-list-small2 {
  max-height: 430px !important;
  overflow-y: scroll;
}

.md-content-list md-content {
  overflow: hidden;
}

.md-content-list-small md-content {
  overflow: hidden;
}

.md-content-list md-list {
  overflow-y: scroll;
  min-width: 438px !important;
}

.md-content-list div.ng-binding {
  font-size: 13px !important;
  line-height: 16px !important;
  max-height: 48px !important;
}

.md-content-list-small md-list-item,
.md-content-list-small md-list-item-inner:before,
.md-content-list-small md-list-item:before {
  min-height: 30px !important;
}

.md-content-list-small div.ng-binding {
  font-size: 13px !important;
  line-height: 16px !important;
  max-height: 48px !important;
}

.md-confirm-button:hover {
  background-color: #273371 !important;
}

.md-button.md-default-theme.md-primary.md-fab:not([disabled]).md-focused,
.md-button.md-primary.md-fab:not([disabled]).md-focused,
.md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover,
.md-button.md-primary.md-fab:not([disabled]):hover,
.md-button.md-default-theme.md-primary.md-raised:not([disabled]).md-focused,
.md-button.md-primary.md-raised:not([disabled]).md-focused,
.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover,
.md-button.md-primary.md-raised:not([disabled]):hover {
  background-color: #273371 !important;
}

.md-button.md-default-theme.md-warn.md-fab:not([disabled]).md-focused,
.md-button.md-warn.md-fab:not([disabled]).md-focused,
.md-button.md-default-theme.md-warn.md-fab:not([disabled]):hover,
.md-button.md-warn.md-fab:not([disabled]):hover,
.md-button.md-default-theme.md-warn.md-raised:not([disabled]).md-focused,
.md-button.md-warn.md-raised:not([disabled]).md-focused,
.md-button.md-default-theme.md-warn.md-raised:not([disabled]):hover,
.md-button.md-warn.md-raised:not([disabled]):hover {
  background-color: #c74118 !important;
}

.btnAdd {
  height: 36px !important;
  width: 36px !important;
  min-height: 36px !important;
  min-width: 36px !important;
  text-align: center !important;
  vertical-align: middle !important;
  align-items: center !important;
  line-height: 38px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.btnAddBlue {
  height: 36px !important;
  width: 36px !important;
  min-height: 36px !important;
  min-width: 36px !important;
  text-align: center !important;
  vertical-align: middle !important;
  align-items: center !important;
  line-height: 38px !important;
  border-radius: 50% !important;
  background-color: #6a77c8 !important;
  color: #ffffff !important;
}

.btnAdd:hover {
  background-color: #CCCCCC !important;
}

.btnInstance {
  height: 36px !important;
  min-height: 36px !important;
  min-width: 36px !important;
  cursor: default !important;
  background-color: #00b36b !important;
  color: #000000 !important;
  vertical-align: middle !important;
}

.btnInstance:hover,
.btnInstance:active,
.btnInstance:disabled,
.btnInstance[disabled],
.btnInstance:focus {
  background-color: #00b36b !important;
  color: #000000 !important;
}

.btnInstanceWarn {
  background-color: #ff5500 !important;
}

.btnInstanceWarn:hover,
.btnInstanceWarn:active,
.btnInstanceWarn:disabled,
.btnInstanceWarn[disabled],
.btnInstanceWarn:focus {
  background-color: #ff5500 !important;
}

.divHostStatus {
  border: 1px solid #071129 !important;
  padding: 3px;
  margin: 3px;
  border-radius: 12px !important;
  overflow-x: hidden;
}

.divHostStatus.divHostStatusOk {
  border: 7px solid #4f9e00 !important;
}

.divHostStatus.divHostStatusWarn {
  border: 7px solid #c5c562 !important;
}

.divHostStatus.divHostStatusErr {
  border: 7px solid #cb3333 !important;
}

div.serverMode,
div.serverMode.ng-scope {
  position: absolute;
  width: 180px;
  height: 63px;
  left: 45%;
  top: 0px;
  z-index: 100;
  border: none;
  line-height: 64px;
  text-align: center;
  vertical-align: baseline;
  font-style: italic !important;
  font-size: 20px !important;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

div.serverMode.serverModeProduction,
div.serverMode.serverModeProduction.ng-scope,
div.divPhilipsBarNameProduction {
  background: #ff5101 !important;
  background-color: #ff5101 !important;
  color: #000000 !important;
}

div.serverMode.serverModeHomologation,
div.serverMode.serverModeHomologation.ng-scope,
div.divPhilipsBarNameHomologation {
  background: #92d86b !important;
  background-color: #92d86b !important;
  color: #000000 !important;
}

div.serverMode.serverModeTest,
div.serverMode.serverModeTest.ng-scope,
div.divPhilipsBarNameTest {
  background: #94bce6 !important;
  background-color: #94bce6 !important;
  color: #000000 !important;
}

.md-toolbar-tools {
  height: 64px !important;
  max-height: 64px !important;
}

div.divPhilipsBar {
  margin: 0;
  position: fixed;
  height: 20px;
  line-height: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  color: #FFFFFF;
  z-index: 10000;
  margin-bottom: 0px;
  font-size: 10px;
  vertical-align: bottom;
}

div.divPhilipsBarModeServer {
  position: fixed;
  z-index: 10001;
  width: 120px;
  text-align: center;
  left: 0px;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  /*
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    border-radius: 2em;
    */
}

div.divPhilipsBarUser {
  position: fixed;
  z-index: 10001;
  width: 50%;
  text-align: center;
  justify-content: center;
  color: #FFFFFF !important;
}

div.divPhilipsBarName {
  position: fixed;
  z-index: 10001;
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #FFFFFF !important;
}

div.divPhilipsBarVersion {
  position: fixed;
  width: 120px;
  right: 15px;
  float: right;
  vertical-align: bottom;
  text-align: right;
  z-index: 10002;
  color: #FFFFFF !important;
}

div.divPhilipsExpireTime {
  position: fixed;
  width: 140px;
  right: 20%;
  float: right;
  vertical-align: bottom;
  text-align: right;
  z-index: 10002;
  color: #FFFFFF !important;
}

div.divnoteinfo {
  font-size: 12px !important;
}

.pInvalidLogin {
  color: #efba28 !important;
  font-size: 12px !important;
  vertical-align: middle !important;
}

::-webkit-scrollbar {
  overflow: visible;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb {
  background-color: #B3B3B3;
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}

::-webkit-scrollbar-thumb:active {
  background-color: #808080;
}

body::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  border: solid transparent;
}

.popover {
  max-width: 100%;
}

.bellicon {
  width: 30px;
  height: 30px;
  background-color: inherit;
  position: relative;
  display: inline-block;
  background-image: url('../../images/ic_notifications.svg');
  background-size: contain;
  cursor: pointer;

}

.bellicon[data-badge]:after {
  content: attr(data-badge);
  background-color: red;
  font-size: 11pt;
  color: white;
  width: 1.0rem;
  height: 1.0rem;
  text-align: center;
  line-height: 1.0rem;
  border-radius: 50%;
  top: -4px;
  right: -1px;
  position: absolute;
}

.notify {
  width: 349px;
  height: 105px;
  padding: 1rem;
  left: 0;
  top: 70%;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0px 0px 0.5px rgba(32, 32, 32, 0.3);
  margin: 17px;
  position: relative;
  border-color: grey;
  border-left: solid;
  border-left-width: 4px;
}

.c-popover__title {
  text-align: left;
  color: #333333 !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
  letter-spacing: -0.1px;
}

.popover-group-title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -5px;

}


.popover-no-itens {
  color: grey;
  font-size: 18px;
  position: relative;
  top: -5px;
  margin: 20px;
  text-align: center;
  width: 349px;

}

.message {
  text-align: left;
  color: #333333 !important;
  font-size: 14px;
  margin-bottom: .5em;
  letter-spacing: normal;
}


.close {
  color: black !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.24;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.tableRemote,
.form-control,
.pagination,
.btn {
  font-size: 0.75rem;
  line-height: 0.8;
  padding: .035rem .35rem;
  display: -webkit-inline-box;
}

ul {
  list-style-type: none;
}

li.ng-scope {
  font-size: 1rem !important;
  line-height: 1 !important;
}

a .ng-binding {
  position: relative;
  display: block !important;
  padding: 6px 11px !important;
  margin-left: -1px;
  color: white;
}

td.ng-binding {
  font-size: 90%;
}

.ng-table th.filter .input-filter {
  color: black !important;
  font-size: 90%;
  min-height: 26px;
}

/* progress bar */
.bar {
  width: 50%;
  height: 10px;
  border: 1px solid #2980b9;
  border-radius: 3px;
  background-image:
    repeating-linear-gradient(-45deg,
      #2980b9,
      #2980b9 11px,
      #eee 10px,
      #eee 20px
      /* determines size */
    );
  background-size: 28px 28px;
  animation: move .5s linear infinite;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 28px 0;
  }
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 25px;
  background: blue;
  display: inline-flex;
  margin-left: 2px;
}

md-toast.md-success-toast-theme .md-toast-content {
  background-color: white;
  position: 'top right' !important;
}

md-toast.md-error-toast-theme .md-toast-content {
  background-color: maroon;
  position: 'top right' !important;
}

.dataTables_wrapper .page-item.active .page-link .button {

  background-color: #4f93ce;
  border: 1px solid #4f93ce;
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: rgba(255, 255, 255, .5);
  pointer-events: none;
  display: none;
  cursor: progress;

}

.pointer-events-none {
  pointer-events: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}



@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#glassBlock {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: rgba(255, 255, 255, .5);
  pointer-events: unset;

}

.swal-button {
  color: #ffffff !important;
  border-radius: 0px;
  background-color: #3f51b5 !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.jsgrid-cell {
  word-break: break-word;

}

.jsgrid-cell input[type=text] {
  width: calc(100% - 10px);
  margin: 5px;
  box-sizing: border-box;
}


.jsgrid-align-center {
  text-align: center !important;
}


.jsgrid-tab {
  width: 100%;
  height: 100%;
  margin: 10px;
}


.card-widgets-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.card-widget {
  width: 190px;
  display: flex;
  height: 71px;
  box-sizing: border-box;
  margin: 10px 10px 0;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.card-widget--sm {
  width: 175px;
}

.card-widget--md {
  width: 220px;
}

.card-widget--lg {
  width: 230px;
}

.card-widget-body {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  justify-content: flex-end;
  border-radius: 4px;
}

.card-widget-icon {
  width: 60px;
  height: 70px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: white !important;
}


.card-widget--stopped .card-widget-icon {
  background-color: #ff4081 !important;
  color: white !important;
}

.card-widget--running .card-widget-icon {
  background-color: #95c82e !important;
  color: white !important;
}

.card-widget--blue .card-widget-icon {
  background-color: #3f51b5ab !important;
  color: white !important;
}

.card-widget-info {
  text-align: right;
}

.card-widget-description {
  color: #757575 !important;
  font-weight: bold;
  font-size: 13px;
}

.card-widget-value {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.textareaDowntime {
  resize: none;
  overflow-y: scroll;
  height: 400px !important;
  line-height: 20px !important;
  font-size: 110%;
  font-family: monospace;
}

.card-widget-icon-download-button {
  width: 15px;
  background: white;
  font-size: 25px;
  color: #3f51b5 !important;
  border-color: white;
  outline: white;
}

.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;

}

.alert {

  display: inline-flex;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}


.alert-primary {
  background-color: #d9edf7;
  color: #3a87ad !important;
  border: 1px solid #3a87ad;
}

.TAB_JAVA, .TAB_HTML, .TAB_DELPHI {
  padding: 10px;
  margin: 10px 0;
  width: 60px;
  color: white;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  font-family: sans-serif;
  background-color: #666;
}



.TAB_HTML {
  color: #004085;
  background-color: #cce5ff;
}



.TAB_JAVA {
  color: #721c24;
  background-color: #f8d7da;
}



.TAB_DELPHI {
  color: #856404;
  background-color: #ffeeba;
}