﻿body
{
    background-color: #E4E4E4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 5px;
    margin: 5px;
    text-align: left;
    
}



.loading {
    width: 200px;
    height: 200px;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.rigadxdotted 
{
    border-right-color: black !important;
    border-right-width: 1px !important;
    border-right-style: dotted !important;
}


div.RadGrid .rgRow td,
div.RadGrid .rgAltRow td {
    border-bottom: 5px solid white;
}


.RadDropDownList_Default {
    font-size: 16px !important;
}

    .RadDropDownList_Default .rddlFocused {
        height: 40px !important;
        font-size: 16px !important;
    }

.outline {
    color: #808080;
    text-shadow: #000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}




.borditabella
{
    border-style: solid;
    border-width: 1px;
}

.spaziocelle {
    padding: 5px;
}


.CF
{
    font-size: xx-small;
}



.titolo
{
    border: 1px dotted #FF0066;
    padding: 2px;
    font-weight: bold;
    font-variant: normal;
    font-size: small;
    width: 100%;
    background-color: #FFFFFF;
}


.button_nostampa {display:none !important;}


.DropZone1 {
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}

#DropZone2 {
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}

.DropZone1 {
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}

#DropZone2 {
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}

.demo-container .RadAsyncUpload {
    text-align: center;
    margin-left: 0;
    margin-bottom: 28px;
}

    .demo-container .RadAsyncUpload .ruFileWrap {
        text-align: left;
    }

.demo-container .RadUpload .ruUploadProgress {
    width: 210px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

html .demo-container .ruFakeInput {
    width: 200px;
}

html .RadUpload .ruFileWrap {
    position: relative;
}