/* *************************************************************************************** */
/*                                  GENERAL STYLE                                          */
/* *************************************************************************************** */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
    font-family: sans-serif;
	border: 0;
	vertical-align: baseline;
    color: #eee;
    color: #575454;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************/

body {
    background-color: #7f7c7d;
}

form {
    font-size: 14px !important;
}

img {
    border-style : none;
    float: left;
    margin: 2px;
}

img.thumbnail {
    max-height:70px;
}

h2 {
    font-size: 1.5em;
    line-height: 1.3;
}

h3, h4 {
    color: #eee;
    text-shadow: 1px 1px #000;
    background: #afacab;
    background-repeat: no-repeat;
    background-size: cover;
}

h3 {
    margin: 0.5em 0 .5em;
    padding: 0.5em 1em;
    font-size: 100%;
    font-weight: 600;
    background-image: url("../img/dark/h2_bg_2.png");
}
h3.alternate {
    background-image: url("../img/dark/h2_bg_1.png");
}


h3 + p,
h3 ~ * {
    margin-left: 1em;
}

h4 {
    border-radius: 1em 0 1em 0;
    padding: 0.2em 1em;
    font-size: 105%;
    font-weight: 500;
    background-image: url("../img/dark/h2_bg_1.png");
}

h4 + *,
h4 ~ * {
    margin-right: 1.2em;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
    width: 100%;
}

hr {
    margin-top: 10px;
    padding: 0px !important;
    margin-bottom: 10px;
}

ul {
    display: inline-block;
    text-indent: 0px;
}

ul li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    text-indent: 0px;
}

ul li > * {
    vertical-align: middle;
}

div.main-box {
    position:relative;
    text-align:left;
    overflow:hidden;

    background: rgb(52,52,52); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(52,52,52,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(52,52,52,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(52,52,52,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(52,52,52,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(52,52,52,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(52,52,52,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

div.top-box {
    background: url("../img/dark/banner.png") no-repeat #343434 right top;
    height: 70px;
    min-width: 100%;
    padding-top: 1em;
}

div.top-box #home {
    position: absolute;
    top: 0;
    left: 0;
}

div#LoggedPersonBox > a,
div#LoggedPersonBox {
    color: #eee;
}

div#bottom-box {
    background-color: #343434;
    background:  url("../img/dark/footer.png") no-repeat #343434 right bottom;
    height: 50px;
    margin-top: -1em;

}
div.center-box {
    position:relative;
    margin-left:300px;
    margin-top: 100px;
}


div#content-box {
    background-color: #7f7d7d;
    position:relative;
    margin: 1em;
    margin-top: 0;
    min-height: 500px;
    box-shadow: 0 0px 8px #333;
    border-radius: 0 5px 0 0;
}

div#left-col {
    float:left;
    width:300px;
}

.clearfix:after {
    content: "."; 
    display: block;
    height: 0px;
    clear: both; 
    visibility: hidden;
}

.heightfix:before {
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}


/* *************************************************************************************** */
/*                          STYLE FOR THE MAIN BOXES                                       */
/* *************************************************************************************** */
/* FOR ALL BOXES */
div.Box, div#ActiveBox, div#LoginBox
{
    background-color: #C8C6C5;
    margin: 8px;
    padding: 5px;
    text-align: left;
}

div.Box > *,
div#ActiveArea > *{
    padding: 5px;
}

/* BOX WHERE WE FIND DIFFERENT BUTTONS FOR PAGE DISPLAY (SHOW/HIDE BOXES & NAVIGATE/STUDY) */
div#DisplayBox {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0.2em 0em;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    background-color: #c8c7c5;
}

/* BOXES NECESSARY FOR THE CREATE FUNCTION AND SEARCH FUNCTION */
div.Box {
    display: none;
    font-size: 14px;
    width: 100%;
    margin-right: 0px;
    padding: 0;
}

div.Box h2 {
    color: #eee;
    font-size: 100%;
    padding-left: 1em;
    font-weight: 600;
    font-variant:small-caps;

    background-color:  #aaa;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/dark/h2_bg_2.png");
    
    text-shadow: 1px 1px #000;
}

#ToggleBoxButton {
    position: fixed;
    left: 0;
    top: 150px;
}

#ToggleBoxButton label {
    width: 20px;
}
#ToggleBoxButton span {
    padding: 0;
}

