html {
    background: none;
}

.k-link.k-event-delete span.k-icon.k-si-close {
    /*margin-right: 10px;*/
    display: none;
}

.k-event .fa:hover {
    color: #fff;
}

.k-tooltip  {
    margin-top: -10px;
}

.w-grid-tools .w-grid-tool.save, .w-grid-tools .w-grid-tool.cancel {
    display: none;
}

.ui-tabs .ui-tabs-nav li
{
    white-space:normal  !important;
}

.ui-tabs .ui-tabs-nav li a {
    display: block;
    width: 98%;
}

.w-grid-tools .w-grid-tool.insert {
    display: none !important;
}

.detail-edit-grid .w-grid-tool.insert {
    display: block;
}

.k-popup .k-list .k-item {
    border-bottom: solid 1px blue;
}

.k-scheduler-layout.k-scheduler-monthview .k-event {
    height: 45px !important;
}

.event-template {
    overflow:auto;
    height: 100%;
}

.k-scheduler-agendaview .event-template {
    height: 70px !important;
}

.view-right-align {
    text-align: right;
}

.edit-right-align input, .edit-right-align textarea, .edit-right-align .k-widget {
    text-align: right;
}

.view-left-align {
    text-align: left;
}

.edit-left-align input, .edit-left-align textarea, .edit-left-align .k-widget {
    text-align: left;
}

.detailTemplate [class^="caption_table_col"]  {
    width: 10%;
}

.detailTemplate [class^="field_table_col"]  {
    width: 40%;
}

.detailTemplate [class^="caption_table_col"] label {
    font-weight: bold;
}

.custom_edit_form_button_ul {
    min-height: 40px;
}

.minimized .wuic-username, .minimized .wuic-role {
  display: inline-block;
}

.wuic-menu-options.minimized.top ul {
    display: none;
}

#menu_div.minimized {
  padding-bottom: 20px;
}

html[route='home_page_final'] #jtab_div_53 .data_filter_repeater{
	  margin-top: 11px;
}

.k-more-events.k-button {
    background-color: transparent;
    border-color: transparent;
    top: 50px;
    display: none;
}

.k-event .smart-buttons {
    display: none;
}

.k-event:hover .smart-buttons {
    display: table-row;
}

.k-widget.k-tooltip {
  max-width: 800px;
  text-align: left;
}

body {
    overflow-x: hidden;
}

html[route="mansioni"] .filters ul li:first-child {
 display: none;
}

.w-grid-expand.collapsed {
    zoom: 2;
    margin-top: -3px;
    margin-left: -3px;
}

.w-grid-expand.expanded {
    zoom: 2;
    margin-top: -3px;
    margin-left: -3px;
}

.w-grid-tool.print {
    display: none;
}

html[route="dipendenti"] .caption_table_col_1 {
    width: 15%;
}

html[route="dipendenti"] .field_table_col_1 {
    width: 35%;
}

.k-event .k-event-top-actions, .k-event .k-event-bottom-actions {
    display: none;
}

.filters.expandable.stored .box {
	display: inline-block;
	height: 50px;
    vertical-align: middle;
    margin-right: 30px;
}

.w-dataform-container[route='fraziona_corsi'] .custom_edit_form_button_ul > li:first-child > div {
    display: none;
}

.valutazioni-table {
    width: calc(100% - 30px);
    margin: 10px;
    max-height: 600px;
    overflow: auto;
}

.valutazioni-table table {
    width: 100%;
}

.valutazioni-table textarea {
    width: 100%; height: 40px;
}

.valutazioni-table table td, .valutazioni-table table th {
    border: solid 1px #000 !important;
    padding: 4px;
    text-align: center;
	text-overflow: clip !important;
}

.valutazioni-table table th {
    font-weight: bold;
}

table[route="valutazionimansionirighe"] a.w-grid-tool.insert {
 display: none;
}

table[route="aziendecontrolli"] a.w-grid-tool.insert {
    display: none;
}

.nestedGridTab li.ui-state-default {
    width: auto !important;
}

.table_presenze hr {
    margin: 20px;
}

.table_presenze h2 {
    text-align: center;
}

.table_presenze table.legend, .table_presenze table.filter {
    margin-bottom: 20px;
    width: 850px;
}

.table_presenze .legend td, .table_presenze .filter td {
    border: none;
    text-align: left;
    white-space: nowrap;
}

    .table_presenze .legend td.color {
        width: 20px;
    }

.table_presenze td.space {
    width: 30px;
}

