html, body
{
    height: 100%;
}
body{
    background-color: #E5E5E5 !important;
}
#resultgrid{
    top: -23px;
}

.center{
    position:relative;
    /*width: 1050px;*/
    margin: 0 auto;
}
.ftext {
    font-family: Tahoma,Arial,Helvetica;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(220, 220, 236);
}
.ightblu {
    font-family: Tahoma,Arial,Helvetica;
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: rgb(220, 220, 236);
    font-weight: bold;
}
.banner-img {
    background: url(../img/header3.png) no-repeat;
    background-position-x: right;
    height: 70px
}
.logo-img {
    /*background: url(../img/logo-banner.gif) no-repeat;
    height: 35px;
    position: relative;
    top: 11px;
    left: 740px;
    width: 285px;*/
}

.mainbody{
    background-color:white;
    position: relative;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    height: 100%;
    background-color:#9fc7fa;
    /*width: 98%;*/
}

.right-tab {float: right;}
.menu-title {
    text-align:center;
    background-color: rgb(0, 102, 153);
}

.copyFromButton {
    position: absolute;
    right: 10px;
}

.x-boundlist-item img.chkCombo {
    height:16px;
    width:16px;
    background: transparent url(/extjs/build/packages/ext-theme-classic/build/resources/images/menu/default-unchecked.gif);
}
.x-boundlist-selected img.chkCombo{
    height:16px;
    width:16px;
    background: transparent url(/extjs/build/packages/ext-theme-classic/build/resources/images/menu/default-checked.gif);
}
.action-icon-medium{
    height:22px;
    width:22px;
    background: transparent url(../img/detail.png);
}
.action-warn-icon-medium{
    height:22px;
    width:22px;
    background: transparent url(../img/detailWarn.png);
}
.action-new-email{
    height:22px;
    width:24px;
    background: transparent url(../img/new-mail.png);
}
.action-read-email{
    height:22px;
    width:24px;
    background: transparent url(../img/read-mail.png);
}

.action-trigger{
    height:24px;
    width:24px;
    background: url(../img/alert4.png);
}
.action-add-cga{
    background: transparent url(../img/add.png);
}
.action-delete-cga{
    background: transparent url(../img/delete.png);
}

.trasparenza-row-header .x-grid-cell{
    color:#FF0000 !important;
    /*color:white;*/
    font-weight: bold;
}

.win-email-icon, .win-fax-icon{
	background-repeat: no-repeat;
	background-size: contain;
	height:14px;
}
.win-fax-icon{
	background-image: url(img/fax1.png);
}
.win-email-icon{
        background-image: url(img/mail.png);
}
.info-locked{
    background-color: #FFEEEE;
    padding: 17px 0px;
    border: solid 1px red;
    background-image: url(../img/alert4.png);
    background-repeat: no-repeat;
    background-position: 12px;
    text-indent: 48px;
    font-family: sans-serif;
    font-size: initial;
}
.details-save-btn-animation{
    /*border-color: #E19E9E;*/
    border-color: #FF0000;
    background-color: #E4B6B6;
    background-image: -webkit-linear-gradient(top,#E4B6B6,#E6BFBF 48%,#F58D8D 52%,#F59898);
}
.details-save-btn-icon{
    background: transparent url(../img/save.png);
}
.details-save-btn-icon-animated{
    background: transparent url(../img/saveanim.gif);
}

tr.x-grid-total-row-summary .x-grid-td {
  border-top-color: #D10000;
  border-top-width: 2px;
  background: #D10000;
  color: white;
}

tr.x-grid-total-row-summary .x-grid-cell-first .x-grid-cell-inner b{
  display: none;
}
tr.x-grid-total-row-summary .x-grid-cell-first .x-grid-cell-inner:after {
  content: 'Totale complessivo';
  font-weight:bold;
}

tr.x-grid-total-row-gr-summary .x-grid-td {
  border-top-color: #D10000;
  border-top-width: 2px;
  background: #D10000;
  color: white;
}

tr.x-grid-total-row-gr-summary .x-grid-cell-first .x-grid-cell-inner b{
  display: none;
}
tr.x-grid-total-row-gr-summary .x-grid-cell-first .x-grid-cell-inner:after {
  content: 'Totale';
  font-weight:bold;
}
.copyright li{display:inline-table;color:#04408C;font-weight:bold;}
.copyright li a{color: #416DA3;}
ul.copyright{list-style:none;margin-top:-20px;margin-bottom: 0px;}
.copyright li a{color: #416DA3;}
ul.copyright{justify-content: space-around;display: flex;}

.status-footer{
	color:#04408C;
	font-size: larger;
	font-weight: bold;
}

.status-footer a {
	color: #416DA3;
}

/* GOOGLE CHROME 43 BUGS */
.x-form-text {
	display: inline !important;
}

