/*
@import url("doxygen-original.css");
*/
.inherit {
        display: none;
}
body {
    font: 13px Ubuntu, Helvetica, arial, freesans, clean, sans-serif;
    line-height: 1.4;
    color: #333;
}
body, table,  p, dl, a {
    padding:0;
    margin:0;
}
a, a:visited {
    border-radius:3px;
    text-decoration:none;
    color: #00e;
    text-shadow: 0 0;
}
a:hover {
    background-color:#8aE234;
    color: #fff;
}
hr {
    margin: 20px 0 5px 0;
    border-top:1px solid #ccc;
    height: 0px;
}
.tabs, .tabs2, .tabs3 {
    background-image:none;
    background-color:#f5f5f5;
    width: 100%;
    z-index: 101;
    font-family: inherit;
    border-top:1px solid #fff;
    border-bottom:1px solid #ddd;
}
.tablist li,  .tablist li.current a,   .tablist a {
    background-image:none;
}
.tablist a {
    font-size:100%;
    font-weight:normal;
}
.tablist a:hover {
    background-image:none;
    background-color:#8aE234;
    text-shadow:0 0;
    color:#fff;
}
.tablist li.current a {
    background-color:#fff;
    color:#555;
    text-shadow:0 0;
}
.tablist li {
    line-height: 26px;
}


#titlearea {
    padding:5px;
    opacity: .85;
    background-color:#ddd;
    color:#666;
    text-shadow:0 1px 0 #fff;   
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
#titlearea > div {
    display: inline-block;
}
#projectname, #projectnumber, #projectbrief {
    font-size: 16px;
    font-weight: bold;
}
#projectname {
    padding-left: 30px;
    background: transparent url('logo-dynacase-foot.png') no-repeat 0 50%;
}
#projectbrief {
    margin-right:1em;
    padding-right: 30px;
    float:right;
    background: transparent url('logo-anakeen-foot.png') no-repeat 100% 50%;
}
#MSearchBox {
    margin-top: 2.7px;
}

/*********** NAV TREE ************************ */
#nav-tree {
    background-image: none;
    background-color: #FAFBF8;
    -webkit-overflow-scrolling: touch;

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



}
#nav-tree .selected {
    background-image: none;
    background-color:#ddd;
    text-shadow: 0 0;
}
#nav-tree .selected a {
    color: #000;
}
/* ********** MAIN PAGE ************************ */

.header {
    padding: 5px;
    opacity: .85;
    background-color: #DDD;
    color: #777;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5em;
}
.header .headertitle {
    text-shadow: 0 1px 0 #fff;
    font-weight:bold;
    font-size:180%;
}
.header .summary {
    text-align: right;
}
.contents {
    padding:5px;
    margin-bottom:30px;
    background-color:#fafafa;
}
.contents dl {
    margin-top:20px;
    margin-bottom:20px;
}
.contents dt {
    margin-top:10px;
    padding:5px 0;
    font-size:110%;
}
.contents dd {
    margin:0 0 0 30px;
    padding:0;
}




.contents h2 {
    border-bottom: 1px solid #999;
    color: #555;
    width: 100%;
}    
.contents .textblock {
    margin: 5px 0 0 10px;
    color:#555;
}
.contents .textblock dl.see dt {
    font-style: italic;
}
.contents .textblock dl.see dt:after {
    content: ":";
    margin-left:8px;
}
.contents .textblock dl.see dd:before {
    content: "→";
    margin-right:8px;
}
    