div#ActiveBox
{
    min-height: 420px;
    margin-bottom: 2em;
    padding: 0px;
    box-shadow: 1px 1px 15px #333333;
}

div#left-col h2,
div#ReferenceArea {
    margin: 0;
}


/* BOX WHICH DISPLAY INFO ABOUT LOGGED-IN USER, LANGUAGE, TIME, ... */
div#LoggedPersonBox {
    text-align: right;
    height: 30px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 300px;
    padding-right: 1em;

    background: -moz-linear-gradient(left,  rgba(55,52,52,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(55,52,52,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(55,52,52,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(55,52,52,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(55,52,52,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(55,52,52,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00373434', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
}


/* BUTTON TO SWITCH TO NAVIGATE MODE DISPLAY */
li#NavigateButton {
    margin-right: -5px;
}

#SetLangForm {
    display: inline;
    padding-right: 1em;
}

#SetLangForm div.chzn-container-single {
    max-width: 8em;
    margin-left: 5em;
}

#SetLangForm *,
.Button.small,
.Button.small * {
    line-height: 0.9em;
    font-size: 1em;
    margin-top: auto;
    margin-bottom: auto;
}
a.Button.small span {
    padding: 0.3em;
}

#SetLangForm .Button,
.Button.small {
    margin: 0;
    padding: 3px;
}

#LoggedPersonBox a.extlink {
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
}

#LoggedPersonBox a.extlink span {
    color: #eee;
    border-bottom: 1px dotted #eee;
}

/* AREA WHERE TYPE-REFERENCE-REVISION IS DISPLAYED */
div#ReferenceArea
{
    text-align: left;
    font-weight: lighter;
    background-color: #fefefe;
    padding-bottom: 0.5em;
}
#reference-title {
    min-height: 60px;
}

#ReferenceArea h2 {
    padding-bottom: 0.3em;
    padding-left: 100px;
    padding-top: 0.3em;
    border-bottom: solid 1px #b2b0b0;
}

/* ACTIVE AREA */
div#ActiveArea
{
    text-align: left;
    background-color: #b0acab;
    float:none;
}

#main_content {
    padding-left: 1em !important;
    min-height: 500px;
    border: 2px solid white;
    background-color: #c8c6c5;
    margin: 0em 0.5em 0.5em 0.5em;
}

/* menu stuff*/
div#menu {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: -2px;
    padding: 0;
}

ul#MenuList {
    display: block;
    text-indent: 10px;
    text-align: left;
    font-size: 90%;
    margin-top: 5px;
    margin-left: 0em;
}

ul#MenuList li {
    display: inline-block;
    text-align: center;
    padding: 5px;
    white-space:nowrap;
    background: url("../img/dark/menu_bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding-top: 10px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: transparent;
    border-style: solid;
}

ul#MenuList li.CurrentPage {
    background: url("../img/dark/menu_active_bg.png") no-repeat center center;
    background-size: 100% 100%;
    border-color: white;
    border-left-width: 2px;
    border-right-width: 2px;
}
ul#MenuList li:hover
{
    background: url("../img/dark/menu_hover_bg.png") no-repeat center center;
    background-size: 100% 100%;
}

ul#MenuList li a
{
    text-decoration: none;
    padding: 4px 0px;
    display: inline-block;
    color: #eee;
    text-shadow: 1px 1px rgba(50, 50, 50, 0.7) 
}

ul#MenuList li.CurrentPage a {
    color: #343434;
    text-shadow: 1px 1px rgba(250, 250, 250, 0.7) 
}

/* *************************************************************************************** */
/*                   STYLE FOR THE TABLES USED IN THE SEARCHBOX & ACTIVEBOX                */
/* *************************************************************************************** */
table.Content
{
    width: 100%;
    margin-top: 10px;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 14px;
    background-color: #adacab;
}

table.Content th,
table.Content td
{
    padding: 3px;
}

table.Content th
{
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    color: #eee;
    background-color: #585455;
}

table.Content th * {
    font-weight: 600;
    color: #eee;
}

table.Content td
{
    text-align: left;
    background-color: #e4e3e1;
}

table.Content td,
table.Content td a,
table.Content td p,
table.Content td li {
    color: black;
}

table.Content td div.ui-widget {
    vertical-align: middle;
}

