﻿@charset "UTF-8";
/* CSS Document custom DiarioDentale by Andrea Maiolino - www.re-active.it*/


/* COLORI 

grigio logo: #58585A
celestino under logo: #D1DCE2 

AZZURRO: #3498db;
AZZURO SCURO: #278bce

VERDE : #70ca63
VERDE scuro : #62bc55

ARANCIO:#E9B631
ARANCIO SCURO: #CD9231

rosso:  #e7604a
rosso scuro: #d95944

*/

body {
    font-family: "dosisbook", sans-serif !important;
}

#hoeapp-wrapper {
    background: transparent !important;
}

img-responsive {
    width: 100%;
}

/*----------- LOGIN + LOST PASSWORD---------------*/
.logo {
    margin: 5% auto 10px;
    padding: 0;
    width: 400px;
    font-family: "Dosis", sans-serif !important;
    text-align: center;
    font-weight: 300;
}

    .logo span {
        font-size: 1.2em;
        line-height: 1.2em;
    }

.login #hoe-header {
    height: 50px;
    background-color: #578ebe;
}

.login .hoe-right-header {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    /* line-height: 50px; */
    z-index: 101;
    margin-left: 230px;
    position: relative;
}

    /*.login .hoe-sidebar-toggle { display:none;
}*/

    .login .hoe-right-header .top-menu {
        height: 40px;
        border-bottom: none;
    }

        .login .hoe-right-header .top-menu ul li {
            list-style-type: none;
            list-style: none;
            border-left: none;
            float: left;
            font-family: "Dosis", sans-serif !important;
            font-weight: 300;
            height: 40px;
            display: inline-block;
        }

            .login .hoe-right-header .top-menu ul li a {
                color: #E9C871;
                margin: 0;
                padding: 0 20px;
                text-transform: uppercase;
                font-size: 12px;
                line-height: 40px !important;
            }

                .login .hoe-right-header .top-menu ul li a:hover {
                    color: #E9B631;
                }

.login .login_form_2, .forgot_passowrd_2 {
    margin: 30px auto 5%;
    padding: 0;
    width: 400px;
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,.4);
    -o-box-shadow: 0 0px 20px rgba(0,0,0,.4);
    box-shadow: 0 0px 20px rgba(0,0,0,.4);
    font-family: "Dosis", sans-serif !important;
    font-weight: 300;
    color: #FFFFFF;
}

.login .login_form_2_inner .header, .login .forgot_passowrd_2_inner .header, .login .signup_form_1_inner .header {
    background: #3498db;
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #d8d7d7;
}

    .login .login_form_2_inner .header a, .login .forgot_passowrd_2_inner .header a, .login .signup_form_1_inner .header a {
        color: #E9C871;
    }

        .login .login_form_2_inner .header a:hover, .login .forgot_passowrd_2_inner .header a:hover, .login .signup_form_1_inner .header a:hover {
            color: #E9B631;
        }

.login .login_form_2 h2, .login .forgot_passowrd_2 h2, .login .signup_form_1 h2 {
    font-family: "Dosis", sans-serif !important;
}

input[type="submit"] {
    text-transform: uppercase;
    font-weight: 300;
}
/*----------- REGISTRATION ---------------*/

.login .signup_form_1 {
    margin: 30px auto 5%;
    padding: 0;
    width: 768px;
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,.4);
    -o-box-shadow: 0 0px 20px rgba(0,0,0,.4);
    box-shadow: 0 0px 20px rgba(0,0,0,.4);
    font-family: "Dosis", sans-serif !important;
    font-weight: 300;
    background-color: #FFFFFF;
}

.login .signup_form_1_inner .header {
    background: #3498db;
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #d8d7d7;
    color: #FFFFFF;
    font-weight: 300;
}

.login .student_admission_1_inner label {
    color: #000;
    font-weight: 300;
}
/*----------- HEADER ---------------*/


#hoe-header {
    height: 90px;
}

.hoe-left-header {
    background: #fff;
    padding-top: 15px;
    height: 90px;
}

    .hoe-left-header img {
        width: 160px;
    }