table.memberdecls {
    border-spacing: 0px;
}
.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
    border: 0;
    margin: 4px;
    padding: 1px 0 0 8px;
}
.memItemRight {
    width: 100%;
}
.memItemLeft, .memTemplItemLeft {
    white-space: nowrap;
}
.memSeparator {
    border: 1px solid #fefefe;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
.memberdecls td, .fieldtable tr {
    -webkit-transition-property: background-color, box-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: background-color, box-shadow;
    -moz-transition-duration: 0.5s;
    -ms-transition-property: background-color, box-shadow;
    -ms-transition-duration: 0.5s;
    -o-transition-property: background-color, box-shadow;
    -o-transition-duration: 0.5s;
    transition-property: background-color, box-shadow;
    transition-duration: 0.5s;
}

.memitem  {
    border:1px solid #d6d6d6;
    border-radius: 5px;
    padding:5px;
    margin:10px 5px;
}
.memitem:hover  {
    background-color:#fafafa;
}
.memproto {
    font-weight: bold;
    font-size:110%;
}
.memdoc {
    padding:5px 30px 5px 30px;
}
.memdoc > p:first-child {
    margin: 5px 0;
    font-size:105%;
    color: #555;
}
.memdoc dd {
    margin-bottom: 10px;
}
.memname {
    font-size:110%;
    text-shadow: 0 1px #fff;
    color: #555;
    text-shadow:0 1px #fff;
}

table.mlabels {
    width:100%;
}
table.mlabels td {
    vertical-align:top;
}
table.mlabels td.mlabels-right {
    text-align:right;
}
table.mlabels span.mlabel {
    border-radius:3px;
    padding:1px 3px;
    background-color:#888;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    color: #fff;
    font-weight: bold;
}
.contents .memitem .memdoc .api a.el, .deprecated a.el {
    border-radius:3px;
    padding:1px 3px;
    color: #fff;
    font-weight: bold;
    border-width: 1px;
    border-color: #d4d4d4 #d4d4d4 #bcbcbc #d4d4d4;
    border-style: solid; 
    text-shadow: 0 1px #d4d4d4;
}
.contents .memitem .memdoc  .api a.el {
    background-color:#8aE234;
}
.deprecated dt a.el {
    background-color: #FFC200;
}
.deprecated dd a.el {
    background-color: #8aE234;
}

code a, .paramtype, .paramname {
    font-family: courier, sans;
}

.fragment {
    margin:10px;
    border:1px solid #ddd;
    border-radius:3px;
}

.dynheader,  .inherit_header {
    margin-top:10px;
    border-radius:3px;
    color: #666;
    font-weight: bold;
    cursor:pointer;
    text-shadow: 0 1px #fff;
}
.dynheader:hover,  .inherit_header:hover {
    color:#8aE234;
}

.line .comment,
.line .lineno,
.line .keyword,
.line .keywordflow,
.line .stringliteral,
.line a.code,
.line {
    font-family: courier, sans;
    font-size:110%;
    
}
.line .keywordflow {
    color: #222;
}
    
.line {
    line-height: 1em;
    background-color: #fefefe;
    border-bottom: 1px solid #f3f3f3;
    white-space: pre-wrap; 
    color:#000;
}
.line:hover {
    background-color: #f3f3f3;
}
.line .comment {
    font-style: italic;
    color: #555;
}
.line .lineno a.code,
.line .lineno {
    font-size : 10px;
}
.line .lineno {
    color:#aaa;
    border-right:1px solid #f3f3f3;
}


.ah {
    font-weigth:bold;
    border:1px solid #ddd;
    border-radius:3px;
    padding:2px 5px;
    background-color:#f3f3f3;
}
div.qindex {
    padding:3px;
    border:1px solid #ddd;
    border-radius:3px;
    background-color:#f3f3f3;

}
a.qindex {
    padding:0px 4px;
}
/* ******************* COPY ************************ */
#copy * {
    vertical-align : bottom;
}
#copy {
    background-color: #505050;
    border-top: 1px solid #c8c8c8;
    color:#fff;
    text-align:center;
    *zoom: 1;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index : 1000;
}
#copy a {
  color: #8aE234;
}
#copy a:hover {
  color: #00E;
  background-color: inherit;
}
#copy table {
  width:100%;
}
#copy .linktop {
  text-align:left;
}
