/**
 * Some of the examples make use of the Silk icon set by Mark James http://www.famfamfam.com/lab/icons/silk/
 *
 */
/*
body {
    font-family : helvetica, tahoma, verdana, sans-serif;
    padding     : 32px 20px 20px 20px;
    font-size   : 13px;
}
*/
body.bry-examples-framed {
    padding : 0;
}

p {
    margin-bottom : 15px;
}

h1 {
    font-size     : large;
    margin-bottom : 20px;
}

h2 {
    font-size   : 14px;
    color       : #333;
    font-weight : bold;
    margin      : 10px 0;
}

pre.code {
    background  : #F8F8F8;
    border      : 1px solid #e8e8e8;
    padding     : 10px;
    margin      : 10px;
    margin-left : 0px;
    border-left : 5px solid #e8e8e8;
    font-size   : 12px !important;
    line-height : 14px !important;
}

a {
    text-decoration : none;
}

.sch-gantt-parent-cell {
    font-weight : bold !important;
}

ul,
li,
dl,
dt,
dd,
h3,
h4,
h5 {
    padding : 0;
    margin  : 0;
}

.taskTip li {
    white-space : nowrap;
}

.x-tree-icon {
    margin-right : 2px;
}

/* For prism to fit better with our look */
.details-panel {
    border-left:1px solid #5fa2dd;
}

.details-panel .x-panel-body {
    background : #f5f2f0;
}
.detail-panel-file {
    white-space: nowrap;
}

.detail-panel-file:before {
    margin-right : 5px;
    color        : inherit;
    width        : 15px;
    display      : inline-block;
    text-align   : center;
}

.details-panel pre {
    background : transparent;
    padding    : 0;
    margin     : 0;
    direction  : ltr;
}

/* To match height of plain panel header with header with tools */
.match-height-with-tools .x-title {
    height: 32px;
}