﻿ul.lnk-ft {
    /*list-style: none;*/
    text-align: justify;
    list-style: none;
    display: inline-block;
}

    ul.lnk-ft li {
        /*display: inline;*/
        /*padding: 5px 0;*/
    }

    ul.lnk-ft a {
        color: #333;
    }

    /*ul.lnk-ft li:not(:last-child)::after {
        content: ' | ';
    }*/

.divCentro {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* BugId: 9173 */
/* Carlos Paltrinieri */
.divRight {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.item-centro {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

[radio-group].inativo {
    background-color: #eee;
    opacity: 1;
}

/*BugId: 21210*/
/*foi para o bootstrap.css*/
/*.radioChecked, .radioUnchecked,
.radioToggle, .radioToggleNot {
    padding: 7px;
    border: 1px solid #655b5b;
    float: none !important;
    text-align: center;
}

    .radioChecked, .radioToggle,
    .radioChecked label, .radioToggle label {
        background-color: #D9534F !important;
        color: #eee;
    }

        .radioChecked .icone-padrao,
        .radioUnchecked .icone-invert {
            display: none;
        }

        .radioChecked .icone-invert,
        .radioUnchecked .icone-padrao {
            display: inline-block;
        }

.radioUnchecked, .radioToggleNot {
    background-color: #f8f8f8;
    color: #655b5b;
}

.radioUnchecked-sm {
    padding: 5px;
    font-size: 80%;
}

.radioUnchecked-title, .radioChecked-title {
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radioChecked-title {
    background-color: #3d3d5c;
}

.radioUnchecked-title {
    background-color: #b34d4d;
}

.radioUnchecked:not(.inativo):hover, .radioToggleNot:not(.inativo):hover {
    background-color: #e0e0d8;
    color: #000;
    cursor: pointer;
}
    */
[radio-group].itemLinha {
    display: block;
}

/*BugId: 21210*/
/* foi para o bootstrap */
/*.linhaSelecionada {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(186, 94, 94) !important;
}*/

.chkSize {
    content: 'xs';
}

@media (max-width:767px) {
    .divCentro-xs {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 767px) {

    [radio-group].itemLinha {
        display: inline-block;
    }

    [radio-group]:not(.itemLinha)::before {
        clear: both;
    }

    .row-lg {
        padding: 10px 0 !important;
        cursor: default;
    }

    .chkSize {
        content: 'sm';
    }
}

@media (min-width: 992px) {
    .chkSize {
        content: 'md';
    }
}

@media (min-width: 1200px) {
    .chkSize {
        content: 'lg';
    }
}

/*Roda de carregamento*/

@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.uil-default-css-min > div:nth-of-type(1),
.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(2),
    .uil-default-css > div:nth-of-type(2) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.4166666666666667s;
        animation-delay: -0.4166666666666667s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(3),
    .uil-default-css > div:nth-of-type(3) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.33333333333333337s;
        animation-delay: -0.33333333333333337s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(4),
    .uil-default-css > div:nth-of-type(4) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.25s;
        animation-delay: -0.25s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(5),
    .uil-default-css > div:nth-of-type(5) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.16666666666666669s;
        animation-delay: -0.16666666666666669s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(6),
    .uil-default-css > div:nth-of-type(6) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.08333333333333331s;
        animation-delay: -0.08333333333333331s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(7),
    .uil-default-css > div:nth-of-type(7) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(8),
    .uil-default-css > div:nth-of-type(8) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.08333333333333337s;
        animation-delay: 0.08333333333333337s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(9),
    .uil-default-css > div:nth-of-type(9) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.16666666666666663s;
        animation-delay: 0.16666666666666663s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(10),
    .uil-default-css > div:nth-of-type(10) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(11),
    .uil-default-css > div:nth-of-type(11) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.33333333333333337s;
        animation-delay: 0.33333333333333337s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
    .uil-default-css-min > div:nth-of-type(12),
    .uil-default-css > div:nth-of-type(12) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.41666666666666663s;
        animation-delay: 0.41666666666666663s;
    }

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css-min {
    position: relative;
    background: none;
}
