
a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #region TRZW3000_LAYOUT */

    #TRZW3000_LAYOUT_html {
        width: 100%;
        height: 100%;

    }

    #TRZW3000_LAYOUT_body {
        padding-top: 40px;
        padding-left: 160px;
        font-family: Muli, Verdana;
    }

    #TRZW3000_LAYOUT_form {
        padding: 0 20px;
    }

    #TRZW3000_LAYOUT_sidebar {
        padding: 0 10px;
        position: fixed;
        top: 54px;
        left: 0;
        height: calc(100% - 62px);
        width: 160px;
        border-right: 1px solid #eeeeee;
    }

    #TRZW3000_LAYOUT_sidebar a {
        display: block;
        text-decoration: none;
        color: inherit;
        padding: 5px;
        font-family: Muli, verdana;
        font-size: 11px;
        text-transform: uppercase;
        text-align: right;
    }

    #TRZW3000_LAYOUT_sidebar a:hover {
        color: #6CBFFF;
    }

    #TRZW3000_LAYOUT_header {
        position: fixed;
        top: 0;
        left: 0;
        height: 44px;
        width: 100%;
        background-color: #e6e6e6;
        color: #333333;
        display: flex;
        font-family: Montserrat, sans-serif;
    }

    #TRZW3000_LAYOUT_header_logo_box {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 10px;
    }

    #TRZW3000_LAYOUT_header_logo_box img {
        height: 80%;
        width: auto;
    }

    #TRZW3000_LAYOUT_header_title_box {
        display: flex;
        align-items: center;
        height: 100%;
        margin-right: auto;
        font-size: 18px;
    }

    #TRZW3000_LAYOUT_header_user_box {
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: 15px;
    }

    #TRZW3000_LAYOUT_header_user_box span {
        font-size: 14px;
        margin-right: 10px;
    }

    #TRZW3000_LAYOUT_header_user_box i {
        font-size: 20px;
    }

/* #endregion */

/* #region TRZW3000 webroutine HOMEPAGE */

    #TRZW3000_HOMEPAGE_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #TRZW3000_HOMEPAGE_logo {
        width: 200px;
        height: auto;
        margin-top: 100px;
    }

    #TRZW3000_HOMEPAGE_title {
        margin-bottom: 50px;
        font-size: 20px;
    }

    #TRZW3000_HOMEPAGE_login_box {
        width: 300px;
        padding: 50px 15px 5px 15px;
        background-color: #e6e6e6;
        padding-bottom: 30px;
        border-radius: 10px;
    }

    #TRZW3000_HOMEPAGE_login_box .row_label {

    }

    #TRZW3000_HOMEPAGE_login_box .row_input {
        margin-top: 10px;
    }

    #TRZW3000_HOMEPAGE_login_box .row_button {

    }

    #TRZW3000_HOMEPAGE_login_box .row_messages {
        padding: 10px 0 20px 0;
        color: red;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #TRZW3000_HOMEPAGE_login_box .row_messages ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #TRZW3000_HOMEPAGE_login_box #__std_x_message_label {
        display: none;
    }

    #TRZW3000_HOMEPAGE_login_box input[type=text] , #TRZW3000_HOMEPAGE_login_box input[type=password] {
        border: none;
        background-color: white;
        height: 40px;
        width: 100%;
        padding: 0 5px;
        text-transform: uppercase;
    }

    #TRZW3000_HOMEPAGE_login_box input[type=submit] {
        border: none;
        background-color: #0288d1;
        color: white;
        height: 40px;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        cursor: pointer;
        font-family: Montserrat, verdana;
        font-size: 12px;
    }

    #TRZW3000_HOMEPAGE_info {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

/* #endregion */

/* #region TRZW3000 webroutine APPLICAZIONI */

    #TRZW3000_APPLICAZIONI_title {
        font-family: Muli, verdana;
        font-size: 11px;
        padding: 20px 0;
        text-transform: uppercase;
    }

    #TRZW3000_APPLICAZIONI_list_container {
        /* display: flex; */
        /*flex-wrap: wrap;*/
        display: inline-flex;
        flex-direction: column;
    }

    #TRZW3000_APPLICAZIONI_list_container > span {
        width: 400px;
        /* height: 40px; */
        height: 34px;
        background-color: #599ec9;
        color: white;
        /* color: #0075b5; */
        border-radius: 4px;
        margin-right: 8px;
        margin-bottom: 8px;
        font-family: Montserrat, verdana;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        /* background-image: url(/images/VF_IC3601.GIF); */
        /* background-repeat: no-repeat; */
        /* background-position-y: center; */
        /* background-size: 14px;         */
    }

    #TRZW3000_APPLICAZIONI_list_container > span > a {
        display: flex;
        justify-content: left;
        white-space: nowrap;
        padding: 0 20px;
        font-size: 12px;
        text-transform: uppercase;
    }    

    #TRZW3000_APPLICAZIONI_list_container > span:hover {
        background-color: #cde2ef;
        color: #0288d1;
        font-weight: 900;            
    }

    #TRZW3000_APPLICAZIONI_list_container > span a {

    }

/* #endregion */

/* #region TRZW3000 webroutine AREAUTENTI */

    #TRZW3000_AREAUTENTI_main {

    }

    #TRZW3000_AREAUTENTI_info {
        margin-top: 40px;
    }

    #TRZW3000_AREAUTENTI_buttons {
        display: flex;
        margin-top: 40px;
    }

    #TRZW3000_AREAUTENTI_buttons > span {
        width: 250px;
        height: 40px;
        background-color: cornflowerblue;
        color: white;
        margin-right: 20px;
    }

/* #endregion */

/* #region TRZW3000 webroutine NUOVOUTENTE - GESTIONEUTENTE */

    #TRZW3000_NUOVOUTENTE_title , #TRZW3000_GESTIONEUTENTE_title {
        margin-top: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #TRZW3000_NUOVOUTENTE_form , #TRZW3000_GESTIONEUTENTE_form {
        margin-top: 20px;
    }

    #TRZW3000_NUOVOUTENTE_field_legend {
        font-size: 12px;
        color: #777777
    }

    #TRZW3000_NUOVOUTENTE_button_box , #TRZW3000_GESTIONEUTENTE_button_box {
        margin-top: 20px;
        margin-bottom: 20px;
    }

/* #endregion */