﻿.menu .connected-user { margin-right: 20px; text-align: right; margin-bottom: 0.5em; }
.menu { position: fixed; top: 0; left: 0; width: 230px; height: 100%; background-color: white; padding-left: 25px; }

@media screen and (max-height: 480px)  
{
   .high-enough { display: none; }
   .not-high-enough { width:210px; background-color: #112469; color: white; font-weight: bold; text-align: center; padding: 4px; margin-bottom: 5px; }
   .menu .connected-user .dxeBase_Moderno { font-size: 0.8em !important; }
}
@media screen and (min-height: 481px)  
{
   .not-high-enough { display: none; }
}

.menu .not-high-enough {  }

.content { margin-right: 25px; margin-left: 260px; margin-top: 25px; }
.blue-band { height: 5px; background: url('/images/blue-band.jpg') repeat-x; margin-bottom:0.5em; margin-right: 20px;}

#menu { width: 210px; }
   #menu .admin-child { padding-left: 10px; }

#footer { margin-right: 25px; margin-left: 260px; padding: 2px 6px; margin-top: 25px; height: 15px; }
   #footer p { margin: 0 auto; color: inherit; text-align: left; font-size: 0.8em; }
      #footer p a { color: inherit; }

html, body, form { height: 100%; margin: 0; }
/*.wrapper { min-height: 100%; margin: 0 auto -50px !important; }*/
.wrapper {/* the bottom margin is the negative value of the footer's height */ }
.footer, .push { height: 15px; clear: both; }
