html body {
    color: #000;
    margin: 0px;
    font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    min-width: 320px;
    background-color: white;
}

body > div.content{
    margin-bottom:20px;
}

a, a:visited {
    text-decoration: none;
    color: #004b62;
}


div.container2, div#container2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top:20px;
}

div.row > h3{
    margin-left:-15px;
    margin-right:-15px;
}

div#top { height:120px; position:fixed; background-color:rgba(255,255,255,1.0); width:100%; top:0px;
}

    div#container {
        margin-top: 200px;
        background-color: white;
        padding-left: 190px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        background-repeat: no-repeat;
        background-position: top center;
    }

img#logo { position:fixed; top:10px; left:50%;  margin-left:-120px; }

h3.banner {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    clear: both;
    font-weight: 700;
    background-color: #efefef;
    text-indent: 5px;
    font-size: 16px;
    background-color: #130c40;
    color:white;
    text-transform:uppercase;
}






div.loading {  height:20px; width:100%; background-size:unset;  margin-top:5px;
               background-position:center center; background-repeat:no-repeat; background-image:url(../images/loading3.gif); display:none;
}

body.loading div.loading { display:inline-block;
}

span#LoginName1 { float:left; display:block; font-size:16px; text-transform:uppercase;
                    margin-top:30px; margin-left:12px; height:32px; line-height:32px; font-weight:normal;
}

span#logout{ float:right; display:block; height:28px;   width:36px;
              margin-top:30px; margin-right:24px; background-image:url(/images/logout.png);
              background-position:center center; background-size:contain; background-repeat:no-repeat;
}
span#info { border-left-style:none; width:21px; margin-top:18px; margin-right:8px; background-image:url(/images/info.png);
              background-position:center center; background-repeat:no-repeat;
}
span#username {
    border-left-style: none;
    margin-top: 18px; padding-left:8px; font-size:9px; font-weight:bold; line-height:20px;
    margin-right: 8px;float:right; display:block; height:20px;  border-left:1px solid #000000;
}


body.backoffice.a2spx div.row {
    display: inline-block;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

div.expander{ width:100%; height:12px; cursor:pointer;  background-size:contain; padding-top:4px; padding-bottom:4px;
              background-image:url(../images/more.png); background-position:center center; background-repeat:no-repeat;
                margin-bottom:10px; }

.grid { width:100%; font-size:15px;}

    .grid td { padding:5px; box-sizing:border-box; padding-left:5px; padding-right:5px;
    }

    .grid th { text-transform:uppercase;  background-color:#efefef; height:30px; padding:3px; text-align:left;  padding-left:5px; padding-right:5px; }

    .grid tr.row { cursor:pointer; background-color:white; height:30px; border:1px solid #efefef; border-bottom-style:none;
    }
    .grid tr.row:nth-of-type(2n+1) { background-color:#efefef;
        }
        .grid tr.row:hover { background-color:#e2e2e2;
        }

        .mobileonly { display:none; }
        .category-hidden { display:none!important; }

h2.back {
   font-size:15px;
}
.grid > table {
    width: 100%;
}
@media(min-width:801px) {


    div.container2, div#container2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    div#container { width:1020px!important;
    }
  
}

@media(max-width:800px) {
    html body .content .content-wrapper
    {
        padding:0;
      /*  margin-left:-15px;
        margin-right:-15px;*/
    }
    #menu {
        display: none;
    }
    table:not(.mobile-table) .desktoponly, .filters .desktoponly {
        display: none !important;
    }
            h2.back{
                width: 16px;
    height: 30px;
    overflow: hidden;
    position: fixed;
    top: 3px;
    left: 25px;
    font-size: 31px;
            }

            .grid { width:100%; margin:0px; padding:0px;
            } 

             .grid td.row { width:50%; font-size:11px; }


            div#container
{
  padding-left:10px; padding-right:10px;
}
             .mobileonly{ display:block; }

             div.mobile-collapsed{ display:none;}
        }

      input[type=text].bgcolor1{ background-color:#c9f7b5; color:black;}
      input[type=text].bgcolor2{ background-color:#f8fa75; color:black;}

.row span.pretext { display:block; margin-right:10px; height:40px; line-height:38px; float:left;
}

#LabelResult{
    text-align:center; width:100%; color:red;
}

.pointer {
    display: none;
}

.active .pointer {
    display: block;
}

.grid tr{
    min-height:48px;
    cursor:pointer;
}

    .grid tr:nth-child(2n+1) {
        background-color: #f5f5f5;
    }
    .grid tr:hover {
        background-color: #efefef;
    }

    .gridfooter a{ padding:10px; padding-left:20px; padding-right:20px;}
    .gridfooter a:hover{background-color:#004b62; color:white;}

#PanelProgress1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    opacity: 0.6
}

#PanelProgress2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/user/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y:20%;
}


.inevidenza.loading {
    background-image: url(/user/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width:16px; height:16px;
}
.fattureincloud b {
    color: #007CE4;
}
.fattureincloud h3 {
    background-color: #007CE4;
    color: white;
}

iframe.videoframe {
    max-width: 600px;
    width: 100%;
    min-width:300px;
    min-height:200px;
    display: block;
    margin-left: auto;
    margin-bottom:20px;
    margin-right: auto;
}

.dropdown-menu > li > a.aspNetDisabled{
    color:#999;
}

.col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1700px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width:767px){
    .desktop-only{display:none!important;}
}
@media(min-width:768px){
    .mobile-only{display:none!important;}
}
