body {
    padding-top: 70px;
}

pre.prettyprint {
    padding: 9.5px !important;
    border: none !important;
    margin-bottom: 0px !important;
}

.page-header {
    margin-top: 0px !important;
}

/* Styles for Affix/sidebar shamelessly copied from http://getbootstrap.com/assets/css/docs.css */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
    position: static;
}

/* First level of nav */
.bs-sidenav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    background-color: #f7f5fa;
    border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
    display: block;
    color: #716b7a;
    padding: 5px 20px;
}

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
    text-decoration: none;
    background-color: #e5e3e9;
    border-right: 1px solid #dbd8e0;
}

.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
    font-weight: bold;
    color: #563d7c;
    background-color: transparent;
    border-right: 1px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
    margin-bottom: 8px;
}

.bs-sidebar .nav .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}

/* Tablets and up */
@media screen and (min-width: 768px) {

    /* Show the docs nav */
    .bs-sidebar {
        display: block;
    }

    /* Show the hidden subnavs when space allows it */
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
}

/* Tablets/desktops and up */
@media screen and (min-width: 992px) {

    /* Widen the fixed sidebar */
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 213px;
    }

    .bs-sidebar.affix {
        position: fixed; /* Undo the static from mobile-first approach */
        top: 60px;
    }

    .bs-sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile-first approach */
    }

    .bs-sidebar.affix-bottom .bs-sidenav,
    .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Large desktops and up */
@media screen and (min-width: 1200px) {

    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 270px;
    }
}

/*
** xtooltip from https://www.w3schools.com/css/css_tooltip.asp.
** It's very simple looking but also with very few css lines.
** I renamed it to xtooltip otherwise it collides with bootstrap.
*/

/* Tooltip container */
.xtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.xtooltip .xtooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the xtooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the xtooltip text when you mouse over the xtooltip container */
.xtooltip:hover .xtooltiptext {
    visibility: visible;
}

/*
** Show the username cell in DataGrid with red background and white fg
** To start Color Picker in Mac, press SHIFT+CMD+C
*/
.lockedUser {
    background-color: #F2AE43;
    color: white;
}

.handCursor {
    cursor: hand;
}

.delegatorErrorMessage {
	color: #ff0000;
}

.delegatorMessage {
	color: #000000;
}

.delegatorPasswordStrengthSuggestionList {
	list-style-type: square;
}

.delegatorMessageInfoBox{
    margin: 10px 0px;
    padding:12px;
    color: #00529B;
    background-color: #BDE5F8;
    box-shadow:1px 1px 3px #888;
}

.adminPanelHeaderColor{
    background-color:#222222 !important;
}

/* does not work */
.xdisabledInput{
    color: #ff0000 !important;
    background-color: #BDE5F8 !important;
}
.bs-label {
    white-space:nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.tool-tip {
  display: inline-block;
}
.tool-tip [disabled] {
  pointer-events: none;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.note-editor note-frame panel panel-default {
    margin-bottom: 2px !important;
}
.highContrast .dropdown-menu > li > a:hover,
.highContrast .dropdown-menu > li > a:focus {
    background-color: #0066FF !important;
    color: #FFFFFF !important;
}
