﻿body {
    background-color:transparent;
}
header {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
	box-shadow: 0 3px 3px 0px rgba(0,0,0,0.15);	
	padding-bottom:8px;
}

header .logo {
    padding-left: 1.5%;
}

header .logo h1 {
    display: inline-block;
    margin-top: 5px;
    max-width: 100%;
}
header .logo img {
    max-width: 100%;
    vertical-align: middle;
}

header .cabecera {
    height: 65px;
}

#login-user .error-summary{
    display:none;
}

.loadingoverlay{
    background-color: rgba(0,0,0,0) !important;
    z-index:9999;
}


.top-login-screen {
    top: 90px !important;
}

@media (min-width:768px){
    .top-login-screen {
        top: 87px !important;
    }
}

@media (min-width: 992px) {
     .top-login-screen {
        top: 80px !important;
    }
}

#follow-group{
    padding-top:20px;
}

#follow-group a {
    color:#e67600;
	text-decoration:underline;
    margin-left:3px;
}

#follow-group a:hover, 
#follow-group a:focus{
    color:#e67600;
	text-decoration:none;
}

.floating-alert {   
   width:95% !important;
   top:4px !important;
}

@media (max-width:768px) {
     .floating-alert {
        width:100% !important;
        top: 4px !important;        
    }
}

@media (min-width:1025px) {
     .floating-alert {        
        width:100% !important;
        top: 4px !important;         
    }
}

