/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

/*h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }*/

@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300);

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #594ae2ff;
    text-align: center;
    font-family: 'Comfortaa', cursive;
}

.mud-chip-outlined.mud-chip-color-primary, .mud-chip-outlined.mud-chip-color-secondary {
    max-width: 160px;
    width: 160px;
    overflow: hidden;
}

.loader svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.bg-date {
    background: #d3eaf2;
}
/* General icon style to ensure vertical alignment */
.mud-button .material-icons {
    vertical-align: middle;
}

/* Specific adjustments for the download button icon */
.download-button .material-icons {
    vertical-align: middle;
    margin-right: 8px; /* Provides right space after the icon */
    margin-left: -8px; /* Reduces space on the left of the icon if needed */
}

/* Specific adjustments for the upload button icon */
.upload-button .material-icons {
    margin-right: 8px; /* Consistent with the download button */
    margin-left: 0px; /* Ensures there is no extra space on the left */
}

/* Ensuring button text is also centered */
.mud-button .mud-button-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .login-card {
    Width: 500px;
    Height: 650px;
}

.mud-fab-label {
    text-transform: none;
}

.mud-grid-item-md-6 .btn_mand_all .mud-fab-label {
    text-transform: none;
    font-size: 12px;
}

#btn_mand_op_pc, #btn_mand_rm_all_pc, #btn_mand_in_all_pc {
    margin-bottom: 15px;
    min-width: 100%;
    display: inline;
    overflow: hidden;
    border-radius: 2px;
}

.mandatory_panel, .mandatory_panel .mandatory_grid, .mandatory_panel .mandatory_grid .mandatory_card,
.mandatory_panel .actios_grid .actions_card, .mandatory_panel .options_grid, .mandatory_panel .options_grid .options_card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.actions_grid {
    max-width: 100%;
    overflow-y: scroll
}

#tab_parents0 {
    /*border-left: 2px solid #2196f3ff;*/
    border-radius: 6px;
}
/* #tab_parents0 .tab_child0 {
        border-left: 2px solid #2196f3ff;
    }
        #tab_parents0 .tab_child0 .tab_child1 {
            border-left: 1px solid #2196f3ff;
        }*/
.mandatory_grid, .options_grid {
    padding: 3px;
    min-height: 250px;
}

.mud-grid-item-md-6 .pre_select, #pre_certicates .pre_select {
    min-height: 130px;
}

#thematic_card, #vocational_card, #committed_card {
    min-height: 295px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #004494;
    background-image: url(/images/certificate_back.png);
    background-size: 295px auto;
}
#divisor {
    background-image: url(/images/divisorBlockCheck.png);
    width: 100%;
    height: 66px;
    text-align: center;
    background-size: 100% 100%;
    margin: 20px;
}
#dataImage {
    min-height: 295px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #004494;
    background-image: url(/images/data.jpg);
    background-size: cover;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#opt_gf, #opt_pc, #opt_tl {
    max-width: 100%;
    max-height: 25px;
    margin-bottom: 0;
    overflow: hidden;
}

#AlertChecks, #AlertMissing {
    width: 100%;
    min-height: 40px;
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: right;
    padding-left: 30px;
}
#w-tt-lst{
    font-size:14px;
}
.mud-tooltip {
    background-color: #004494 !important;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    display: inline-table !important;
    text-align: left !important;
    position: absolute !important;
    max-width: 100%;
}
#childs-pages img{
    max-width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

.mud-tooltip-arrow {
    color: #fff !important;
}
#critprint, #critprint tr {
    width: 200px;
    font-size: 4px;
    max-height: 10px;
}

    #critprint .tb_td #goodScore {
        width: 10px;
        padding: 2px;
        background: #0c9027;
        text-align: center;
    }

    #critprint .tb_td #normalScore {
        width: 10px;
        padding: 2px;
        background: #CCC;
        text-align: center;
    }

#critprint {
    width: 190px;
    margin: 10px;
}

    #critprint #empty_row {
        background: #fff;
    }

    #critprint tr th, #critprint .head_row {
        font-weight: bolder;
        background: #004494;
        color: #fff;
        border: 0px;
        text-align: left;
    }

    #critprint tr th, #critprint tr td {
        padding: 5px;
        font-size: 4px;
        max-height: 10px;
        text-align: left;
        font-weight: bolder;
        color: #fff;
    }

    #critprint .tb_td {
        font-size: 3px;
        max-width: 80px;
        max-height: 10px;
        text-align: left;
    }

    #critprint .eval_row {
        background: #3d4cb5;
        color: #fff;
        text-align: left;
    }
