﻿
.style_featured > div:hover > div{
    /*margin-bottom: +5px;*/
    border: 1px solid rgb(153, 200, 250);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 9px 9px;
    /*background: rgba(181, 0, 75, 0.1);*/
    transition: 0.99s;
}
canvas{
        /* width: 100% !important;*/
        max-width: 100%;
        height: auto !important;
    }
.panel-pointer {
    cursor:pointer;
}
.lpColor {
    color:#AD0132;
}

.white{
    color:white;
    
}

    .myimg{
        margin-left:5px;
    }



.btn-lg {
    font-size: 38px;
    line-height: 1.33;
    border-radius: 6px;
}



.rblBox input {
             display:none;
             padding:0;
             width:0px;
             height:0px;
             -webkit-appearance:none;
                -moz-appearance:none;
                     appearance:none;
        }
.rblBox label {
    padding: 0px 0px;
    margin: 0px 6px;
    }
    .rblBox label:hover {
        cursor: pointer;
        background-color: rgba(135, 206, 235, 0.1);
        border-radius: 14px;
    }
.rblBox .box > .info:hover {
    cursor: pointer;
    background-color: rgba(135, 206, 235, 0.1);
}
.rblBox input:checked + label .box > .info {
    background-color: rgba(135, 206, 235, 0.2);
}
.rblBox .box > .info {
    text-align: center;
    position: relative;
}
.rblBox .box > .info {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 20px 20px 0px 20px;
}
.rblBox .box > .info > h3.title {
        color: #222;
        font-weight: 500;
    }


.rblBox1 input {
             display:none;
             padding:0;
             width:0px;
             height:0px;
             -webkit-appearance:none;
                -moz-appearance:none;
                     appearance:none;
        }
.rblBox1 label {
    margin: 5px 5px;
    background: rgba(0, 0, 0, 0.04);
    border:1px solid #b5005b;
    border-radius: 5px;
    padding: 8px 10px;
    text-align: center;
    height:40px;
    width:150px;
    white-space:nowrap;
    display:block;
    font-size:18px;

    }

.rblBox input:checked + label {
    background-color: rgba(135, 206, 235, 0.5);
    border-radius: 14px;
}
.rblBox1 input:checked + label 
{
    background-color:rgba(181, 0, 75, 0.2);
    font-size:18px;
    }
.rblBox1 label h4 {
    
        color: #222;
        font-weight: bold;

    }

.rblBox2 input {
             display:none;
             padding:0;
             width:0px;
             height:0px;
             -webkit-appearance:none;
                -moz-appearance:none;
                     appearance:none;
        }
.rblBox2 label {
    margin: 5px 6px;
    display:block;
    background: rgba(0, 0, 0, 0.04);
    /*border: 1px solid #e0e0e0;*/
    border:1px solid #b5005b;
    border-radius: 4px;
    padding: 5px 5px;
    text-align: left;
    }
.rblBox2 label:hover {
    cursor:pointer;
    background-color:rgba(181, 0, 75, 0.1);
}
.rblBox2 input:checked + label 
{
    background-color:rgba(181, 0, 75, 0.2);
    }




.rblBox3 input {
             display:none;
             visibility:hidden;
             padding:0;
             width:0px;
             height:0px;
             -webkit-appearance:none;
                -moz-appearance:none;
                     appearance:none;
        }

.rblBox3 label {
    margin: 5px 20px;
    display: block;
    height: 38px;
    width: 38px;
    border: solid #b5005b;
    border-color:rgba(181, 0, 75, 0.2);
    border-radius: 4px;
    padding: 2px 2px;
    background: url(/img/notChecked.jpg) no-repeat center;
}
.rblBox3 label:hover {
    cursor:pointer;
}
.rblBox3 input:checked + label 
{
    
    background-color:rgba(181, 0, 75, 0.2);
    background-image: url(/img/Checked.jpg);
    }










