/* --------------------------- NORMAL FONT STYLE STARTS ------------------------ */

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}
#containDownloadReport {
  height: 90vh; /* 90% of viewport height */
}

h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px;
}

img {
  max-width: 100%;
}

/* --------------------------- NORMAL FONT STYLE ENDS ------------------------ */

/* --------------------------- PSEUDO SELECTION TAG STARTS ------------------------ */

::-moz-selection {
  background: #f35b3f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f35b3f;
  color: #fff;
  text-shadow: none;
}

/* --------------------------- PSEUDO SELECTION TAG ENDS ------------------------ */

/* --------------------------- OVERLAY STYLES STARTS ------------------------ */

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

/* --------------------------- OVERLAY STYLES ENDS ------------------------ */

/* --------------------------- OPEN MENU STARTS ------------------------ */

.open-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 997;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

/* --------------------------- OPEN MENU ENDS ------------------------ */

/* --------------------------- MYUL2 STARTS ------------------------ */

#myUL2 {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL2 li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL2 li button {
  width: 100%;
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL2 li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL2 li button:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL4 {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL4 li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL4 li button {
  width: 100%;
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL4 li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL4 li button:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL5 {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL5 li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL5 li button {
  width: 100%;
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL5 li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL5 li button:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL li button {
  width: 100%;
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

#myUL li button:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

/* --------------------------- MYUL2 ENDS ------------------------ */

/* --------------------------- TOP CONTENT STARTS ------------------------ */

.top-content {
  width: 100%;
  padding: 60px 0 120px 0;
}

.top-content h1 {
  padding-top: 60px;
  color: #fff;
}

.top-content .description {
  margin: 30px 0 0 0;
  padding-bottom: 30px;
}

.top-content .description p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.top-content .description a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.top-content .description a:hover,
.top-content .description a:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------- TOP CONTENT ENDS ------------------------ */

.wrapper {
  display: block;
}

/* --------------------------- SIDEBAR STARTS ------------------------ */

.sidebar {
  width: 272px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: #333;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
  font-size: 1em;
}

.sidebar i {
  font-size: 1em !important;
}

.sidebar.active {
  left: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background: #444;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.dismiss:hover,
.dismiss:focus {
  background: #555;
  color: #fff;
}

.sidebar .logo {
  padding: 40px 20px;
  border-bottom: 1px solid #444;
  transition: all 0.3s;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  transition: all 0.3s;
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-size: 1.1em;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active > a,
a[aria-expanded="true"] {
  background: #444;
  color: #fff;
}

.sidebar ul ul a {
  background: #444;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active > a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top {
  padding: 20px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .logo {
  border-color: #eee;
}

.sidebar.light .logo a {
  background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active > a,
.sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active > a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light
  a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light
  a.btn-customized-3.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light
  a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
.sidebar.light
  a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light
  a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
.sidebar.light
  a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .sidebar {
    width: 210px;
    font-size: 0.8em;
  }

  .sidebar i {
    font-size: 0.8em !important;
  }
}
@media (min-width: 1040px) and (max-width: 2039px) {
  .custom-padding-left {
    padding-left: 10%;
  }
}
@media (min-width: 2040px) {
  .custom-padding-left {
    padding-left: 10%;
  }
}
/* --------------------------- SIDEBAR ENDS ------------------------ */

#componentsTable_filter {
  display: none !important;
}

.content {
  transition: all 0.3s;
  margin-left: 0%;
}

.content-main {
  transition: all 0.3s;
  margin-left: 10%;
}

.content-mm {
  width: 85%;
  transition: all 0.3s;
  margin-left: 14%;
}

.content-3d {
  transition: all 0.3s;
  margin-left: 17%;
}

@media only screen and (max-width: 1500px) {
  .content-mm {
    width: 80%;
    transition: all 0.3s;
    margin-left: 19%;
  }

  .content-3d {
    margin-left: 19%;
  }

  .content-rfi {
    padding-left: 0 !important;
  }

  .content-rfi #homePage {
    width: 85% !important;
    margin-left: 200px !important;
  }
}

.content-rfi {
  width: 100%;
  padding-left: 3%;
  transition: all 0.3s;
}

.content-rfi #homePage {
  width: 95% !important;
}

.content-ac {
  width: 84%;
  transition: all 0.3s;
  margin-left: 16%;
  margin-right: 0 !important;
}

@media only screen and (max-width: 1500px) {
  .content-ac {
    width: 84%;
    margin-left: 16%;
  }

  .content-ac #mainDiv h3 {
    padding-left: 32px !important;
  }

  #prevPage {
    left: 16% !important;
  }

  #back2IWPList {
    top: 7% !important;
    left: 17% !important;
  }

  #back2IWPList_text {
    display: none;
  }

  #back2IWPList_icon {
    display: block !important;
  }
}

