﻿/* Pannello di Monitoraggio / Assegnazione */

.rm_raggr_title {
    background: #009178;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 6px;
    border: 1px solid #d6d6d6;
}


.rm_matricola {
    color: #707070;
    width: 100%;
    border-right: 1px solid #d6d6d6;
    height: 46px;
}

.rm-col-matricola {
    height: 40px;
}

.rm_row {
    border-bottom: 1px solid #d6d6d6;
}

.rm-header {
    text-align: center;
    width: 100%;
    color: #707070;
    background: #d6d6d6;
    margin-bottom: -12px;
    font-size: 11px;
    height: 22px;
}

    .rm-header > div {
        padding: 4px;
    }

.rm-row-filter {
    margin-bottom: 14px;
}

.rm-row-legenda {
    margin-bottom: 10px;
}


.rm_filiale {
    height: 34px;
    background: #009178;
    color: #fff;
    margin-right: 4px;
    padding: 2px;
    width: 140px;
    cursor: pointer;
    font-size: 11px;
    float: left;
    margin-top: -3px;
    position: relative;
    overflow: hidden;
}

    .rm_filiale.temp {
        background: #57ead0;
        color: #707070;
    }

    .rm_filiale.someone {
        background: #f26f6f;
    }

    .rm_filiale.someone-temp {
        background: #a71919;
    }

    .rm_filiale.font-l {
        font-size: 11px;
        width: 175px;
        padding: 0px;
        height: 23px;
        padding-left: 4px;
    }

        .rm_filiale.font-l > div {
            display: table-cell;
            height: 28px;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }


    .rm_filiale > div {
        display: table-cell;
        height: 28px;
        overflow: hidden;
        vertical-align: middle;
    }


    .rm_filiale > .edit_filiale {
        width: 34px;
        position: absolute;
        right: -50px;
        top: 0px;
        height: 34px;
        background-color: #d6d6d6;
        text-align: center;
        padding: 8px;
    }