.rblSprache1 input[type=radio] {
            visibility:hidden;
             display:none;
             padding:0;
             width:0px;
             height:0px;
             -webkit-appearance:none;
                -moz-appearance:none;
                     appearance:none;

        }       
.rblSprache1 label {
    margin:10px;
    border:1px solid #b5005b;
    border-radius: 4px;
    text-align: left;
    line-height:37px;
    width:48px;
    cursor:pointer;
    background-size: 100% auto;
    }
.rblSprache1 .DE label {
    background: #ffffff url("../../img/DE2.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .DE label:hover {
    background: #ffffff url("../../img/DE3.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .DE input:checked + label {
    border:1px solid #000;
    background: #ffffff url("../../img/DE1.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .FR label {
    background: #ffffff url("../../img/FR2.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .FR label:hover {
    background: #ffffff url("../../img/FR3.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .FR input:checked + label{
    border:1px solid #000;
    background: #ffffff url("../../img/FR1.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .IT label {
    background: #ffffff url("../../img/IT2.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .IT label:hover {
    background: #ffffff url("../../img/IT3.png") no-repeat right top;
    background-size: 100% auto;
}
.rblSprache1 .IT  input:checked + label {
    border:1px solid #000;
    background: #ffffff url("../../img/IT1.png") no-repeat right top;
    background-size: 100% auto;
}




.rblTyp1 input {
        display:none;
        padding:0;
        width:0px;
        height:0px;
        -webkit-appearance:none;
        -moz-appearance:none;
                appearance:none;
}
.rblTyp1 label {
    padding:20px 0px 20px 0px;
    margin: 10px 10px;
    border-radius: 10px;
    box-shadow:0px 0px 10px 0px;
    display:inline-block;
    text-align:center;
    font-size:0.9em;
    background-color:rgba(227, 255, 254, 0.6);
}
.rblTyp1 label:hover {    
    box-shadow:0px 0px 10px 2px;
    background-color:rgba(227, 255, 254, 0.9);
}
.rblTyp1 input:checked + label
{
    box-shadow:0px 0px 10px 2px;
    background-color:rgba(181, 0, 75, 0.75);
}

.rblTyp2 input {
        display:none;
        padding:0;
        width:0px;
        height:0px;
        -webkit-appearance:none;
        -moz-appearance:none;
                appearance:none;
}
.rblTyp2 label {
    padding: 5px 5px;
    margin: 0px 10px 0px 10px;
    border-radius: 8px;
    border:1px solid #b5005b;
    color: #b5005b;
    display:inline-block;
    font-size:5em;
}
.rblTyp2 label:hover {
    background-color:rgba(227, 255, 254, 0.9);
}
.rblTyp2 input:checked + label
{
    background-color:rgba(181, 0, 75, 0.5);

}
.rblTyp2 .ka {
    text-align:center;
}
.rblTyp2 .ka label {
    padding: 2px 8px;
    margin: 0px 7px;
    border-radius: 8px;
    border:1px solid #AD0132;
    color: #AD0132;
    display:inline-block;
    font-size:0.9em;
}
.rblTyp2 .alt label {
    padding: 4px 6px;
    margin: 0px 5px 0px 5px;
    border-radius: 8px;
    border:1px solid #AD0132;
    color: #AD0132;
    display:inline-block;
    font-size:18px;
}
       
.rblTyp3 input {
        display:none;
        padding:0;
        width:0px;
        height:0px;
        -webkit-appearance:none;
        -moz-appearance:none;
                appearance:none;
}
.rblTyp3 label {
    padding: 5px 5px;
    margin: 5px 0px;
    border-radius: 4px;
    box-shadow:0px 0px 10px 0px;
    display:block;
    font-size:0.9em;

    background-color:rgba(255, 255, 255, 1.0);
}
.rblTyp3 label:hover {    
    box-shadow:0px 0px 10px 2px;
    background-color:rgba(227, 255, 254, 0.9);
}
.rblTyp3 input:checked + label
{
    box-shadow:0px 0px 10px 2px;
    color:white;
    background:#AD0132;
    
}

