/*
    DEMO STYLE
*/

/* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */
.logo {
  height: 1em;
}
body {
    /* font-family: 'Poppins', sans-serif; */
    background: #fafafa;
}
h3 {
  font-size: 1.5rem;
}
p {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.1s;
}

.navbar {
    padding: 3px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.nav-link:hover {
  color: #007bff !important;
}
.container-fluid {
  padding: 0px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    height: 100%;
    overflow: scroll;
    min-width: 15rem;
    max-width: 15rem;
    background: #7386D5;
    color: #fff;
    transition: all 0.1s;
    position: fixed;
}

#sidebar.active {
    margin-left: -15rem;
}

#sidebar .sidebar-header {
    padding: 20px;
    padding-bottom: 0;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

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

ul ul a {
    font-size: 0.78em !important;
    padding-left: 15px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article
{
  background: #fff;
  color: #7386D5;
  position: fixed;
    bottom: 1rem;
    margin: auto;
    width: 200px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  /* position: fixed; */
  height: 100%;
  width: 98%;
    min-height: 100vh;
    transition: all 0.1s;
    padding-left: 16rem;
    padding-bottom: 2rem;
}
#content.active {
  padding-left: 1rem;
}

/* footer */
.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  background-color: white;
  color: rgb(145, 162, 182);
  text-align: center;
}

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+ */
  margin: 0;
 }

#content a {
  color: #007bff;
}


table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 0.7rem;
}
table {
  width: 98%;
}
th, td {
  padding: 2px;
}
th {
  font-weight: bold;
  text-align: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 100;
  line-height: 0.85rem;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 30rem;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.Heading2 {
  font-size: 1.1rem;
  /* width: 100%; */
  /* line-height: 1.2rem; */
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  font-weight: bold;
}
.Heading3 {
  font-size: 1.0rem;
  /* width: 100%; */
  /* line-height: 1.1rem; */
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  font-weight: bold;
}
.Heading4 {
  font-size: 1rem;
  /* width: 100%; */
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  color: rgb(0, 77, 29);
}
.PL {
  font-size: 0.75rem;
  /* line-height: 0.85rem; */
  /* padding-top: 0rem;
  padding-bottom: 0rem; */
}
.TXT {
  font-size: 0.75rem;
  /* line-height: 0.8rem; */
  /* padding-top: 0rem;
  padding-bottom: 0rem; */
}

.GRAY {
  color: #808080;
  font-size: 0.7rem;
}

.PINK {
  color: #993366;
  font-size: 0.7rem;
}
.alert {
  padding: 0px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 0px;
  font-size: 0.8rem;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
.contactme {
  color: darkblue;
  font-weight: bold;
}
.contactme:hover {
  color: #f44336;
  background-color: lightgoldenrodyellow;
}

/* hr {
  margin: 4px;
} */
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    /* #sidebar.active {
        margin-left: 0;
    } */
    #content {
        padding-left: 1rem;
    }
    /* #content.active {
        margin-left: 15rem;
    } */
    #sidebarCollapse {
      visibility: hidden;
    }
    /* #sidebarCollapse span {
        display: none;
    } */
  }