#csu-section {
    font-weight: bolder;
    width: 100%;
    background: #004494;
    color: #FFF;
}
#csu-title {
    border-radius: 0px;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 50px;
    text-align: left;
    background: #2196f3ff;
}
#lastSync {
    float: left;
    background: #2196f3ff;
    margin:20px;
}
    #lastSync #lastSyncP {
        float: left;
        background: #2196f3ff;
        color: #fff;
        font-weight: bolder;
    }
    #lastSync #sync {
        background: #2196f3ff;
        border-radius: 0px;
        color:#fff;
        font-weight:bolder;
    }
#csu1 {
    padding-bottom: 6px;
    border-bottom: #3d4cb5 solid 1px;
    background: #2196f3ff;
}
#csu2 {
    margin-top: 10px;
    padding-top: 6px;
    border-top: #3d4cb5 solid 1px;
    background: #2196f3ff;
}
#csu {
    width: 98%;
    margin: 1%;
    background: #594ae2ff;
    border: #3d4cb5 solid 1px;
}
#csu, #csu-section {
    background: #ccc;
    background: #004494;
    color: #FFF;
}
    #critprint .tb_tdt {
        font-size: 3px;
        max-width: 80px;
        max-height: 10px;
        font-weight: bolder;
        background: #004494;
        color: #fff;
        text-align: left;
    }

#printToPDF .brand {
    background: #004494;
    font-size: 5px;
    color: #FFF;
    width: 210px;
    padding: 4px;
    font-weight: bolder;
}

#tb_title {
    margin: 20px;
    font-size: 5px;
    width: 180px;
    text-align: left;
}

#AlertChecks .warning_missing, #AlertMissing .warning_missing {
    width: auto;
    height: 35px;
    border-radius: 26px;
    overflow: hidden;
    margin: 5px;
    padding: 4px;
    color: #fff;
}

#top {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

#process_decission {
    padding: 3px;
    width: 100%;
    min-height: 50px;
    margin-bottom: 40px;
    margin-top: 40px;
    background: #d3eaf2;
    background: #3d4cb5;
    color: #fff;
}

#decision {
    height: 30px;
    float: right;
    margin-left: 2px;
    margin-right: 2px;
    margin-top:6px;
    border-radius: 6px;
}
#sat-list, #criteria-to-pdf {
    /*border-left: #004494 7px solid;*/
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#process_decission_apro {
    text-align: right;
    align-items: self-end;
    align-content: flex-end;
    padding-bottom: 4px;
    width: 100%;
    /* border-bottom: 1px solid #004494;*/
    background: #d3eaf2;
    background: #004494;
    margin-top:30px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-left:2px;
    padding-left:15px;
}

#commit-option {
    font-weight: bolder;
    margin-bottom: 20px;
}

#processFilter {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    left: 2%;
    right: 2%;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#processFilterArea {
    left: 2%;
    right: 2%;
    width: 100%;
    max-width: 100%;
}

#processFilter .fltrAction {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}

#SatWiki #SatWikiPages, #EvaluatorWiki #EvaluatorWikiPages {
    padding: 0px;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
}

#EvaluatorWikiPagesContent, #SatWikiPagesContent {
    min-height: 300px;
    width: 100%;
    padding: 10px;
}

#SATMemberCar {
    width: 100%;
    padding: 10px 10px 10px 10px;
    max-height: 300px;
    overflow-y: scroll;
    margin: 6px;
    text-align: center;
    font-weight: bolder;
    color: #FFF;
}

