@charset "UTF-8";
/* sidebar look */
/* body look */
body, html {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.typeFont {
  font-family: "ParkAvenueLT";
}

.iconFont {
  font-family: "iconFont";
  font-style: normal;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
}

.iconFont-bars:before {
  content: "";
}

.iconFont-angle-double-left:before {
  content: "";
}

.iconFont-angle-double-right:before {
  content: "";
}

.iconFont-angle-left:before {
  content: "";
}

.iconFont-angle-right:before {
  content: "";
}

#wrapper {
  padding: 20px;
}

.border {
  border: 3px solid black;
}

#main {
  width: 100%;
  padding: 0 15px 0 15px;
}

#header {
  height: 45px;
}

#menu {
  /*width: 80px;
  margin-left: 20px;*/
  display: inline;
  height: 20px;
  line-height: 20px;
}

#title {
  color: #55004A;
  font-size: 60px;
  display: inline-block;
  padding-right: 20px;
  /*  padding: 0 20px 0 0;
    margin: 0 120px 0 o;*/
  line-height: 60%;
}

#bars {
  /*	margin-right: 20px;
  	width: 80px;*/
}
#bars .dropdown-menu {
  border-style: none;
  padding: 5px;
}
#bars .dropdown-menu button {
  width: 150px;
}

#content {
  font-family: Georgia, Times, seriff;
  /*  padding-top: 7px;
    margin-left: 12px;*/
  overflow-y: auto;
  overflow-x: hidden;
}
#content p {
  padding: 0 15px 0 5px;
}
#content blockquote {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  margin-left: 40px;
  margin-right: 40px;
}
#content h1 {
  text-align: center;
  font-size: 1.8em;
	margin-top: 5px;
}
#content h2 {
  text-align: center;
  font-size: 1.2em;
  margin-top: 5px;
}
#content .hr-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em auto;
  padding: 0;
}

.chart {
  border-top: 1px solid Black;
  /*border-bottom: 1px solid Black;*/
}
.chart td:nth-child(1) {
  width: 20%;
}
.chart td:nth-child(2) {
  width: 25%;
}
.chart td:nth-child(3) {
  width: 55%;
}
.chart td {
  border: 1px solid LightGray;
}

#footer {
  height: 40px;
  padding-top: 5px;
  margin-bottom: 2px;
}

#btnBack {
  height: 30px;
}

#btnFwd {
  height: 30px;
}

/* Sidebar Function & Layout */
/* sidebar Function Sass Start */
#wrapper {
  height: 100vh;
  position: relative;
}

#sidebar {
  width: 220px;
}

#sidebar {
  min-width: 220px;
  max-width: 220px;
  background: #BDA7CB;
  color: #fff;
  transition: all 0.3s;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
#sidebar .sidebar-header {
  padding: 5px;
}
#sidebar #sidebar_img {
  max-width: 100%;
}
#sidebar ul li a {
  padding: 10px;
  display: block;
  background: #c3aed0;
  color: #2b354f;
}
#sidebar ul li a:hover {
  color: #fff;
  background: #855c9e;
}
#sidebar ul li a.active {
  color: #8d6367;
  background: #fff;
}
#sidebar ul ul a {
  padding-left: 30px;
  background: #c3aed0;
}
#sidebar ul ul a.active {
  color: #8d6367;
  background: #fff;
}

/* dropdown caret position*/
a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* Tooltip */
.tip {
  cursor: pointer;
  color: #992178;
}

.tooltip-inner {
  color: black;
  background-color: white;
  max-width: 300px;
  border: 1px solid black;
  text-align: left;
  font-family: Arial;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.tooltip {
  opacity: 1 !important;
}

/* Template colors
#sidebar {background-color: aqua;}
#header {background-color: CornflowerBlue;}
#footer {background-color: LightSeaGreen;}
#content {background-color: LightCyan;}
*/
#copyright {
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  border: 0;
  padding: 0;
}

@media (max-width: 768px) {
  #wrapper {
    padding: 0;
    margin-right: 3px;
    margin-left: 5px;
  }

  /*#menu {
  	width: 20px;
  	margin-left: 5px;
  	span {display: none}
  }*/
  #footer {
    margin-bottom: 10px;
  }

  #title {
    font-size: 10vw;
    font-size: 48px;
    padding-top: 10px;
  }

  /*#bars {
  	width: 20px;
  }*/
  /*#btnBack {
  	margin-left: 5px;
  }
  #btnFwd {
  	margin-right: 10px;
  }*/
  /*#content {
     margin-left: 10px;
  	margin-right: 10px;
  }*/
  #content p {
    margin-right: 10px;
  }

  blockquote {
    margin-left: 20px;
    margin-right: 20px;
  }

  table {
    margin: 0 5px 15px 5px;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  th, td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-bottom: solid 1px black;
  }

  .img-wide {
    width: 85%;
  }
}
@media (max-width: 480px) {
  table {
    font-size: 80%;
  }
}
@media (max-width: 374px) {
  .tooltip-inner {
    max-width: 250px;
  }
}
.img-standard {
  height: auto;
  padding-right: 10px;
  padding: 5px 10px 0 5px;
  float: left;
}

.img-wide {
  width: 60vmin;
}

.img-long {
  width: 50vmin;
}

.img-thin {
  max-width: 13vh;
}

.img-responsive {
  width: 100%;
  height: auto;
  padding-right: 10px;
}

#fill-width {
  visibility: hidden;
}

#style_table {
  margin-right: 20px;
  margin-left: 20px;
}

#style_table, th, td {
  padding: 0 5px 0 5px;
  border: 1px solid black;
}

#style_table td:nth-child(1) {
  width: 150px;
}

#style_table td:nth-child(2) {
  width: 300px;
}

#style_table td:nth-child(3) {
  width: 300px;
}