﻿/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/LatoLatinExt.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/LatoLatin.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { margin: 0;padding: 0; }

html,body  {
    color: #4d4d4d;
    background-color: #fff;
    height: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

body {
    position: relative;
}

a {
    color: #F67F21;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #db6609;
}

dt { font-size: 13px; }

#nav-menu{
    left:0;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
    .overlay>.background {
        width: 100%;
        height: 100%;
        background-color: lightgray;
        opacity: 0.5;
        left: 0;
        top: 0;
    }
    .overlay>.content {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 20px;
        border: solid 1px darkgray
    }
        .overlay>.content .progress-icon {
            width: 20px;
            height: 20px;
            float: left;
            background-image: url("img/loader.gif");
            background-repeat: no-repeat;
        }
        .overlay>.content .message {
            margin-left: 10px;
        }

/* Common */
.btn-primary { background-color: #6FBA33;border-color: #6fba33; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-primary.disabled, .btn-primary[disabled],
.btn-primary.disabled:hover, .btn-primary[disabled]:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus,
.btn-primary.disabled:active, .btn-primary[disabled]:active,
.btn-primary.disabled.active, .btn-primary.active[disabled] {
    background-color: #6F9633;border-color: #6F9633;
}

.btn-default { background-color: #9ca2a6;border-color: #9ca2a6;color: #fff; }

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-default.disabled, .btn-default[disabled],
.btn-default.disabled:hover, .btn-default[disabled]:hover,
.btn-default.disabled:focus, .btn-default[disabled]:focus,
.btn-default.disabled:active, .btn-default[disabled]:active,
.btn-default.disabled.active, .btn-default.active[disabled] {
    background-color: #4d4d4d;border-color: #4d4d4d;color: #fff;
}

.panel-heading select {
    height: 28px;
    padding: 4px 12px 4px 7px;
    position: relative;
    top: -5px;
    width: 130px;
}
.margin-bottom {
    margin-bottom: 15px;
}
.heading-border {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
h5.heading-border {
    font-weight: bold;
}
.panel .left-aligned dt {
    text-align: left;
    width: 130px;
}
.panel .btn-list{
    text-decoration: none;
    padding: 3px;
}

.panel .left-aligned dd {
    margin-left: 140px;
}
.panel .table ul {
    padding-left: 20px;
}
.panel .table .label {
    line-height: 20px;
}

.property-column {
    width: 200px;
}
.type-column {
    width: 110px;
}

.table .table {
    margin-bottom: 0;
}
.table .table td {
    background-color: #f5f5f5;
}
.table .table .table td {
    background-color: #fcf8e3;
}

.table .table .table .table td {
    background-color: #ffffff;
}

/*.code-block {
    display: none;
}*/
.print-show {
    display:none;
}


.padding-left { padding-left: 20px; }

.padding-left-15 { padding-left: 15px; }
.padding-right-15 { padding-right: 15px; }

@media screen and (min-width: 1770px)
{
    .col-xl-3 {
        width: 25%;
    }
}

.plugins-sub-block {
    width: 48%;
    display: inline-block;
    min-width: 150px;
    vertical-align: top;
}

.plugins-block {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.plugins-title {
	width: 48%;
	display:inline-block;
}

.ng-hide
{
    display: none;
}

.top-buffer { margin-top:20px; }

.no-padding-left-right
{
    padding-left:0px;
    padding-right:0px;
}

.no-padding-left
{
    padding-left:0px;
}

@media screen and (max-width: 1770px)
{
    .col-xl-6
    {
        min-width: 100%;
    }
}

@media screen and (min-width: 1770px)
{
     .plugin-mid-section
    {
        padding-left:0px;
    }
}

.plugin-images
{
    width:300px;
    height:150px;
    margin:20px 0px;

}

.library-buttons {
	background-color: #6FBA33;
    color: #fff;
	border: 0px #6fba33 solid;
	cursor: pointer;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif;
	height: 26px;
    width:145px;
	line-height: 16px;
    margin-top:10px;
	margin-bottom:15px;
}
.library-buttons:hover, .library-buttons focus, .library-buttons :active,
.library-buttons.active,
.library-buttons.disabled, .library-buttons[disabled],
.library-buttons.disabled:hover, .library-buttons[disabled]:hover,
.library-buttons.disabled:focus, .library-buttons[disabled]:focus,
.library-buttons.disabled:active, .library-buttons[disabled]:active,
.library-buttons.disabled.active, .library-buttons.active[disabled] {
    background-color: #6F9633;
    border-color: #6F9633;
}

.print-show
{
    display:none;
}

.print-footer
{
    display:none;
}

.padding-left { padding-left: 20px; }


.ng-hide
{
    display: none;
}

.plugin-buttons
{
    background-color: #6FBA33;
    color: #fff;
	cursor: pointer;
    border: 0px #6fba33 solid;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif;
	height: 26px;
	width:145px;
	line-height: 16px;
    margin-top:10px;
	margin-bottom:15px;
    bottom: 0;
}
.plugin-buttons .plugin-info
{
    margin-top:25px;
}

.plugin-buttons:hover, .plugin-buttons:focus, .plugin-buttons:active,
.plugin-buttons.active,
.plugin-buttons.disabled, .plugin-buttons[disabled],
.plugin-buttons.disabled:hover, .plugin-buttons[disabled]:hover,
.plugin-buttons.disabled:focus, .plugin-buttons[disabled]:focus,
.plugin-buttons.disabled:active, .plugin-buttons[disabled]:active,
.plugin-buttons.disabled.active, .plugin-buttons.active[disabled] {
    background-color: #6F9633;
    border-color: #6F9633;
}

#header {
    min-height: 68px;
    background-color: #fff;
    margin: 15px 0;
    min-width: 1097px;
}

#logo a {
    padding: 0;
    text-decoration: none;
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.navbar > * {
    flex: 1 1 auto;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: .5rem .6rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus {
  color: #F67F21;
}

.subnav {
    justify-content: flex-end;
}

.subnav li {
    text-transform: uppercase;
    font-size: 11.7px;
    border-left: 1px solid #F67F21;
}

.subnav li:first-child {
    border-left: none;
}

.footer {
    color: #ffffff;
    padding: 3.5rem 0;
    font-size: 13px;
    background-color: #212529 !important;
}

.footer h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
}

.footer p {
    margin-bottom: 1rem;
}

.container-max {
    width: 100%;
    max-width: 1300px;
    padding: 0 1.5rem;
    margin-right: auto;
    margin-left: auto;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.pipe-seperator {
    display: inline-block;
    margin: 0 0.8em;
}
.beta {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    position: relative;
    top: 3px;
    color: #c7254e;
}

/* Content */
#content {
    background-color: #F67F21;
}

#left-panel {
    background-color: transparent;
    width: 247px;
    padding: 15px 0;
    float: left;
    position: absolute;
}
#left-panel .nav > li > a {
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
}
#left-panel .nav > .active > a {
    text-decoration: underline;
}
#left-panel .nav > li > a:focus, #left-panel .nav > li > a:hover {
    background-color: #FF9E51;
    text-decoration: underline;
}
#left-panel .nav .nav > li > a {
    padding-left: 30px;
    font-weight:500;
}
#left-panel .nav .nav > .active > a {
    background-color: #ce6b1f;
    text-decoration: none;
}
#left-panel .nav .nav > li > ul {
    display: none;
}
#left-panel .nav .nav > .active > ul {
    display: block;
}
#left-panel .nav .nav .nav > li > a {
    padding-left: 45px;
    font-weight:500;
}
#left-panel .nav .nav .nav > .active > a {
    text-decoration: underline;
    font-weight:bold;
    background-color: transparent;
}
#left-panel .nav .nav .nav .nav > li > a {
    padding-left: 50px;
    padding-bottom: 0;
    padding-top: 0;
}
#left-panel .nav .nav .nav .nav > .active > a {
    background-color: #ce6b1f;
    text-decoration: none;
}
#left-panel .affix,
#left-panel .affix-bottom {
    position: fixed;
    top: 20px !important;
    width: 247px;
}

#right-panel {
    margin-left: 247px;
    min-width: 850px;
    padding: 0 15px 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

code code
{
    padding: 0 0 0 0;
    font-size: 100%;
}

.panel-lib{
    height: 240px;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

.panel-lib a{
    margin-bottom:5px;
}

.lib-block{
   display: inline-block;
   padding-right: 15px;
}
.plugin-buttons .glyphicon{
    margin-left: 5px;
}

#footer {
    position: relative;
}