#back
/* --------------------------- BUTTONS STARTS ------------------------ */

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0.75rem 1.5rem;
  background: #f35b3f;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cd533d;
  background: rgba(243, 91, 63, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #555;
  box-shadow: none;
}

a.btn-customized-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background: #444;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
  margin-right: 5px;
}

a.btn-customized-4 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 0;
  background: #444;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
  background: #222;
}

a.btn-customized-4.btn-customized-light {
  background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

/* --------------------------- BUTTONS ENDS ------------------------ */

/* --------------------------- DROPDOWN STARTS ------------------------ */

.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/* --------------------------- DROPDOWN ENDS ------------------------ */

/* --------------------------- SECTION-CONTAINER STARTS ------------------------ */

.section-container {
  margin: 0 auto;
  padding-bottom: 80px;
}

.section-container-gray-bg {
  background: #f8f8f8;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #fff;
}

.section-container-image-bg .divider-1 span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.section-description {
  margin-top: 60px;
  padding-bottom: 10px;
}

.section-description p {
  margin-top: 20px;
  padding: 0 120px;
}

.section-container-image-bg .section-description p {
  opacity: 0.8;
}

.section-bottom-button {
  padding-top: 20px;
}

/* --------------------------- SECTION-CONTAINER ENDS ------------------------ */

/* --------------------------- SECTION 1-6 STARTS ------------------------ */

.section-1-box {
  padding-top: 30px;
  text-align: left;
}

.logo {
  background-color: #fff !important;
}

.section-1-box .section-1-box-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #f35b3f;
  font-size: 40px;
  color: #f35b3f;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
}

.section-1-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0;
}

/***** Section 2 *****/

.section-2-box {
  margin-top: 30px;
  text-align: left;
}

.section-2-box h3 {
  margin-top: 0;
}

.section-2-box-text .medium-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-2-box img {
  border-radius: 6px;
}

/***** Section 3 *****/

.section-3-box {
  margin-top: 30px;
  text-align: left;
}

.section-3-box .section-3-box-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #f35b3f;
  font-size: 28px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.section-3-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0;
}

/***** Section 5 *****/

.section-5-box {
  padding-top: 30px;
  text-align: left;
}

.section-5-box-image {
  overflow: hidden;
  border-radius: 6px;
}

.section-5-box-image img {
  transition: all 0.8s;
}

.section-5-box-image:hover img {
  transform: scale(1.25);
}

.section-5-box h3 {
  margin-top: 30px;
}

.section-5-box h3 a {
  color: #555;
  border: 0;
}

.section-5-box h3 a:hover,
.section-5-box h3 a:focus {
  color: #f35b3f;
}

.section-5-box h3 i {
  padding-left: 10px;
  color: #ccc;
  transition: all 0.3s;
}

.section-5-box h3:hover i {
  padding-left: 15px;
}

.section-5-box-date {
  padding-bottom: 10px;
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
}

.section-5-box-date i {
  padding-right: 5px;
  color: #ddd;
}

.section-5-container .section-bottom-button {
  padding-top: 40px;
}

/***** Section 6 *****/

.section-6-box {
  padding-top: 30px;
  text-align: left;
}

.section-6-box h3 {
  margin-top: 0;
}

/* contact form */
.section-6-form {
  padding-top: 20px;
  text-align: left;
}

.section-6-form input[type="text"],
.section-6-form textarea {
  background: none;
  border: 1px solid #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s;
}

.section-6-form textarea {
  height: 90px;
}

.section-6-form input[type="text"]:focus,
.section-6-form textarea:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #fff;
  color: #888;
  box-shadow: none;
}

.section-6-form input[type="text"].input-error,
.section-6-form textarea.input-error {
  border-color: #f35b3f;
}

