/* Documentation Styling */

.warning {
    color: red;
    background-color: #FAF834;
    padding: 5px;
    border-radius: 10px;
}

.hcenter {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
}

#container {
    margin: 40px 80px;
    border-radius: 30px;
    padding: 20px;
    background-color: #EEEEEE;
}

#footer {
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    color: white;
    margin: 30px 0 50px;
    font-size: .85em;
}

a.footer-link, a.footer-link:visited {
    color: white;
    text-decoration: none;
}

a.footer-link:hover {
    text-decoration: underline;
}

body {
    margin: 0;
    background-color: #3c729b;
}

#tabs {
    min-height: 500px;
}

.parameters {
    border: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
}

pre code {
    display: inline-block;
    background-color: #EBC19B;
    padding: 10px;
    white-space: pre-wrap;
    width: 99%;
}

div.code {
    background-color: #EBC19B;
    font-family: monospace;
    white-space: pre-wrap;
}

.parameters tr th, .parameters tr td {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 0;
    border-bottom: 0;
    padding: 3px;
}

.parameters th {
    background: #dddddd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5aa7e2, #3c729b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5aa7e2, #3c729b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5aa7e2, #3c729b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5aa7e2,#3c729b); /* Standard syntax */
    padding: 3px;
    color: #eee;
}

.parameters tr td {
    font-size: 0.90em;
    font-family: monospace;
}

img.linking {
    margin: 0 auto;
    /*text-align: center;*/
    display: block;
}

div.wp-link-container {
    position: relative;
}

div.wp-link-float {
    position: absolute;
    bottom: 8px;
    background-color: transparent;
    font-size: 14px;
    z-index: 10000;
    left: calc(50% - 231px);
}

#link-accordion div.ui-accordion-content {
    height: 500px;
    overflow-y: auto;
}

tr.download_disabled {
    background-color: #d1d1d1;
    text-decoration: line-through;
}

.format_group_box {
    /*background-color: #5aa700;*/
    background-color: #3c729b;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 20px;
}

.format_group_box h2.name {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1em;
}

.format_group_box div.desc {
    margin-bottom: 15px;
}

.format_group_box span.red {
    color: red;
}

.format_box {
    background-color: #5aa7e2;
    border-radius: 10px;
    padding: 8px;
    margin-top: 20px;
}

.format_name {
    font-weight: bold;
}

.format_description {
    margin-left: 40px;
}

.pseudo_dialog_contents {
    font-size: 14px;
}

.pseudo_dialog_container {
    border: 2px solid #666;
    border-radius: 10px;
    background-color: #3c729b;
}

.pseudo_dialog_contents {
    border: 1px solid #666;
}

@media print {
    #container {
        margin: 0px;
        padding: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .col_research, .col_shortname {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .col_copyright, .col_downloadable {
        display: none;
    }

    #container {
        margin: 20px 40px;
        border-radius: 30px;
        padding: 10px;
    }
}
