﻿
html, body{ height: 100%; background: #f0f0f0;}

#frmReservaWeb{
height:100%;
min-height:100%;
position:relative;
}

#systemWrap{width:auto;}
#systemPanel{
	margin-left: 0px !important;
}

#mainValidationSummary ul{
    width: 100%;
    display: table;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#mainValidationSummary li {
    float: left;
    width: 40%;
    margin: 5px;
}

#warningMessages ul
{
    width: 100%;
    display: table;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#systemFooter{height:65px;}
/*
** Footer
*/
.dashboard-footer{ color:#000; font-size:9px; height:60px; margin-top:-60px; text-align:center; position:absolute; bottom:0; right:0; left:0; }
.dashboard-footer .dashboard-footer-content{ display:table; width:100%; min-width:950px; }
.dashboard-footer .dashboard-footer-logo{ float:left; padding:5px; }
.dashboard-footer .dashboard-footer-copyright{ float:right; margin:5px; }
.dashboard-footer .dashboard-footer-copyright p{ border-top:1px solid #d1d1d1; line-height:30px; margin:15px 0px 0px; }
.dashboard-footer .dashboard-footer-copyright img{ vertical-align:middle; }

/*
** Wrap
*/
.dashboard-wrap{ min-height: 100%; position: relative; margin:0px 10px;}
.clear{ clear:both; }

.dashboard-body{ padding-bottom:70px; min-width:950px; width:100%; display:table; }
.dashboard-content{width:100%; z-index:0; position:relative; background:#fff; display:table;   border:1px solid #a2a3a5; -moz-box-shadow: 0px 3px 5px #888; -webkit-box-shadow: 0px 3px 5px #888; box-shadow: 0px 3px 5px #888; }
.dashboard-home{ float:none; }
.dashboard-home-with-sidebar{ margin-left:225px;}

