/*------------------------------------------------------------------
[Login Page Stylesheet]

Project:    Edumix Foundation Dashboard Template
Version:    1.2
Last change:    11/03/2014 [fixed Float bug, vf]
Author: matirasa
-------------------------------------------------------------------*/

/*Style 'show menu' label button and hide it by default*/



html,body {
  
  height: 100%;
  margin: 0;
}

.top-bar-section ul li > a.show-menu {
	
	text-align: right;
	display:none;
	
}
@media screen and (max-width : 760px){
	
	.top-bar-section ul li > a.show-menu {
		
		text-align: right;
		display:block;
	}
}
.inner-wrap{
     min-height: 100%;
}
/* maki */

.fullbackground{
   
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-image: url(/img/background.jpeg);
}

.edumix-login-title span {
    background: none repeat scroll 0% 0% #395F97;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 0 20px;
}
.edumix-signup-panel a span {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background: #92CD18;
}
.edumix-signup-panel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.edumix-signup-panel h2 span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}
.edumix-signup-panel h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: relative;
    top: 8px;
    z-index: 0;
}
.edumix-footer-panel a span {
    display: block;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.login-button input[type=submit] {
    
    width:100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background: #007842;
    cursor:pointer;
    color:white;
   font-weight: bold;
}
.profile {
	/*
    background: #111;
*/
    width: 100%;
    position: relative;
    top: -13px;
    left: 0;
    height: 50px;
    font-size: 13px;
    margin: 0;
    padding: 15px 5px;
    border-radius: 4px 4px 0 0;
}
.profile h3 small {
    margin-left: 6px;
    color: #000;
    letter-spacing: 2px;
    border: 2px solid rgba(95, 84, 143, 0.8);
    padding: 2px 6px;
    border-radius: 15px;
    position: relative;
    top: -3px;
}

a {
    color: #007842;
    text-decoration: none;
    line-height: inherit;
    font-style: bold;
}
a:hover, a:focus {
    color: #000;
}

.top-bar-section ul li>a.button {
    font-size: 0.8125rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #007842;
    border-color: #007842;
    color: #fff;
    margin-left: 2px;
}
.top-bar-section ul li {
    
    margin-left: 2px;
}
.top-bar-nest {
    min-height: 90px;
    background:  rgba(255,255,255,0.0) !important;
    display: block;
    padding: 15px 45px 15px 80px;
    margin: 0 -15px;
}

.top-bar {
    margin: 0 -15px;
     background: rgba(255,255,255,0.0) !important;
}
.top-bar-section ul li {
     background:rgba(255,255,255,0.0) !important;
}

.logo-link-bg {
    /*
    background: #fff !important;
    */
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10pt;
 
    width: 100%;
    background:#ccc;
    height: 35px;
    margin-top: -35px;
}

#footer a {
    color: #007842 !important;
}
