﻿.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.tblStatisticsMainTable
{
    background-color:#FAF8F3;
    -webkit-border-radius:0.5em;
    -moz-border-radius:0.5em;
    -o-border-radius:0.5em;
    border-radius:0.5em;

    -webkit-box-shadow:0.25em 0.25em 0.15em #BFBEBB;
    -moz-box-shadow:0.25em 0.25em 0.15em #BFBEBB;
    -o-box-shadow:0.25em 0.25em 0.15em #BFBEBB;
    box-shadow:0.25em 0.25em 0.15em #BFBEBB;

    text-align:left;

    padding: 0.5em 0.5em 0.5em 0.5em;
}

.tblHeader
{
    text-align:center;
    font-size:1.8em;
    font-variant:small-caps;
    
}

.lblHeader
{
    text-shadow:0.1em 0.1em 0.1em #BFBEBB;
}

.my-btn 
{
    width: 4em;
    margin: 0 0 0 1.5em;
}

.my-btn 
{
    color:#fff !important;
    border: 1px solid #a30029;
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -o-border-radius: 0.5em !important;
    border-radius: 0.5em !important;
    background-color: #c03 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(50%, rgba(255,255,255,0)), color-stop(50%, transparent), to(rgba(0,0,0,0.2)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%, transparent 50%, rgba(0,0,0,0.2) 100%);
    background-image: linear-gradient(rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%, transparent 50%, rgba(0,0,0,0.2) 100%);
    -webkit-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    -moz-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    -o-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
}

.my-btn:active {
    -webkit-box-shadow: inset 0.15em 0.15em 0.15em #BFBEBB !important;
    -moz-box-shadow: inset 0.15em 0.15em 0.15em #BFBEBB !important;
    -o-box-shadow: inset 0.15em 0.15em 0.15em #BFBEBB !important;
    box-shadow: inset 0.15em 0.15em 0.15em #BFBEBB !important;
}

.my-btn.krad-btn-disabled:active {
    -webkit-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    -moz-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    -o-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
}

.my-btn:hover
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), color-stop(50%, rgba(255,255,255,0.2)), color-stop(50%, transparent), to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 50%, transparent 50%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 50%, transparent 50%, rgba(0,0,0,0.5) 100%);
}

.my-btn.krad-btn-disabled:hover {
    border: 1px solid #a30029;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(50%, rgba(255,255,255,0)), color-stop(50%, transparent), to(rgba(0,0,0,0.2)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%, transparent 50%, rgba(0,0,0,0.2) 100%);
    background-image: linear-gradient(rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%, transparent 50%, rgba(0,0,0,0.2) 100%);
    -webkit-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    -moz-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    -o-box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
    box-shadow: 0.15em 0.15em 0.15em #BFBEBB !important;
}

.grpStatisticheUtenti
{
    min-height:15em;
}

/************************Stile TAB - Export Form*****************************/

.winSTExport {
    background-color: rgb(243, 243, 243);
}

.winSTExportSendMail
{
    background-color: rgb(243, 243, 243);
    padding:25px 20px 25px 20px !important;
}


.tdSTExportCheck {
    width: 2em;
}

.btnSTExport {
    width: 6em !important;
    height: 3em !important;
    margin: 0 0 0 1.5em !important;
}

.STExport_td_lblNomeFile {
    width: 8em;
}

.pnlSTExportIframes {
    display: none;
}


.pnlUserReference {
    display: block;
    text-align: right;
    height: 4.5em;
}

.liHome, .liContatti, .liCatalogo {
    display: block;
}

.pnlPermissionDenied
{
    line-height:20em;
    text-align:center;
}

/*---------------------_AC_20160726-------------------------*/
.tblDInfo tr td:last-child {
    border: none;
}
.tblDInfo tr td {
    border-right: 1px solid rgb(210,210,210);
    text-align: center;
}

.tblDInfo .tdDDataTitle
{
    font-size:1.1em;
}

.tblDInfo .tdDData
{
    font-size:2.5em;
}

.tblDTitle {
    border-bottom: 1px solid  rgb(210,210,210);
}

.tblDTitle .lblTitle{
    font-size:1.5em;
    padding-right:1em;
}
fieldset#grpDashboard {
    background: white;
    font-weight: bold;
    border-radius:0;
}

/*AC_20190716*/
.tblDTitle .lblPeriodo{
    font-size:1.2em;
    padding-left:1em;
}