.left-navbar, .right-navbar {
    line-height: 50px;
}

    .left-navbar > li:first-child {
        padding-left: 25px;
    }

    .right-navbar > li:first-child {
        float: left;
    }

#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header .hoe-sidebar-toggle a::after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 5px;
    line-height: 39px;
    position: absolute;
    top: 3px;
    z-index: 1000;
    color: rgb(0, 60, 112);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 26px;
    display: block;
    background: transparent;
    border-radius: 4px;
    padding: 1px 13px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(0, 60, 112);
}
/*----------- TOP BAR ---------------*/

/*ul.left-navbar {
	padding-top:40px;
}*/

.content-title {
    display: block;
    float: left;
    width: 100%;
}
/*----------- TOP 	MENU ---------------*/

.top-menu {
    /*background: #384b5f;*/
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

    .top-menu ul {
        margin: 0;
        padding: 0;
        float: right
    }

        .top-menu ul li {
            list-style-type: none;
            list-style: none;
            border-left: 1px solid #ccc;
            float: left;
            font-family: "Dosis", sans-serif !important;
            font-weight: 300;
            height: 40px;
            display: inline-block;
        }

            .top-menu ul li a {
                color: #3498db;
                margin: 0;
                padding: 0 20px;
                text-transform: uppercase;
                font-size: 12px;
                line-height: 40px !important;
            }

                .top-menu ul li a:hover {
                    color: #278bce;
                }

/*-----------  MENU LATERALE ---------------*/
.nav > li {
    height: 60px; /* era 70px anche quello sotto */
}

#hoeapp-container[hoe-color-type="lpanel-bg6"] #hoe-left-panel .panel-list > li > a {
    color: #fff;
}

#hoeapp-container[hoe-color-type="lpanel-bg1"] #hoe-left-panel .panel-list > li > a, #hoeapp-container[hoe-color-type="lpanel-bg2"] #hoe-left-panel .panel-list > li > a, #hoeapp-container[hoe-color-type="lpanel-bg4"] #hoe-left-panel .panel-list > li > a,
#hoeapp-container[hoe-color-type="lpanel-bg6"] #hoe-left-panel .panel-list > li > a {
    height: 60px;
}

