

.size-13 			{ font-size:13px !important; line-height:18px !important; }
.size-14 			{ font-size:14px !important; line-height:19px !important; }
.size-15 			{ font-size:15px !important; line-height:20px !important; }
.size-16 			{ font-size:16px !important; line-height:21px !important; }
/**
 * HEADER/FOOTER (Layout)
 */
#header {
    background-color: #e3e3e3;
}

#topBar {
    background-color: #e3e3e3;
}

#topBar ul.top-links > li {
    border-right: 0px;
}

#footer.footer-light {
    color: #666;
    background-color: #e3e3e3;
    background-image: none;
}

table {

}

/**
 * Slider and images
 */
#slider p.altcolor {
    color: #414141 ;
}

#slider h3.altcolor {
    color: #3072e0;
}

.responsive {
    max-width: 100%;
    height: auto;
}


/**
 * APPLICATION TABLE HEADER
 */

.neo-app table {
    width: 100%;
    margin-bottom: 20px;
}

.neo-app table th,
.neo-app table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #cccccc;
}

.neo-app table th {
    font-weight: bold;
    background-color: #f0f0f0;
}

.neo-app table thead th {
    vertical-align: bottom;
}

.neo-app table caption + thead tr:first-child th,
.neo-app table caption + thead tr:first-child td,
.neo-app table colgroup + thead tr:first-child th,
.neo-app table colgroup + thead tr:first-child td,
.neo-app table thead:first-child tr:first-child th,
.neo-app table thead:first-child tr:first-child td {
    border-top: 0;
}

/**
 * MARKDOWN TEXTAREA
 */


.md-editor .btn {
    border-width: 0px !important;
    font-size: 12px;
}

.md-editor .md-input-preview .md-preview {
    border-top: 0px;
}

textarea.md-input {
    padding: 0px;
    border-top: 0px;
    border-bottom: 0px;
    resize: vertical;
    font-size: 13px;
    font-family: "Lucida Console", Monaco, Consolas, monospace;
}


/**
 * 46.Side Nav
**************************************************************** **/

div.side-nav ul>li>ul>li>a {
    padding: 0px;
}

div.side-nav ul.list-group-noicon>li ul {
    display: block;
}

div.side-nav li.list-group-item {
    padding: 0 0px;
}

div.side-nav ul > li {
    padding: 0 0px;
}

div.side-nav ul > li > ul > li,
div.side-nav ul > li > ul > li > ul > li {
    padding: 0 15px;
}

div.side-nav ul > li:before {
    content: "";
}

div.side-nav li.list-group-noicon:before,
div.side-nav ul.list-group-noicon > li:before,
div.side-nav ul.list-group-noicon > li > ul > li:before,
div.side-nav ul.list-group-noicon > li > ul > li > ul:before,
div.side-nav ul.list-group-noicon > li > ul > li > ul > li:before {
    content: '';
    display: none;
}


/* side nav sub categs */

div.side-nav ul > li > a.dropdown-toggle:before {
    content: "";
    display: none;
}

div.side-nav ul > li.active > a.dropdown-toggle:before {
    content: "";
    display: none;
}

div.side-nav ul > li > ul {
    display: none;
}

div.side-nav ul > li.active > ul {
    display: block;
}

div.side-nav ul,
div.side-nav ul > li > ul,
div.side-nav ul > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.side-nav ul > li > ul {
    padding: 0px 0;
}

