﻿/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');*/
/*@import url('bootstrap.min.css');*/

/*html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #fff;
  color: #585c64;
}

a {
  text-decoration: none;
  color: #0866C6;
}

a:hover,
a:focus {
  color: #444;
}

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}

p { margin-top: 0; }

.main-wrapper {
  margin-left: 260px;
}

.left-panel {
  width: 260px;
  padding: 20px 25px;
  background-color: #f7f7f7;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
}

.left-panel .logo {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -1px;
  color: #282c35;
}

.left-panel .logo span {
  color: #585c64;
  font-weight: 400;
}

.main-panel { padding: 40px 50px; }

.title-label {
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}

.left-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu .dropdown-btn {
 
  text-decoration: none;
 
 
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-container {
  display: none;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.left-menu li + li { margin-top: 2px; }

.section-title {
  margin: 0;
  font-weight: 500;
  color: #282c35;
}

.section-subtitle {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #282c35;
  line-height: 1;
}

.table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}

.table th {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 20px;
  text-align: left;
  background-color: #f7f7f7;
}

.table td {
  border: 1px solid #ddd;
  padding: 10px 20px;
}

.table tbody tr td:first-child {
  font-weight: 500;
  color: #333;
}

.table-code tbody tr td:first-child {
  font-weight: normal;
  color: inherit;
  vertical-align: top;
}

.tx-muted { color: #999; }
.tx-dark { color: #333; }
.tx-red { color: #cc0000; }
.tx-medium { font-weight: 500; }

.pre-wrapper {
width: 100%;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.pre-wrapper pre { margin-bottom: 1rem; }

.mg-t-10 { margin-top: 10px; }
.mg-t-40 { margin-top: 40px; }
.wd-20p { width: 20%; }
.wd-30p { width: 30%; }
.wd-80p { width: 80%; }
.wd-70p { width: 70%; }
.valign-top { vertical-align: top; }
*/


html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 1.8;
    /*font-family: 'Roboto', Arial, sans-serif;*/
    background-color: #fff;
    color: #585c64;
}

a {
    text-decoration: none;
    color: #0866C6;
}

    a:hover,
    a:focus {
        color: #444;
    }

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
    margin-bottom: 40px;
}

p {
    margin-top: 0;
}

.main-wrapper {
    margin-left: 260px;
}

.left-panel {
    /*width: 260px;*/
    padding: 0px 25px;
    background-color: #f7f7f7;
    left: 0;
    /*position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
     left: 0;
    overflow-y: auto;*/
}

/*.left-panel .logo {
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 20px;
        letter-spacing: -1px;
        color: #282c35;
    }

        .left-panel .logo span {
            color: #585c64;
            font-weight: 400;
        }*/

.main-panel {
    padding: 40px 50px;
}

.title-label {
    text-transform: uppercase;
    color: inherit;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.left-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    /*left: 30px;*/
    left: 45px;
}


    .left-menu li + li {
        margin-top: 2px;
    }

.section-title {
    margin: 0;
    font-weight: 500;
    color: #282c35;
}

.section-subtitle {
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #282c35;
    line-height: 1;
}

.table {
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}

    .table th {
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 7px 20px;
        text-align: left;
        background-color: #f7f7f7;
    }

    .table td {
        border: 1px solid #ddd;
        padding: 10px 20px;
    }

    .table tbody tr td:first-child {
        font-weight: 500;
        color: #333;
    }

.table-code tbody tr td:first-child {
    font-weight: normal;
    color: inherit;
    vertical-align: top;
}

.tx-muted {
    color: #999;
}

.tx-dark {
    color: #333;
}

.tx-red {
    color: #cc0000;
}

.tx-medium {
    font-weight: 500;
}

.pre-wrapper {
    /*width: 100%;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;*/
}

    .pre-wrapper pre {
        margin-bottom: 1rem;
    }

/* Utilities */
.mg-t-10 {
    margin-top: 10px;
}

.mg-t-40 {
    margin-top: 40px;
}

.wd-20p {
    width: 20%;
}

.wd-30p {
    width: 30%;
}

.wd-80p {
    width: 80%;
}

.wd-70p {
    width: 70%;
}

.valign-top {
    vertical-align: top;
}

.table {
    table-layout: fixed;
}

#banner .container {
    max-width: 100%;
}

ul.breadcrumb {
    background-color: transparent;
    /*padding: 10px 16px;*/
    padding: 25px 16px 10px;
    list-style: none;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
            font-size:14px;
        }

            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

/*.sticky-top {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 500;
}*/

#btnLogin {
    margin-left: 10px;
}
/*
    
    .come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
     height: 85%;
    overflow-y: auto;
}
.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.come-from-modal  {
    z-index:1060;
}

.come-from-modal.left  .modal-footer,
.come-from-modal.right .modal-footer
{
    text-align: center;
}
    
    */

.modal.right {
    z-index: 1060 !important;
    min-height: 100%;
    height: 100%;
}

.modal-dialog-slideout {
    /*min-height: 100%;*/
    margin: 0 0 0 auto;
    background: #fff;
    min-width: 85%;
    width: 85%;
}

