html, body {
    height: 100%;
}

.ui.container-full-height,
.ui.segment-full-height
{
    height: 100%;
}

.slider-row{
    display: none;
}
.slider-row.active{
    display: block;
}

.hidden{
    display: none !important;
}

.centredFlexContent{
    display: flex;
    justify-content: center;
    align-items: center;
}

.upper-text{
    text-transform: uppercase !important;
}
.slider-control{
    padding-bottom: 20px;
    padding-top: 20px;
}

.ui.button.message-circilar{
    width: auto !important;
}


/* custom radio*/
.ui.radio.checkbox.custom-list label,
.ui.checkbox.custom-list label,
.ui.checkbox.custom-label label
{
    text-align: left;
    font-weight: normal!important;
}
.ui.radio.checkbox.custom-list label.ui.alfabet-list:before{
    /*-webkit-transform: none;*/
    transform: none;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: transparent;
    font-weight: normal!important;
}
.ui.radio.checkbox.custom-list label.ui.alfabet-list:after{
    background: transparent;
    color: #fff;
    text-shadow: none;
    /*-webkit-transform: none;*/
    transform: none;
    width: 15px;
    height: 15px;
    border-radius: 0;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 20px;
    height: 20px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    line-height: normal !important;
    border: none;
    font-weight: normal!important;
}

label.alphabet-a:before, label.alphabet-a::after{
    content: 'A.'!important;
}
label.alphabet-b:before, label.alphabet-b:after{
    content: 'B.'!important;
}
label.alphabet-c:before, label.alphabet-c:after{
    content: 'C.'!important;
}
label.alphabet-d:before, label.alphabet-d:after{
    content: 'D.'!important;
}
label.alphabet-e:before, label.alphabet-e:after{
    content: 'E.'!important;
}
label.alphabet-f:before, label.alphabet-f:after{
    content: 'F.'!important;
}
label.alphabet-g:before, label.alphabet-g:after{
    content: 'G.'!important;
}

.ui.radio.checkbox.checked label.ui.button{
    background-color: #198f35;
    color: #fff;
    text-shadow: none;

}

.ui.radio.checkbox.checked label.ui.button:hover{
    background-color: #16ab39;
    color: #fff;
    text-shadow: none;

}

table.custom-label .ui.radio.checkbox label:before,
table.custom-label .ui.radio.checkbox label:after,
.ui.checkbox.custom-label label:after,
.ui.checkbox.custom-label label:before
{
    opacity: 0 !important;
}
table.custom-label .ui.radio.checkbox label{
    padding: 1.3em!important;
}

.ui.checkbox. label.ui.button{
    background-color: #198f35;
    color: #fff;
    text-shadow: none;
    font-weight: normal!important;
}

.ui.checkbox.checked label.ui.button{
    background-color: #198f35;
    color: #fff;
    text-shadow: none;
    font-weight: normal!important;
}

.index-flag img{
    padding: 10px;
    background-color: #eee;
    border-radius: 4px;
    width: 150px;
    margin: 3px;
    border: 1px solid #ccc;
}
