html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

hr {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 20px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
    font-weight: normal;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 17px;
    font-weight: bold;
}

p {
	font-family: Arial, sans-serif;
	font-size: 15px;    
    padding-bottom: 5px;
    padding-right: 20px;
    line-height: 170%;
    margin: 0px;
}

li {
	font-family: Arial, sans-serif;
	font-size: 15px;
    padding: 0px 20px 2px 0px;
    line-height: 140%;
}

mono {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 90%;
}

.dl-horizontal dt {
    overflow: visible;
    white-space: pre-wrap;
}

.dl-horizontal dd {
    padding-right: 20px;
}

.container-fluid {
    height: 100%;
    padding-right: 0px;
}

.row-fluid {
    height: 100%;
}

.folderRoot > ul > li {
    padding: 10px 20px 2px 0px;
}
.folder {
	font-family: Arial, sans-serif;
	font-size: 15px;
    padding: 2px 0px 2px 5px;
    margin: 1px 0px 1px 2px;
    cursor: pointer;
}

.folder:hover {
    background-color: #d6d6d6;
}

:link, :visited, .bc {
	font-family: Arial, sans-serif;
    color: initial;
    text-decoration: underline;
}

a:hover, .bc:hover {
    color: #06d6a0;
}

.nav-header {
	font-family: Arial, sans-serif;
	font-size: 20px;    
}

.brand {
    font-size: 24px!important;
    text-decoration: none;
}

#search-input{
	height:25px;
	display:none;
}

#searchonwebcopy {
	height:25px;
	display:none;
	margin-right:25px;
}

.articlewrapper {
    padding-top: 10px;
}

.tablewrapper {
    padding-right: 20px;
}

.breadcrumbarrow {
    color: #999;
}

.breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumbs .bc {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.method {
    margin-top: 0px;
    margin-left: 30px !important;
    padding-left: 20px;
}

.inlineimage > img {
    height: 20px;
}

.howto {
    margin-top: -41px;
}

.selected {
    color: #06d6a0;
}

.imgwrapper {
    text-align: center;
    width: 95%;
    margin: 20px 0;
}
.imgwrapper > img {
    border: 1px solid #d1d1d1; /* var(--controlBorder) */
}

.levellisting {
    margin-bottom: 8px;
}

.levelrow > .level2sect:first-of-type {
    margin-left: 0;
}

.eitheror {
    list-style: none;
}

.dropdown-menu {
    overflow: hidden;
}

.dropdown-menu > li {
    margin: 0;
    padding: 0;
}

.dropdown-submenu {
    display: block;
    position: static;
    top: auto;
    left: auto;
    background: none;
    border: none;
    width: 100%;
    box-shadow: none;
    padding-left: 20px;
}

.codeblock {
    background-color: #333;
    border-radius: 2px;
    border: 1px solid #292929;
    margin-bottom: 20px;
    padding: 2px;
}

.codeline {
    color: #FFF;
    background: transparent;
    border: 0;
    white-space: normal;
}

.printme {
    cursor: pointer;
}

.levelbtn,.levelrow {
    margin: 20px 0;
}

.bc {
    cursor: pointer;
}


/* Search button styling */
.btn-group {
    padding-bottom: 50px;
}

.btn {
    border-radius: 0px !important;
    background-color: #ffffff; /* var(--controlBackground) */
    border: 1px solid #d1d1d1; /* var(--controlBorder) */
    text-shadow: none;
    background-image: none;
}

.btn.disabled {
    background-color: #f1f1f1;
}


/* Screen resolution-specific styles */
/*
@media (min-width: 980px) {
    body {
        padding-top: 100px;
    };
}

@media (max-width: 979px) {
    .input-append {
        width: 100%;
        text-align: center;
    }

    .navbar .container {
        width: 724px;
    };
}

@media (max-width: 767px) {
    .form-search {
        width: 100% !important;
    }

    .dropdown-menu {
        max-width: 100% !important;
    }

    .dropdown-menu > li > a {
        white-space: normal !important;
    }

    .navbar .container {
        width: auto;
    };
}
*/

@media print {
    .no-print {
        display: none !important;
    }
}

@media screen {
    .print-only {
        display: none !important;
    }
}