#SATLST {
    width: 100%;
    padding: 10px 10px 10px 10px;
    min-height: 100px;
    height: auto;
    margin: 6px;
    text-align: center;
    font-weight: bolder;
    color: #FFF;
}

    #SATLST #SATItem #avatarAndName, #SATLST #SATItem #Email {
        border: #fff solid 1px;
        background: #2196f3ff;
        margin-bottom: 6px;
        max-width: 100%;
        min-width: 180px;
        width: auto;
        text-align: left;
        display: inline-table;
        border-radius: 2px;
        color: #fff;
        padding: 3px 3px 3px 10px;
        font-size: 14px;
        opacity: 0.8;
    }

    #SATLST #SATItem .avatarAndName .avatarAndHead {
        background: #2196f3ff;
        margin: 6px;
        width: 40px;
        display: inline-table;
    }

    #SATLST #SATItem {
        max-width: 360px;
        min-width: 250px;
        padding: 5px 10px 5px 5px;
        min-height: 50px;
        margin: 6px;
        text-align: left;
        background: #004494;
        background-image: url(/images/eu_back.jpg);
        font-weight: bolder;
        color: #FFF;
        border-radius: 4px;
        float: left;
        border: #2196f3ff solid 3px;
    }

        #SATLST #SATItem .SATEmail {
            font-size: 12px;
            margin: 2px;
            margin-bottom: 2px;
            display: inline-table;
        }

#childs-pages {
    padding: 30px;
}

#FatherExp {
    border-bottom: 1px solid #ccc;
}

.custom-style .mud-table-container {
    border: none !important;
}

.custom-style .mud-table {
    border: none !important;
}
/*#save_action{
    position:fixed;
    right:70px;
    z-index:10000000000000;
}*/

#calculator{
    text-align:center;
    width:100%;
    padding:50px 50px 50px 50px ;
    min-height:100px;
    margin-top:60px;
}
#info-text, #info-anim {
    text-align: center;
}
#rd-select {
    width: 100%;
}

#action {
    border-radius: 6px;
    height:38px;
    margin:6px;
}

#exportData {
    background: #004494;
    width: 100%;
    left: 0px;
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
}

    #exportData #divsor {
        border-bottom: #fff solid 2px;
        width: 97%;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #exportData #area1, #exportData #area2 {
        width: 90%;
        margin: 0px;
    }

    #exportData .report-action-item {
        margin: 10px;
        width: auto;
        padding: 10px;
        background: #004494;
        border-radius: 10px;
    }

#NotCorrect {
    width: 100%;
    padding: 10px;
    border: 3px dashed #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #NotCorrect .title {
        width: 100%;
    }

    #NotCorrect .code {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        align-content: center;
        color: #FFF;
        background: #004494;
    }
#comment-exp {
    width: 96%;
    border-radius: 2px;
    padding: 5px 5px 20px 10px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
#chip-rect {
    border-radius: 3px;
    background: #CCC;
    color: #000;
    opacity: 0.6;
    margin-bottom:20px;
    margin-top:10px;
}
#comment-ttl {
    border-radius: 2px;
    background:#004494;
    color: #FFF;
    opacity: 0.6;
    border-bottom: 2px solid #004494;
    padding: 15px;
    float: left;
    font-size: 16px;
}
#rd-select .pre_select_vet {
    height: auto;
    padding-left: 20px;
    width: 100%;
}

    #pre_certicates, #rd-select .pre_select_vet .mdrd {
        /* opacity: 0.6;*/
        color: #fff;
    }

#vocational_success, #vocational_pending, #thematic_pending, #thematic_success, #committed_pending, #committed_success {
    height: 30px;
    width: 30px;
    padding-left: 20px;
    margin-top: 40px;
    border-radius: 100%;
}

.mud-progress-linear .mud-progress-linear-content p b {
    font-size: 12px;
}

#thematic_title, #vocational_title, #committed_title {
    width: 100%;
    min-height: 68px;
    text-transform: uppercase;
    font-weight: bolder;
    background: #004494;
    color: #fff;
    right: 0;
    left: 0;
    margin: 0;
}

.div-item-outcome {
    padding: 8px;
    margin: 10px;
}

#panel-rd {
    padding-left: 55px;
}

#pc_card, #tl_card, #gf_card {
    width: 100%;
    /*border-left: 3px solid #2196f3ff;*/
    text-transform: uppercase;
}

.mandatory_panel {
    width: 100%;
    text-transform: uppercase;
}

#certificate_manage {
}

.div_chck {
    text-align: center;
    align-items: center;
    padding-left: 50%
}

    .div_chck .chck {
        margin-left: 50%;
    }

#submit_for_aval_btn {
    margin-top: 10px;
    height: 50px;
    text-align: center;
    align-items: center;
}

