﻿@font-face {
    font-family: 'inconsolata';
    src: url('files/inconsolata.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 30px 20px;
    color: #555;
    tab-size: 4;
    overflow: auto;
    line-height: 1.5;
    font-family: "Open Sans",arial,x-locale-body,sans-serif;
}

a {
    color: #1184CE;
    cursor: pointer;
    text-decoration: underline;
}

h1 {
    color: #333;
    font-size: 25px;
    font-weight: normal;
    margin-top: 10px;
}

h2 {
    color: #E07D4C;
    font-size: 22px;
    font-weight: normal;
    margin-top: 40px;
}

h3 {
    color: #4B0;;
    font-size: 16px;
    font-weight: normal;
    margin-top: 40px;
}

p, ul, ol {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 780px !important;
}

div {
    /* padding-left: 30px; */
    margin-bottom: 20px;
}

.desc {
    padding-left: 0px;
}

.deprecated {
    font-weight: bold;
}

.note {
    font-style: italic;
}

pre, code {
    margin-top: 20px;
    margin-bottom: 20px;
}

code {
    display: block;
    width: -webkit-calc( 100% - 40px );
    width: -moz-calc( 100% - 40px );
    width: calc( 100% - 40px );
    padding: 20px;
    white-space: pre-wrap;
    background-color: #f9f9f9;
    overflow: auto;
}

iframe {
    width: 100%;
    height: 420px;
    border: 0;
}



table code {
    padding: 2px;
    margin: 0px;
    width: auto;
}

strong {
    color: #000;
    font-weight: normal;
}

#button {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 8px;
    color: #fff;
    background-color: #555;
    opacity: 0.5;
}

    #button:hover {
        cursor: pointer;
        opacity: 1;
    }

a.permalink {
    float: right;
    margin-left: 5px;
}

a.param,
span.param {
    color: #999;
}

    a.param:hover {
        color: #777;
    }


    


#datagrid {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
}
    
#datagrid td, #datagrid th {
    border: 1px solid #ddd;
    padding: 8px;
}
    
#datagrid tr:nth-child(even){background-color: #f2f2f2;}
    
#datagrid tr:hover {background-color: #ddd;}
    
#datagrid th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}


/*----------------*/
#datagrid-small {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 50%;
}
    
#datagrid-small td, #datagrid-small th {
    border: 1px solid #ddd;
    padding: 8px;
}



.warning{
    background-color: #FFA8A8;
    border: #333;
    border-style: solid;    
    border-width: 1px;
    width:80%;
    padding:8px;
}

.warning:hover {
  border-color: #333;
  background-color: #FA8072;
}

.important{
    background-color: #A9CC5D;
    border: #333;
    border-style: solid;    
    border-width: 1px;
    width:80%;
    padding:8px;
}

/*.important:hover {
  border-color: #333;
  background-color: #9ACD32;
}*/

.top {
    vertical-align: top;
}



.tip{
    background-color: #C54774; /* #90274A;*/
    color: #CCCCCC;
    font-size: 14px;
    border: #F92672;
    border-style: solid;    
    border-width: 1px;
    width:80%;
    padding:4px;
}

/*.tip:hover {
  border-color: #F92672;
  background-color: #C54774;
}*/

.note{
    background-color: #2A8E00; /* #90274A;*/
    color: #CCCCCC;
    font-size: 14px;
    border: #9ACD32;
    border-style: solid;    
    border-width: 1px;
    width:80%;
    padding:4px;
}

.max-width {
    max-width: 780px !important;
}