@media only screen and (min-width: 990px) {
    div.side-nav > ul {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    div.side-nav ul {
        display: none;
        max-height: 350px;
        overflow-y: auto;
        margin-bottom: 30px;
    }

    div.side-nav ul > li {
        border-bottom: rgba(0, 0, 0, 0.03) 1px solid !important;
    }

    div.side-nav .side-nav-head {
        height: 44px;
        background-color: rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    div.side-nav .side-nav-head > h4 {
        line-height: 44px;
        padding-left: 15px;
        margin: 0;
    }

    div.side-nav .side-nav-head button {
        display: block;
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    div.side-nav ul {
        max-height: 250px;
        overflow-y: auto;
    }
}


kbd {
    padding:0.1em 0.6em;
    border:1px solid #ccc;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    background-color:#f7f7f7;
    color:#333;
    -moz-box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
    -webkit-box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
    box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    margin:0 0.1em;
    text-shadow:0 1px 0 #fff;
    line-height:1.4;
    white-space:nowrap;
}

/*
 * Rounded image shape on the homepage
 */
.home-image-cbus {
}

.home-image-cbus img {
    float: left;
    width: 300px;
    height: 327px;
    margin-right: 70px;
    margin-top: 60px;
    margin-bottom: 60px;
    shape-outside: circle(190px at 50% 50%) ;
    /* shape-outside: ellipse(70% 120% at left); */
    /* clip-path: circle(200px at 50% 50%); */
    shape-margin: 0px;
}
.home-image-envas {
}

.home-image-envas img {
    float: right;
    width: 400px;
    height: 300px;
    padding: 0px;
    shape-outside: circle(150px at 50% 50%);
    clip-path: circle(150px at 50% 50%);
    shape-margin: 0px;
}

.homepage p {
    margin-bottom: 15px;
}

ul.grid>li {
    box-shadow: none;
}

ul.grid.grid-8>li {
    width: 12.5%;
    height: 120px;
    line-height: 120px;
}

/*
 * "Follow us on GitHub" CSS ribbon v0.2.3 | MIT License
 * https://github.com/simonwhitaker/github-fork-ribbon-css
*/

.github-fork-ribbon {
    width: 12.1em;
    height: 12.1em;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    font-size: 13px;
    text-decoration: none;
    text-indent: -999999px;
}

.github-fork-ribbon.fixed {
    position: fixed;
}

.github-fork-ribbon:hover, .github-fork-ribbon:active {
    background-color: rgba(0, 0, 0, 0.0);
}

.github-fork-ribbon:before, .github-fork-ribbon:after {
    /* The right and left classes determine the side we attach our banner to */
    position: absolute;
    display: block;
    width: 15.38em;
    height: 1.54em;

    top: 3.23em;
    right: -3.23em;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.github-fork-ribbon:before {
    content: "";

    /* Add a bit of padding to give some substance outside the "stitching" */
    padding: .38em 0;

    /* Set the base colour */
    background-color: #a00;

    /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));

    /* Add a drop shadow */
    -webkit-box-shadow: 0 .15em .23em 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 .15em .23em 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 .15em .23em 0 rgba(0, 0, 0, 0.5);

    pointer-events: auto;
}

.github-fork-ribbon:after {
    /* Set the text from the data-ribbon attribute */
    content: attr(data-ribbon);

    /* Set the text properties */
    color: #fff;
    font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.54em;
    text-decoration: none;
    text-shadow: 0 -.08em rgba(0, 0, 0, 0.5);
    text-align: center;
    text-indent: 0;

    /* Set the layout properties */
    padding: .15em 0;
    margin: .15em 0;

    /* Add "stitching" effect */
    border-width: .08em 0;
    border-style: dotted;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.github-fork-ribbon.left-top, .github-fork-ribbon.left-bottom {
    right: auto;
    left: 0;
}

.github-fork-ribbon.left-bottom, .github-fork-ribbon.right-bottom {
    top: auto;
    bottom: 0;
}

.github-fork-ribbon.left-top:before, .github-fork-ribbon.left-top:after, .github-fork-ribbon.left-bottom:before, .github-fork-ribbon.left-bottom:after {
    right: auto;
    left: -3.23em;
}

.github-fork-ribbon.left-bottom:before, .github-fork-ribbon.left-bottom:after, .github-fork-ribbon.right-bottom:before, .github-fork-ribbon.right-bottom:after {
    top: auto;
    bottom: 3.23em;
}

.github-fork-ribbon.left-top:before, .github-fork-ribbon.left-top:after, .github-fork-ribbon.right-bottom:before, .github-fork-ribbon.right-bottom:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