.table_presenze {
    margin-top: 40px;
    width: 100%;
}

    .table_presenze table {
        width: 100%;
        background: #fff;
    }

    .table_presenze .separator-vert {
        height: 15px;
        background-color: lightgray;
    }

    .table_presenze .data-row {
        height: 25px;
    }

    .table_presenze td.dip {
        text-align: left;
        padding: 10px;
        width: 38%;
    }

    .table_presenze td, .table_presenze th {
        border: solid 1px;
        text-align: center;
        width: 2%;
    }

        .table_presenze td.F, .table_presenze span.F {
            background-color: lightgreen;
        }

        .table_presenze td.M, .table_presenze span.M {
            background-color: gold;
        }

        .table_presenze td.I, .table_presenze span.I {
            background-color: red;
        }

        .table_presenze td.C, .table_presenze span.C {
            background-color: pink;
        }

        .table_presenze td.O, .table_presenze span.O {
            background-color: darkorchid;
        }

        .table_presenze td.A {
            background-color: transparent;
            /*content: 'NL';*/
            font-weight: bold;
        }

            /*.table_presenze td.A:before {
                content: 'NL';
            }*/

        .table_presenze td.K {
            background-color: gray;
        }

        .table_presenze td.T {
            background-color: orange;
            font-size: 17px;
            font-weight: bold;
        }

    .table_presenze span.t {
        background-color: orange;
    }

        .table_presenze td.T span {
                color: #000 !important;
            }

        .table_presenze td.P {
            background-color: lightblue;
        }

    .table_presenze span.P {
        background-color: lightblue;
    }

        .table_presenze td.S, .table_presenze span.S {
            background-color: blue;
        }

        .table_presenze td.W {
            background-color: deeppink;
            font-size: 17px;
            font-weight: bold;
        }

    .table_presenze span.W {
        background-color: deeppink;
    }

    .table_presenze span.colored {
        color: #fff;
    }

    .table_presenze span.black {
        color: #000 !important;
    }
        .table_presenze td.A.color {
            border:solid 1px;
        }

.change-turno td {
    padding: 10px;
}

body.is_mobile #menu * {
    font-size: 26px;
}

body.is_mobile #menu_div, body.is_mobile #menu_div > ul, body.is_mobile #menu_div li {
    height: 50px;
}


body.is_mobile .login-container {
    width: 50% !important;
}

body.is_mobile .login-container input {
    width: 100% !important;
	height: 50px;
    padding: 0;
}

body.is_mobile .login-container form {
    width: 100% !important;
}

.mobile_field, .mobile_value {
    font-size: 200%;
}

body.is_mobile .wuic-username, body.is_mobile .wuic-logout, body.is_mobile .wuic-role {
    font-size: 25px !important;
    padding: 0;
}

.wuic-logout {
    text-decoration: underline;
}

.logout-break {
    display:none;
}

body.is_mobile .logout-break {
    display:block;
}

body.is_mobile .w-grid-pager {
    zoom: 2.5
}

body.is_mobile .filterHeader, body.is_mobile .filters .box, body.is_mobile .w-grid-title {
    zoom: 2
}

body.is_mobile .k-calendar-container {
    zoom: 2.5;
}

body.is_mobile .k-icon.k-i-clock {
    display: none;
}

body.is_mobile .k-list-container {
    zoom: 2.5;
}

body.is_mobile .filters .fa-search, body.is_mobile .filters .fa-times {
 zoom: 2.5;
}

body.is_mobile .sort-select {
 zoom: 2.5;
 padding: 3px;
}

body.is_mobile .w-grid-tools {
 zoom: 2.5;
}

body.is_mobile .w-grid-row.selected, body.is_mobile .w-grid-alt-row.selected {
    background-image: none;
}

li.w-grid-row.selected span, li.w-grid-row.selected a, li.w-grid-alt-row.selected span, li.w-grid-alt-row.selected a {
    color: #fff !important;
}

body.is_mobile .editCol, body.is_mobile .deleteCol {
    zoom: 2;
}

body.is_mobile .k-window-titlebar.k-header {
    zoom: 2;
    margin-top: -13px !important;
}

body.is_mobile .k-window-content.k-content {
    padding-top: 35px;
}

body.is_mobile .data_form {
    zoom: 2;
}

body.is_mobile .table_presenze th {
    font-size: 23px;
}

body.is_mobile .table_presenze td.dip {
    font-size: 24px;
}


body.is_mobile .table_presenze .filter, body.is_mobile .table_presenze .legend {
    zoom: 2;
}

.login input:focus {
    background: lightblue;
}

body.is_mobile .login input {
    font-size:27px;
}

html[route='dipendenti_cand'] .w-dataform-container > div {
	overflow: visible !important;
	max-height: none !important;
}

.mobileFix {
    /*float: left;
    width: 130px;*/
    text-overflow: ellipsis;
    margin-top: 100px;
}

body.is_mobile .contenuto {
    margin-top: 50px;
}

body.is_mobile .logout-break {
    display: none !important;
}

body.is_mobile .wuic-logout {
    position: absolute;
    top: -100px;
    right: 0;
}

.fixmmm .field_table_col_1 td {
    width: 400px;
}

.fixmmm .field_table_col_1 textarea {
    width: 400px !important;
    height: 100px !important;
}

html[route="comunicazioni_idea"] .w-grid-tool.insert {
    display: none;
}