html {
  font-size: 16px;
  color:333 !important
}

html {
  position: relative;
  min-height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

input {
  
}



:root {
    --primary-color: #00C49A;
    --primary-color-dark: #009f7d; /* Blue */
    --danger-color: #bb2d3b;
    --danger-color-dark: #a91a29; /* Blue */
    --secondary-color: #a91a29; /* Gray */
    --light-grey: #f2f2f2; /* Gray */
    --font-size-base: 16px;
    --spacing: 10px;
}

a {

color: #00c49a;
}
a:hover {
    color: var(--primary-color-dark);
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.required {
    color:#dd0202;
    font-weight:bold
}

label {
    margin: 0px;
    font-weight: bold
}

body {
    background-color:#f2f2f2
}


.comment-card > .card {
    background-color: #fff !important
}


/******************Navbar*************/

.logo {
    width:200px;
}

.bg-dark {
    background-color: #f9f9f9 !important;
    box-shadow: -1px 10px 22px 0px rgba(155,155,155,0.33);
    -webkit-box-shadow: -1px 10px 22px 0px rgba(155,155,155,0.33);
    -moz-box-shadow: -1px 10px 22px 0px rgba(155,155,155,0.33);
}

.bg-light-grey {
  background-color: var(--light-grey);
}

/******************Navbar*************/


table { font-size:12px; 
        background-color: #fff}


.nav-link {
    color: var(--primary-color);
}

.nav-link:hover {
    color: var(--primary-color-dark);
}
 

/******************tabs*************/
.tab-content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 30px
}


.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-weight:bold;
}

.btn-primary:hover {
    background-color: var(--primary-color-dark);
    color: #fff;
    border: 0px;

}

.btn-danger {
    background-color: #fff;
    border: 2px solid var(--danger-color);
    color: var(--danger-color);
    font-weight: bold;
}

.btn-danger:hover {
    background-color: var(--danger-color-dark);
  
  
}


.btn-success {
    background-color: #fff;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;
}

.btn-success:hover {
    background-color: var(--primary-color-dark);
}

table {
  font-size:16px !important;
}

.table-30 td:first-child {
  width: 30%;
}


.table-striped {
     /* Light blue - change to your preferred color */
   
    }

.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th {
  background-color: #f9f9f9; /* Light blue - change to your preferred color */
  color:#696969;
  padding-top:20px;
  padding-bottom:20px;
}

.table-striped > tbody > tr:nth-of-type(even) > td,
.table-striped > tbody > tr:nth-of-type(even) > th {
  background-color: #f9f9f9; /* Light blue - change to your preferred color */
  color:#696969;
  padding-top:20px;
  padding-bottom:20px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom:0px;
    padding-top:20px;
    padding-bottom:20px;
    color:#696969
}

.card {
    box-shadow: 0px -1px 19px 2px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px -1px 19px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px -1px 19px 2px rgba(0,0,0,0.10);
    padding:30px;
}



/**************icons*************/
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
}

.heading h3 {
    display: inline-block;
    margin-left:10px;
    margin-bottom:20px
}

.helper-text {
    
    color: #696969;;
}


.logo {
    width:220px;
}