.rblTyp4 input {
        display:none;
        padding:0;
        width:0px;
        height:0px;
        -webkit-appearance:none;
        -moz-appearance:none;
                appearance:none;
}
.rblTyp4 label {
    padding: 4px 4px;
    margin: 0px 4px 0px 4px;
    border-radius: 4px;
    border:1px solid #b5005b;
    color: #b5005b;
    display:inline-block;
    font-size:1.5em;
}
.rblTyp4 input:checked + label
{
    background-color:rgba(181, 0, 75, 0.5);

}
       
.rblTyp5 input {
        display:none;
        padding:0;
        width:0px;
        height:0px;
        -webkit-appearance:none;
        -moz-appearance:none;
                appearance:none;
}
.rblTyp5 label {
    padding: 5px 5px;
    margin: 5px 10px;
    border-radius: 4px;
    box-shadow:0px 0px 10px 0px;
    display:block;
    font-size:0.9em;

    background-color:rgba(255, 255, 255, 1.0);
}
.rblTyp5 input:checked + label
{
    box-shadow:0px 0px 10px 2px;
    color:white;
    background-color:rgba(181, 0, 75, 0.75);
    
}

.rblTyp6 input{
    display:none;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
            appearance:none;
}
.rblTyp6 label {
    width:90px;
    font-size:11px;
    padding: 5px 5px;
    border-radius: 3px;
    margin-right:4px;
    box-shadow:0px 0px 2px 0px;
    background-color:#fff;
}
.rblTyp6 label:hover {
        
    box-shadow:0px 0px 0px 1px;
    background-color:rgba(190, 190, 190, 0.4);
}
.rblTyp6 input:checked + label
{
    box-shadow:0px 0px 0px 1px;
    background-color:#AD0132;
    color:white;
}


.labelText {
padding-left: 10px;
padding-right: 20px;
font-weight: 700;
display:inline-block;
}



.required {
    border: 1px solid red !important;
}


.TableFragen {
    border-collapse: collapse;
    background-color:#fff;
    padding:10px;
}
        
.Titel {
    font-weight:600;
    font-size:14pt;
    padding-left:45px;
    border-collapse: collapse;
    border-left:1px;
    border-top:1px;
    border-right:1px;
    border-bottom:1px;
    border-style:solid;
    border-color:black;
}

.Number {
    font-weight:800;
    text-align:center;
    padding:9px 10px;
    border:1px solid;
    border-color:#AD0132;
    border-radius:30px;
    border-radius:30px;
}

.FragePanel {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #AD0132;
    padding-bottom:20px;
    margin-bottom:20px;
}

.FragePanel .Frage {
    font-weight:600;
}
.FragePanel .Frage small {
    font-weight: 400;
    font-style:italic;
    font-size:12px;
}



.warning {
    padding-left:10px;
    text-align:left;
    vertical-align:top;
    font-style:italic;
}
.Antwort {

    width:470px;
    border-collapse: collapse;
    border-bottom:1px;
    border-top:0px;
    border-left:1px;
    border-right:1px;
    border-style:solid;
    border-color:black;

    padding-top:5px;
    padding-bottom:10px;
    padding-left:5px;
    vertical-align:top;
}





.fbHead {

    background-color:white;
    width:950px;
    padding-left:45px;
    padding-top:5px;
    padding-bottom:5px;
    text-transform:uppercase;
    font-weight:bold;
    color:red;
}
        
.visibleFalse {
    
    display:none;
}
.visibleTrue {
    display:normal;
}

.RotateLinks 
{
    -ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
    vertical-align:top;
}


/*Progres bar*/

.tile-progress {
    background-color: #303641;
    color: #fff;
}


