﻿:root {
	--bo-unselect:rgb(51,89,120);
	--bo-subtitle:rgb(127,127,127);
	--bo-button: #2ea3f2;
	--bo-unbutton:#c0c0c0;
	--bo-menu: #F2F3F4;
	--bo-border: #a0a0a0;
    --bo-header: #ffffff;
	--bo-sidebar: #2ea3f2;
	--bo-sidebar-x: #ffa3f2;
	--bo-button-basic: #0808ee;
	--ra-xlight: #00ee66;
	--ra-light: #00cc66;
	--ra-dark: #133964;
}
body {
    padding-top: 56px;
}
.h1, h1 {
    font-size:2rem;
}
.pointer {
    cursor:pointer;
}
.jumbotron {
    background-image: url("../img/headerbackNew.jpg");
    background-size: cover;
    padding: 1rem 2rem;
}
.shadow-box {
	background-color:#f7f7f7;
    box-shadow: 0 6px 6px rgb(0 0 0 / 21%);
    border-radius: 5px;
}
.sticky-offset {
    top: 66px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: var(--bo-sidebar);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: var(--ra-dark);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid var(--ra-dark);
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	cursor: pointer;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a {
    color: #fff;
    background: var(--ra-dark);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.button-basic {
  background-color: var(--bo-button);
  border: none;
  color: white;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size:12pt;
  font-weight:600;
  letter-spacing:0.05em;
  border-radius:4px;
}
.button-basic-danger {
  background-color: red;
  border: none;
  color: white;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size:12pt;
  font-weight:600;
  letter-spacing:0.05em;
  border-radius:4px;
}
.field-group label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: .25em;
    margin-top: 5px;
}
.field-group .field label {
    font-size: 11px;
    font-weight: normal;
    color: #888;
    display: block;
    margin: 2px 0 0 2px;
}
.field-group .field {
    font-size: 14px;
    display: inline-block;
    margin: 0 .65em 0.6em 0;
}
.toc0 {
    font-size: 8px !important;
}

.toc1 {
    font-size: 10px !important;
}

.toc2 {
    font-size: 12px !important;
}

.toc3 {
    font-size: 14px !important;
}

.toc4 {
    font-size: 16px !important;
}
.anchor {
	color: #007bff;
	cursor:pointer;
}
.anchor:hover {
	text-decoration:underline;
}

.col-1-5 {
    .make-md-column(1.5);
}

.material-symbols-outlined-x {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.col-x {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32px;
    max-width: 32px;
}
