html, body {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    background-color: #7be7bc;
    font-family: 'Open Sans', sans-serif;
}

.stop {
    clear: both
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-16 {
    font-size: 16px;
}


.color1 {
    background-color: #ff6666;
}

.color2 {
    background-color: #ff8c66;
}

.color3 {
    background-color: #ffd966;
}

.color4 {
    background-color: #ffff66;
}

.color5 {
    background-color: #66ff66;
}

.color6 {
    background-color: #66ffd9;
}

.color7 {
    background-color: #66d9ff;
}

.color8 {
    background-color: #668cff;
}

.color9 {
    background-color: #6666ff;
}

.color10 {
    background-color: #b366ff;
}

.color11 {
    background-color: #d966ff;
}

.color12 {
    background-color: #ff66ff;
}

.color13 {
    background-color: #ff66b3;
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    font-style: italic;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    display: none;
}

#loading .content {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#loading .content .title {
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

#master-login {
    width: 500px;
    border-radius: 5px;
    margin: auto;
    background-color: #FFF;
}

#master-login .header {
    width: 100%;
    background-color: #444;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    font-style: italic;
}

#master-login .content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#master-login .content input {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}

#master-box {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

#master-column {
    width: 150px;
    height: 100%;
    background-color: #444;
    border-radius: 5px 0 0 5px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 100;
}

#master-column .logo {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#master-column .logo img {
    height: 32px;
}

#master-column .des {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #FFF;
}

#master-column .menu a {
    color: #CCC;
    width: 100%;
    padding: 5px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

#master-column .menu a:hover {
    background-color: #7be7bc;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#master-column .menu a .icon {
    float: left;
    height: 20px;
}

#master-column .menu a .text {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

#master-dash {
    width: 100%;
    height: 100%;
    padding-left: 150px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dfdfdf;
    border-radius: 5px;
    overflow-y: scroll;
}

#master-dash .header {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0 5px 0 0;
}

#master-dash .header .tit {
    margin-left: 20px;
    font-size: 20px;
    font-style: italic;
    color: #444;
    float: left;
}

#master-dash .header .sub {
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
}

#master-dash .header .submenu {
    margin-right: 20px;
    float: right;
}

#master-dash .header .submenu a {
    font-size: 10px;
    font-weight: 700;
    margin-top: 12px;
    margin-left: 20px;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    color: #444;
    border: 1px solid #DDD;
}

#master-dash .header .submenu a:hover {
    color: #000;
    background-color: #CCC;
    border: 1px solid #CCC;
}

#master-dash .header .submenu .active {
    color: #FFF;
    background-color: #444;
    border: 1px solid #444;
}


#master-dash .content {
    width: 100%;
    max-height: 90%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.tab {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
    margin-bottom: 20px;
}

.tab .head {
    width: 100%;
    background-color: #EEE;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #CCC;
}

.tab .head .title {
    font-size: 20px;
    font-style: italic;
    float: left;
}

.tab .head .buttons {
    float: right;
    margin-bottom: -5px;
}

.tab .head .buttons .btn {
    display: inline-block;
    margin-left: 2px;
    background-color: #444;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding: 2px 12px 2px 5px;
    border-radius: 5px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
}

.tab .head .buttons .btn .icon {
    height: 20px;
    margin-right: 5px;
    float: left;
}

.tab .head .buttons .btn .text {
    font-size: 12px;
    font-weight: 700;
    margin-top: 1px;
    float: left;
}

