@charset "utf-8";
/* CSS Document */


table {
border-radius: 25px;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom,#003535 0%,#003535 100%);
    background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
}

.navbar-inverse .navbar-toggle {
	background-color: #292929!important
}

.navbar-inverse .navbar-nav>.active>a {
    background-image: linear-gradient(to bottom,#FCFCFC 0%,#FCFCFC 100%);
    background-repeat: repeat-x;
	color: #33001a!important;
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #e6e6e6!important;
    color: #303030!important;
}

hr {
width: 50%!important; 
height: 2px; 
border-width: 0; 
color: #3CC432!important; 
background-color: #3CC432;
}

.button {
  background-color: #3CC432; /* Keep it transparent */
  border: 2px solid #3CC432; /* Keep the border */
  color: #33001A; /* Text color */
font-weight: bold; /* Make the text bold */
  border-radius: 40px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for all properties */
}

.button:hover {
  background-color: #ccd6d6; /* Background on hover */
  color: white; /* Change text color on hover */
}


body {
padding-bottom: 0!important;
}


.theme-panel {
	background:#fcfcfc!important}




div.tab-content {
    background: rgb(230,230,230);
}

.dropdown {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FEF1F9;
  min-width: 800px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

div.navbar.navbar-inverse {
    background-color: #003535;
    color: #e6e6e6;
}



div.step.numbered.brand-primary-background {border-color: #f8f8f8!important}

div.step.numbered.brand-primary-background.step-selected {border-color: #f8f8f8!important}

div:nth-child(7) {border-color: #f8f8f8!important}

.step.step-last {border-color: #f8f8f8!important}

div.theme-curved-circle {
display: none!important;
}

div.theme-curved-line {
display: none!important;
}


div.is-wrapper {box-shadow: none!important}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  padding: 0px;
  text-align: center;
  background-color: whitesmoke;
	border: #F5F5F5!important;
}

table { 
    table-layout:fixed;
}

td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}

/* ==== Mobile fixes ==== */

.responsive {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
    /* horizontal scrollbar for tables if mobile screen */
    .tablemobile {
        overflow-x: auto;
        display: block;
    }
}

 @media only screen and (max-width: 400px) {
           td.collapsable {display:none; }
      }

@media (max-width: 767px){

    h2 {
        margin-top:0px;
    }

    p {
        font-size:17px;
    }

    .navbar-toggle {
        border-radius:0px !important;
        padding: 15px 12px !important;
    }

    .nav>li>a {
        padding-right:15px !important;
        padding-left:15px !important;
    }
    
    .navbar-collapse {
        padding-left:15px !important;
    }

    .navbar-inverse .navbar-collapse {
        border:2px solid #003535 !important;
    }


}