/* HTML ELEMENT STYLES */

html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: url("/img/background.gif") repeat-x;
  background-color: #abb8c0 !important;
}

div {
  margin: 0px;
  padding: 0px;
}

span {
  margin: 0px;
  padding: 0px;
}

img {
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
}

p {
  font-family: verdana;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

/* ID STYLES */

#content {
  width: 810px;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
}

#exadox-logo {
  float: left;
  position: relative;
  top: 6px;
  left: 12px;
}

#logo-description {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #a33030;
  position: relative;
  top: 24px;
}

#top-links {
  float: right;
  position: relative;
  top: 6px;
  margin-right: 6px;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}

#top-links a {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #757576;
  text-decoration: none;
}

#top-links a:hover {
  text-decoration: underline;
}

#section {
  width: 808px;
  border: solid 1px #dad7d7;
  border-style: solid solid none solid;
  background-color: #f2f4fc;
}

#page {
  float: left;
  width: 634px;
  padding: 0px 18px;
  border: solid 1px #dad7d7;
  border-style: none solid none none;
}

#page p {
  margin: 12px 0px;
}

#page a {
  font-family: verdana;
  font-size: 12px;
}

#navigation {
  float: left;
  width: 100%;
  padding: 0px;
}

#footer {
  /* width: 796px; */
  height: 30px;
  padding: 5px 5px 0 5px;
  background-color: #ffffff;
  border: solid 1px #dad7d7;
}

#quicklinks {
  float: left;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #b4b4b5;
  background: transparent;
}

#quicklinks a {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #b4b4b5;
  text-decoration: none;
}

#quicklinks a:hover {
  color: #000000;
  text-decoration: underline;
}

#copyright {
  float: right;
  font-family: verdana;
  font-size: 10px;
  color: #b4b4b5;
}

#copyright a {
  color: #b4b4b5;
  font-weight: bold;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

/* CSS CLASSES */

a.link {
  color: #5072a9;
  text-decoration: underline;
}

a.link:hover {
  color: #ffffff;
  background-color: #5072a9;
}

a.tooltip {
  position: relative;
  font-weight: bold;
  color: #5072a9;
}

a.tooltip:hover {
  background-color: #f2f4fc;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 250px;
  padding: 6px;
  border: 2px solid #dad7d7;
  background-color: #5072a9;
  color: #ffffff;
  font-weight: normal;
}

div.screenshot-gallery img {
  float: left;
  margin: 12px 12px 12px 0px;
}

div.faq-question-box {
  padding-left: 18px;
}

div.faq-question-box a {
  line-height: 16px;
}

div.faq-question-box a:visited {
  text-decoration: line-through;
}

div.faq-answer-box {
  margin-top: 12px;
  padding: 12px 12px 0px 12px;
  border-top: 1px solid #dad7d7;
}

h1,
h2,
h3 {
  font-family: verdana;
}

h1.section-title,
h2.section-title {
  font-size: 16px;
  font-weight: bold;
  color: #1a478d;
  padding: 0px 0px 6px 0px;
  border-bottom: solid 1px #dad7d7;
}

h3.highlights {
  font-size: 14px;
  font-weight: bold;
  color: #1a478d;
}

p.highlights {
  font-size: 14px;
  font-weight: bold;
  color: #1a478d;
}

p.question {
  font-weight: bold;
  color: #a33030;
}

p.section-title {
  font-size: 16px;
  font-weight: bold;
  color: #1a478d;
  padding: 0px 0px 6px 0px;
  border-bottom: solid 1px #dad7d7;
}

ul.bullet-list {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 20px;
  list-style-position: inside;
  list-style-type: square;
  line-height: 18px;
}

ol.ordered-list {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 20px;
  list-style-position: inside;
  line-height: 18px;
}

[data-toggle="collapse"] b.custom-icon1::after {
  content: "\00bb";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  cursor: pointer;
}

[data-toggle="collapse"] b.custom-icon::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  cursor: pointer;
  color: grey;
  top:1px;
  position: relative;
  transition-duration: 1s;
}

[data-toggle="collapse"].collapsed b.custom-icon::after {
  content: "\203A";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  cursor: pointer;
  color: grey;
  top:1px;
  position: relative;
}

.custom-icon, .custom-icon1 {
  font-size: 20px;
  color: #a33030;
  display: inline-block;
}

.custom-icon {
  position: relative;
  top: 2px;
  left: 4px;  
  font-size: 24px;
}

.custom-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a478d;
  margin-top: 0px;
}

.w100 {
  width: 100%;
}

.gr-bg {
  background-color: #a6a6a6;
}

.b-bg {
  background-color: #1f3864;
}

.o-bg {
  background-color: #c55a12;
}

.r-bg {
  background-color: #c01900;
}

.f-width {
  width: 10px;
}

.text-b {
  color: #1f3864;
}

.text-w {
  color: white;
}

.text-g {
  color: rgba(0, 0, 0, 0.6);
}

.text-o {
  color: #c55a12;
}

.text-r {
  color: #c01900;
}

table.custom-table {
  border: 1px solid #1f3864;
  border-left: 10px solid #1f3864;
  border-right: 10px solid #1f3864;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
}

.custom-table * {
  padding: 0;
  margin: 0;
}

.custom-table p {
  font-size: 1em;
}

.custom-table table {
  border-collapse: collapse;
}

.custom-table .heading {
  padding: 10px;
  height: 35px;
}

.custom-table ul {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  /* padding: 10px 20px; */
}
.custom-container {
  flex-grow: 1;
  padding: 0 20px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE START
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 280px;
  max-width: 280px;
  color: #fff;
  transition: all 0.3s;
  position: absolute;
  z-index: 9999;
  background: url(/img/background.gif) repeat-x;
  background-color: #abb8c0 !important;
  left: 0;
  height: 100vh;
  box-shadow: 3px 3px 6px #aaaaaa;
}

#sidebar.active {
  margin-left: -280px;
  left: -280px;
  transition: all 0.3s;
}

#sidebar .sidebar-header {
  padding: 20px;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #000;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #000;
  padding-left: 20px;
}

#sidebar ul li a:hover {
  color: #000;
  text-decoration: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #000;
}

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.9em !important;
  padding-left: 30px !important;
}

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 {
  color: #000;
}

a.article,
a.article:hover {
  color: #000 !important;
}

.custom-break {
  flex-basis: 100%;
  height: 0;
}

.list-unstyled li {
  margin-left: 15px;
}

@media screen and (max-width: 600px) {
  #sidebar ul li a {
    padding-left: 10px !important;
  }
}
/* ---------------------------------------------------
    SIDEBAR STYLE END
----------------------------------------------------- */
.close-img {
  width: 24px;
  position: absolute;
  right: 0;
  padding: 2px;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-section {
  background-color: #f2f4fc;
  padding: 0 !important;
  margin:0 !important;
  padding-top: 10px !important;
}
@media screen and (max-width: 600px) {
  #footer {
    height: 36px;
  }
}
