/* Background before login home */
.body_home {
/*	background-image: url('../image/background_home.jpg');*/
/*	background-size: cover;*/
	background-color: #696969;
/*	background-repeat: no-repeat;*/
}

/* Background for dashboard after login */
.body_dashboard {
  background: url('../image/calc_dashboard.jpg'), #696969;
  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: #696969;
/*	background-repeat: no-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: 5px 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(255, 255, 255, 0.2) !important;
	height: 60px;
	top: -10px;
}
.nav_color ul li a {
  color: #FFF !important;
}

.nav_color ul li a:hover {
  color: #FFF !important;
  background-color: rgba(114, 114, 114, 0.8) !important;
}

.nav_color ul li ul li a:hover {
  color: #999 !important;
  background-color: #8a8a8a !important;
}

.nav_color ul li ul li a {
  color: #FFF !important;
}

.dropdown-menu {
	background-color: #b5b5b5 !important;
	background-clip: padding-box !important;
	border: 2px solid rgb(240, 110, 181) !important;
	border-radius: .3rem !important;
}

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

.footer_txt a:hover {
  color: #fff !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: 0px solid #FFF;
  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;
}
