/* Background before login home */
.body_home {
	background-image: url('../image/background_default.jpg');
	background-color: #EEE;
	background-repeat: repeat;
}

/* Background for dashboard after login */
.body_dashboard {
  background: url('../image/calc_dashboard.jpg'), #d4287e;
  background-size: 100%;
}

/* Background before and after login all other pages */
.body_default {
  background-image: url('../image/background_default.jpg');
/*  	background-size: cover;*/
	background-color: #EEE;
	background-repeat: repeat;
}

/* header logo after login should be 60px high and up to 200px wide */
img .logo_small {
  content: url('../image/logo_small.svg');
}

/* General and dashboard tab panel outer border */
.section-content .col6_desk {
  background-color: #f1f1f1 !important;
  opacity: 0.96 !important;
  margin-top: 30px !important;
/*  border: 0px solid #bcbcbc !important;*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.content-tab {
	background-color: transparent !important;
}

.section-content .content-panel {
  border: none !important;
}

.desk p {
	font-size: 1.2em;
	text-align: justify;
	margin: 40px 40px 0px 40px;

}

.desk h2 {
	font-size: 2em;
	margin: 40px 40px 0px 40px;
}

.desk {
	margin: 40px 20px 20px 20px;
}

.navbar {
	background-color: rgba(69, 202, 159, 0.9) !important;
	height: 60px;
	top: -20px;
	position: sticky !important;
	z-index: 300;
}

.nav_color ul li a {
  color: #FFF !important;
  font-weight: 600 !important;
}

.nav_color ul li a:hover {
  color: #FFF !important;
  background-color: rgb(61, 181, 152) !important;
}

.nav_color ul li ul li a:hover {
  color: #FFF !important;
  background-color: rgb(63, 181, 142) !important;
  font-weight: 600 !important;
}

.nav_color ul li ul li a {
  color: #FFF !important;
}
.dropdown-menu {
	background-color: rgb(69, 202, 159) !important;
	background-clip: padding-box !important;
	border-radius: 0 0 .3rem .3rem !important;
	padding: .2rem 0 !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.footer_txt,
.footer_txt a {
  color: #999 !important;
}

.footer_txt a:hover {
  color: #333 !important;
}
.bullet-list {
	list-style: initial;
	background: none !important;
	border: none !important;
	padding: 20px !important;
	text-align: left;
	margin-left: 50px !important;
}

.bullet-list li{
	font-size: 1em;
	font-weight: 600;
	white-space: normal !important;
	list-style: outside !important;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	line-height: 1.6em;
}
#tabs{
  border: 5px solid #bcbcbc;
  border-radius: 14px;
  opacity: 0.99;
}
#tabs-1, #tabs-2, #tabs-3 {
	 display:inline-block;
	 width:70%;
	 min-height: 300px;
}
.formsubmitbutton {
	 width:150px;
	 border:1px solid #aaa;
	 border-radius: 30px;
	 padding: 10px 20px;
	 margin: 10px 20% 0px 0px;
	 float:right;
}
.register_class{
  border-radius:30px;
  padding: 10px 20px !important;
  margin: 10px 0px !important;
}
.reg-form {
	border-radius:30px;
	max-width: 80%;
	padding: 5px 20px !important;
	margin: 6px 0px 0px 0px !important;
}