.my-menu {
    float: left;
    width: 160px;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a .my-menu {
    display: none;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a p.menu-subtext {
    display: none;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a .my-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a .my-menu {
    display: block;
    height: 52px;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a p.menu-subtext,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a p.menu-subtext {
    display: block;
    padding-top: 19px;
    padding-left: 7px;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li, .hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a {
    height: 52px !important;
}

/*#hoeapp-container[hoe-color-type="lpanel-bg2"] #hoe-left-panel .panel-list > li:last-child > a {
    height:52px !important;
}*/

#hoe-left-panel .panel-list > li > a > i {
    font-size: 40px;
    float: left;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a > i {
    font-size: 30px;
    padding-left: 0;
}

#hoe-left-panel .panel-list > li > a span.menu-text {
    font-size: 1.4em;
    padding-bottom: 5px;
    font-weight: 300;
    font-family: "dosislight", sans-serif;
}

#hoe-left-panel .panel-list > li > a p.menu-subtext {
    font-weight: 300;
    font-family: "dosislight", sans-serif;
    /*font-size: 11px;*/
    line-height: 1em;
}

#hoe-left-panel .panel-list li.active > a .selected {
    top: 45%;
    margin-right: -1px;
}

#hoeapp-container[hoe-color-type="lpanel-bg6"] #hoe-left-panel .panel-list > li > a {
    color: #fff;
}

/*#hoe-left-panel .panel-list > li.hoe-has-menu > a:after {
    position: absolute;
    right: 5px;
    top: 20%;
}

#hoe-left-panel .panel-list > li.hoe-has-menu.opened > a:after {
    position: absolute;
    right: 5px;
    top: 20%;
}*/

/*----------- PARTE CENTRALE ---------------*/
/*.inner-content { background-color:#FFF;
}*/

/*----------- TABS DATI PERSONALI ---------------*/
.contenuto-tabs {
    margin-top: 30px;
    padding: 0 15px;
}
/*----------- BREADCRUMB ---------------*/
.breadcrumb {
    height: 50px;
    /*position: absolute;
    right: 15px;*/
    padding: 0;
    background-color: #fff;
    float: left;
    margin-left: 38px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
}

    .breadcrumb span {
        padding: 0 5px;
        text-transform: uppercase;
    }

        .breadcrumb span a {
            color: #5196CD;
        }

            .breadcrumb span a:hover {
                color: #000;
                text-decoration: none;
            }

    .breadcrumb a:hover, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:link {
        text-decoration: none !important;
    }

/*----------- ICONA LIVELLO ---------------*/
.livello {
    width: 50px;
    height: 50px;
    font-size: 2.3em;
    float: left;
    padding: 8px 10px;
    color: #ffffff;
}
/*----------- colori ---------------*/
.utente {
    background-color: #3498db;
}

.manager {
    background-color: #62bc55;
}

.tutor {
    background-color: #E9B631;
}

.administration {
    background-color: #e7604a;
}

/*----- AREA GESTIONE UTENTE -------*/
.content-title {
    border-bottom: none;
    border-top: none;
    padding: 10px 20px 20px 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

    .content-title .col-sm-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .content-title .col-sm-4 {
        /*padding-left: 15px;*/
        border-left: 1px solid #ccc;
    }

    .content-title h2 {
        text-transform: uppercase;
        font-weight: 700 !important;
        font-size: 1em !important;
        margin: 0 0 8px 0 !important;
        padding: 0;
    }


    .content-title .livello {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-right: 10px;
        padding: 6px 10px 0 5px;
    }

    .content-title ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .content-title ul li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

    .content-title .icon-ico-nv-client:before {
        /*position: absolute;
    top: 38px;
	left:5px;*/
        font-size: 40px;
    }

    .content-title img {
        width: 80px;
    }

    .content-title .hoe-header-profile {
        /*padding-left:10px;*/
        font-size: 1.5em;
        font-weight: 300;
        color: #3498db;
        width: 100%;
        float: left;
    }

    .content-title .avatar {
        float: left;
    }

    .content-title .name {
        float: left;
        width: 85%;
        padding-left: 10px;
    }

/*.content-title .col-sm-6 { 
	border-right:1px solid #777;
	margin-right:-15px;
}


.barra-gestione { 
	border-left:1px solid #555;
}

.menu-alert { 
	padding-left:15px
}	*/

ul.menu-alert li {
    line-height: 1.1em;
    list-style-type: none;
    list-style: none;
    /*border-bottom:1px solid #ccc !important;*/
    padding: 5px 5px 0 0;
    float: left;
    height: 30px;
}

    ul.menu-alert li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 1.1em;
        padding: 0 3px 0 0;
        vertical-align: super;
    }

    ul.menu-alert li i {
        font-size: 22px !important;
        line-height: 30px;
        padding-right: 3px;
    }


    ul.menu-alert li.new {
        height: 30px;
    }

        ul.menu-alert li.new a {
            color: #b91106;
        }

        ul.menu-alert li.new i {
            color: #b91106;
        }


    ul.menu-alert li a:hover, ul.menu-alert li a:focus, ul.menu-alert li a:visited {
        text-decoration: none !important;
    }


.content-title.icon-ico-nv-dt:before {
    /*position: absolute;
    top: 38px;
	left:5px;*/
    font-size: 30px;
}


/*----- MODALS -------*/
.modal-header {
    background: #3498db;
    padding: 20px 5px 15px 20px;
    color: #ffffff;
    border-bottom: 5px solid #d8d7d7;
}

    .modal-header .close {
        color: #fff !important;
        font-size: 64px;
        margin-top: -40px !important;
        font-weight: 300;
        text-shadow: none !important;
    }

    .modal-header .icon {
        float: left;
        padding-right: 15px;
        font-size: 34px;
    }


.modal-body ul {
    padding-left: 20px;
    padding-top: 20px;
}

    .modal-body ul li {
        font-size: 1.3em;
        list-style: none;
        list-style-type: none;
        line-height: 1.4em;
        border-bottom: 1px solid #ccc;
    }

#myModal-dt-avatar .modal-header {
    background-color: #E9B631 !important
}

