* {
	font-family:Arial,Calibri,Sans-serif,Verdana;
	font-size:16px;
/*
	font-family:Calibri,Sans-serif,Verdana;
*/
}
.sme_main {
	margin-top:10px;
}

/* Extra small screen / phone */
$screen-xs:                  480px !default;

/* Small screen / tablet */
$screen-sm:                  768px !default;

/* Medium screen / desktop */
$screen-md:                  992px !default;

/* Large screen / wide desktop */
$screen-lg:                  1200px !default;
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
.sme_header {
	background-color:#4d6192;
	background-color:#2c2f36;
	border-bottom:1px solid #41517a;
	border-bottom:1px solid #1c1f26;
	color:#fff;
	height:56px;
}
.sme_footer {
	background-color:#e7e7e8;
	color:#222;
	min-height:60px;
}

/* Main menu navigation */

.container_mainmenu li {
	
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	height:auto;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	background-color:;
}
p {
	font-size:16px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	/* height: 60px; */
}

.main {

}
.sme_footer {
	height: auto;
	min-height:60px;
}

@media only screen and (max-width: 992px) {
	.sme_footer_container .row .col-md-3 {
		margin-bottom:6px;
		border-top:1px solid #fff;
	}
}

/* Condensed look */

input[type=text],button{
	/* padding:0px; */
	padding:1px 5px 1px 5px;
	margin-bottom:3px; /* Reduced from whatever it currently is */
	margin-top:3px; /* Reduced from whatever it currently is */
}
.btn{
	/* padding:0px; */
	padding:1px 5px 1px 5px;
	margin-bottom:3px; /* Reduced from whatever it currently is */
	margin-top:3px; /* Reduced from whatever it currently is */
}
.buttonwrapper {
	float:left;
	width:auto;
	padding:3px 8px 3px 8px;
	border:1px solid #ddd;
	border-radius:3px;
	margin-right:3px;
}

.sme-color-ok {
	color:#56dd23;
}
.sme-color-warning {
	color:#ffbb00;
}
.sme-color-alert {
	color:red;
}

.sme_header a, .sme_header a:visited, .sme_header a:active  {
	color:#fff;
	text-decoration:none;
}
.sme_header a:hover {
	color:#ddd;
}
.valign {
	height:100%;
	vertical-align:top;
	line-height:2.5em;
}

.logo {
	margin-top:7px;
	font-size:30px;
}

.navbar {
	background-color:#e7e7e8;
	border:1px solid #78797f;
	border-radius:3px;
	color:#232428;

}
.navbar-nav>li > a{
	color:#434448;
}
.navbar-nav>li{
	background-color:#e7e7e8;
	border-right: 1px solid #78797f;
	color:#232428;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
	color:#fff;
	background-color:#2c2f36;
}
.navbar-nav>li:last-child{
	border: none;
}
.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #2c2f36;
	color: #ffffff;
}
.inactive {
	color:#aaa;
}

