@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(https://fonts.googleapis.com/css?family=Questrial);
* {
    transition: 0.2s;
}
.master-menu-header {
    width:100%;
    border-bottom: 1px solid #ddd;
}
.logo-text {
    /* font-size: 20pt; */
    line-height: 1;
    cursor: default;
}
.logo-text .maintext {
    font-size: 20pt;
    font-family: 'Dancing Script', cursive;
}
.logo-text .subtext, .text-uppercase {
    text-transform: uppercase;
}

#doc-menu {
    background: rgba(0,0,0,0.5);
    position: sticky!important;
}

#search-bar {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

#search-bar .fa {
    margin-top: 7px;
}

#search-bar .input-group-addon {
    background: transparent;
    padding-left: 0.5rem;
    padding-right: 0.2rem;
}

#search-bar .form-control {
    background: transparent;
    border: 0;
}

#page-draw {
    padding: 0 4rem 0 0;
}
#page-links {
    max-width: 300px;
    overflow: auto;
    height: 100vh;
    position: fixed;
}
#page-links ul {
    padding: 3rem 0 0 0;
    list-style: none;
}
#page-links li{
    padding-top: 8px;
}

.full-height {
    height: 100%;
}
.flex-vertical-center {
    display: flex;
    align-items: center;
    justify-content: start;
}
.table-vertical-center td {
    vertical-align: middle;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

.section-title-padding {
    padding-bottom: 1.5rem!important;
    margin-bottom: 3rem!important;
    padding-left: 0.5rem;
}

.section-title-underline {
    position: relative;
}

.section-title-underline::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-underline::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title-underline.text-start::after {
    width: 50%;
    left: 0;
}

.section-title-underline-less.text-start::after {
    width: 40%;
    left: 0;
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

section {
    width: 100%;
}

.item-title {
    padding-top: 1rem;
    font-weight: bold;
}


/* scroll bars */

.scroll-style-3::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.scroll-style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scroll-style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/* buttons */
.btn-white {
    background: #fff;
    color: #000;
}
.btn-round, .btn-rounded {
    border-radius: 290px;
}

/* text blocks */
.paragraph-large {
    font-size: 15pt;
    line-height: 1.7;
}

.imgPopped {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 50, 50, 0.1);
	z-index: 9999
}

.imgPopped img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px
}

ol li pre {
    margin-top: 1rem;
}