table.Content td.description
{
    background-color: #343434;
}
table.Content td.description,
table.Content td.description *{
    color: #ffffff;
    font-weight: bold;
    width: 15em;
}

/* comments */

div.comment {
    background-color: #e4e3e1;
    margin: 1em;
    padding-left:0.5em;
    border-left: 2px #888 solid;
    border-radius: 0 1em;
}

div.comment * {
    color: black;
}

div.comment_text {
    overflow-x: auto; /* scroll if there are too long lines (urls...) */ 
}

div.comment p {
    margin: 1em 1em;
}

div#comments{
    margin:1em;
    border-top: 1px #444 solid;
}

div#comment_form {
    margin-top: 1em;
}

td.expander span.not_expander {
    margin-top: auto;
    margin-bottom: auto;
    display:block; min-width:36px; height:16px;
    text-indent: 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left:4px;
    margin-left:6px;
    color:black;
    text-align:right;
    background-image: url("../img/puce.png");
}

td.expander span.expander {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    display:block; min-width:36px; height:16px;
    text-indent: 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left:4px;
    margin-left:6px;
    color:black;
    text-align:right;
}

td.expanded span.expander {
    background-image: url("../img/expander_normal_puce.png");
}

td.expanded span.expander:hover {
    background-image: url("../img/expander_normal_hover_puce.png");
}

td.open span.expander {
    background-image: url("../img/expander_open_puce.png");
}

td.open span.expander:hover {
    background-image: url("../img/expander_open_hover_puce.png");
}

/** simple search **/

div.Result {
    display: block;
    background-color: #e4e3e2;
}

ul.Result {
    display: block;
    overflow-y: auto;
    max-height: 30em;
}
div.Result p {
    padding: 0.3em;
}

li.Result {
    background-color: #fff;
    padding: 0.5em 0.2em 0.5em 0.5em;
    margin-bottom: 0.4em;
    display:block;
}

li.Result:hover {
    background-color: #ccc !important;
}

li.Result:hover *{
    color: black !important;
}
li.Result div.summary {
    padding-left: 1.5em;
    clear: both;
    font-size: 90%;
    padding-top: 0.3em;
}

li.Result div.toolbar{
    display:inline;
    position:static;
    float: right;
    margin: 2px;
}
li.Result div.toolbar button{
    height: 16px;
    width: 16px;
}

li.Result div.summary em {
    background-color: #fffcb6;
    color: black;
    font-style: normal;
}

span#numresults {
    color: #343434;
    font-size: 1em;
    font-weight: normal;
}

/** input **/
input[type=text],
input[type=file],
input[type=password],
select,
option,
textarea {
    color: black !important;
    font-size: 1.1em;
}

textarea {
    width: 100%;
}

a.Button, input.Button {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-weight: normal;
}

input.Button {
    margin: 0;
    color: #343434;
}

.ui-button {
    border: 1px solid #7f7c7c !important;
    text-shadow: 1px 1px rgba(200, 200, 200, 0.7);
}

span.ui-button-text {
    padding:0.4em 0.4em;
    color: #343434 !important;
}

a.Button {
    padding: 0 !important;
    line-height: 1.0 !important;
    font-size: 14px !important;
    margin: 0.2em 0;
}

a.Button > span {
    font-size: 1.1em;
    line-height: 1.3 !important;
}


li.ui-button:hover,
a.ui-button:hover,
input.ui-button:hover,
.ui-state-hover {
    background: url("../css/openplm/images/bg_hover.png") no-repeat scroll 50% 50% ,
        url("../css/openplm/images/hover.png") repeat-x scroll left center;
    background-size: auto 100%, auto;

}


div.chzn-container-single {
    padding-left: 0px;
}

div.chzn-container-single > *
{
    padding: 0.4em !important;
    font-size: 1.1em;
    line-height: 1.3;
}

div.chzn-container-single select *{
    font-size: 1em;
}

#SearchBox td > * {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    vertical-align: middle;
}

#id_type_chzn {
    max-width: 65%;
}

#search_button {
    margin-top: 0.2em;
}

h2 div.toolbar {
    float:right;
    margin: -0.5em 0 auto 0;
    font-size: 100%;
}
h2 div.toolbar > ul > li {
    width: 1em;
    height: 1em;
    font-size: 100%;
    vertical-align: middle;
}
h2 div.toolbar > ul > li > * {
    width: 1em;
    font-size: 100%;
    height: 1em;
    vertical-align: middle;
}
h2 div.toolbar > ul > li > button {
    height: 1.1em;
    background: none;
}