.tab .data {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.tab .excel_btn {
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    background-color: #444;
    margin-bottom: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #FFF;
}

.tab .data .alert {
    width: 100%;
    padding: 20px;
    background-color: #F00;
    box-sizing: border-box;
}

.tab .data .alert .tit {
    color: #FFF;
}


.tab_inside {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin-bottom: 20px;
}

.tab_inside .t_view {
    margin-bottom: 0px !important;
}

.tab_inside .head {
    width: 100%;
    background-color: #DDD;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #CCC;
}

.tab_inside .head .title {
    font-size: 14px;
    font-style: italic;
    float: left;
    font-weight: bold;
}

.tab_inside .data {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}


.t_header {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #EEE;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
}

.t_header .title {
    margin-top: 2px;
    float: left;
}

.t_header .buttons {
    float: right;
}

.t_header .buttons a {
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    background-color: #444;
    margin-left: 5px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
    font-weight: 700;
}

.t_header .buttons a .icon {
    float: left;
    margin-right: 5px;
}

.icon {
    height: 20px;
}

.me-5 {
    margin-right: 5px;
}

.t_header .buttons a .text {
    float: left;
    margin-top: 2px;
}

.t_view {
    width: 100%;
    border-spacing: 0;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #999;
    margin-bottom: 10px;
}

.t_view thead td {
    background-color: #3f3f3f;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

.t_view tbody td {
    padding: 2px 5px;
    margin-bottom: 10px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #DEDEDE;
}

.t_view tbody tr {
    background-color: #FFF;
}

.t_view tbody tr:nth-child(even) {
    background-color: #F0F0F0;
}

.t_view tbody tr:hover td {
    background-color: #7be7bc;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.t_view-course-docs .course-doc-tab {
    cursor: pointer;
}

.t_view-course-docs .course-doc-tab td {
    background-color: #EEE;
    font-weight: 700;
    padding: 8px 5px;
}

.t_view-course-docs .course-doc-tab.active td {
    background-color: #7be7bc;
}

.t_view-course-docs .course-doc-detail {
    display: none;
}

.t_view-course-docs .course-doc-detail.is-visible {
    display: table-row;
}

.t_view .t_filter td {
    padding: 2px 2px;
    background-color: #7be7bc;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.t_view .t_filter input {
    font-size: 11px;
    border: 1px solid #CCC;
    padding: 2px;
    box-sizing: border-box;
    display: block;
    float: left;
}

.t_view .t_filter select {
    font-size: 11px;
    border: 1px solid #CCC;
    padding: 1px;
    box-sizing: border-box;
    margin: 0;
    display: block;
    float: left;
}

.t_view .t_filter .w_1 {
    width: 100%;
    max-width: 100% !important;
}

.t_view .t_filter .w_2 {
    width: 49%;
    max-width: 49% !important;
    margin-right: 1%;
}

.t_view .t_filter .w_3 {
    width: 32.333%;
    max-width: 32.333% !important;
    margin-right: 1%;
}

.t_view .sub {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #999;
    padding: 0 2px;
    border-radius: 2px;
    margin: 2px 2px 0 0;
}

.t_view .sub a {
    display: inline-block;
    text-decoration: none;
    background-color: #444;
    color: #FFF;
    padding: 0 5px;
    margin: 0 -2px 0 2px;
}

.t_view .stat {
    width: 110px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: center;
    padding: 2px 0;
}

.t_view .id {
    width: 20px;
    text-align: right;
}

.t_view .tit {
    font-size: 16px;
}

.t_view .info {
    width: 120px;
}

.t_view .status {
    width: 114px;
}

.t_view .buttons {
    width: 25px;
    text-align: right;
}

.t_view .num {
    text-align: right;
}

.t_view .multi {
    width: auto;
}

.t_view .buttons a {
    background-color: #444;
    padding: 1px 2px 0;
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
    text-decoration: none;
    cursor: pointer;
}

.t_view .buttons a .md-18 {
    font-size: 21px;
    display: block;
}

.t_view .buttons a .md-14 {
    font-size: 14px;
    display: block;
}

.t_view .tot td {
    background-color: #444;
    color: #FFF;
    font-weight: bold;
}

.t_view .tot .sub {
    color: #FFF;
    border-color: #FFF;
}

.t_view .text {
    text-align: left;
}

.t_view .evidenzia td {
    background-color: #81f79f;
}

.t_view .t {
    background-color: #FF0;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.t_view .subtot td {
    background-color: #C4C4C4;
}

.t_view input[type="textbox"] {
    max-width: 80px;
}

.t_view .txt {
    width: 100%;
    max-width: 100% !important;
}

.green {
    background-color: #81F79F;
    border-color: #088A29 !important;
    color: #088A29;
}

.gray {
    background-color: #AAA;
    border-color: #444 !important;
    color: #444;
}

.blue {
    background-color: #2E64FE;
    border-color: #013ADF !important;
    color: #FFF;
}

.white {
    background-color: transparent;
    border-color: #666 !important;
    color: #666;
}

.red {
    background-color: #F00 !important;
    border-color: #C00 !important;
    color: #FFF !important;
}

.red-light {
    background-color: rgba(255, 0, 0, 0.39) !important;
    border-color: rgba(255, 0, 0, 0.39) !important;
}

.violet {
    background-color: #cc33ff !important;
    border-color: #600080 !important;
    color: #FFF !important;
}

.orange {
    background-color: #FF8000 !important;
    border-color: #3B170B !important;
    color: #FFF !important;
}

.yellow {
    background-color: #F7FE2E !important;
    border-color: #5E610B !important;
    color: #000 !important;
}

.form_btn {
    background-color: #444;
    padding: 1px 2px 0;
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
    text-decoration: none;
}

#v_isc_confronto {
    text-align: right;
}


/* CALENDARIO */
.t_calendario {
}

.t_calendario tbody td {
    border-right: 1px solid #DDD;
    width: 8%;
}

.t_calendario .weekend td {
    background-color: #CCC;
}

.t_calendario .closed {
    background-color: #222 !important;
    color: #FFF;
}

.t_calendario .closed .chiusura {
    width: 100%;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 2px;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF;
    text-align: center;
}

.t_calendario .closed a {
    color: #FFF !important;
}

.t_calendario .today td {
    background-color: #ffff99;
}

.t_calendario td {
    max-width: 10%;
}

.t_calendario tbody .day {
    font-family: 'Roboto Mono', monospaced;
    text-align: center;
    width: 60px;
}

.t_calendario tbody .day a {
    display: block;
    cursor: pointer;
    color: #000;
    padding: 2px;
    text-decoration: none;
    border-radius: 2px;
}

.t_calendario .o {
    width: 100%;
    border: 1px solid #444;
    border-radius: 2px;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.t_calendario .o .sub {
    color: #000;
    border-color: #000;
}

.t_calendario .orario {
    width: 100%;
    background-color: #81F79F;
    border: 1px solid #088A29;
    border-radius: 2px;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.t_calendario .ore_effettuate {
    width: 20px !important;
    font-size: 10px;
    text-align: right;
}

.t_calendario .workshop {
    width: 100%;
    background-color: #cc33ff;
    border: 1px solid #600080;
    border-radius: 2px;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF;
}

.t_calendario .workshop .sub {
    color: #FFF;
    border-color: #FFF;
}


#riepilogoCorso {
    font-size: 14px;
    margin-bottom: 50px;
}

#riepilogoCorso .colorMod {
    width: 50px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #666;
}

#selezionaMese {
    width: 100%;
}