.rm-aggiungi-filiale {
    background-color: #d6d6d6;
    width: 28px;
    height: 28px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.rm_fix_padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.rm_fix_scrolling {
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    position: relative !important;
    -ms-overflow-style: none;
}

    .rm_fix_scrolling::-webkit-scrollbar-thumb {
        background: #009178;
    }

.rm_grid_matricole > div {
    padding: 0px 15px 0px 15px;
}


.rm-draggable {
    position: relative;
}

.rm_droppable {
    height: 44px;
    padding: 6px
}

.rm_ondragging {
    box-shadow: 0px 0px 10px #009178;
    border-radius: 5px;
}


.rm-goto-rg.rm-button {
    background: #d6d6d6;
    color: #000;
    font-size: 14px;
    border: 0px;
    width:218px;
    text-align:left;
}

.rm-title {
    color: #707070;
    font-size: 18px;
    font-weight: lighter;
}

.rm-number-stats {
    cursor: pointer;
}

/* Report Assenze non Gestite */

.rang-matricole-dest-header {
    background-color: #D6D6D6;
    color: #010101;
    width: 100%;
    text-align: center;
    height: 27px;
}

.rang_data {
    color: #4D4D4D;
    font-size: 14px;
    padding: 25px 0px;
    font-weight: bolder;
}

.rang_matricola {
    color: #707070;
    width: 100%;
    border-right: 1px solid #d6d6d6;
    padding: 10px 0px;
}

.rang_filiale {
    height: 30px;
    background: #009178;
    color: #fff;
    margin-right: 4px;
    padding: 2px;
    width: 140px;
    cursor: pointer;
    font-size: 10px;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
}

    .rang_filiale.temp {
        background: #57ead0;
        color: #707070;
    }

    .rang_filiale.someone {
        background: #f26f6f;
    }

    .rang_filiale.someone-temp {
        background: #a71919;
    }

.rang-no-padding {
    padding: 0px !important;
}

.rang_row {
    border-bottom: 1px solid #d6d6d6;
}

.rang-matricola-dest {
    border: 1px solid #707070;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .rang-matricola-dest div div {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
    }

.rang_draggable {
    z-index: 1000;
}

.rang_ondragging {
    background-color: yellow;
}

.rang_title {
    font-size: 30px;
    color: #707070;
    margin-bottom: 40px;
}

/* Report Cruscotto Assenze */

.rass-header th {
    text-align: center;
    padding-bottom: 15px;
}

.rass_dayname_container {
    padding: 4px;
    font-size: 12px;
    border: 1px solid #707070;
    border-bottom: 0px;
    border-right: 0.5px solid #707070 !important;
}

.rass_daynum_container {
    padding: 4px;
    font-size: 12px;
    border: 1px solid #707070;
    border-right: 0.5px solid #707070 !important;
}


.rass-row td {
    border: 1px solid #707070;
    height: 30px;
}



    .rass-row td:hover {
        background: url('../../img/udx-red-point.png') no-repeat 50% 50%;
        cursor: pointer;
    }

    .rass-row td:first-child {
        background: none !important;
        cursor: inherit !important;
    }

.rass-monthName {
    color: orange;
    font-size: 30px;
    text-align: right;
}

.rass-day-absence {
    background: url('../../img/udx-red-point.png') no-repeat 50% 50%;
}

.rass-month-nav {
    font-size: 30px;
    color: orange;
}

.rass_title {
    font-size: 30px;
    color: #707070;
    margin-bottom: 15px;
}

/* Logs Report Monitoraggio */

.rm_logs {
}

.rm-logs-inner .well {
    margin-bottom: 2px;
}

.rm-logs-inner .well-sm {
    padding: 5px;
}

.rm-logs-inner {
    display: none;
}

.rm_logs h3 {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 60px;
    height: 40px;
}

    .rm_logs h3:hover {
        background-color: #009178;
        color: #fff;
    }

.rm-logs-header {
    width: 185px;
    height: 60px;
    margin-right: 30px;
    border: 1px solid #707070;
    margin-bottom: 20px;
    float: left;
    text-align: center;
}

    .rm-logs-header > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: inherit;
        width: inherit;
    }

    .rm-logs-header.filiale {
        background: url(../../img/udx-building.png) no-repeat 5px 50%;
        padding-left: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    .rm-logs-header.user {
        background: url(../../img/udx-user.png) no-repeat 5px 50%;
        padding-left: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

.rm-logs-link {
    cursor: pointer;
    color: inherit !important;
    text-decoration: none;
}

    .rm-logs-link:hover {
        color: #a12121 !important;
    }


/* Report Riepilogo Giornaliero */


.rmrg_filter_row {
    margin-bottom: 15px;
}

.rmrm_titolo_attivita {
    font-size: 16px;
    color: #707070;
    font-weight: bolder;
    height: 30px;
}

.rmrm_title {
    font-size: 30px;
    color: #707070;
    margin-bottom: 30px;
}

/* Report Giornaliero */

.rmrg-label-sm {
    font-size: 12px;
}

.rmrg-label-gray {
    color: #707070;
    text-align: left;
}

.rmrg-label-success {
    color: #009178;
    text-align: center;
    background-color: transparent !important;
}

.rmrg-label-error {
    color: #f26f6f;
    text-align: center;
}

.rmrg-totals > div {
    text-align: center;
    font-size: 22px;
    height: 50px;
    padding-top: 6px;
}

.rmrg-activities-container {
    height: 118px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .rmrg-activities-container:hover {
        box-shadow: 0 4px 2px -2px #707070;
    }

.rmrg-settings {
    font-size: 16px;
    background: #707070;
    color: #fff;
    cursor: pointer;
    height: 24px !important;
}

    .rmrg-settings > span {
        top: 3px;
    }

.rmrg-button {
    height: 25px;
    color: #fff;
    border: 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.rmrg-va div {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.rmrg-elenco-matricole {
    margin-top: 20px;
    width: 100%;
}

.rmrg_matricola {
    color: #707070;
    width: 99%;
    height: 35px;
    font-size: 13px;
}

.rmrg_fix_padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.rmrg-progress-att-matricola {
    height: 5px;
    width: 98%;
}


    .rmrg-progress-att-matricola > .rmrg-progress-bar-error {
        background: #f26f6f;
    }

    .rmrg-progress-att-matricola > .rmrg-progress-bar-success {
        background: #009178;
    }

    .rmrg-progress-att-matricola > .progress-bar-gray {
        background: #d6d6d6;
        border-radius: 0px !important;
        color: #707070;
    }

.rmrg-grid-header {
    text-align: center;
    width: 100%;
    color: #707070;
    background: #d6d6d6;
    margin-bottom: 20px;
    font-size: 11px;
    height: 22px;
}

    .rmrg-grid-header > div {
        padding: 4px;
    }

.rmrg_filiale {
    color: #707070;
    margin-right: 6px;
    padding: 4px;
    border-radius: 4px;
    font-size: 11px;
    float: left;
    margin-top: -3px;
    position: relative;
    overflow: hidden;
    width: 150px;
}

.rmrg_row td {
    padding-top: 4px;
    height: 40px;
}

/* Report Riepilogo Assegnazione Filiale */

.rmaf-filiale {
    background: url(../../img/udx-buildings.svg) no-repeat 5px 50%;
    background-size: 50px;
    padding-left: 70px;
    padding-bottom:10px;
    font-size: 13px;
    height:50px;
    font-weight:bold;
}

    .rmaf-filiale > div {
        display: table-cell;
        vertical-align: middle;
        height: inherit;
        width: inherit;
    }

.rmaf-matricola {
    padding: 5px;
    float: left;
    width: 250px;
    margin-right: 10px;
    background: #009178;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .rmaf-matricola.temp {
        background: #57ead0;
        color: #707070;
    }

    .rmaf-matricola.someone {
        background: #f26f6f;
    }

    .rmaf-matricola.someone-temp {
        background: #a71919;
    }

.rmaf-matricola-attivita {
    color: #fff;
    font-size:11px;
}

    .rmaf-matricola-attivita a {
        color: #fff;
    }