.section-6-form input[type="text"]::-moz-placeholder,
.section-6-form textarea::-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form input[type="text"]:-ms-input-placeholder,
.section-6-form textarea:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form input[type="text"]::-webkit-input-placeholder,
.section-6-form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.section-6-form button.btn-customized {
  padding: 0.75rem 1.5rem;
  background: #f35b3f;
  border: 0;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

.section-6-form button.btn-customized:hover,
.section-6-form button.btn-customized:active,
.section-6-form button.btn-customized:focus,
.section-6-form button.btn-customized:active:focus,
.section-6-form button.btn-customized.active:focus,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active,
.section-6-form
  button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cd533d;
  background: rgba(243, 91, 63, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

.section-6-form button.btn-customized i {
  margin-right: 5px;
}

/* end contact form */

.section-6-social {
  padding-top: 20px;
}

.section-6-social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 10px 10px 0;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #555;
  text-align: center;
  line-height: 46px;
}

.section-6-social a:hover,
.section-6-social a:focus {
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #555;
}

/* --------------------------- SECTION 1-6 ENDS ------------------------ */

#componentsTable th {
  z-index: 11 !important;
}

.select-all {
  padding: 0px 0 0px 35px !important;
}

#componentsTable thead tr td {
  position: sticky !important;
  top: 0 !important;
  background-color: white !important;
}

/* --------------------------- BUTTON ID'S STARTS ------------------------ */

#side {
  float: left;
  height: 690px;
  width: 120px;
}

.buttonSpan {
  margin-bottom: 10000px;
}

#buttondark1 {
  width: 60px;
  margin-top: 150px;
  margin-left: -32%;
}

#buttondark2 {
  width: 60px;
  margin-top: 150px;
  margin-left: -32%;
}

#buttondark3 {
  margin-left: 0.5%;
  height: 35px;
  width: 100px;
  margin-top: 150px;
}

/* --------------------------- BUTTON ID'S ENDS ------------------------ */

/* --------------------------- MEDIA CONTROLS STARTS ------------------------ */

@media only screen and (max-width: 1850px) {
  #containReport0 {
    height: 96vh;
    margin-left: 17%;
  }
}

@media only screen and (max-width: 1500px) {
  #containReport0 {
    height: 90vh;
    width: 145vh;
    margin-left: 19%;
  }
}

@media only screen and (max-width: 1350px) {
  #side {
    height: 100px;
  }

  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 14%;
  }
}

@media only screen and (max-width: 1300px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 14%;
  }

  #side {
    height: 680px;
  }
}

@media only screen and (max-width: 1200px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 12%;
  }
}

@media only screen and (max-width: 1100px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 12%;
  }
}

@media only screen and (max-width: 1020px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 15%;
  }
}

@media only screen and (max-width: 930px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 14%;
  }
}

@media only screen and (max-width: 920px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 14%;
  }
}

@media only screen and (max-width: 880px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 15%;
  }
}

@media only screen and (max-width: 850px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 15%;
  }
}

@media only screen and (max-width: 800px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 16%;
  }
}

@media only screen and (max-width: 752px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 17%;
  }
}

@media only screen and (max-width: 710px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 18%;
  }
}

@media only screen and (max-width: 680px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 19%;
  }
}

@media only screen and (max-width: 640px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 20%;
  }
}

@media only screen and (max-width: 600px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 21%;
  }
}

@media only screen and (max-width: 575px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 22%;
  }
}

@media only screen and (max-width: 550px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 23%;
  }
}

@media only screen and (max-width: 525px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 24%;
  }
}

@media only screen and (max-width: 500px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 25%;
  }
}

@media only screen and (max-width: 480px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 26%;
  }
}

@media only screen and (max-width: 465px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 27%;
  }
}

@media only screen and (max-width: 445px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 28%;
  }
}

@media only screen and (max-width: 430px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 29%;
  }
}

@media only screen and (max-width: 415px) {
  #containReport0 {
    height: 87vh;
    width: 180vh;
    margin-left: 30%;
  }
}

/* --------------------------- MEDIA CONTROLS ENDS ------------------------ */

/* --------------------------- SUMO SELECT  ------------------------ */
.SumoUnder {
  height: 100% !important;
}

/* --------------------------- SUMO SELECT  ------------------------ */

#changeDiscipline {
  background-color: white;
  border: 2px solid #70c0ef;
  color: #66bff2;
  width: 15%;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  margin-right: 2%;
}

#changeDiscipline:hover {
  background-color: #90c6e5;
  color: white;
}

.navrep {
  margin-left: 17%;
}

.mainTitleRecv {
  /* make bold colour blue */
  color: #28a4eb;
  font-weight: bold;
}

.mainTitleRecv_sub {
  /* make bold colour blue */
  color: #026197;
  font-weight: bold;
}

a {
  text-decoration: none !important;
}

.sidebar ul li a {
  font-size: 15.4px;
}