#myModal-dt-avatar img {
    width: 80px;
    float: left;
    margin-right: 15px
}

#myModal-dt-avatar h4 {
    font-size: 1.5em;
}

#myModal-dt-avatar .modal-body ul {
    padding-left: 90px;
    padding-top: 8px;
}

    #myModal-dt-avatar .modal-body ul li {
        font-size: 1.1em;
    }

/*----- simbolo freccia per menu collapsed -------*/
.hoe-sidebar-toggle a:after {
    content: "\f053";
}

#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] .hoe-sidebar-toggle a:after {
    content: "\f054" !important;
}
/*----- TITLE -------*/

.content-title .main-title span {
    color: #278bce;
}

/*----- GRIGLIA Tiles-------*/
/*.tiles-utente .feature-box {
	background-color: #3498db;
	color:#fff;
}*/

.tiles-utente .feature-box:hover {
    background-color: #076db2 !important;
}

.tiles-utente .column:nth-child(even) .feature-box {
    background-color: #3498DB;
    color: #fff;
}

.tiles-utente .column:nth-child(odd) .feature-box {
    background-color: #1c82c7;
    color: #fff;
}

.tiles-manager .feature-box {
    background-color: #70ca63;
    color: #fff;
}

    .tiles-manager .feature-box:hover {
        background-color: #62bc55;
    }

.tiles-tutor .feature-box {
    background-color: #E9B631;
    color: #fff;
}

    .tiles-tutor .feature-box:hover {
        background-color: #CD9231;
    }

.tiles-administrator .feature-box {
    background-color: #e7604a;
    color: #fff;
}

    .tiles-administrator .feature-box:hover {
        background-color: #d95944;
    }


.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

div.col-md-6.col-sm-6.col-xs-6.no-space.column {
    width: 100% !important;
}

/*.col-md-3  {
	width:100% !important;
	margin:0 15px;
}*/

.feature-box {
    height: 155px;
    margin-bottom: 0;
    position: relative;
}

.feature-box-tracking {
    height: 100px!important;
}

.feature-box-tracking {
    height: 100px !important;
    width: 100%;
    margin-bottom: 10px;
}

    .feature-box-tracking h2 {
        text-align: center !important;
        line-height: 2em;
        font-size: 2em !important;
        margin: 0 0 0 0px !important;
    }

.feature-box-tracking div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-icon {
    float: left;
    padding-right: 12px;
    padding-bottom: 10px;
}

    .feature-icon i {
        font-size: 4em;
    }

.feature-box h2 {
    font-family: "Dosis", sans-serif !important;
    font-weight: 300;
    margin: 0 0 0 40px;
    text-align: left;
    line-height: 1em;
    font-size: 2.2em;
}

    .feature-box:hover h2, .feature-box h2:hover, .feature-box h2:focus, .feature-box h2:visited {
        text-decoration: none !important;
    }

.feature-box p {
    font-family: "Dosis", sans-serif !important;
    clear: left;
    font-weight: 300;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: left;
}

.premium {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255,255,255, 0.8);
    padding: 12% 0;
    font-size: 1.5em;
    color: #000;
    font-family: "Dosis", sans-serif;
}


.no-payed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255,100,0, 0.8);
    padding: 12% 0;
    font-size: 1.5em;
    color: #fff;
    font-weight: 400;
    font-family: "Dosis", sans-serif;
}

.premium i {
    font-size: 3em;
    color: #000;
}

.no-payed i {
    font-size: 3em;
    color: #fff;
}

.radio-list {
    margin-top: 20px
}

label.radio-inline {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 10px;
    margin-left: 10px;
}

.RadButton .rbPrimary {
    /* padding-left: 15px;*/
    padding-top: 110px;
    text-align: center;
}

