.adminButtonsPanel {
  margin: 0px 0px 8px 0px;
}

.adminButtonsPanel .label {
  font-size: 9pt;
  padding: 5px 8px;
}

div.adminTitleMenu > div {
  text-align: right;
}

div.adminTitleMenu span.label {
  font-size: 9pt;
}

@media (min-width: 768px) {
    div.adminTitleMenu {
        position: relative;
        width: 100%;
        height: 0;
    }

    div.adminTitleMenu > div {
        position: relative;
        top: -45px;
    }
}


.listDeletedRow {
  color: #888888;
  text-decoration: line-through;
}

.smallControls {
  font-size: 12px;
}

.smallControls .form-control {
  height: 23px;
  padding: 2px;
}

.smallControls .box-header {
  padding: 4px;
}

.smallControls .box-header .box-title {
  font-size: 14px;
}

body.login-page .form-horizontal td {
  padding: 2px;
}

div.debug {
    background-color: #333333;
    color: #bbbbbb;
    margin: 5px;
    padding: 5px;
    font-size: 9pt;
}

div.leftMenuFooter {
    background-color: #333333;
    color: #cccccc;
    margin: 5px;
    padding: 5px;
    font-size: 9pt;
}

.navbar-nav li.navinfo {
    display: block;
    padding: 13px 10px;
    line-height: 20px;
    font-size: 12pt;
}

li.ui-tabs-tab {
    padding: 2px 3px 2px 3px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: 2px solid #2694e8 !important;
}

.ui-widget-header {
    background: #daebf7;
}

ul.ui-tabs-nav {
    background: inherit;
    border: none;
    border-bottom: 1px solid #2694e8;
    border-radius: 0;
    padding-top: 0;
    margin-top: 0;
}

.ui-tabs {
    border: none !important;
    background: inherit;
    padding-top: 0;
}

.ui-tabs-panel {
    border: 1px solid #aed0ea !important;
    background: white !important;
}

#topMenuForm {
    margin: 10px;
}

#topMenuForm input {
    display: inline;
    height: 28px;
    padding: 6px;
}

#topMenuForm button {
    height: 28px;
    position: relative;
    top: -2px;
}

h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.sidebar-menu>li>a>.fas, .sidebar-menu>li>a>.far {
    width: 20px;
}

td.dt-right {
  text-align: right;
}

.dropdown-menu {
    border: 1px solid #999999;
}

.dropdown-menu>li>a {
    color: #444444;
}

#logo-nonprod-warning {
    display: inline;
    color: white;
    background-color: #ff4a4a;
    padding: 5px 4px 2px 4px;
    font-size: 12pt;
    font-weight: bold;
    border-radius: 4px;
}


.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #6DB1D8;
}
