@import "buttons.css";
@import "result.css";
@import "page.css";
@import "sales.css";

html {
    margin:0;
    /*height:0;*/
    background-color: white;
    height:100%;
    width:100%;
    padding:0;
}
body {
    height: auto;
    width:100%;
    background-color: white;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    border-width:0;
    font-family: "Trebuchet MS", "Verdana", "arial", "sans-serif";
    font-size: 12px;
}

table.header {
	width:100%;
	height:27px;
	top: 0;
	background-image:url('../images/header2.gif');
	line-height: 27px; 
}
td.header_content {
	height: 100%;
	width:100%;
	font-size:11px;
	text-align:right;
	margin: 0;
	padding: 0;
	color: #ffeeee;
}
#content {
    position: absolute;
    top: 40px;
    width: 100%;
    height: calc(100% - 41px);
    overflow: hidden;
}
footer.footer-fixed-bottom {
    position: relative;
    margin-top: -40px;
    text-align: right;
}
/*.sm-iris .person-image,*/
/*.sm-iris .person-image:hover,*/
/*.sm-iris .person-image:active,*/
/*.sm-iris .person-image:focus,*/
/*.sm-iris .person-image.highlighted {*/
    /*padding-left: 40px;*/
/*}*/
/*.sm-iris .person-image img {*/
/*.sm-iris .person-image {*/
    /*padding-left: 42px;*/
/*}*/

.sm-iris .person-image {
    height: 38px;
    width: 38px;
    position: absolute;
    display: inline-block;
    top: 1px;
    margin-bottom: 0;
    left: 0;
    overflow: hidden;
    border: 2px solid white;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

@media (min-width: 768px) {
    body {
        height:100%;
        overflow: hidden;
    }
}