body {
  padding-top: 56px;
  background: #222 url("images/GM_BG.jpg") no-repeat fixed center !important;
}

body.layout-home {
  padding-top: 0px;

}

body.layout-singlelogin {
  padding-top: 0px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: green !important;
}

.container h1{
    color: #fff;
}

.p-5 {
 color: #fff;
}

.col-md-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 60%;
  height: auto !important;
  background: #fff;
  border:1px #666 solid;
  padding: 15px;
  margin: 5px 15px 30px 15px;
  box-shadow: 1px 10px 13px 0px rgba(0,0,0,0.67);
-webkit-box-shadow: 1px 10px 13px 0px rgba(0,0,0,0.67);
-moz-box-shadow: 1px 10px 13px 0px rgba(0,0,0,0.67);
}


.default-item{
 padding: 20px 10px 20px 10px;   
}


.news_image{
    
  width: 100% !important;    
}

.col-md-4 {
    flex: 0 0 auto;
    width: 30%;
}


a{
color: green;
}

.nav-link{
    
color: green;    
}


.breadcrumb{
    color: #fff;
}
.breadcrumb a{
    text-shadow: 0px 0px 8px rgba(0,0,0,1);
    color:#fff;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: green;
    --bs-btn-border-color: #0d3a13;
    --bs-btn-hover-color: green;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: green;
    --bs-btn-focus-shadow-rgb: 238,127,123;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bc5350;
    --bs-btn-active-border-color: #b04e4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #AAA;
    --bs-btn-disabled-border-color: #666;
}



/* featurebox defaults */
#e107bootstrapcarousel .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#e107fullpagecarousel .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #272B30;
  color: white;
}


ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}


/* fix for comment avatar */

.rounded-circle img.rounded {
    border-radius: 50%!important;
}

@media (min-width: 768px) {
    .offset1 {
        margin-left: 8.33333%;
    }
}

@media (max-width: 767px) {
    .col-md-4 {
      width: calc(100% - 0px);
    }
    .col-md-8 {
      width: calc(100% - 30px);
    }
    
}


/*

.list-group-item.active a {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
*/

/* fix for caret bootstrap user nav */
.profile-photo-small {
  display: inline;
}

/* fix for fixed-top on login page - to save custom header */
.layout-singlelogin .fixed-top {
  position: initial;
}

/* fix for too small core login box width */

#login-template {
    max-width: 95%;
}

@media (min-width: 768px) { 
  #login-template {
      max-width: 800px;
      margin-right: auto;
      margin-left: auto;
  }
}

/* fix for too big margin */
#login-template .login-page-footer {
    margin-bottom: initial;  
}



#carousel-hero.carousel {
  position: relative;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

/* CUSTOM Responsive Styles */

.list-group-item.active {
  z-index: 2;
  color: #fff !important;
  background-color: green !important;
  border-color: green !important;
}

.list-group-item.active a {
  z-index: 2;
  color: #fff !important;
  background-color: green !important;
  border-color: green !important;
}




table.chl-data-table {
    margin-bottom: 2em;
	width: 100%;
	border-collapse:collapse;
}
	
table.chl-data-table th {
  background: green;
  border: 1px solid green;
  color: #fff;
  text-align: left;
  vertical-align:middle;
  padding:10px;
}
				
table.chl-data-table tr {
  border-bottom: 1px solid green;
}
				      
table.chl-data-table td {
 color:#444;
  padding: 10px;
  vertical-align:middle;
  text-align: center;
}
				
table.chl-data-table td.name {
  padding: 10px;
  vertical-align:middle;
}
				  
table.chl-data-table td {
  background: #F6F6F6;
  border: 1px solid green;
}
			     
table.chl-data-table tr.even td {
  background: #FCFCFC;
}