TelerikModalOverlay 
{
background-color:#333 !important;
}
.RadWindow_default
{
    font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    background-color: white;
    padding:5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.RadWindow_default .rwTitleRow .rwTitlebar, .RadWindow_default .rwTitleRow .rwTopLeft, .RadWindow_default .rwTitleRow .rwTopRight
{
    background-color: #ECECEC;
}
.RadWindow_default td.rwBodyLeft, .RadWindow_default td.rwBodyRight
{
    background-color: transparent;
}
.RadWindow_default.RadWindow.rwMinimizedWindow, .RadWindow_default.RadWindow.rwMinimizedWindowOverlay
{
    width: 300px !important;
    height: 54px !important;
}
.RadWindow_default.rwMinimizedWindowShadow table.rwTable
{
    width: 99% !important;
}
.RadWindow_default.rwMinimizedWindow ul.rwControlButtons
{
    width: 80px !important;
}
.RadWindow_default .rwTable ul.rwControlButtons
{
    margin: 5px 0 0 0;
}
.RadWindow_default .rwShadow ul.rwControlButtons
{
    margin: 2px 0 0 0;
}
.RadWindow_default .rwTable .rwControlButtons li a
{
    background-image: url('Common/metrotouch-sprite.png');
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
    margin: 0 2px;
    border-radius: 45px;
}
.RadWindow_default .rwTable .rwControlButtons li a:hover
{
    border: 1px solid white;
    border-radius: 45px;
    cursor:pointer;
}

.RadWindow_default a.rwCloseButton, .RadWindow_default a.rwCloseButton:hover
{
    background-position: -111px -1961px;
}
.RadWindow_default a.rwPinButton, .RadWindow_default a.rwPinButton:hover
{
    background-position: -111px -1161px;
}
.RadWindow_default a.rwPinButton.on, .RadWindow_default a.rwPinButton.on:hover
{
    background-position: -111px -1111px;
}
.RadWindow_default a.rwMinimizeButton, .RadWindow_default a.rwMinimizeButton:hover
{
    background-position: -111px -1211px;
}
.RadWindow_default a.rwMaximizeButton, .RadWindow_default a.rwMaximizeButton:hover
{
    background-position: -111px -1261px;
}
.RadWindow_default.rwMaximizedWindow a.rwMaximizeButton, .RadWindow_default.rwMaximizedWindow a.rwMaximizeButton:hover, .RadWindow_default.rwMinimizedWindow a.rwMinimizeButton, .RadWindow_default.rwMinimizedWindow a.rwMinimizeButton:hover
{
    background-position: -111px -1361px;
}
.RadWindow_default a.rwReloadButton, .RadWindow_default a.rwReloadButton:hover
{
    background-position: -111px -1011px;
}
.RadWindow_default .rwTable a.rwIcon
{
    width: 30px;
    height: 30px;
    margin: 6px 5px 0 6px;
    background-image: url('Window/rwIcon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.RadWindow_default .rwShadow a.rwIcon
{
    margin: 2px 5px 0 6px;
}
.RadWindow_default .rwTable .rwTitlebarControls
{
    height: 50px;
}
.RadWindow_default .rwTable .rwTitlebarControls em
{
    font-size: 22px;
    padding: 4px 0 0 1px;
    font-weight: 100;
    color: #666666;
}
.RadWindow_default .rwShadow .rwTitlebarControls em
{
    padding: 2px 0 0 1px;
}
.RadWindow_default .rwTable .rwStatusbar div
{
    width: 30px;
    height: 30px;
    background-image: url('Common/metrotouch-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1510px;
    padding: 0;
    margin: 0 -17px -26px 0;
    margin: -10px -10px -20px -10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .RadWindow_default .rwTable .rwStatusbar div
    {
        margin: -8px -16px -25px 0;
    }
}
.RadWindow_default .rwTable .rwDialogInput
{
    border: 1px solid #cdcdcd;
}
.RadWindow_default .rwTable .rwDialogInput:hover
{
    border: 1px solid #767676;
}
.RadWindow_default td.rwWindowContent
{
    background-color: white;
}
.RadWindow_default .rwTable tr td.rwLoading
{
    background-color: white;
}
.RadWindow_default td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}
.RadWindow_default input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}
.RadWindow_default .rwTable a.rwCancel, .RadWindow_default .rwTable a.rwCancel span
{
    background: 0;
    cursor: pointer;
}
.RadWindow_default .rwTable a.rwCancel span span
{
    color: black;
    text-decoration: underline;
}
.RadWindow_default div.rwDialogPopup
{
    font-size: 16px;
}
.RadWindow_default div.rwDialogPopup .rwDialogInput
{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}
.RadWindow_default a.rwPopupButton, .RadWindow_default td.rwWindowContent a.rwPopupButton:hover
{
    height: 34px;
    line-height: 34px;
    border: 1px solid #cdcdcd;
    background-color: #f9f9f9;
    padding: 0;
}
.RadWindow_default td.rwWindowContent a.rwPopupButton:hover
{
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
}
.RadWindow_default td.rwWindowContent a.rwPopupButton:active, .RadWindow_default td.rwWindowContent a.rwPopupButton:focus
{
    border: 1px solid #DDD;
    background-color: #DDD;
    color: white;
}
.RadWindow_default a.rwPopupButton span
{
    height: 34px;
    line-height: 34px;
}

.RadWindow_Simple .rwControlButtons a 
{
    background-color: #666 !important;
}

/*/////////////////// INFORMAZIONI AGGIUNTIVE //////////////////*/

.AddInfo
{
    float:left;
    width:98%;
    margin:1%;
}
.AddInfo .Rows
{
    float:left;
    width:100%;
}
.AddInfo .Rows .Row01,
.AddInfo .Rows .Row02,
.AddInfo .Rows .Row03
{
    float:left;
    width:100%; 
    padding:4px 0;   
}
.AddInfo .Rows .Row01 .Col1,
.AddInfo .Rows .Row02 .Col1,
.AddInfo .Rows .Row03 .Col1
{
    float:left;
    width:40%;        
}

.AddInfo .Rows .Row01 .Col2,
.AddInfo .Rows .Row02 .Col2,
.AddInfo .Rows .Row03 .Col2
{
    float:left;
    width:60%;
}

.AddInfo .Footer
{
    float:left;
    width:100%;   
    margin-top:5px;
         
}
.AddInfo .Footer .Col1
{
    float:left;
    width:40%;        
}
.AddInfo .Footer .Col2

{
    float:left;
    width:60%;        
}

.AddInfo .Footer .Col2 .ButtonFunctions,
.AddInfo .Footer .Col2 .ButtonFunctions:hover
{
 
    width: 100% !important;
       
}

/* remove main borders */
.borderLessDialog.RadWindow
{
    border: none;
    padding: 0;
}

/* both selectors below can be replaced with setting VisibleTitlebar="false" */
/* remove the titlebar widening */
.borderLessDialog.RadWindow .rwTitleBar
{
    margin: 0;
}

/* remove the titlebar */
.borderLessDialog .rwTitleBar
{
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar
{
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent
{
    border: none;
}