.RadButton .rbPrimary {
    padding-left: 0 !important;
    width: 40px !important;
}


span.RadButton_Bootstrap .rbPrimaryIcon {
    left: 0 !important;
    width: 35px;
}

.RadButton .rbPrimary:hover, span.RadButton_Bootstrap .rbPrimaryIcon:hover {
    color: #278bce;
}

.RadUpload .ruFakeInput {
    display: none !important;
}
}

.RadUpload .ruFileWrap {
    height: 50px !important;
}

div.RadUpload .ruBrowse {
    background-position: 0 -23px;
    width: 179px;
    padding: 15px !important;
    border: none;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    transition: 0.6s;
    margin: 0 !important;
    background-color: #53b900 !important;
    /*height: 50px !important;*/
    color: white !important;
    font-weight: 300 !important;
}

    div.RadUpload .ruBrowse:hover {
        background-color: #3b8800 !important;
    }

.wrapper-doc {
    width: 140px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

    .wrapper-doc .label-success {
        background-color: #fff;
        color: #000;
        text-transform: uppercase;
    }

/*--------------- FOOTER -----------------------*/

.page-footer {
    background-color: #578ebe;
    width: 100%;
}

    .page-footer .page-footer-inner {
        color: #fff;
        margin-left: 230px;
        padding: 15px;
    }

    .page-footer .page-footer-copyright {
        font-size: 14px;
        margin-bottom: 0;
        font-family: "Dosis", sans-serif !important;
        font-weight: 300;
    }

        .page-footer .page-footer-copyright a {
            color: #ccc;
        }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/*---------------- TABELLE --------------------- */

.RadGrid .t-font-icon {
    height: 40px !important;
    width: 35px !important;
    min-width: 30px !important;
}


.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader > td {
    padding: 0 .6em;
}

.add-aggiorna li {
    line-height: 1.1em;
    list-style-type: none;
    list-style: none;
    padding: 5px 5px 0 0;
    float: left;
    height: 30px;
}

    .add-aggiorna li a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 1.1em;
        padding: 0 20px 0 0;
        vertical-align: middle;
    }

    .add-aggiorna li i {
        font-size: 18px !important;
        line-height: 30px;
        padding-right: 5px;
    }

    .add-aggiorna li a:hover, .add-aggiorna li a:focus, .add-aggiorna li a:visited {
        text-decoration: none !important;
    }


.rgMasterTable {
    margin: 5px auto;
    width: 99%;
}

.t-button {
    border: none !important;
    background-color: transparent;
    padding: 0;
}

td.occhio {
    width: 20px;
    padding-top: 0 !important;
}

#ctl00_MainPlaceHolder_ctl00_MainPlaceHolder_rgTablePanel td.occhio, #ctl00_MainPlaceHolder_ctl00_MainPlaceHolder_rgTablePanel td.edit {
    padding-top: 5px !important;
    padding-bottom: 0px;
}

