html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  
}

/* Wrapper for page content to push down footer */
#wrap {
   
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0px auto -60px;
  /* Pad bottom by footer height */
  padding: 70px 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #E2E2E2;
}

.login{
    max-width:300px;
    padding:30px;
}
.login input{
    margin-bottom:10px;
}
.navbar-brand{
    font-size:24px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/*  .container img{
    float:right;
    max-width:100%;
 } */
 
 .bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
background-color: #f2f2fc;
border-color: #428bca;
}

.img-rounded{
	padding:1px;
	margin:1px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	float: none;
}

 

.bs-example{
	position:relative;
	padding:5px;
	margin:15px;
	border-color:#e5e5e5 #eee #eee;
	border-style:solid;
	border-width:1px
}



img{
    float:right;
    max-width:95%;
    height:auto;
}

.lb-image{
    max-width: none !important;
}

div.card {
  width: 100%;
  height: 370px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  display:inline-block;
 
}

div.card-header {
    background-color: #428BCA;
    color: white;
    padding: 10px;
    font-size: 20px;
}

div.card-header h1{
   font-size:20px;
}

div.card-container {
    padding: 10px;
}

div.card-container img {
    float:none;
    height: 128px;
    border-radius:50%;
    border:10px solid #FFF
}


div.card-container img:hover {
    border:10px solid #e2e2e2;
}

div.card-header a:hover {
    text-decoration: none!important;
}

.out-links li{
   font-size:13px;
   display:block;
   padding: 10px;
   border-bottom:1px solid #e2e2e2;
}

.out-links li:hover{
   background: #FFF;

}

.out-links li a{
   color:#000;
   
}

.out-links li a:hover{
   text-decoration:none;
}

.out-links li a span{
   font-weight:bold
}

