﻿/*Notifiche*/
.notification-block {
    font-size: 30px;
    position: fixed;
    height: 65px;
    width: 100%;
    background-color: #99CCFF;
    top: 0;
    left: 0;
}

.notification-block td {
    padding: 7px;
}

.notification-success-img {
    width: 50px;
    height: 50px;
    background-image: url("../RadNotification/icon_ok.png")
}

.notification-error-img {
    width: 50px;
    height: 50px;
    background-image: url("../RadNotification/icon_error.gif")
}

.notification-close-img {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("../RadNotification/close_icon.png")
}

/* stile liste form dinamiche */
.rgRow.csf-frmx-row-total td, .rgAltRow.csf-frmx-row-total td, .rgRow.csf-frmx-row-total td.rgSorted, .rgAltRow.csf-frmx-row-total td.rgSorted {
    background: #006EFF;
    border-color: #fff;
    border-width: 0 1px 1px 0 !important;
    color: white;
    font-weight: bold;
}

.RadGrid_WebBlue .csf-frmx-row-total.rgHoveredRow td {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

/* stile pagine di edit */
.EditMasterWarningMsg {
    font-weight: bold;
    color: White;
    display: block;
    background-color: Red;
    padding: 3px;
}

.EditDetailWarningMsg {
    font-weight: bold;
    color: White;
    display: block;
    background-color: Red;
    padding: 3px;
}


/*FT style per editCalendar*/
/*#m_pGrdCalendar .k-grid-header table th,*/
#m_pGrdCalendar .k-grid-content table td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#m_pGrdCalendar .k-grid-header table th.k-header {
    text-align: center !important;
    font-weight: bold;
    font-size: 8pt;
}

#m_pGrdCalendar .k-grid-header table th.k-header {
    text-align: center !important;
    font-weight: bold;
    font-size: 8pt;
}


#m_pGrdCalendar_active_cell {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 30px;
    min-width: 40px;
}

.month_not_exist {
    background-color: black;
    display: block;
    margin: 0;
    color: black;
    height: 30px;
    min-width: 40px;
}

.holiday {
    background-color: red;
    color: white;
    display: block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    width: 40px;
    border: 1px solid darkred;
    font-weight: 400;
    font-size: 10pt;
    line-height: 10pt;
    padding-top: 10px;
}

.weekend {
    background-color: lightgray;
    /*color:lightgray; */
    font-weight: bold;
    display: block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    width: 40px;
    font-size: 10pt;
    line-height: 10pt;
    border: 1px solid darkgrey;
    font-weight: 400;
    padding-top: 10px;
}

.normalday {
    display: block;
    margin: 0;
    text-align: center;
    vertical-align: middle !important;
    height: 30px;
    width: 40px;
    font-size: 10pt;
    line-height: 10pt;
    border: 1px dotted grey;
    font-weight: bold;
    padding-top: 10px;
}
.month_name {
    background-color: black;
    height: 30px;
    width: 100px;
    display: block;
    padding-top: 10px;
    color: white;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted white;
}

.cs-calendar-label {
    font-size: 100%;
    font-weight: bold;
    color: #808080;
}

.cs-calendar-holiday-label {
    font-size: 100%;
    font-weight: bold;
    color: #dd0202;
}

.cs-ore-tot {
    background-color: lightgray;
}

.cs-calendar-button {
    background-color: #A0A0A0;
}

