﻿#header #logo-group {
    background-color: #232F3E !important;
    color: #EC912D !important;
}
/* #left-panel nav ul li {
    color: #EC912D !important;
}  */
#header  {
    background-color: #2C3E50 !important;
}
.active {
    color: #EC912D !important;
}
.breadcrumb {
    margin-bottom: 0px;
}
h3 {
    color: #EC912D !important;
    font-size: 200%;
}
h5 {
    color: #808080;
    font-size: 150%;
    font-weight:600;
    margin-bottom: 15px;
    margin-top: 15px;
}
h6 {
    color: rgb(62, 129, 195);
    font-size: 120%;
}
h7 {
    color: rgb(62, 129, 195);;
    font-size: 100%;
    font-weight: 500;
}
strong {
    color: rgb(62, 129, 195);
}
.text_product {
    color: rgb(62, 129, 195);
    font-weight: 600;
}
.text_action {
    background-color: #f5f5f5;
    color: #2C3E50;
}
.text_comment {
    color: #087234;
    font-style: italic;
    font-size: 90%;
    font-weight: 600;
}
.text_object {
    color: #2C3E50;
    font-weight:600;
}
.text_sub_object {
    font-weight: 600;
}
.text_code_highlight {
    color: #ff0000;
    font-weight: 600;
}
.text_header {
    background-color: #2C3E50;
    color: #fff;
    font-size: 110%;
    font-weight: 600;
}
.text_header_light {
    background-color: #dcdcdc;
    color: #000;
    font-size: 110%;
    font-weight: 600;
}
.text_help_desc {
    color: #2C3E50;
    font-style: italic;
    font-size: 100%;
    font-weight: 600;
}
.text_small_desc {
    color: #444546;
    font-style: italic;
    font-size: 80%;
    font-weight: 600;
}
.text_mandatory {
    color: #ff0000;
    font-style: italic;
    font-size: 110%;
    font-weight: 600;
}
.text_mandatory_if {
    color: #808080;
    font-style: italic;
    font-size: 110%;
    font-weight: 600;
}
pre code {
    font-size: 120%;
}
.text_small {
    width: 100px !important;
}
.text_medium {
    width: 350px !important;
}
.text_large {
    width: 600px !important;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
#searchItem { background-color:#fff; color: #EC912D ; font-size:120%; font-weight: 700; padding:10px;  height: 49px; margin-top:0px; width: 100%; }
#dvSearch {
    left:200px;
    position:fixed;
    top:0px;  
    z-index: 9999; 
    width: 90%;
}
#dvCrumb {
    position:fixed;
    top:49px;  
    z-index: 9999; 
    width: 99%;
}
pre {
    background-color:#f5f5f5;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    white-space: wrap;
    width:100% !important;
}
code {
    color: #EC912D !important;
    font-size: 100%;
    padding-bottom :5px !important;
}