/* .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);

   -webkit-transform: translate(0vh, 0vh)scale(1);
	transform: translate(0vh, 0vh)scale(1);
     transition: opacity 0.3s linear, right 0.3s ease-out;
}*/

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: auto;
}


.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modal-dialog-slideout .modal-content {
    border: 0;
    border-radius: 0;
}

.justify-content-center {
    text-align: center !important;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

.modal-dialog-slideout .modal-body {
    max-height: calc(100vh - 138px); /* 80vh - max 80% of the viewport height */
    height: calc(100vh - 138px);
    overflow-y: auto;
}

.modal-dialog-slideout .modal-header h5 {
    float: left;
}

.modal.right.fade .modal-header .close {
    padding: 10px 0px 10px 20px;
    width: 50px;
    position: absolute;
    top: 30px;
    left: -50px;
    background: white;
    border-radius: 20px 0px 0px 20px;
    opacity: 0.8;
}

.side-panel-label {
    display: flex;
    position: absolute;
    left: 0;
    top: 21px;
    min-width: 30px;
    height: 38px;
    padding-right: 5px;
    background: #eee;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    white-space: nowrap;
    overflow: hidden;
    transition: top .3s;
    box-shadow: inset -6px 0 8px -10px rgba(0,0,0,0.8);
    z-index: 1;
    transform: translateX(-100%);
    cursor: pointer;
}

.side-panel-close-btn {
    display: inline-block;
    width: 35px;
    height: 38px;
    vertical-align: top;
    border-radius: 19px;
    transition: all .2s;
    padding-top: 1px;
}

.side-panel-close-btn-inner {
    position: relative;
    width: 26px;
    height: 26px;
    margin-top: 4px;
    margin-left: 5px;
    background-color: rgba(21, 16, 16, 0.76);
    border: 2px solid rgba(255,255,255,.2);
    border-radius: 50%;
    opacity: 1;
    transition: all 300ms ease;
}

    .side-panel-close-btn-inner:before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    .side-panel-close-btn-inner:after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .side-panel-close-btn-inner:after, .side-panel-close-btn-inner:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        background-color: #fff;
        content: "";
    }

.side-panel-label-text {
    display: inline-block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 38px;
    vertical-align: top;
    font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-panel-label:hover .side-panel-close-btn-inner {
    border: 2px solid rgba(255,255,255,0.45);
}

.jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*.jstree-anchor:before {
        content: "�";
       color: red;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }*/



.navbar {
    background-color: #ffffff;
    border-bottom: solid 1px #f7f7f7;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Gothic A1', sans-serif;
}

    .navbar-nav .nav-item .nav-link:hover {
        color: #fed136;
    }

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #fed136;
}

.dropdown-item:hover {
    background-color: #fed136;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
}

.shrink {
    /*padding-top: 0;
    padding-bottom: 0;*/
    background-color: #ffffff;
    border-bottom: solid 1px #f7f7f7;
    height: 60px;
    padding: 0;
}

.banner {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-text {
    padding: 200px 0 150px 0;
}

.banner-heading {
    font-family: 'Lobster', cursive;
    font-size: 75px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-sub-heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    color: #fff;
}

.btn-banner {
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.text-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}


/* mobile view */
@media (max-width:500px) {
    .navbar-nav {
        background-color: #000;
        border-top: 3px solid #fed136;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }

        .navbar-nav .nav-item .nav-link {
            padding: 0.7em 1em !important;
            font-size: 100%;
            font-weight: 500;
        }

    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-heading {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .banner-sub-heading {
        font-size: 10px;
        font-weight: 200;
        line-height: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-sub-heading {
        font-size: 23px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}

.breadcrumb {
    display: block !important;
    width: 100% !important;
}
/*.modal-backdrop
{
    opacity:0.5 !important;
}
.in
{
    opacity:1 !important;
    transition: opacity .15s linear;
}

.modal-open .modal {
    padding-top: 100px;
}*/
.navbar-toggler {
  /*background-color: #74767c;*/
  border:solid 1px #74767c;
  margin-right:15px;
}
.navbar-brand{
    margin-left:15px;
}
.collapse.show{
    background:white;
}
.jstree-icon{
    vertical-align: text-top !important;
}
ul.breadcrumb li a,
ul.breadcrumb li {
    font-size:14px !important;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0  !important;
    padding-bottom: 0  !important;
    margin-right: 1rem;
    font-size: 18px  !important;
    line-height: inherit;
    white-space: nowrap;
}
.navbar {
padding:0 !important;
}
.fr-sticky-on{
    top:60px !important;
}
.kb-section{
    min-height:800px !important;
}
.background-lightblue{
    background:#f7f7f7 !important;
}
#search{
    display:inline;
    width:200px;
}
h1.section-title{
    font-size: 28px;
    font-weight: 400;
}
* + .kb-margin-medium,hr{
    margin-bottom:5px;
    margin-top:5px;
}
.fr-view img,.kb-article img
{
    max-width: calc(100% - 10px);
    max-height: 100vh;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.09);
    margin: 40px auto;
    display: block;
}