﻿/********** GLOBALE ****************************************************************************************************/
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/********** MAPPE ******************************************************************************************************/
.leaflet-label {
    line-height: 120% !important;
}

/********** CC_GIS_ELEMENT_BOTTE ***************************************************************************************/
.static-label > .cs-gis-elem {
    text-align: left;
    width: auto;
}

.csg-gis-botte {
    padding: 15px;
}

    .csg-gis-botte .csg-gis-botte-lbl {
        float: inherit;
        color: black;
        word-wrap:break-word;    
        font-size: 20pt;
        line-height: 25pt;
        font-style: italic;
        font-weight: bold;
    }

    .csg-gis-botte .k-state-selected {
        border-color: White;
        background: #cb60b3;
        background: -moz-linear-gradient(left, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4));
        background: -webkit-linear-gradient(left, #cb60b3 0,#c146a1 50%,#a80077 51%,#db36a4 100%);
        background: -o-linear-gradient(left, #cb60b3 0,#c146a1 50%,#a80077 51%,#db36a4 100%);
        background: -ms-linear-gradient(left, #cb60b3 0,#c146a1 50%,#a80077 51%,#db36a4 100%);
        background: linear-gradient(to right, #cb60b3 0,#c146a1 50%,#a80077 51%,#db36a4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=1 );
    }

    .csg-gis-botte .k-progress-status {
        font-size: 18pt;
        margin-left: 13px;
    }

/********** CC_GIS_ELEMENT_DEPARTMENT ***************************************************************************************/
.csg-gis-department {
    padding: 15px;
}

    .csg-gis-department .csg-gis-department-lbl {
            float: inherit;
            color: black;
            font:30pt Arial, sans-serif;
            word-wrap:break-word;
    }

/********** CC_GIS_ELEMENT_WAREHOUSE ***************************************************************************************/
.csg-gis-warehouse{
    padding: 15px;
}

    .csg-gis-warehouse .csg-gis-warehouse-lbl {
            float: inherit;
            color: black;
            word-wrap:break-word;    
            font-size: 20pt;
            line-height: 25pt;
            font-style: italic;
    }

/********** CC_GIS_ELEMENT_CANTINA_BASE ***************************************************************************************/
table.csg-gis-cnt-base {
    padding: 5px;
    width: 100%;
}

.csg-gis-cnt-base > tbody > tr > td {
    padding: 5px 5px;
    text-align: center;
}


.csg-gis-cnt-base .csg-gis-cnt-base-lbl {
    font-size: 20pt;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 18pt;
}

.csg-gis-cnt-base .k-state-selected {
    border-color: White;
    background: #cb60b3;
}

tr.csg-gis-cnt-base-hide { display: none!important; }

/********** CC_CONFERIMENTO ********************************************************************************************/
.cnt-conf {
    max-width: 1200px;
}

.cnt-conf-tbl {
    display: inline-block;
    /*margin-top: 15px;*/
}

    /*.cnt-conf-tbl > table {
        border: 1px solid #666;
    }*/

        .cnt-conf-tbl > table > tbody > tr:first-child > td {
            /*background: #336699;
            color: #fff;
            padding: 5px;*/
            text-transform: uppercase;
        }

.cnt-conf-tbl-left {
    width: 60%;
    float: left;
    max-width: 800px;
}

.cnt-conf-tbl-right {
    padding-left: 60px;
    width: 30%;
}

.cnt-conf-tbl .spc-cell-edit-analisi-racc {
    padding: 5px 0 0 5px;
}
