/* Background before login home */
.body_home {
/*	background-image: url('../image/background_home.jpg');*/
/*	background-size: cover;*/
	background-color: #FFF;
/*	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: #FFF;
/*	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(134, 134, 134, 0.1) !important;
	height: 60px;
	top: -10px;
}
.nav_color ul li a {
	color: #666 !important;
}

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

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

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

.dropdown-menu {
	background-color: #b5b5b5 !important;
	background-clip: padding-box !important;
	border: 2px solid #999999 !important;
	border-radius: .3rem !important;
}

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

.footer_txt a:hover {
	color: #666 !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 #ededed;
	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;
}
