html, body {
    height: 100%;
}

#content {
	min-height: 575px;
	height:100%;
	padding-top: 40px;
}

#wrapper{
	margin:0 auto;
	position:relative;
	padding:50px 0 0;
	min-height: 100%;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #eee;
}
.navbar-toggle {
	background-color: transparent !important;
	color: #fff;
}
.list-unstyled {
padding-left: 20px;
list-style: none;
}

body.boxed-layout #wrapper
{
	background-color: transparent;
}
/*THEME OVERRIDES*/
.ace-nav>li {
border-left: 0px !important;
}
.ace-nav>li>a {
background-color: #3b5e37;
}
.navbar .navbar-nav>li>a, .navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus {
color: #777;
}
.navbar .navbar-brand {
color: #777;
}
.ace-nav li:last-child a [class^="fa-"] {
width: auto;
}
.btn.btn-app.btn-xs {
width: 76px;
font-size: 15px;
border-radius: 8px;
padding-bottom: 7px;
padding-top: 8px;
line-height: 1.45;
}
.btn.btn-app.btn-sm > [class*="fa"] {
display: block;
font-size: 32px;
line-height: 30px;
margin: 0px 0px 3px;
}
.btn.btn-app > [class*="fa"] {
display: block;
margin: 0px 0px 4px;
line-height: 36px;
min-width: 0px;
padding: 0px;
}
.btn-sm > [class*="fa-"] {
margin-right: 3px;
}
.btn > [class*="fa-"] {
display: inline;
margin-right: 4px;
}
[class*=" fa-"], [class^="fa-"] {
display: inline-block;
text-align: center;
}
[class^="fa-"], [class*=" fa-"] {
display: inline;
width: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
[class^="fa-"], [class*=" fa-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.infobox-red > .infobox-icon > [class*="fa-"] {
background-color: rgb(213, 63, 64);
}

ul.list-group {
margin: 0;
padding: 0;
}

.nopad {
	padding:0px !important;
	margin:0px !important;
}
.applist {
	max-height: 450px;
	overflow-y: auto;
}

/*Background image*/
img.bg {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
}

/* members login */
.members-login {
	max-width:500px;
	margin:0 auto;
}

/* SEPCIAL ITEMS */

.block {
border: 1px solid #ccc;
/*background: white;*/
/*margin: 1em 0em;*/
}

.block-heading {
border-bottom: 1px solid #a6a6a6;
border-left: none;
color: #505050;
display: block;
margin-bottom: 0px;
text-shadow: none;
text-transform: none;
font-weight: bold;
font-size: .85em;
line-height: 3em;
}

p.block-heading, a.block-heading, .block-heading a {
color: #505050;
background: #dddddd;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
background: -o-linear-gradient(bottom, #dddddd, #fafafa);
filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
display: block;
padding-left: 1em;
border-top: 1px solid #fff;
outline: none;}

.block-body {
margin: 1em;
min-height: .25em;
max-height: 250px;
overflow: auto;
}

.sidebar-nav {
width: 240px;
position: absolute;
float: left;
border-top: none;
border-left: none;
margin: 0em;
}

.sidebar-nav .nav-header {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #c8c8cb;
border-left: none;
color: #333;
display: block;
background: #efeff0;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
background: -o-linear-gradient(bottom, #efeff0, #ffffff);
filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
font-weight: normal;
font-size: 1em;
line-height: 2.5em;
padding: 0em .25em;
margin-bottom: 0px;
text-shadow: none;
text-transform: none;
}

.groupcontent {
	max-height: 100px;
	overflow: hidden;
}

.thumbnail-clear {
display: block;
padding: 4px;
line-height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
box-shadow: 0 1px 3px rgba(0,0,0,0.055);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.thumbnail-clear>img {
display: block;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}

.accordion-heading {
 background-color: rgb(250, 250, 250) !important;
}
.accordion-heading .accordion-toggle {
 color: rgb(114, 114, 114) !important;
}


.navbar-fixed-top {
position: fixed;
}

.navbar {
margin-left: 0;
margin-right: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
margin: 0;
padding-left: 0;
padding-right: 0;
min-height: 45px;
}

.navbar-small .navbar-brand img {
margin: 0px 0px !important;
}

.navbar-brand img {
margin: -15px -15px !important;
}

.nav-search {
position: relative;
top: 6px;
left:10px;
line-height: 24px;
}

.top-navigation .nav > li.active > a {
	color: #4f99c6;
}

.top-navigation .nav > li > a
{
	color: #ffffff;
}

.nav-tabs > li > a {
	color: #4f99c6 !important;
	padding: 5px 10px !important;
}

.dropdown-menu > li.active > a
{
	color: #4f99c6;
}
.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus
{
	color: #4f99c6;
}
ul.nav.nav-list > li a {
	color: #4f99c6;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	color: #ffffff !important;
	background-color: #4f99c6;
}


.navbar .divider-vertical {
height: 50px;
margin: 0 5px;
/*border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;*/
}


/*
.navbar-brand {
	padding: 15px 0px 0px 25px !important;
}
.navbar-default {
min-height: 50px;
padding-right: 20px;
padding-left: 20px;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
*/

.navbar-default {
min-height: 50px;
padding-right: 20px;
padding-left: 20px;
background-color: #ffffff;
border: 1px solid #d4d4d4;
}

/*  PANEL SUB COLORS */
.headinfo {
background-color: #F1F1F1;
border-bottom: 1px solid #D5D5D5;
padding: 15px;
position: relative;
-moz-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}

.headinfo .arrow_down {
width: 17px;
height: 12px;
position: absolute;
left: 50%;
margin-left: -9px;
bottom: -12px;
background: url('/member/images/menu-arrow-down.png') left top no-repeat;
z-index: 1;
}

.strength-meter {
margin-left: 80px;
}
.short {
color:red;
padding-left:20px;
}
.weak {
color:#880000;
padding-left:20px;
}
.good {
color:#FF6600;
padding-left:20px;
}
.strong {
color:#005500;
padding-left:20px;
}
#progress-meter{ width:200px; height:12px; border:solid 1px #f0f0f0; display:block; margin-left: 133px;}
#progress-meter .strength-value{transition:0.5s; width:0%; display:block; height:10px;}
#progress-meter.short-pro .strength-value{background-color:red; width:25%; height:10px; display:block;}
#progress-meter.weak-pro .strength-value{background-color:#880000; width:50%; height:10px; display:block;}
#progress-meter.good-pro .strength-value{background-color:#FF6600; width:75%; height:10px; display:block;}
#progress-meter.strong-pro .strength-value{background-color:#005500; width:100%; height:10px; display:block;}

.login-box .forgot-password-link {
color: #ffffff;
}
.login-box .user-signup-link {
color: silver;
}
.login-layout .widget-box {
position: relative !important;
overflow: hidden;
width: 100%;
border-bottom: 0px;
box-shadow: none;
padding: 6px;
background-color: #ffffff;
/*
-webkit-transform: scale(0, 1) translate(-150px);
*/
}



.dropdown-menu.large {
min-width: 220px;
}
.login-box .toolbar {
background: rgb(247, 247, 247);
border-top: none;
}
.showbox-cu{	
display:block !important;
}
.showbox-fade{
display:none;
}

.from-header {color: rgb(52, 102, 132);font-weight: bold;display: inline-block;height: 18px;margin: 0px 6px 0px 4px;vertical-align: middle;white-space: nowrap;width: 134px;padding-left: 22px;}

.icon-arrow-right {
content: "\f061";
}


/* PANELS TO OLD COLORS */
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  background-color: #428bca;
  border-color: #428bca;
}
.panel-success {
  border-color: #87b87f;
}
.panel-success > .panel-heading {
  background-color: #87b87f;
  border-color: #87b87f;
  color: #ffffff;
}
.panel-info {
  border-color: #6fb3e0;
}
.panel-info > .panel-heading {
  background-color: #6fb3e0;
  border-color: #6fb3e0;
  color: #ffffff;
}
.panel-warning {
  border-color: #f8ac59;
}
.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}
.panel-danger {
  border-color: #ed5565;
}
.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}

/* TEXT TO CORESHIELD COLORS */
.text-info {
  color: #0079c1;
}

/* BUTTONS TO CORESHIELD COLORS */
.btn-info:hover, .open .btn-info.dropdown-toggle {
background-color: #4f99c6 !important;
border-color: #6fb3e0;
}

.btn-yellow:hover .open .btn-yellow.dropdown-toggle{
background-color: #f7d05b !important;
border-color: #fee188;
}
.btn-yellow {
background-color: #fee188 !important;
border-color: #fee188;
color: #963 !important;
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4)!important;
}

