﻿a.ce-disabled { color:gray; }

/* vecchia definizione
.verticaltextReportQueue {
    writing-mode: tb-rl;
    filter: flipv fliph;
}
*/

.verticaltextReportQueue {
    writing-mode: tb-rl;
    filter: flipv fliph;
   -moz-transform: rotate(-90deg) translate(0, 100%);
   -moz-transform-origin: 0% 100%;
   -o-transform: rotate(-90deg) translate(0, 100%);
   -o-transform-origin: 0% 100%;
   -webkit-transform: rotate(-90deg) translate(0, 100%);
   -webkit-transform-origin: 0% 100%;
   transform: rotate(-90deg) translate(0, 100%);
   transform-origin: 0% 100%;
}




    
a.triggerReportQueue{
    position: fixed;
    text-decoration: none;
    top: 200px; left: 0;
    font-size: 12px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 40px 5px 10px 5px;
    font-weight: 200;
    background:#464854 url(~/Content/Catasto_Enti/Images/plus.png) 100% 5% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
}

a.triggerReportQueue:hover{
    position: fixed;
    text-decoration: none;
    top: 200px; left: 0;
    font-size: 12px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#000000;
    padding: 40px 5px 10px 10px;
    font-weight: 200;
    background:#363844 url(~/Content/Catasto_Enti/Images/plus.png) 100% 3% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
}

a.activeReportQueue.triggerReportQueue {
    background:#363844 url(~/Content/Catasto_Enti/Images/minus.png) 100% 3% no-repeat;
}