#actio_dialog .btn_rect {
    border-radius: 6px;
    margin: 10px;
}

#pickdateend, #pickdatestart {
    color: #fff;
    width: 20px;
}

#criterion_score_files {
    display: flex;
    align-content: baseline;
}

    #criterion_score_files .criterion_score_files_propos {
        width: 50%;
        display: inline-block;
    }

.btn-crtf-add {
    width: 100%;
}

    .btn-crtf-add .mud-button-label {
        color: #fff;
        text-transform: none;
    }

.mud-layout .mud-appbar {
    background-color: #004494;
}

.info-cert-state {
    width: 100%;
    text-align: left;
    border-left: #004494 solid 1px;
}

    .info-cert-state .info-label {
        display: inline-table;
        margin-right: 6px;
    }

#dialog_footer_action {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 40px;
    min-height: 40px;
    height: auto;
}

#template_download {
    padding: 10px;
    border: 2px solid #CCC;
    min-height: 40px;
    color: #000;
}

#indicators_dialog {
    max-height: 400px;
    overflow-y: scroll;
}

@media (Max-width: 576px) {

    #hello, #CoveName {
        display: none;
    }

    .login-page .login-card .mud-typography-h4 {
        margin-top: 20px;
    }

    .login-page .login-card {
        max-Width: 360px;
        Height: auto;
        right: 10px;
        left: 10px;
        top: 40px;
    }

    .mud-typography-h6 {
        font-size: 10px;
    }

    header .mud-typography-h6, header span {
        font-size: 11px;
    }

    header .mud-typography-h6 {
        margin-right: 4px;
    }

    .mud-grid-item button, .mud-grid-item-x6 button, .mud-card-header-actions button {
        font-size: 12px;
        text-transform: none;
    }

    .mud-tooltip-root {
        max-width: 350px;
    }

    .mud-table-cell {
        max-width: 350px;
    }

    .mud-chip {
        max-width: 150px;
        overflow: hidden;
    }
   
    .mud-card-header-content .mud-typography-h6 {
        font-size: 1.2em;
    }

    .mud-grid-item h4 {
        font-size: 1.2em;
        font-weight: bolder;
        align-content: center;
    }

    .mud-card-header-avatar {
        display: none;
    }

    .mud-tabs-toolbar {
        align-content: center;
    }

    .mud-typography-h4 {
        padding-top: 5px;
    }
}

@media (Max-width: 360px) {

    #hello, #CoveName {
        display: none;
    }

    .login-page .login-card {
        max-Width: 350px;
        Height: auto;
        right: 10px;
        top: 40px;
        left: 10px;
    }

        .login-page .login-card .mud-typography-h4 {
            margin-top: 20px;
        }

    header .mud-typography-h6 {
        margin-right: 4px;
    }

    .mud-typography-h6 {
        font-size: 10px;
    }

    header .mud-typography-h6, header span {
        font-size: 10px;
    }

    .mud-tabs-toolbar {
        align-content: center;
    }

    .mud-grid-item h4 {
        font-size: 1.2em;
        font-weight: bolder;
        align-content: center;
    }

    .mud-typography-h4 {
        padding-top: 5px;
    }

    .mud-card-header-avatar {
        display: none;
    }

    .mud-card-header-content .mud-typography-h6 {
        font-size: 1.2em;
    }

    .mud-grid-item button, .mud-grid-item-x6 button, .mud-card-header-actions button {
        font-size: 10px;
        text-transform: none;
    }

    .mud-table-row {
        max-width: 320px;
    }

    .mud-table-cell {
        max-width: 320px;
    }

    .mud-chip {
        max-width: 125px;
        overflow: hidden;
    }
}

.certificate {
    align-content: start;
    min-width: 220px;
    list-style: none;
}

.action {
    list-style: none;
    width: 60px;
}

    .action li {
        margin-bottom: 15px;
    }

.certificate .d-icon {
    display: inline-block;
    height: 27px;
    align-content: baseline;
    padding: 0;
    margin: 0;
}

.certificate .d-text {
    display: inline-block;
    height: 27px;
    margin-top: -6px;
    margin-left: 4px;
}

.certification {
    font-size: 1.2em;
    opacity: 0.6;
}