.btn-white {
border-width: 1px;
border-color: #CCC;
color: #444 !important;
text-shadow: none !important;
background-color: #FFF !important;
}


.btn-primary {
	background-color: #428bca;
	border-color: #428bca
}
.btn-primary.btn-outline {
	color: #3890e0;
	background-color: #ffffff;
}
.ibox-tools .btn-primary.btn-outline {
	color: #3890e0 !important;
	background-color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
	background-color: #3890e0;
	border-color: #3890e0;
	color:#ffffff;
}

.btn-danger {
	background-color: #d15b47;
	border-color: #d15b47;
}
.btn-danger.btn-outline {
	background-color: #ffffff;
	color: #d15b47;
}
.ibox-tools .btn-danger.btn-outline {
	background-color: #ffffff;
	color: #d15b47 !important;
}
.btn-grey {
	background-color: #a0a0a0 !important;
	border-color: #a0a0a0;
}
.btn-purple {
	background-color: #9585bf !important;
	border-color: #9585bf;
	color:#ffffff;
}
.btn-purple.btn-outline {
	background-color: #ffffff;
	color: #9585bf;
}
.ibox-tools .btn-purple.btn-outline {
	background-color: #ffffff;
	color: #9585bf !important;
}
.btn-light {
	background-color: #e7e7e7 !important;
	border-color: #e7e7e7;
}
.btn-success {
	background-color: #87b87f;
	border-color: #87b87f;
}
.btn-success.btn-outline {
	color: #87b87f;
	background-color: #ffffff;
}
.ibox-tools .btn-success.btn-outline {
	color: #87b87f !important;
	background-color: #ffffff;
}
.btn-info {
	background-color: #6fb3e0;
	border-color: #6fb3e0;
}
.btn-info.btn-outline {
	color: #6fb3e0;
	background-color: #ffffff;
}
.ibox-tools .btn-info.btn-outline {
	color: #6fb3e0 !important;
	background-color: #ffffff;
}
.btn-minier {
padding: 0 4px;
line-height: 18px;
border-width: 2px;
font-size: 12px;
}