#selezionaMese a {
    width: 10.6%;
    display: block;
    padding: 2px 0;
    color: #666;
    font-size: 10px;
    text-align: center;
    float: left;
    text-decoration: none;
    margin: 0 0.5% 2px 0;
    border: 1px solid #666;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
}

#selezionaMese .selezionato {
    background-color: #81F79F;
    color: #088A29;
}

.dataSelect {
    width: 100%;
}

.dataSelect .record {
    display: block;
    border: 1px solid #666;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    border-radius: 2px;
    padding: 2px 0;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 2px;
    position: relative;
}

.dataSelect .r1 {
    width: 99%;
}

.dataSelect .r2 {
    width: 49%;
    margin-right: 1%;
}

.dataSelect .r3 {
    width: 32.3333%;
    margin-right: 1%;
}

.dataSelect .r4 {
    width: 24%;
    margin-right: 1%;
    height: 35px;
}

.dataSelect .record .datiPresenti {
    font-size: 9px;
    font-size: normal;
}

.dataSelect .occupato {
    background-color: #F00 !important;
    color: #FFF !important;
}

.dataSelect .non_disponibile {
    background-color: #F80;
    color: #000;
}

.dataSelect .selezionato {
    background-color: #81F79F;
    border-color: #088A29 !important;
    color: #088A29;
}

.dataSelect .ore_cal {
    position: absolute;
    top: 3px;
    right: 2px;
    font-size: 10px;
}


#copiaLezione {
    display: none;
}

.form-tab {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 2px;
    box-sizing: border-box;
}

