table:first-child td:first-child {
  width: 190px;
}

.last-col td:last-child {
  text-align: right;
}
.strict_cbox {
     margin-top:5px !important;
}
.phase2-grd {
     margin-bottom:5px;
}
.adv-settings-btn {
margin-top:5px;
}
.uk-button {
  text-transform: initial;
  border-radius: 4px;
}
#mfacode_login {
     display:none;
}
#login-forgot-pass {
     line-height:1.5;
     text-align: center;
}
#pass_reset_btn {
     outline:0;
}
#popup_btn_reset_pass {
     text-align:center;
}
.rectangle-3a-login {
     height: 28px;	
     width: 140px;	
     border: 1px solid #4FC3F7;	
     border-radius: 3px;	
     background-color: #FFFFFF;
     font-size:13px;
     font-weight:normal !important;
 }
#email_reset_box_text_outside {
     height:70px;
}
#waiting_img_box1 {
     text-align:center;
     position:relative;
}
 .modal-login {
     opacity: 1;
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1020;
     height: 100%;
     overflow-y: auto;
     background: rgba(0, 0, 0, 0.6);
     -webkit-transition: opacity 0.15s linear;
     transition: opacity 0.15s linear;
 }

.uk-button-default:hover {
  background-color: #eff7ff;
}

:disabled.uk-button-default:hover {
  background-color: white;
}

.uk-button-default {
  background-color: #fff;
  color:#1e87f0;
}

.uk-label-mute {
  background-color: rgb(185, 185, 185);
}

.uk-heading-small {
  font-size: 2.25rem;
}

.uk-text-bright {
  color: #fff !important;
}

body.fourofour { 
    background: url(../img/v2/jedox-dark-blue-background.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.title_text
{
  color: #666;
  display: flex;
  width: 200px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
font-feature-settings: 'clig' off, 'liga' off;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; 
}
.token-alert-text
{
  text-align: justify;
  margin-top: 0px;
  border-radius: 4px;
  background: rgba(255, 216, 143, 0.50);
  padding: 7px;
}
.token-create-button
{
  border: 1px solid var(--Link, #0F6ECD);
  color: var(--Link, #0F6ECD);
}
.token-title{

  color: #666666;
  font-feature-settings: 'clig' off, 'liga' off;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  margin-bottom: 0px;
}

.token-cancel
{
  width: 105px;padding: 10px 20px;
}
.token-create
{
  width: 105px;
  padding: 10px 20px;
}
.token-disabled
{
    opacity: 20%;
}
.tokent-row-name
{
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.token-row-button
{ 
  text-align: right;
}
.token-button-create
{
  width:98px;
  color: var(--Link, #0F6ECD);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; 
  height: 30px;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--Link, #0F6ECD);
  background: #FFF;
}

.token-button-delete
{
  width:98px;
  color: var(--Link, #cd0f0f);
text-align: center;

font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; 

  height: 30px;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--Link, #cd0f0f);
  background: #FFF;
}
.synchronize-environment--loading-databases .synchronize-environment__wrapper,
.synchronize-environment--loading-config .synchronize-environment__wrapper,
.synchronize-environment--loading-instances .synchronize-environment__wrapper {
    position: relative;
}
.synchronize-environment__loading {
    display: none;
}
.token_name{
display: flex;
height: 20px;
color: #999;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100% */
}

#settings_2fa_input {
  width: 200px;
  height: 200px;
}

.uk-table-small td, 
.uk-table-small th {
  padding: 8px 12px;
}

/* Console color code */

.bg-warning td {
  background-color: rgb(252, 255, 213);
}

.bg-warning .uk-badge {
  font-size: 12px;
  height: auto;
  background-color: rgb(250, 160, 90);
  cursor: pointer;
}

.bg-error td {
  background-color: rgb(255,217,217);
}

.bg-error .uk-badge {
  font-size: 12px;
  height: auto;
  background-color: rgb(240,80,110);
  cursor: pointer;
}

.bg-info td {
  background-color: rgb(244, 244, 244);
}

.bg-info .uk-badge {
  font-size: 12px;
  height: auto;
  background-color: rgb(153,153,153);
  cursor: pointer;
}

.uk-sticky-fixed {
  box-shadow: 0 2px 16px -4px gray;
  padding: 10px 0;
}

#instance-selector {
  display: none;
}

.uk-sticky-fixed > .uk-container > #instance-selector {
  display: block;
  margin-bottom: 10px;
}

html {
  scroll-padding-top: 175px; /* height of sticky header */
}

.day-date-section {
  padding-top: 16px !important;
  background-color: white;
}

.uk-button .uk-icon,
label .uk-icon {
  top: -1px;
  position: relative;
}

.toggle-description {
  border: 1px solid transparent !important;
  padding-left: 0px !important;
}

.description:hover {
  border: 1px solid #b2b2b2 !important;
  background-color: #eff7ff;
}

.description {
  padding-left: 0px !important;
}

a span {
  display: inline-block !important;
  overflow: initial !important;
}

.klammer {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
}

.reset-password-shrink {
	display: none
}

.reset-password-expand {
	display: block
}


@media (max-width: 768px){
  h1, .uk-h1 {
    font-size: 24px;
    line-height: 25px;
  }
}

.custom-position-icon {margin: -3px 3px 0 3px;}

.custom-position-left-level2 {margin-left: 32px!important;}
.custom-position-left-level3 {margin-left: 30px!important;}
.custom-position-left-level4 {margin-left: 30px!important;}
.alert-delete {z-index:10102; width: 100%; border: 1px solid gray!important; background: rgba(0,0,0,.55)!important; height: 100%;margin-top:0!important;}
.alert-delete-inside {width: 350px!important; padding: 30px;}

.uk-nav-parent-icon>.uk-parent>a::after {
  float: left!important;
  transform: scaleX(-1);
}

#data-folder-extented-icon::after {
	padding-top:5px;	
}
.resize-none {resize: none!important;}
.uk-modal {background:rgba(0,0,0,.3)!important;}

/* Start: Settings Status Update Banner */
.status-update {
	text-align: center;
    margin-bottom: 40px;
    display: none
}
.status-update--updating {
	display: block;
}
.status-update__updating {
    display: none;
}
.status-update--updating .status-update__updating {
	display: block;
}
.status-update--success {
	display: block;
    color: #33D296;
}
.status-update__success {
    display: none;
}
.status-update--success .status-update__success {
	display: block;
}
.status-update--error {
	display: block;
    color: #EA3323;
}
.status-update__error {
    display: none;
}
.status-update--error .status-update__error {
	display: block;
}
/* End: Settings Status Update Banner */