.tile-progress {
    background: #00a65b;
    color: #fff;
    /*margin-bottom: 20px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
    .tile-progress .tile-header {
        padding: 15px 20px;
        padding-bottom: 40px;
    }
    .tile-progress .tile-progressbar {
        height: 2px;
        background: rgba(0,0,0,0.18);
        margin: 0;
    }
        .tile-progress .tile-progressbar span {
            background: #fff;
        }
        .tile-progress .tile-progressbar span {
            display: block;
            background: #fff;
            width: 0;
            height: 100%;
            -webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
            -moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
            -o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
            transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
        }
    .tile-progress .tile-footer {
        padding: 20px;
        text-align: right;
        background: rgba(0,0,0,0.1);
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .tile-progress.tile-red {
        background-color: #f56954;
        color: #fff;
    }
.tile-progress {
    background-color: #303641;
    color: #fff;
}
    .tile-progress.tile-blue {
        background-color: #0073b7;
        color: #fff;
    }
    .tile-progress.tile-gray {
        background-color: white;
        color: #fff;
    }
    .tile-progress.tile-green {
        background-color: #00a65a;
        color: #fff;
    }
    .tile-progress.tile-cyan {
        background-color: #00b29e;
        color: #fff;
    }
    .tile-progress.tile-lp {
        background-color: #AD0132;
        color: White;
    }
    .tile-progress.tile-pink {
        background-color: #ec3b83;
        color: #AD0132;
    }

        /*end Progres bar*/

/* report */

.style_featured > div:hover > div {
    border: 1px solid rgb(153, 200, 250);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 9px 9px;
    background: rgba(172, 0, 75, 0.1);
    transition: 0.99s;
}

.MyActive {
    position:relative;
    top:22px;
    padding:20px 14px 20px 14px;

    border-bottom: 3px solid #AD0132;
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

    .MyActive:hover {
        color: #AD0132;
    }

    
.MyActive:active {
    text-decoration: none;
}
    .MyActive:link {
        text-decoration: none;
    }

.NoActive {

    position:relative;
    top:22px;
    padding:20px 14px 20px 14px;
    border-bottom: 3px solid #AD0132;
    color: white;
}
    .NoActive:hover {
        position: relative;
        top: 22px;
        padding: 20px 14px 20px 14px;
        text-decoration: none;
        color: #AD0132;
        border-bottom: 3px solid #AD0132;
        background-color: rgba(255, 255, 255, 0.1);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.MyActive:visited {
    text-decoration: none;
}


.wichtigkeit{
    color:rgb(132, 132, 132);
}

.zufriedenheit{
    color:rgb(181,0,75); /*215, 233, 1*/
}

/* end report */


/* Checkbox  */
.checkbox1 input[type="checkbox"] {
    display: none;
}

    .checkbox1 input[type="checkbox"] + label {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        font-weight: 500;
    }

        .checkbox1 input[type="checkbox"] + label:before {
            position: absolute;
            left: 0;
            top: 1px;
            width: 20px;
            height: 20px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            border: 1px solid #dfdfdf;
            background-color: #fff;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            display: block;
            content: ' ';
        }

        .checkbox1 input[type="checkbox"] + label:after {
            position: absolute;
            top: 4px;
            left: 6px;
            content: "\2713";
            color: #fff;
            font-size: 10px;
            display: block;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
        }

    .checkbox1 input[type="checkbox"]:checked + label {
        /*color: #434343;*/
        color: #005F9F;
    }

        .checkbox1 input[type="checkbox"]:checked + label:before {
            /*background-color: #85b53b;
            border-color: #85b53b;*/
            background-color: #005F9F;
            border-color: #dfdfdf;
        }

        .checkbox1 input[type="checkbox"]:checked + label:after {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
        }

.radio input[type="radio"] {
    display: none;
}

    .radio input[type="radio"] + label {
        position: relative;
        padding-left: 25px;
        padding-right:15px;
        font-size: 14px;
        font-weight: 500;
        cursor:default;
    }

        .radio input[type="radio"] + label:before {
            position: absolute;
            left: 0;
            top: 1px;
            width: 20px;
            height: 20px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #dfdfdf;
            background-color: #fff;
            display: block;
            content: ' ';
        }

        .radio input[type="radio"] + label:after {
            position: absolute;
            top: 5px;
            left: 4px;
            width: 12px;
            height: 12px;
            content: " ";
            background-color: #005F9F;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
        }

    .radio input[type="radio"]:checked + label {
        color: #005F9F;
    }

        .radio input[type="radio"]:checked + label:after {
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
        }


.rating {
    float: left;
}
    .rating:not(:checked) > input {
        display: none;
        clip: rect(0,0,0,0);
    }


    .rating:not(:checked) > label {
        float: right;
        width: 15%;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 48px;
        line-height: 2;
        color: #ddd;
        text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
    }
        .rating:not(:checked) > label:before {
            content: '  ';
        }

    /*★*/

    .rating > input:checked ~ label {
        color: #f70;
        text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
    }

    /*.rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }*/

    .rating > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
    





    /*ajax calendar */
div.ajax__calendar_days table tr td {
    padding-right: 0px;
}

.Calendar .ajax__calendar_container {
    border: 1px solid #E0E0E0;
    background-color: #FAFAFA;
    width: 100%;
}

.Calendar .ajax__calendar_header {
    text-align: center !important;
    color: #9F9F9F;
    font-weight: normal;
    text-shadow: 0px 0px 2px #D3D3D3;
    height: 40px;
}

.Calendar .ajax__calendar_title,
.Calendar .ajax__calendar_next,
.Calendar .ajax__calendar_prev {
    color: #004080;
}

.Calendar .ajax__calendar_body {
    width: 100%;
    height: 220px;
    position: relative;
}

.Calendar .ajax__calendar_dayname {
    width: 32px;
    height: 30px;
    font-weight: bold;
    text-align: center !important;
    background-color: #EDEDED;
    border: solid 1px #D3D3D3;
    text-transform: uppercase;
    color: #AD0132;
}

.Calendar .ajax__calendar_day {
    text-align: center !important;
    width: 32px;
    height: 30px;
    border: solid 1px #E0E0E0;
    text-transform: uppercase;
    width: 32px !important;
}

.Calendar .ajax__calendar_hover .ajax__calendar_day,
.Calendar .ajax__calendar_hover .ajax__calendar_month,
.Calendar .ajax__calendar_hover .ajax__calendar_year,
.Calendar .ajax__calendar_active {
    color: #AD0132;
    font-weight: bold;
    background-color: #ffffff;
}

.Calendar .ajax__calendar_year {
    border: solid 1px #E0E0E0;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 2px;
}

.Calendar .ajax__calendar_month {
    border: solid 1px #E0E0E0;
    font-weight: bold;
    text-align: center !important;
    vertical-align: middle;
    margin: 2px;
}

.Calendar .ajax__calendar_today {
    text-align: center;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
    margin: 2px;
    color: #AD0132;
}

.Calendar .ajax__calendar_other {
    background-color: #E0E0E0;
    margin: 2px;
    width: 32px;
}

.Calendar .ajax__calendar_active {
    background-color: #D3D3D3;
    margin: 2px;
    width: 32px;
    color: #AD0132;
}

.Calendar .ajax__calendar_hover .ajax__calendar_today,
.Calendar .ajax__calendar_hover .ajax__calendar_title {

    color: #AD0132;
}

.Calendar .ajax__calendar_footer {
    width: 100%;
    border: none;
    height: 40px;
    vertical-align: middle;
    color: #6B6B6B;
}






.tbl-header table {
    width: 100%;
    table-layout: fixed;
}

.tbl-header thead {
    text-align: left;
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.tbl-content {
    height: 600px;
    overflow-x: auto;
    overflow-y: scroll;
    margin-top: 0px;
}
    .tbl-content table {
        width: 100%;
        table-layout: fixed;
    }

.ScrollNoVisivle {
    overflow-y: scroll;
}

    .ScrollNoVisivle::-webkit-scrollbar {
        background-color: transparent;
    }
.sigma {
    color:#AD0132;
}


a {
    color: #AD0132;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #AD0132;
        text-decoration: underline;
    }