.form-tab .tit {
    width: 100%;
    background-color: #CCC;
    padding: 5px;
    box-sizing: border-box;
}

.form-tab .subtit {
    font-size: 10px;
    color: #666;
    font-style: italic;
}

.form-tab .form-tab-content {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

/* NOTIFICHE */
#listaDestinatari .filter {
    width: 175px;
}

.table_box {
    height: 250px !important;
    overflow-y: scroll;
    border: 1px solid #444;
}

.button_box {
    width: 100%;
    background-color: #aaa;
    padding: 2px;
    box-sizing: border-box;
}

.button_box a {
    background-color: #444;
    color: #FFF;
    padding: 2px 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    margin: 2px 2px;
    border-radius: 2px;
    display: inline-block;
}

.table_box .t_view {
    border: 0px;
    margin: 0px !important;
}

#listaDestinatari .t_view td {
    padding: 0px 5px;
}

#tabellaDestinatari .dest_box {
    width: 100%;
    background-color: #dfdfdf;
    padding: 0 0 5px 5px;
    box-sizing: border-box;
}

#tabellaDestinatari .dest_box .dest {
    font-size: 10px;
    border: 1px solid transparent;
    display: inline-block;
    padding: 0px 2px;
    text-align: center;
    border-radius: 2px;
    margin: 5px 5px 0 0;
    text-transform: uppercase;
}

#tabellaDestinatari .dest_box .dest span {
    width: 147px;
    display: inline-block;
    text-align: left;
}

#tabellaDestinatari .dest_box .dest a {
    background-color: #444;
    color: #fff;
    display: inline-block;
    margin: 0 -2px 0 2px;
    padding: 0 5px;
    text-decoration: none;
}


/* ASSENZE */
.t_assenze td {
    width: auto !important;
    border-bottom: 10px solid #CCC !important;
}

.t_assenze tbody .day {
    padding: 20px;
}

.t_assenze .o {
    min-width: 80%;
    margin-bottom: 2px;
    display: block;
    color: #000;
    text-decoration: none;
    width: auto;
    padding: 10px 15px 10px 15px;
}

.t_assenze .studente {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #CCC;
}

.t_assenze .studente .nome {
    width: 100%;
}

