﻿html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.equal {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.NESubsiteLeftAreaTitolo {
    height: 70px;
    background-color: #f3f3f3;
    line-height: 70px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.NESubsiteLeftAreaMenu {
    background-color: #f3f3f3;
}
.NESubsiteMenuArea {
    height: 70px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ffffff;
    vertical-align: bottom;
    line-height: 70px;
    padding-top: 13px;
}

.NESubsiteSearchArea {
    height: 50px;
    background-color: #ffffff;
}

.NESubsiteLeftAreaSearch {
    height: 50px;
    background-color: #f3f3f3;
}

.NESubsiteCenterArea {
    background-color: #ffffff;
}

.NESubsiteNewsArea {
    background-color: #ffffff;
    border-left: 2px solid #d3d3d3;
}

.NEPageTitle {
    width: 100%;
    height: 35px;
    font-size: 16px;
    text-align: center;
    background-color: #a9a9a9;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.VMiddle {
    display:table-cell;
    vertical-align:middle;
    float:none;
}

.ColorPicker {
    float: left;
}

.card-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
/***********************************************************/
/* Tabella Customers ***************************************/
.TblCustomers {
    width: 100%;
}
.TblCustomersHeader {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 0px;
    border-bottom: 1px solid #000000;
}

.TblCustomersHeaderCodice {
    width: 55px;
}
.TblCustomersHeaderRagioneSociale {
    width: 260px;
}
.TblCustomersHeaderIndirizzo {
    width: 185px;
}
.TblCustomersHeaderCitta {
    width: 100px;
}
.TblCustomersHeaderProvincia {
    width: 35px;
}
.TblCustomersHeaderTelefono {
    width: 35px;
}
.TblCustomersHeaderCommand {
    width: 55px;
}

.TblCustomersRow {
    font-size: 11px;
    padding: 3px 3px 3px 0px;
    height: 25px;
    border-bottom: 1px dotted #000000;
}

.TblCustomersRowCodice {
    width: 55px;
    text-align: center;
}
.TblCustomersRowRagioneSociale {
    width: 260px;
}
.TblCustomersRowIndirizzo {
    width: 185px;
}
.TblCustomersRowCitta {
    width: 100px;
}
.TblCustomersRowProvincia {
    width: 35px;
    text-align: center;
}
.TblCustomersRowTelefono {
    width: 35px;
    text-align: center;
}
.TblCustomersRowCommand {
    width: 55px;
}

.TblCustomersCommandButton {
    font-size: 10px !important;
    padding: 2px;
    border: 1px solid #b9bdc1;
    width: 60px;
    color: #797979;
}

.TblCustomersPager {
    font-size: 10px !important;
}

/*************************************************************/
/* LOGIN BOX *************************************************/
.NElogin,
.NEloginBox,
.NElogintext
{
    color: #ca552d !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 0px !important;
}


.NENewsElencoVData {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.NENewsElencoVAbstract {
    color: #000000;
    font-size: 12px;
}

a.NENewsElencoVContinua {
    color: #000000;
    font-size: 12px;
}
a.NENewsElencoVContinua:visited, a.HBNewsElencoVContinua:active {
    color: #000000;
    font-size: 12px;
}

.NEAdminPageArea {
    margin: 10px 10px 10px 10px;
}

.NELogout {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 0px !important;
    height: 40px;
}

.NETitoloHomePage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.NETitoloPagina {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.NESottotitoli {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.NETesto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}