/* Help dialog */

#help-dialog h3 ~ * {
    padding-left: 1em;
}
#help-dialog h3 + * {
    padding-top: 1em;
}

#help-dialog ul,
#help-dialog ol,
#main_content ul,
#main_content ol {
    display: block;
}
#help-dialog ul li,
.ui-dialog-content ul li,
#main_content ul li {
    display: list-item;
    list-style-type: square;
    margin-left: 2em;
}

#help-dialog .section *:not(h3) {
    font-size: 14px;
}

tt.docutils.literal {
    color: black;
    background-color: #fffcb6 !important;
}

/* table */
table.Content td.status {
    text-align: center;
    color: #eee;
}

table.Content td.arrow {
    text-align: center;
}

table.Content td.status.active {
    font-weight: bold;
    border-color: #800;
}

form.archive_form {
    float: right;
}

form.archive_form > * {
    display: inline;
    padding-left: 0.5em;
}
form.archive_form > p > * {
    vertical-align: middle;
}

ul.errorlist {
    display: block;
    padding-left: 1em;
}
ul.errorlist li {
    display: list-item;
    list-style-type: disc;
    margin-left: 1em;
}

/* type, reference, revision, name */
span.name {
    font-style: italic;
    font-weight: normal;
}

span.revision {
    background: #7f7c7c;
    color: #fff;
    padding: 0 0.2em;
}

span.document_bullet:after,
span.user_bullet:after,
span.group_bullet:after,
span.part_bullet:after {
    content: '■';
}
span.document_bullet {
    color: rgb(49, 39, 131);
}
span.part_bullet {
    color: rgb(0, 159, 227);
}
span.user_bullet, span.group_bullet {
    color: rgb(230, 0, 126);
}

li.Result div.reference div.bullet {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}
li.Result.state-draft div.reference div.bullet {
    background-image: url("../img/lifecycle/draft_small.png");
}
li.Result.state-proposed div.reference div.bullet {
    background-image: url("../img/lifecycle/proposition_small.png");
}
li.Result.state-official div.reference div.bullet {
    background-image: url("../img/lifecycle/official_small.png");
}
li.Result.state-deprecated div.reference div.bullet {
    background-image: url("../img/lifecycle/deprecated_small.png");
}

li.Result span.name,
li.Result span.username {
    display: block;
    margin-left: 1em;
}

#ReferenceArea div.icon {
    width: 60px;
    height: 60px;
    float: left;
}

div.document_icon {
    background-image: url("../img/icon_doc.png");
}

div.part_icon {
    background-image: url("../img/icon_part.png");
}
div.user_icon {
    background-image: url("../img/icon_user.png");
}


/** footer */
div#links {
    background-color: rgba(50, 50, 50, 0.8);
    bottom: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    height: 33px;
}
#links * {
    color: #eee;
    font-size: small;
    display: inline;
}

a#linobject {
    position: absolute;
    right: 0;
    background: url("../img/linobject.png");
    text-indent: -10000px;
    width: 195px;
    height: 33px;
}

/** dialog */
.ui-dialog * {
    font-size: medium;
}

.ui-dialog-title,
.ui-datepicker-title span {
    color: white;
}

/* navigation history */

#navigation_history {
    position: relative;
    overflow-x: hidden;
    height: 1.4em;
    margin: 0.2em;
    border-bottom: 1px solid #ccc;
    padding: 0.2em;
}

#navigation_history_inner {
    position: absolute;
    right: 0;
    white-space: nowrap; 
    min-width: 100%;
    background-color: white;
    padding-bottom: 0.2em;
}

#navigation_history li {
    font-size: x-small;
}
#navigation_history * {
    color: black;
    font-weight: normal;
    text-decoration: none;
}
#navigation_history li:not(:last-child):after {
    content: "»";
    padding: 0.2em;
    font-size: small;
}

#navigation_history li div.quick_link {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: #343434;
    width: 15em;
    box-shadow: 3px 3px 5px #888;
}

#navigation_history div.quick_link a {
    display: block;
    padding: 0.7em 0.5em;
    font-size: normal;
    color: #eee;
    border: 1px solid #343434;
}
#navigation_history div.quick_link a:hover {
    color: #343434;
    background-color: #eee;
    margin-left: -3px;
}

