/* Minification failed. Returning unminified contents.
(196,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.cron-button {
    height: 16px;
    padding-left: 20px;
    margin-left: 5px;
    background-repeat: no-repeat; 
    background-position: center center; 
    cursor: pointer;
}
.cron-button-save {
    background-image: url('img/disk.png');
}
.cron-changed {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fdd;
}
.cron-controls {
    margin-left: 10px;
    color: #c77;
    font-size: 0.9em;
}
.cron-controls > span.cron-loading {
    background-image: url('img/loading.gif');
}
* { margin: 0; }
html { background-color: #f6f6f4; margin: 0; padding: 0; overflow-y: scroll; }
body { display: block; background-color: #f6f6f4;min-width: 700px; color: #333; font-size: 12px; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; margin: 0; padding: 0; font-style: normal; font-variant: normal; }
a { color: #333; outline: none; text-decoration: underline; }
    a:link, a:visited,
    a:active, a:hover { color: #333; }
html, body { }

img { border: 0; }
header { }
header, footer, hgroup,
nav, section { display: block; }
mark { background-color: #a6dbed; padding-left: 5px; padding-right: 5px; }

.float-left { float: left; }
.float-right { float: right; }
.clear-fix:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

h1, h2, h3,
h4, h5, h6 { color: #000; margin-bottom: 0; padding-bottom: 5px; }
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5, h6 { font-size: 1em; }
    h5 a:link, h5 a:visited, h5 a:active { padding: 0; text-decoration: none; }

.wrapped { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.separator  {border-top:1px solid #c5c5c5; margin:5px;content: none;line-height: 0px;height: 0px;border-collapse: collapse;}

/* main layout
----------------------------------------------------------*/
.global { position: relative; min-height: 100%; height: auto !important; margin: 0 auto; max-width: 95%; background-color: white; border-left: 1px solid #c5c5c5; border-right: 1px solid #c5c5c5; box-shadow: 0 .5em 5em rgba(0,0,0,.2); -moz-box-shadow: 0 .5em 5em rgba(0,0,0,.2); -webkit-box-shadow: 0 .5em 5em rgba(0,0,0,.2); }
.content-wrapper { margin: 0 auto; max-width: 100%; margin-left: 10px; margin-right: 10px; }
.main-content { padding: 10px; background-color: white; }
.push { position: relative; height: 81px; clear: both; }
.env-warn { width: 100%; height: 15px; padding-top: 5px; padding-bottom: 5px; background-color: #FFCF80; text-align: center; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; }

.featured + .main-content { background: url("../Images/heroAccent.png") no-repeat; }

header .content-wrapper { padding-top: 5px; }
header .menu { display: block; margin-bottom: 0px; }

footer { position: relative; height: 80px; margin: 0 auto; background-color: #f6f6f4; font-size: .8em; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; }
footer { padding: 10px; }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    height: 50px;
    display: inline-block;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #646363;
        outline: none;
        text-decoration: none;
    }

    .site-title .under {
        font-size: 10pt;
        display: block;
        color: #999;
        font-style: italic;
    }

    .site-title .version {
        margin-left: 10px;
        font-size: 12pt;
        color: orange;
    }

/* login
----------------------------------------------------------*/
#login { display: block; font-size: 11px; margin: 0 0 10px; text-align: right; }
    #login a { background-color: #d3dce0; margin-left: 10px; margin-right: 3px; padding: 2px 3px; text-decoration: none; }
        #login a.username { background: none; margin: 0; padding: 0; text-decoration: underline; }
        #login a:hover { text-decoration: none; }
    #login ul { margin: 0; }
    #login li { display: inline; list-style: none; }


/* menu
----------------------------------------------------------*/
ul#menu { font-size: 1.3em; font-weight: 600; margin: 0 0 5px; padding: 0; text-align: right; }
    ul#menu li { display: inline; list-style: none; padding-left: 15px; }
        ul#menu li a { background: none; color: #999; text-decoration: none; }
            ul#menu li a:hover { color: #333; text-decoration: none; }

ul#submenu { margin: 0 0 5px; padding: 0; text-align: right; }
    ul#submenu li { display: inline; list-style: none; border-left: 1px solid #dddddd; padding-left: 10px; padding-right: 2px; }
        ul#submenu li.first { border: 0; }
        ul#submenu li img { margin: -2px 4px 0 -4px; vertical-align: middle; }

/* page elements
----------------------------------------------------------*/

hgroup.title { border-bottom: 1px solid #c5c5c5; margin-bottom: 10px; padding-bottom: 5px; }

/* featured */
.featured { background-color: #fff; }
.featured { background-color: #7ac0da; background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%); background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6)); background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%); background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%); color: #3e5667; padding: 20px 40px 30px 40px; }
    .featured hgroup.title h1, .featured hgroup.title h2 { color: #fff; }
    .featured p { font-size: 1.1em; }

/* page titles */
hgroup.title { margin-bottom: 10px; }
    hgroup.title h1, hgroup.title h2 { display: inline; }
    hgroup.title h2 { font-weight: normal; margin-left: 3px; }

/* features */
section.feature { width: 300px; float: left; padding: 10px; }

/* login page */
#loginForm { float: left; width: 55%; }
    #loginForm .validation-error { display: block; margin-left: 15px; }
    #loginForm .validation-summary-errors ul { margin: 0; padding: 0; }
    #loginForm .validation-summary-errors li { display: inline; list-style: none; margin: 0; }
    #loginForm input { width: 250px; }
        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button { width: auto; }

#logoutForm { display: inline; }

/* forms */
fieldset { border: none; margin: 0; padding: 0; }
    fieldset legend { display: none; }
    fieldset ol { padding: 0; list-style: none; }
        fieldset ol li { padding-bottom: 5px; }

label { display: block; font-size: 1.2em; font-weight: 600; }
    label.checkbox { display: inline; }

.message-info { border: 1px solid; clear: both; padding: 10px 20px; }
.message-error { clear: both; color: #e80c4d; font-size: 1.1em; font-weight: bold; margin: 20px 0 10px 0; }
.message-success { color: #7ac0da; font-size: 1.3em; font-weight: bold; margin: 20px 0 10px 0; }
.error { color: #e80c4d; }

.field-validation-error { font-weight: bold; }
.field-validation-valid { display: none; }

@media only screen and (max-width: 960px) {
    .main-content { background-position: 10px 0; }
    .content-wrapper { padding-right: 10px; padding-left: 10px; }
}

.notifications > .notification-block {
    padding-left:5px;
    padding-bottom: 5px;
}

.help {
}

.help p{ margin-bottom:12px; margin-top:12px;}
/* Pager */
.pager { margin: 8px 3px; padding: 3px; }
    .pager .disabled { border: 1px solid #ddd; color: #999; margin-top: 4px; padding: 3px; text-align: center; }
    .pager .current { background-color: #7ac0da; border: 1px solid #333; font-weight: bold; margin-top: 4px; padding: 3px 5px; text-align: center; }
    .pager span, .pager a { margin: 4px 3px; }
    .pager a { border: 1px solid #aaa; padding: 3px 5px; text-align: center; text-decoration: none; background-color:#FFF; }
    .pager a:hover { background-color: #7ac0da;}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #999 !important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    margin: 2px;
    /*font-size: .75em;
    font-weight: 700;*/
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.g-stats-big {
    font-size: 2em;
    color: #333;
    font-weight: bold;
}

.g-stats-middle {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
}

.t-amount {
    text-align: right;
}

td.t-amount {
    width: 100px;
}

td.t-internalref {
    width: 150px;
}

th.t-internalref {
    width: 150px;
}

.t-status {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.t-none {
    background-color: #CCC;
}

.t-inprogress {
    background-color: #FFC7A3;
}

.t-success {
    background-color: #CCDBA9;
}

.t-pending {
    background-color: #CCC;
}

.t-failed {
    background-color: #FFB5B5;
}

.t-error {
    background-color: #FFB5B5;
}

.batch-status {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.batch-none {
    background-color: #CCC;
}

.batch-started {
    background-color: #FFC7A3;
}

.batch-inprogress {
    background-color: #FFC7A3;
}

.batch-complete {
    background-color: #CCDBA9;
}

.batch-success {
    background-color: #CCDBA9;
}

.batch-pending {
    background-color: #CCC;
}

.batch-pendingstart {
    background-color: #CCC;
}

.batch-pendingstop {
    background-color: #CCC;
}

.batch-stopped {
    background-color: #FFB5B5;
}

.batch-failed {
    background-color: #FFB5B5;
}

.batch-error {
    background-color: #FFB5B5;
}

.batch-skipped {
    background-color: #CCC;
}

.authorization-status-authorized {
    background-color: #CCDBA9;
}

.authorization-status-failed {
    background-color: #FF7540;
}

.authorization-status-pending {
    background-color: #FFCF80;
}

.authorization-status-none {
    background-color: #CCC;
}

.settlement-status-settled {
    background-color: #CCDBA9;
}

.settlement-status-failed {
    background-color: #FF7540;
}

.settlement-status-pending {
    background-color: #FFCF80;
}

.settlement-status-none {
    background-color: #CCC;
}

.debit {
    color: #749428;
    font-weight: bold;
}

.credit {
    color: #f14b4b;
    font-weight: bold;
}

.t-general-informations {
    text-align: left;
}

    .t-general-informations td {
        padding: 3px;
    }

.t-provider-return {
    text-align: left;
}

    .t-provider-return td {
        padding: 3px;
    }

pre {
    background: white;
    width: 100%;
}

.prettyprint li > * {
    font-size: 12px !important;
}

.prettyprint.theme-balupton {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

.l-level {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

th.l-level {
    width: 50px;
}

td.l-level {
    width: 50px;
}

.l-info {
    background-color: #CCDBA9;
}

.l-warn {
    background-color: #FFC7A3;
}

.l-debug {
    background-color: #CCC;
}

.l-error {
    background-color: #FFB5B5;
}

.l-fatal {
    background-color: #FFB5B5;
}

.hover {
    background-color: #e2e2e2;
}

.t-tab {
    border-spacing: 0;
}

    .t-tab td {
        padding: 2px 5px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .t-tab .left {
        background-color: #eaeaea;
    }

.t-list {
    border-spacing: 0;
    background-color: #FFF;
    border: 1px solid #7ac0da;
}

    .t-list th {
        background-color: #7ac0da;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.0em;
    }

    .t-list td {
        padding: 2px;
    }

.l-list {
    background-color: #FFF;
    border: 1px solid #7ac0da;
}

    .l-list th {
        background-color: #7ac0da;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.0em;
    }

    .l-list td {
        padding: 2px;
    }

.s-list {
    background-color: #FFF;
    border: 1px solid #7ac0da;
}

    .s-list th {
        background-color: #7ac0da;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.0em;
    }

    .s-list td {
        padding: 2px;
    }

.u-list {
    background-color: #FFF;
    border: 1px solid #7ac0da;
}

    .u-list th {
        background-color: #7ac0da;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.0em;
    }

    .u-list td {
        padding: 2px;
    }

div.t-chart {
    background-color: #FFF !important;
    margin-top: 5px;
}

#supplier-detail {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 30%;
}

.k-state-active {
    border-color: #c5c5c5 !important;
}

.k-block .k-header {
    font-size: 100% !important;
}

.k-white {
    background-color: white !important;
}

.k-ajaxloader {
    background-color: transparent !important;
}

.k-edit-form-container {
    width: 100% !important;
}

.notification-block {
    margin-bottom: 10px;
}

    .notification-block ul {
        margin: 3px;
        padding-left: 5px;
    }

    .notification-block li {
        list-style: none;
        margin-bottom: 3px;
    }

div.ico {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

div.info {
    background-image: url(../Images/ico-info.png);
}

div.warn {
    background-image: url(../Images/ico-warn.png);
}

div.error {
    background-image: url(../Images/ico-error.png);
}

div.valid {
    background-image: url(../Images/ico-valid.png);
}

.k-grid-cancel, .k-grid-update, .k-grid-edit, .k-grid-delete {
    min-width: 16px !important;
    border: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 2px !important;
}

.k-grid table {
    table-layout: fixed;
}

/*.k-treeview .k-item {
    padding: 0 !important;
}*/

.k-header {
    margin-bottom: 0 !important;
}

.k-grid table tr:hover {
    background: #ffb76b; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmE3M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY3YzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2YwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 100%, #ff7c00 100%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(100%,#ffa73d), color-stop(100%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 100%,#ff7c00 100%,#ff7f04 100%);
}
/* Chrome10+,Safari5.1+ */

.s-home-button {
    margin: 0 10px 10px 10px !important;
    width: 300px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.s-home_history-button {
    margin: 10px 10px 0 10px !important;
    width: 625px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.k-button-highlight {
    color: #fff !important;
    border-color: #c5c5c5;
    background-color: #f35800 !important;
    background-image: none !important;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
}

    .k-button-highlight:hover {
        color: #2e2e2e;
        border-color: #c5c5c5;
        background-color: #f35800 !important;
    }

.k-button-highlight2 {
    color: #fff !important;
    border-color: #c5c5c5;
    background-color: #7ea700 !important;
    background-image: none !important;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
}

    .k-button-highlight2:hover {
        color: #2e2e2e;
        border-color: #c5c5c5;
        background-color: #7ea700 !important;
    }

.k-button-highlight3 {
    color: #000 !important;
    border-color: #c5c5c5;
    /*background-color: #CCC !important;*/
    background-image: none !important;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) !important;
}

    .k-button-highlight3:hover {
        color: #2e2e2e;
        border-color: #c5c5c5;
        /*background-color: #CCC !important;*/
    }

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {
  width: 100% !important;
  margin: 1em 0 1em 0 !important;
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: normal !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #6ce26c !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: red !important;
}

.syntaxhighlighter .keyword {
  font-weight: normal !important;
}