.t_assenze .studente .assenza {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.t_assenze .studente .assenza div {
    display: flex;
    align-items: start;
    width: 100%;
}

.t_assenze input[type="textbox"] {
    width: 25px !important;
    padding: 0;
    text-align: center;
}

.t_assenze .esiste {
    background-color: #FFFF55;
}


.v_detail {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: table;
}

.v_detail .v_box {
    display: table-cell;
    vertical-align: middle;
}

.v_detail .content {
    width: 750px;
    background-color: #FFF;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

.v_detail .content .head {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

.v_detail .content .head .title {
    float: left;
}

.v_detail .content .head .title .sub {
    font-size: 10px;
    font-weight: 700;
    color: #666;
}

.v_detail .content .head .title .main {
    font-size: 18px;
}

.v_detail .content .head .title .submain {
    font-size: 13px;
}

.v_detail .content .head .title .submain .sub {
    border: 1px solid #666;
    border-radius: 2px;
    padding: 0px 2px;
}

.v_detail .content .head .stat {
    font-size: 10px;
    font-weight: 700;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px 0;
    width: 120px;
    text-align: center;
    border-radius: 2px;
    margin: 9px 10px 0 0;
    float: right;
}

.v_detail .content .head .buttons {
    margin-top: 7px;
    float: right;
}

.v_detail .content .head .buttons a {
    color: #666;
}

.v_detail .content .head .menu a {
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    background-color: #444;
    margin-right: 5px;
    display: inline-block;
    padding: 0 3px;
    border-radius: 2px;
}

.v_detail .content .foot {
    width: 100%;
    background-color: #AAA;
    border-top: 1px solid #CCC;
    padding: 5px 10px 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

.v_detail .content .foot a {
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    background-color: #444;
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
    font-weight: 700;
    margin: 0;
}

.v_detail .content .foot a .icon {
    float: left;
    margin-right: 5px;
}

.v_detail .content .foot a .text {
    float: left;
    margin-top: 2px;
}

.v_detail .content .data {
    width: 100%;
    max-height: 650px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    background-color: #FFF;
    overflow-y: scroll;
    font-size: 12px;
}

.v_detail .content .data .stat {
    font-size: 10px;
    font-weight: 700;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px 0;
    width: auto;
    text-align: center;
    border-radius: 2px;
    margin: 2px 0;
}

.v_detail .content .data .view_data {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #999;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    padding: 10px;
}

.v_detail .content .data .view_data .data_block {
    width: 50%;
    float: left;
}

.v_detail .content .info {
    font-size: 10px;
    border-radius: 2px;
    padding: 0px 5px;
    display: inline-block;
    color: #666;
    border: 1px solid #666;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.v_detail .content .view_data .sub {
    font-size: 10px;
    font-weight: 700;
    color: #666;
}

.v_detail .content .view_data .stat {
    font-size: 10px;
    font-weight: 700;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    border-radius: 2px;
}

.v_detail .content .mod_data {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #EEE;
    font-size: 12px;
    max-height: 600px;
    overflow-y: scroll;
}

.v_detail .content .mod_data .sub {
    font-size: 10px;
    font-weight: 700;
    color: #666;
}

.ute_img_text {
    font-size: 9px;
    color: #666;
    font-style: italic;
}

.ute_img {
    width: 150px;
    height: 180px;
    background-color: #CCC;
    border: 1px dotted #000;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.ute_img_loader {
    display: none;
}

#ute_img_hover {
    position: fixed;
    width: 150px;
    height: 180px;
    background-color: #CCC;
    z-index: 1000;
    display: none;
    border: 1px dotted #000;
    background-size: cover;
    background-position: center;
}


form {
    font-size: 12px;
}

form input, select {
    width: 100%;
    font-size: 12px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 2px;
}

form input[type="checkbox"] {
    width: auto;
}

form textarea {
    width: 100%;
    height: 100px;
    font-size: 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 2px;
}

form table {
    width: 100%;
}

form .label {
    width: 15%;
    float: left;
    margin-bottom: 2px;
}

form .input {
    width: 85%;
    float: left;
    margin-bottom: 2px;
}

form .btn_action {
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    background-color: #444;
    display: inline-block;
    padding: 0 10px 0 5px;
    border-radius: 2px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
    font-weight: 700;
    margin: 0;
}

form .btn_action .icon {
    float: left;
    margin-right: 5px;
}

form .btn_action .text {
    float: left;
    margin-top: 2px;
}

form .sub {
    font-size: 10px;
    font-weight: 700;
    color: #666;
}

form .error-box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f00;
    color: #FFF;
    display: none;
}

.readonly textarea {
    height: 50px;
    border-radius: 2px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin: 0;
}


.p_0 td {
    background-color: #ff8b8b;
    border-color: #F00;
}

.p_0 td .sub {
    border-color: #000;
    color: #000;
}

.p_1 td {
    background-color: #81F79F;
}

#v_registro .btn {
    text-align: center;
}

#v_registro .btn a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #444;
    padding: 1px 2px 0;
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    border-top: 2px solid #666;
    border-bottom: 2px solid #000;
    text-decoration: none;
    margin-bottom: 5px;
}


.d-g {
    display: grid;
}

.block-data-stat {
    border-radius: 10px;
    background-color: #EDEDED;
    border: 1px solid #DFDFDF;
    padding: 20px;
    box-sizing: border-box;
}

.block-data-stat .num {
    font-size: 32px;
}

.block-data-stat .tit {
    font-size: 12px;
    font-weight: 200;
    color: #999;
}


.filter-select {
    width: auto;
    font-size: 16px;
    padding: 5px;
}


.ql-toolbar.ql-snow {
    border-radius: 0 !important;
}

.ql-container.ql-snow {
    border-radius: 0 !important;
}


.best-project {
    transform: translateY(3px);
    color: #00F;
}

.link-project {
    color: #000;
}

.cursor-pointer, .c-pointer {
    cursor: pointer;
}

.presenza-esami > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nbsp {
    white-space: nowrap;
}
.w-auto {
    width: auto !important;
}
.px10 {
    padding-left: 10px;
    padding-right: 10px;
}