/* deprecated files: small font-size */
#deprecated_files {
    margin-top: 2em;
    font-size: smaller;
}

/* supermenu -- homepage */
#supermenuholder {
    box-shadow: 0 0 115px 80px #888 inset;
    padding: 3em;
}
#supermenu {
    width: 100%;
}
div.menurow {
    text-align: center;
}
div.menuitem {
    width: 200px;
    display:inline-block;
    margin: auto;
    line-height: 72px;
    background-image: url("../img/menuitem_home.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px #000;
    margin-top: 0.2em;
    vertical-align: middle;
    box-shadow: 2px 2px 5px #000;
    border-radius: 4px;
}

div.menuitem * {
    color: #ececec;
    text-decoration: none;
}
div.menuitem > a {
    display: block;
    height: 100%;
    width: 100%;
}
div#mi_homepage {
    background-image: url("../img/dark/logo_openplm.png");
    width: 260px;
    height: 180px;
    box-shadow: none;
}

div.menuitem.disabled {
    background-image: url("../img/menuitem_home_disable.png");
}
div.menuitem.disabled * {
    color: #888;
}

.tooltip span.info {
    display: none;
    width: 180px;
    background-color: #F9EF89;
    color: black;
    box-shadow: 3px 3px 5px #555;
    position: absolute;
    text-shadow: none;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px;
    border-radius: 0.4em;
    border: solid 1px #999;
    text-align: left;
    margin-top: 3px;
    margin-left: 50px;
}

.tooltip span.triangle {
    width: 16px;
    height: 16px;
    display: none;
    background-image: url("../img/triangle.png");
    margin-top: -12px;
    margin-left: 92px;
    z-index: 99;
    position: absolute;
}

.tooltip:hover span {
    display: block;
}

a.decomposable {
    color: #0051a9 !important;
}

#messages {
    margin: 0.5em auto;
    width: 40em;
    border: 1px solid #c6c5c5;
}

#messages li.error {
    background-color: #F03838;
    padding: 0.5em;
    color: #000;
    width: 39em;
}

div#attributes {
    margin: 1em;
 }

div.identity_card {
    display: inline-block;
    background-color: white;
    border: 1px solid #777;
    border-radius: 0.4em;
    box-shadow: 1px 1px 3px #888;
    width: 20em;
    height: 130px;
    padding: 5px;
    margin: 0.5em;
    position: relative;
}

div.identity_card > div.id_thumbnail,
div.identity_card > div.id_details {
    display: block;
}
div.identity_card > div.id_thumbnail {
    width: 100px;
    height: 100px;
    float: left;
    background-color: #343434;
    border: 1px solid #343434;
    margin-top: 15px;
    display: table-cell;
}
div.identity_card div.id_thumbnail_inner {
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    width: 100px;
}

div.identity_card > div.id_thumbnail img {
    max-width: 100px;
    max-height: 100px;
    margin:auto;
    float: none;
    display: block;
}
div.identity_card > div.id_details {
    height: 120px;
    border-left: 1px solid #ccc;
    padding: 0 1em;
    position: absolute;
    left: 120px;
    width: 150px;
    font-size: 90%;
}
div.id_details span.type {
    font-weight: bold;
}
div.id_details p {
    margin-top: 0.5em;
    word-wrap: break-word;
}
div.id_details p:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

div#type-panel {
    float: left;
    width: 15em;
    background-color: #fcfcfc;
    height: 100%;
    position: absolute;
}
div#type-panel h3 {
    margin: 0;
}
div#type-panel li {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
div#type-panel li a {
    line-height: 2em;
    width: 100%;
}
div#type-panel li a span {
    display: block;
    width: 100%;
}
div#type-panel li a,
div.id_details a {
    text-decoration: none;
}
div#type-panel li.selected {
    border-right: 6px solid #343434;
    border-left: 0.8em solid #343434;
    margin-right: -3px;
    margin-left: -0.4em;
    padding-left: 0.6em;
}
div#type-panel li:hover {
    color: white;
    background-color: #343434;
}
div#type-panel li:hover * {
    color: white;
}

.identity_card span.description {
    overflow: hidden;
    max-height: 5em;
    display: block;
}

div#browse-results {
    margin-left: 15em;
    padding-left: 1em;
}

div#browser {
    position: relative;
    min-height: 500px;
}