/* LINKS TO CORESHIELD COLORS */

/* LABELS AND SUCH */
.label-info, .badge-info {
	background-color: #6fb3e0;
}


.label-primary, .badge-primary {
	background-color: #3890e0;
	border-color: #3890e0;
	
}

/* HEADERS */

.header {
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

h4.header {
	font-size: 18px;
}

h3.smaller {
	font-size: 21px;
}

.header.blue {
	border-bottom-color: #d5e3ef;
}
.header.green {
	border-bottom-color: #cce2c1;
}
.header.grey {
	border-bottom-color: #c3c3c3;
}
.header.purple {
	border-bottom-color: #e0d1ea;
}
.purple {
	color: #a069c3 !important;
}
.grey {
	color: #777 !important;
}
.blue {
	color: #478fca !important;
}
.green {
	color: #69aa46 !important;
}

.lighter {
	font-weight: lighter;
}


/* FIXED TOP NAV DROPDOWNS */

.navbar-top-links .navdropdown-header {
    display: block;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #777;
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
    white-space: nowrap;
}

.navbar-top-links .navhighlight {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #6fb3e0;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    white-space: nowrap;
}

.navbar-top-links .navitem {
    display: block;
    padding: 0px !important;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: white;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 10px;
    white-space: nowrap;
    /*border: thin none;
    border-radius: 3px;
    box-shadow: 0 0 1px;
    border-color: #fcfcfc;*/
}

.navbar-top-links .open>.dropdown-menu {

   /* background: #ffffff;*/
    width: 300px;

}

.navbar-default .navhighlight {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #6fb3e0;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    white-space: nowrap;
}
 .navbar-top-links .open> .dropdown-messages {
    width: 400px !important;
    max-height: 450px !important;
}

@media (max-width: 1024px) {
 .nav-collapse, .nav-collapse.collapse {
   overflow: visible !important;
   height: auto !important;
 }
 .navbar .btn-navbar {
   display:none;
 }
 .navbar-top-links .open>.dropdown-menu {
    width: 100% !important;
}
 .navbar-top-links .open> .dropdown-messages {
    width: 400px !important;
    max-height: 250px;
}
 .navbar-top-links .open> .dropdown-alerts {
    width: 300px !important;
}	
 .dropdown-menu li:hover .sub-menu {
   display: block !important;
   visibility: visible !important;
 }
 .dropdown-menu.pull-right {
	 left: inherit !important;
	 right: 0;
 }
 .navbar-collapse.in {
 overflow-y: visible !important;
 }
 
 /*ul#TopNavShowAllApps.pull-right.dropdown-navbar.navbar-yellow.dropdown-menu.dropdown-caret.dropdown-close.applist
 {
	 right: -90px;
 }*/
 
}