
body
{
  font-family: Arial;
  font-size: 12px;
}

.clearfix:after, .clearfix:before {
    content:"";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

a {
  color: blue;
  text-decoration: none;
  font-size: 14px;
}
a:hover
{
  text-decoration: underline;
}
div.container {
  width:980px;
  margin:0 auto;
}
div.content {
  width:100%;
}
div.menu {
  width:100%;
  margin:20px 0;
}
div.admin-menu{
  float:left;
  width:45%;
  text-align:left;
}

div.account-menu{
  float:right;
  width:45%;
  text-align:right;
}

div.user-data {
  position:absolute;
  top:30px;
  width:960px;
  margin:0 auto;
  text-align:right;
}
span.pin-code-created {
  border:1px solid red;
  font-weight:bold;
}
tbody{border: 1px solid lightgray;}
.ptogtitle{display:none;}
h1.title {
margin: 0;
padding: 4px;
background: url(/assets/grocery_crud/themes/flexigrid/css/images/wbg.gif) repeat-x top;
border: 1px solid #CCC;
border-bottom: 0px;
border-top: 0px;
font-weight: bold;
display: block;
overflow: hidden;
white-space: nowrap;
position: relative;
}
.logo {
    margin-bottom:20px;
}
#infoMessage{
    padding: 0 10px;
    margin-bottom:10px;
}
.access-denied {
    font-size:20px;
    font-weight:bold;
    color:#b03336;;
}

.footer {
    padding: 50px;
    overflow: hidden;
    background: #3d4352;
    font-size: 13px;
    color: #fffefe;
}

.footer-copy {
    float: left;
    padding: 45px 0 0 8px;
    background: url(logo_esaote_bw.png) 0 0 no-repeat;
}
.main {
/*    min-height:400px; */
}

#crudForm .pDiv {
    border-radius: 0px;
}

.report-div {
    margin: 0 10px;
}

.flexigrid .tools a span {
    margin-left:15px;
}