.rgSelectButtonIcon:before {
    margin: 7px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "nv-font" !important;
    display: inline-block;
    content: "\4f";
    color: #fff !important;
    background-color: #337ab7;
    padding: 4px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

.rgSelectButtonIcon:hover:before {
    background-color: #2e6da4;
}

td.edit {
    width: 20px;
    padding: 0 !important;
}

td.occhio {
    padding: 0 !important;
}

.rgEditIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "nv-font" !important;
    display: inline-block;
    content: "\4e" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

    .rgEditIcon:before:hover {
        background-color: #23527c;
    }

.rgEditIcon {
    padding-top: 6px;
}

.rgDelIcon {
    padding-top: 6px;
}

    .rgDelIcon:before {
        margin: 1px 0 5px 5px !important;
        font-size: 1.1em !important;
        font-family: "Font Awesome 5 Free" !important;
        display: inline-block;
        content: "\f2ed" !important;
        color: #fff !important;
        background-color: #337ab7;
        padding: 5px 5px 0 5px !important;
        width: 25px;
        height: 25px;
    }

        .rgDelIcon:before:hover {
            background-color: #23527c;
        }




.rgDuplicateIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    content: "\f24d" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

    .rgDuplicateIcon:before:hover {
        background-color: #23527c;
    }

.rgDuplicateIcon {
    padding-top: 6px;
    border-width: 0px 0px 0px 0px !important;
}

.rgShowIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    content: "\f06e" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

    .rgShowIcon:before:hover {
        background-color: #23527c;
    }

.rgShowIcon {
    padding-top: 6px;
    border-width: 0px 0px 0px 0px !important;
}

.rgRadiusIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    content: "\f058" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

    .rgRadiusIcon:before:hover {
        background-color: #23527c;
    }

.rgRadiusIcon {
    padding-top: 6px;
    border-width: 0px 0px 0px 0px !important;
}

.rgSnapIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    content: "\f0c0" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

    .rgSnapIcon:before:hover {
        background-color: #23527c;
    }

.rgSnapIcon {
    padding-top: 6px;
    border-width: 0px 0px 0px 0px !important;
}

.RadGrid .t-font-icon::before, .RadTreeList .t-font-icon::before, .RadCalendar .t-font-icon::before {
    line-height: 1em !important;
}


td.cancella {
    width: 20px;
}

.rgCancellaIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "nv-font" !important;
    display: inline-block;
    content: "\e005" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

.rgCancellaIcon:hover:before {
    color: #000000 !important;
}


.rgViewIcon {
    padding-top: 6px;
    border-width: 0px 0px 0px 0px !important;
}

.rgView {
    padding: 0px !important;
}

.rgViewIcon:before {
    margin: 1px 0 5px 5px !important;
    font-size: 1.1em !important;
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    content: "\f06e" !important;
    color: #fff !important;
    background-color: #337ab7;
    padding: 5px 5px 0 5px !important;
    width: 25px;
    height: 25px;
}

.rgViewIcon:hover:before {
    color: #000000 !important;
}

td.check {
    width: 20px;
}


.rgButtonText {
    display: none
}


.rgDataDiv {
    min-height: 90px !important;
}

/****** ACCORDION INFO PANEL *****/

.half.info-tab {
    float: left;
    width: 100%;
    padding: 0 1em;
}

/* Acordeon styles */
.info-tab .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.info-tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.info-tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #16a085;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
}

.info-tab .blue label {
    background: #2980b9;
}

.info-tab .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #1abc9c;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.info-tab .blue .tab-content {
    background: #3498db;
}

.info-tab .tab-content p {
    margin: 1em;
}
/* :checked */
.info-tab input:checked ~ .tab-content {
    max-height: 10em;
}
/* Icon */
.info-tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.info-tab input[type=checkbox] + label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    font: normal normal normal 18px/2 FontAwesome;
}

.info-tab input[type=radio] + label::after {
    content: "\25BC";
}

/****** Style Star Rating Widget *****/
.recensione {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

    .recensione label {
        text-align: right
    }

    /*.recensione h3, .recensione h4 {
	padding: 0 15px;
}
*/

    .recensione h3 {
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 40px;
        margin-top: 0;
    }


.mobiletable .rgDataDiv {
    height: auto !important;
}

.row0 {
    background-color: lightgreen;
}

.row1 {
    background-color: lightcyan;
}

.inline-rb input[type="radio"] {
    width: auto;
    margin: 0;
    display: inline !important;
}

.inline-rb label {
    margin: 0;
    padding-left: 0;
    margin-right: 30px;
}

/* Editor disabilitato */
.editor-readonly {
    overflow: scroll;
}

/* popup */
.rwTitleWrapper {
    height: 2em !important;
}

.rwDialogMessage {
    font-size: 2.0em !important;
}

/* Tabella legenda*/
.legend-table {
    border-collapse: collapse;
    width: 100%;
}

    .legend-table td, .legend-table th {
        border: 1px solid #FFFFFF;
        padding: 4px;
        color: white;
    }

.date-1col {
    font-size:0.9em!important;
    padding:0 0 0 0!important;
}