/* Minification failed. Returning unminified contents.
(3092,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
* {
    font-size: 10pt;
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

body {
    padding-top: 50px;
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-heading a:after {
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.panel-default > .panel-heading {
    color: #7e7e7e;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Background login&cadastro */
body#conectado-bg {
    background-color: #3385ad;
}

video#video-bg-conectado {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
/* / */

#lblLogo {
    cursor: pointer;
}

.logo-lg {
    display: block;
    margin: 8px 10px 8px 10px;
    width: 180px;
    cursor: pointer;
}

img#logo-home {
    height: 35px;
    margin-top: -5px;
}

img#conectado-home {
    height: 30px;
    margin-left: 3px;
}

.logo-mini {
    display: none;
}

div#app-logo-main, #imgAppOrgLogo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 35px;
    width: 120px;
    margin-left: 3px;
    vertical-align: middle;
    display: inline-block;
}

#imgAppOrgLogo {
    background-color: #3385ad;
}

#imgAppOrgLogoLogin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 40px;
    width: 120px;
    margin-left: 3px;
    vertical-align: middle;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px #808080;
}

    #imgAppOrgLogoLogin.logo-main-login-page {
        cursor: default;
        border: none;
    }

.icones-acao-custom {
    display: inline-block;
    position: absolute;
    color: #555555;
    cursor: pointer;
}

    .icones-acao-custom:hover {
        display: inline-block;
        position: absolute;
        color: #000000;
    }

    .icones-acao-custom > i {
        position: absolute;
        left: 2px;
        top: 3px;
    }

.ToolBarNavegacao {
    color: rgba(51, 132, 172, 1);
    background: #f3f5f6 !important;
    margin: -15px 15px 20px -15px;
    padding: 15px;
    border-bottom: 1px solid #dee4e8;
}

a.link-simples {
    text-decoration: none;
    color: #000000;
}

    a.link-simples:hover {
        text-decoration: underline;
    }

/* dropdown aninhado */
ul.dropdown-menu > li {
    position: relative;
    cursor: pointer;
}

ul.dropdown-menu ul.sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    box-shadow: none;
}

.submenu-caret.right-caret, .submenu-caret.left-caret {
    height: 26px;
}

a.submenu-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
    float: right;
    margin-top: 7px;
}

.dropdown a.right-caret:after {
    border-left: 4px solid #000000;
}

.dropdown a.left-caret:after {
    border-right: 4px solid #000000;
}

/* campos obrigat�rios (html5) */
.form-control:focus:required:invalid, .form-control:focus:invalid, .panel .form-control:required:invalid, .invalidfield {
    box-shadow: inset 0 1px 1px #000000,0 0 8px #a84442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,68,66,0.6);
    border-color: #a84442;
}

    .form-control.senhaFraca, .form-control.senhaFraca:focus:required:invalid, .form-control.senhaFraca:focus:invalid, .panel .form-control.senhaFraca:required:invalid, .invalidfield.senhaFraca {
        box-shadow: inset 0 1px 1px #000000,0 0 8px #ffe000;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,224,0,0.6);
        border-color: #ffe000;
    }

    .form-control.senhaForte, .form-control.senhaForte:focus:required:invalid, .form-control.senhaForte:focus:invalid, .panel .form-control.senhaForte:required:invalid, .invalidfield.senhaForte {
        box-shadow: inset 0 1px 1px #000000,0 0 8px #2a9200;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(42,146,0,0.6);
        border-color: #2a9200;
    }

input[type="email"].form-control:focus:valid, .validfield {
    box-shadow: inset 0 1px 1px #000000,0 0 8px #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(60,118,61,0.6);
    border-color: #3c763d;
}

/* Forms obrigat�rios (indicador) */
.form-required, .form-required:focus, span > span.form-required.select2-selection.select2-selection--single {
    border-left: 4px solid #ffe000;
}

div.form-required {
    padding-left: 10px;
}

.form-required.form-required-radio-list div:last-of-type {
    margin-right: -5px;
}

/* Contador de caracteres acima do limite */
.overLimit {
    color: #FF0000;
}

/* Breadcrumbs custom */
#bc1 {
    top: 52px;
    position: fixed;
    z-index: 1020;
    left: 60px;
}

@media (max-width:767px) {
    #bc1 {
        left: 2px;
    }
}

/* Ajuste do page-wrapper para BreadCrumbs */
@media (min-width:768px) {
    div#page-wrapper {
        padding-top: 30px;
    }
}

@media (max-width:767px) {
    div#page-wrapper {
        padding-top: 35px;
    }
}
/* anchor com o apelido/nome/login do user */
#drop-username {
    padding-right: 65px;
}

/* div com img do user */
.imgLogin, .imgAppLogo {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.imgAppLogo {
    background-size: contain;
}

.imgLogin {
    border-radius: 50%;
    background-size: cover;
}

#imgLoginMain {
    width: 38px;
    height: 37px;
    position: absolute;
    top: -26px;
    right: -60px;
    padding: 8px;
    font-size: 13pt;
}

div.imagemUsuario #imgLoginMain + i.circle-offline,
div.imagemUsuario #imgLoginMain + i.circle-online,
div.imagemUsuario #imgLoginMain + i.circle-offline-foto,
div.imagemUsuario #imgLoginMain + i.circle-online-foto {
    left: 42px;
    top: 1px;
}

#imgLoginProfile, #imgLoginUser {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}

    #imgLoginProfile:hover, #imgLoginUser:hover {
        -moz-transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s;
        opacity: 0.9;
    }

.toggleBigDevices {
    display: block;
}

.toggleSmallDevices {
    display: none;
}

.panel-title {
    font-size: 12px !important;
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

.panel-group .row, .modalgeral .row {
    margin: 0 0 8px 0;
}

div.row.center-block {
    /*margin: 12px 4% 0 4% !important;*/
    margin: 12px 54px 0 54px;
}

.page-wrapper-execucao-dinamica div.row.center-block {
    margin: 12px 54px 0 0;
}

.select2 {
    width: 100% !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container, .select2-selection--single {
    min-height: 34px !important;
}

.select2-selection__arrow {
    min-height: 34px !important;
}

/* borda dos Select2 */
span.select2-container--default .select2-selection--single, span.select2-dropdown {
    border: 1px solid #ccc;
}

.navbar-cls-top .navbar-brand {
    color: #fff;
    background: #3BA9D4;
    width: 260px;
    text-align: center;
    height: 60px;
    font-size: 30px;
    font-weight: 700;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3385AD !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #428bca;
    border-color: #fff;
}

.navbar-center {
    position: absolute;
    left: 45%;
}

    .navbar-center li {
        color: #fff;
        padding: 15px;
    }

label {
    font-weight: normal !important;
}

.clickable {
    cursor: pointer;
    margin-top: -20px;
    font-size: 15px;
}

/* Loading personalizado do BlockUI -> loading() e loaded() */
.loadingWait {
    display: none;
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

    .loadingWait p {
        margin: 10px;
    }

/* cor dos itens de menu */
.nav ul li {
    background-color: #fff;
}

/* cor do fundo do menu */
div#wrapper {
    background-color: #ffffff;
}

/* classe de tabelas de inputs */
.table.tabela-input > tbody > tr > td {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

/* inputs dentro de tabelas com classe tabela-input */
.tabela-input > tbody > tr > td > input {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.tabela-input.palavraschave > tbody > tr > td > input {
    text-align: left;
    padding-left: 10px;
}

.tabela-input.palavraschave > tbody > tr > td > div > span, .tabela-input.palavraschave > tbody > tr > td > div > input {
    text-align: left;
    padding-left: 10px;
    border: none;
    border-radius: 0;
}

/* ths de tabelas dentro de divs com overflow */
table.table-overflow-scroll th {
    white-space: nowrap;
}

/* textos de links dentro de tabelas sem estilo (cor) de links comuns */
a.texto-a-tabela-edicao {
    color: #000000;
}

/* listas de arquivos (download) */
.list-group-link-arquivo {
    overflow: hidden;
}

span.file-list-remove {
    padding: 3px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 4px;
}

    span.file-list-remove:hover {
        color: #FF0000;
    }

.fileuploadcampo.fileuploadcampo-disabled, .link-arquivo-disabled span.file-list-remove {
    display: none;
}

/* Bot�o novo */
span.main-plus {
    font-size: 1.9em;
    box-shadow: none;
    border-radius: 50%;
    -moz-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

#novo-menu:hover .main-plus {
    box-shadow: #ffffff 0 0 6px 1px;
}

#novo-menu:active .main-plus {
    box-shadow: #ffffff 0 0 7px 2px;
}

/* Itens de alertas */
/*ul > li.alertas-item {
    border-top: 1px solid #ffffff;
}*/

ul > li.alertas-item:first-child {
    border-top: none;
}
/* colunas "editar" e "excluir" dos grids */
.table > thead > tr > th.edit-delete, .table tr > td.edit-delete, .indent-field {
    width: 1px;
    white-space: nowrap;
}


/* Headers dos collapsable panels */
[data-toggle="collapse"] {
    cursor: pointer;
}

/* Imagem do usu�rio em forms de edi��o */
#ImagemUsuario {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 100%;
    max-height: 120px;
}

/* Dashboard { */
.icon-badge-button {
    float: right;
}

    .icon-badge-button .fa-check-circle::before {
        border: none;
        background-color: unset;
    }

div.panel-group div.row div.col-lg-12 div.dash-button {
    width: 130px;
    display: inline-block;
    margin: 12px 10px 12px 10px;
    cursor: pointer;
    -moz-transition: box-shadow 0.1s;
    -o-transition: box-shadow 0.1s;
    -webkit-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s;
}

.dash-button:hover {
    opacity: 0.85;
}

.dash-button:active, .dash-button.selected {
    -moz-box-shadow: #acacac 0 0 8px 4px;
    -webkit-box-shadow: #acacac 0 0 8px 4px;
    box-shadow: #acacac 0 0 8px 4px;
}


.dash-button-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

    .dash-button-text > div {
        clear: both;
        display: block;
    }

.dash-button .panel-heading {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.badge-counter {
    display: block;
    font-size: 19px;
    font-weight: bold;
    border-radius: 5px;
    background-color: transparent;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

.dash-icon-container {
    padding-right: 0;
}

.dash-pontuacao-panel {
    width: 130px;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

    .dash-pontuacao-panel .fa-question-circle {
        float: left;
        margin-left: -10px;
        margin-top: -10px;
    }


.dash-total {
    background-color: #f5f5f5;
    margin-left: 20px;
}

.pontuacao-counter {
    font-size: 19px;
    font-weight: bold;
}

.traffic-sign {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    padding-top: 3px;
}

.traffic-sign-yellow {
    background-color: #f0ad4e;
    color: #ffffff;
    border: none;
}

.traffic-sign-red {
    background-color: #d9534f;
    color: #ffffff;
}

.traffic-sign-green {
    background-color: #5cb85c;
    color: #ffffff;
}

span.fa.searchIconDash {
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
}

input.form-control.campoPesquisa {
    /*width: 100%;*/
    border: none;
}

.addonIconePesquisa {
    border: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #ffffff;
}

.row.rowAtividadesDash {
    margin-left: -28px;
}

.row#rowAtividadesDashTitulo {
    margin-bottom: 15px;
}

/* Bot�o padr�o .btn-default */
.btn-default, .dropdown-menu > li > a {
    color: #7e7e7e;
}

/* Bot�es em entidades */
div.panel-group div.row div.col-lg-12 div.dash-button.panel-primary.panel-invert {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
}

.panel-primary.panel-invert .badge-counter {
    font-size: 5px;
}

.panel-primary.panel-invert .dash-button-text {
    overflow: hidden;
    white-space: nowrap;
}

    .panel-primary.panel-invert .dash-button-text div {
        position: relative;
    }

        .panel-primary.panel-invert .dash-button-text div:after {
            content: "";
            position: absolute;
            width: 5%;
            height: 100%;
            top: 0;
            right: 0;
            background-image: linear-gradient(to left, #fff, transparent);
        }
/* Dashboard } */

/* ul e li em "Permiss�es" */
.list-permissoes {
    margin-bottom: 0;
}

.list-group-item.list-permissoes.active:hover {
    background-color: #2d6ba0;
}

.list-permissoes > .list-group-item:last-child, .list-permissoes > .list-group-item:first-child, .list-permissoes.list-group-item:first-child {
    border-radius: 0;
}

/* Items de lista em geral */
ul.list-group > li {
    cursor: pointer;
}

    ul.list-group > li:hover {
        background-color: #eee;
    }

.list-group.no-links > .list-group-item {
    cursor: default;
}

.list-group.no-hover > .list-group-item:hover {
    background-color: #fff;
}

.hr-after-buttons {
    margin-top: 16px;
    margin-bottom: 6px;
}

.list-group.list-group-sublist1 {
    margin: 10px -16px -11px -16px;
}

    .list-group.list-group-sublist1 > .list-group-item {
        border-radius: 0;
        background-color: #eeeeee;
    }

        .list-group.list-group-sublist1 > .list-group-item:hover {
            background-color: #e1e1e1;
        }

.sublist1-toggler {
    margin: -10px -15px -10px -15px;
    padding: inherit;
}

    .sublist1-toggler[aria-expanded="true"] {
        border-top-color: #dddddd;
        background-color: #eeeeee;
    }

/* override das classes error, warning e success do bootstrap para inputs */
#collapseDados .has-error input {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,68,66,0.6);
}

#collapseDados .has-warning input {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(137,109,59,0.6);
}

#collapseDados .has-success input {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(60,118,61,0.6);
}

/* icone de loading/verificacao de dados no server */
.verifycon {
    position: absolute;
    right: 23px;
    top: 11px;
}

/* divs .col principais no panel Permiss�es */
.divisoesPermissoes {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/*Tab Style* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #c6e2e8;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #1AAFD0;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/*End Tab Style*/


@media(min-width:768px) {
    .sidebar-collapse #page-wrapper {
        margin-left: 57px;
    }

    .sidebar-collapse .navbar-default {
        width: 56px;
    }

    .sidebar-collapse #side-menu .nav ul li {
        margin-left: 36%;
    }

    body.sidebar-collapse #wrapper span.sidebar-collapsible-item {
        display: none;
    }

    .sidebar-collapse #side-menu .toggleBigDevices:hover #Label1 {
        position: absolute;
        z-index: 1;
        top: 0;
        padding-top: 10px;
        left: 100%;
        background-color: #fff;
        width: 200px;
        height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        border: 1px solid #c5cbcd;
    }

    .sidebar-collapse li.menu:hover span.sidebar-collapsible-item {
        position: absolute;
        z-index: 1;
        top: 0;
        padding-top: 10px;
        left: 100%;
        background-color: #fff;
        width: 200px;
        height: 40px;
        display: block !important;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        border: 1px solid #c5cbcd;
    }

    .sidebar-collapse .menu a .arrow {
        display: none !important;
    }


    .sidebar-collapse .menu:hover ul {
        position: absolute;
        z-index: 1;
        top: 41px;
        padding-top: 10px;
        left: 0;
        background-color: transparent;
        width: 200px;
        height: 0;
        display: block !important;
        vertical-align: middle;
        font-weight: bold;
        white-space: nowrap;
    }

        .sidebar-collapse .menu:hover ul li {
            width: 200px;
            text-align: left;
            top: -12px;
            left: -16px;
            background-color: #eee;
            border: 1px solid #c5cbcd;
        }

            .sidebar-collapse .menu:hover ul li a {
                padding-left: 13px;
            }

    .sidebar-collapse .menu .in {
        display: none !important;
    }

    #side-menu .active .menuSelecionado {
        background-color: #eee;
        border: 1px solid #dedede;
    }
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu li a {
        color: #000 !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #f5f5f5 !important;
    }

        .navbar-nav .open .dropdown-menu li:hover {
            background-color: #dedede;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu li a:hover {
        color: #000 !important;
    }
}

/*tabela edit�vel*/
.TableInput {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 0 !important;
    border: 0 !important;
    text-indent: 1% !important;
}

.TableInputDefaut {
    /*usado para setar o cursor*/
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 0 !important;
    border: 0 !important;
    text-indent: 1% !important;
    color: black;
}


.TableTd {
    margin: 0 !important;
    padding: 0 !important;
}

.TableTdText {
    margin-top: 3% !important;
    text-indent: 1% !important;
}

.TableTdButton {
    margin-top: 3% !important;
    text-align: center !important;
}
/*fim */

/*Cabe�alho modal popoup*/
/*.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/
/*Fim*/


.panel .panel-grey {
    border-color: #929292;
}

    .panel .panel-grey > .panel-heading {
        background-color: #929292;
        color: #ffffff;
    }

.panel.panel-primary.panel-invert > .panel-heading {
    color: #337ab7;
    background-color: #fff;
}

.badge-alerta {
    font-size: 6pt;
    position: absolute;
    top: 8px !important;
    left: 21px !important;
    background-color: #f0ad4e;
}

.containerAlerta {
    min-width: 360px;
    min-height: 62px;
    margin-bottom: 5px;
    margin-top: 0;
}

    .containerAlerta a {
        color: #337ab7;
    }

.conteudoAlerta {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 55px;
    /*margin-left: 10px;*/
    margin-top: 10px;
}

.imgAlerta {
    margin-top: 5px;
    width: 40px;
    height: 40px;
}

#notif-menu-list .fa.fa-flag {
    color: #5287c3;
}

#tableAlerta .fa.fa-flag {
    color: #5287c3;
}

.checkboxMarcarAlertaLido {
    position: absolute;
    bottom: 4px;
    left: 364px;
}

ul > .alertas-item.list-group-item.AlertaLidos, ul > .alertas-item.list-group-item.AlertaLidos a, tr.AlertaLidos, tr.AlertaLidos a {
    color: #8d8d8d;
}

ul > .alertas-item.list-group-item.AlertasNaoLidos, ul > .alertas-item.list-group-item.AlertasNaoLidos a, tr.AlertasNaoLidos, tr.AlertasNaoLidos {
    background-color: rgba(255, 251, 180, 0.25);
}

    ul > .alertas-item.list-group-item.AlertasNaoLidos:hover, ul > .alertas-item.list-group-item.AlertasNaoLidos a, tr.AlertasNaoLidos, tr.AlertasNaoLidos:hover {
        background-color: rgba(255, 247, 104, 0.25);
    }

#divTableAlerta {
    height: 350px;
    overflow: auto;
}

    #divTableAlerta td:nth-child(2) {
        width: 436px;
        overflow-wrap: break-word;
    }

.alerta > input[type="checkbox"] {
    display: none;
}

.alerta label {
    cursor: pointer;
    font-size: 80%;
    position: relative;
    top: 10px;
    float: right;
    background-color: #3385ad;
    padding: 2px 6px;
    border-radius: 4px;
    color: #ffffff;
}

    .alerta label:hover {
        background-color: #60a2c2;
    }

small.dataAlerta.pull-left.data-criacao-alerta {
    position: absolute;
    bottom: 8px;
    left: -40px;
}

#tableAlerta > input[type="checkbox"] {
    display: none;
}

#tableAlerta label {
    cursor: pointer;
    font-size: 80%;
    background-color: #3385ad;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    float: right;
    position: relative;
    top: 0;
}

.modalAlerta {
    width: 750px;
}

/* Estilos de modal */
.modal-full-screen .modal-dialog {
    width: 100%;
    height: 98%;
    margin: 0;
    top: 0;
    left: 0;
    margin-top: 10px;
}

.modal-medium-screen .modal-dialog {
    width: 90%;
    height: 98%;
    margin: 0;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 5%;
}

.modal-500px {
    width: 500px;
}

.modal hr.separador-secao-modal,
.modal-body hr.separador-secao-modal {
    width: calc(100% + 30px);
    margin-left: -15px;
}

/*region - Css Chat conectado*/

.novaMsg {
    height: 15px;
    width: 122px;
    border-radius: 5px;
    color: white;
    z-index: 1053;
    background-color: black;
    position: relative;
    top: -328px;
    left: 148px;
    padding: 1px;
}

.headerNovaMensagem.ui-widget-header {
    /*background-color:black !important;*/
    -moz-animation: blinker 0.9s ease-in-out infinite;
    -o-animation: blinker 0.9s ease-in-out infinite;
    -webkit-animation: blinker 0.9s ease-in-out infinite;
    animation: blinker 0.9s ease-in-out infinite;
}

@-moz-keyframes blinker {
    0% {
        background: #ffffff;
    }

    60% {
        background: #ffddc4;
    }

    100% {
        background: #ffffff;
    }
}

@-webkit-keyframes blinker {
    0% {
        background: #ffffff;
    }

    60% {
        background: #ffddc4;
    }

    100% {
        background: #ffffff;
    }
}

@keyframes blinker {
    0% {
        background: #ffffff;
    }

    60% {
        background: #ffddc4;
    }

    100% {
        background: #ffffff;
    }
}

#dropdownUserChat {
    padding-top: 1px;
    padding-bottom: 1px;
    max-height: 470px;
    overflow: hidden;
    overflow-y: scroll;
}

.userlistGroup {
    width: 290px;
}

ul > li.userlistGroup:hover {
    background-color: rgba(255, 247, 104, 0.25) !important;
}

.containerChatDropDown {
    position: relative;
    top: 15px;
    left: 8px;
}

    .containerChatDropDown div.foto-usuario-lg {
        border-radius: 50%;
        display: inline-block;
        height: 40px;
        width: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: none;
        background-color: transparent;
        text-align: center;
        vertical-align: middle;
        margin-top: 3px;
        margin-right: 3px;
    }

    .containerChatDropDown span.imagem-usuario-lg {
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        border: 1px solid #ff6a00;
        background-color: #ff6a00;
        padding: 6px;
        font-size: 21px;
        color: white;
        margin-top: 2px;
        margin-right: 5px;
    }


div.chat-header .fa-circle:before, .fa-check-circle:before {
    content: "\f111";
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 0px;
    background-color: #ffffff;
}

div.containerChatDropDown .imagemUsuario .circle-online-foto {
    left: 59px;
    top: 13px;
}

div.containerChatDropDown .imagemUsuario .circle-offline-foto {
    left: 66px;
    top: 13px;
}

div.containerChatDropDown .imagemUsuario .circle-online {
    left: 63px;
    top: 12px;
}

div.containerChatDropDown .imagemUsuario .circle-offline {
    left: 66px;
    top: 11px;
}


.ui-dialog-titlebar {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
}

.chatBodyscroll {
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.ui-widget-header {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-bottom: 1px solid #aaaaaa !important;
    background: none !important;
    height: 60px;
    color: #222222 !important;
    width: 100%;
}

.ui-dialog .ui-dialog-content {
    position: static !important;
}



div.chat-header {
    position: absolute;
    top: 0px;
    left: 3px;
}

    div.chat-header .imagemUsuario .circle-online {
        position: relative;
        top: 15px;
        left: -23px;
        color: #40cc4b;
        z-index: 2;
    }

    div.chat-header .imagemUsuario .circle-offline {
        position: relative;
        top: 12px;
        left: -24px;
        color: #a6a6a6;
        z-index: 2;
    }

    div.chat-header .imagemUsuario .circle-online-foto,
    div.chat-header .imagemUsuario .circle-offline-foto {
        top: 37px;
        left: 37px;
    }


div.ui-dialog-titlebar-buttonpane {
    margin-top: -13px !important;
    top: 34% !important;
}

div.chat-header .chat-sobre {
    position: relative;
    top: -40px;
    left: 66px;
}

div.chat-header .chat-user {
    font-weight: bold;
    font-size: 16px;
}

div.chat-header .chat-email {
    color: #92959E;
}


div.chatBody {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: calc(100% - 137px);
    height: -moz-calc(100% - 137px);
    color: #434651;
    padding-right: 5px;
    border-bottom: 1px solid #aaaaaa;
}

.input-group .txtMessageChat {
    width: 100%;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    resize: none;
    height: 70px;
    font: 14px/22px "Lato", Arial, sans-serif;
}

div.message-data {
    margin-bottom: 15px;
}

div.message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

div.message {
    color: white;
    padding: 8px 10px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 90%;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    div.message:after {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #86BB71;
        border-width: 10px;
        margin-left: -18px;
    }

div.my-message {
    background: #86BB71;
}

div.msgEnviar {
    position: relative;
    top: 5px;
    float: right;
}

div.msgLida {
    position: relative;
    top: 8px;
    float: right;
}

    div.msgLida .fa-check {
        top: 14px;
    }

    div.msgLida small {
        position: relative;
        left: -4px;
    }


div.msgLidaRemetente {
    position: relative;
    top: 10px;
}

    div.msgLidaRemetente small {
        position: relative;
        left: 10px;
        top: -5px;
    }

    div.msgLidaRemetente .fa-check {
        float: left;
    }


div.other-message {
    background: #94C2ED;
}

    div.other-message:after {
        border-bottom-color: #94C2ED;
        left: 93%;
    }

li.clearfix {
    margin-right: 10px;
}

div.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

div.txtChatFixedBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 2px;
    margin-bottom: 2px;
    padding-right: 4px;
}

#txtBuscaUsuarioChat::-ms-clear {
    display: none;
}

.badge-chat {
    font-size: 6pt;
    position: absolute;
    top: 8px;
    left: 21px;
    background-color: #f0ad4e;
}

.badge-lembrete {
    font-size: 6pt;
    position: absolute;
    background-color: #f0ad4e;
}

.userName .name {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #2119199e;
    position: relative;
    left: 90px;
    top: -22px;
    width: 188px;
    height: 30px;
}

.search .fa-search {
    position: relative;
    top: -34px;
    left: 279px;
    color: #aaaaaa94;
}


#filtroUsuarioChat {
    height: 46px !important;
}

#txtBuscaUsuarioChat {
    border-radius: 1px !important;
    border: none;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 306px;
    background-color: rgba(224, 224, 224, 0.53);
    height: 45px;
}

    #txtBuscaUsuarioChat:focus {
        box-shadow: 0 0 6px #6ab7f1 !important;
    }

.name {
    padding: 5px 6px;
}

li > .imagem-usuario-lg {
    margin-bottom: 2px;
    margin-right: 1px;
    margin-left: 8px;
    margin-top: 4px;
}

li > .foto-usuario-lg {
    margin-bottom: 2px;
    margin-right: 1px;
    margin-left: 8px;
    margin-top: 4px;
}

.userBadge-chat {
    font-size: 6pt;
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 26px;
    background-color: #f0ad4e;
    border-radius: 25px;
    width: 16px;
    height: 16px;
    padding: 2px;
    border: 2px solid #ffffff;
    z-index: 1;
}

#badgeUserImg {
    border-radius: 7px;
    border: solid 1px #fff;
}


ul.chatListDialog {
    list-style-type: none;
    padding-left: 10px !important;
}
/*css datalist imagem do usu�rio*/
.imagem-usuario {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
    padding: 6px 0;
    font-size: 12px;
    color: white;
}

.imagem-usuario-lg {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
    padding: 12px 2px 0px 2px;
    font-size: 21px;
    color: white;
    margin-top: 2px;
    margin-right: 5px;
}

#dropdownUserChat .imagem-usuario-lg {
    padding-top: 6px;
}

.imagem-usuario-xl {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 70px;
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
    padding: 25px 16px;
    font-size: 12px;
    color: white;
}


.foto-usuario {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

.foto-usuario-md {
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    margin-top: -4px;
}

.foto-usuario-lg {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 3px;
}

.foto-usuario-lx {
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

.border-circle {
    /*border-radius: 25px;
    border: 2px solid #ffffff;
    padding: 6px;
    width: 2px;
    height: 2px;
    position: relative;
    left: 34px;
    top: -15px;
    background-color: #ffffff;
    z-index: 1;*/
}

/*endregion*/

/* �rea de texto para coment�rios*/
div.modal-content div.row.row-full-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.row-full-bottom textarea.comment-textbox {
    display: inline-block;
    height: 40px;
    width: 90%;
    width: calc(100% - 50px);
    resize: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.row-full-bottom .btn.comment-send-button {
    float: right;
    height: 40px;
    width: 10%;
    width: calc(50px);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.row.row-full-bottom div#col-txtcomment {
    padding: 0;
}

div.comment-baloon-container > .comment-baloon {
    background-color: #e5e5e5;
    padding: 5px 10px 7px 10px;
    border-radius: 8px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

div.comment-baloon-container.mine > .comment-baloon {
    background-color: #def3fd;
}

.comment-baloon a {
    font-size: 10px;
    width: 10px;
    overflow: hidden;
}

div.form-inline.reply-form {
    margin-top: 5px;
}

input.form-control.reply-comment {
    width: calc(100% - 88px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

button.reply-send {
    border-radius: 0;
}

button.reply-cancel {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

div.comment-baloon-container:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e5e5e5;
}

tr.comment-row.comment-child .coluna-comentario {
    padding-left: 60px;
}

tr.comment-row.comment-child .comment-baloon-container:before {
    margin-left: 52px;
}

div.comment-baloon-container.mine:before {
    border-right: 10px solid #def3fd;
}

table.table.tbody#comments-table-body, table.table tbody#lista-regras-cadastro {
    height: 80%;
    display: block;
    overflow: auto;
    width: 100%;
}

table.table.comments-table thead, table.table.comments-table tr, #cadastroRegras table.table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.coluna-atividade {
    width: 20%;
}

.coluna-executor {
    width: 20%;
}

.coluna-comentario {
    width: 40%;
}

.coluna-datahora {
    width: 20%;
}

#comments-table-body .comment-child td {
    border-top: none;
}

    #comments-table-body .comment-child td.coluna-atividade {
        visibility: hidden;
    }

#lista-atividades .icone-atividade {
    font-size: 30px;
}

#lista-atividades .list-group-item hr {
    margin: 10px -15px 5px -15px;
    border-top-color: #f4f4f4;
}

#lista-atividades .list-group-item:hover hr {
    margin: 10px -15px 5px -15px;
    border-top-color: #e1e1e1;
}

/* Visualiza��o de atividades na edi��o do modelo */
.item-atividade-titulo {
    cursor: pointer;
    -moz-transition: background-color ease-out 0.1s;
    -o-transition: background-color ease-out 0.1s;
    -webkit-transition: background-color ease-out 0.1s;
    transition: background-color ease-out 0.1s;
}

    .item-atividade-titulo:hover {
        background-color: #fafafa;
    }

    .item-atividade-titulo.item-atividade-aberto {
        background-color: #f6f6f6;
    }

    .item-atividade-titulo > .row {
        margin: 0 -15px;
    }

#lista-atividades .btn {
    border: none;
}

    #lista-atividades .btn.contexto-possui-info {
        background-color: #deffe1;
    }

        #lista-atividades .btn.contexto-possui-info:active {
            background-color: #9beea4;
        }

        #lista-atividades .btn.contexto-possui-info:hover, #lista-atividades .btn.contexto-possui-info:focus {
            box-shadow: #deffe1 0 0 3px 2px;
        }

    #lista-atividades .btn.contexto-inalterado {
        background-color: #fcffc1;
    }

        #lista-atividades .btn.contexto-inalterado:active {
            background-color: #f6fc57;
        }

        #lista-atividades .btn.contexto-inalterado:hover, #lista-atividades .btn.contexto-inalterado:focus {
            box-shadow: #fbff9d 0 0 3px 2px;
        }

#lista-atividades tr td {
    vertical-align: middle;
}

#lista-atividades table .icone-atividade {
    font-size: 15px;
}

table > tbody > tr > td.handle-drag-acao {
    cursor: ns-resize;
    vertical-align: middle;
    text-align: center;
}

tr.dragging-trow {
    background-color: #f5f5f5;
    opacity: 0.9;
}

    tr.dragging-trow td:nth-child(2), tr.dragging-trow td:nth-child(4) {
        display: none;
    }

#lista-regras-cadastro .btns-regra {
    cursor: pointer;
}

#ModalConfigurarSubProcesso #configuracoes-subprocesso-multiplo > .area-opcional {
    display: none;
}

#ModalConfigurarSubProcesso #configuracoes-subprocesso-multiplo.DefinirConstante > .area-opcional.area-constante {
    display: block;
}

#ModalConfigurarSubProcesso #configuracoes-subprocesso-multiplo.DefinirAtributo > .area-opcional.area-atributo {
    display: block;
}

#ModalConfigurarSubProcesso #configuracoes-subprocesso-multiplo.ItensColecao > .area-opcional.area-colecao {
    display: block;
}

#ModalConfigurarSubProcesso #configuracoes-subprocesso-multiplo.ItensColecao #regra-colecao {
    max-width: 100%;
    min-width: 100%;
}

/* ETC */
table.table > tbody#lista-regras-cadastro > tr > td {
    vertical-align: middle;
}

span.status-inativa {
    color: #d40000;
}

span.status-ativa {
    color: #00ba00;
}

span.treegrid-expander {
    cursor: pointer;
}

@keyframes new-item-fade {
    0% {
        background: #8bb9d0;
    }

    100% {
        background: none;
    }
}

@keyframes new-item-fade-yellow {
    0% {
        background: #fff49b;
    }

    100% {
        background: none;
    }
}

@keyframes new-item-fade-green {
    0% {
        background: #69fc53;
    }

    100% {
        background: none;
    }
}

.new-item {
    -moz-animation: new-item-fade 2.5s linear 1;
    -o-animation: new-item-fade 2.5s linear 1;
    -webkit-animation: new-item-fade 2.5s linear 1;
    animation: new-item-fade 2.5s linear 1;
}

.new-item-yellow {
    -moz-animation: new-item-fade-yellow 2.5s linear 1;
    -o-animation: new-item-fade-yellow 2.5s linear 1;
    -webkit-animation: new-item-fade-yellow 2.5s linear 1;
    animation: new-item-fade-yellow 2.5s linear 1;
}

.new-item-green {
    -moz-animation: new-item-fade-green 2.5s linear 1;
    -o-animation: new-item-fade-green 2.5s linear 1;
    -webkit-animation: new-item-fade-green 2.5s linear 1;
    animation: new-item-fade-green 2.5s linear 1;
}

/*Estilos da p�gina de execu��o de atividade*/
div.conectado-conteudo-atividade .popover {
    width: 100%;
}

/*Bootstrap Alert - mensagens de campos obrigat�rios*/
div.alert.campos-obrigatorios-mensagens {
    width: 95%;
    margin: 10px auto -5px;
}

/*Usado para rolagem quando aberto mais de um popup*/
.modal {
    overflow: auto !important;
}

/*Estilos do bootstrap-datepicker*/
div.datepicker table tr td.new, div.datepicker table tr td.old {
    color: #808080;
}

div.datepicker table tr td.disabled, div.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #b6b6b6;
    cursor: no-drop;
}

/*Mapa De Processos*/


span.codInstancia {
    position: relative;
    top: -2px;
}

span#qtdAtividadeModelo {
    font-size: 70%;
    width: 26px;
    position: relative;
    top: -3px;
}

span#qtdAtividadeExecucao {
    font-size: 59%;
    width: 19px;
    position: relative;
    top: -2px;
}

div.boxMapaProcessos {
    /*border: 1px solid #aaa;
    border-radius: 15px;
    padding: 6px 0px 0px 0px;
    margin: 9px 0px 0px 0px;
    background: #aaa;*/
    border-left: 5px solid #26a69a;
    border-radius: 0px;
    margin: 11px 0px 0px 0px;
    /* background: #555; */
    border-bottom: 1px solid rgba(153, 153, 153, 0.38);
    /* border-right: 1px solid rgba(153, 153, 153, 0.74); */
    /* border-top: 1px solid rgba(153, 153, 153, 0.38); */
    /* border-top-right-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
    /* border-top-width: 1px; */
    /* border-radius: 0px; */
}

div.treeview {
    min-width: 100px;
    min-height: 100px;
    max-height: 256px;
    overflow: auto;
    padding: 4px;
    margin-bottom: 20px;
    color: rgba(51, 51, 51, 0.82);
    border: solid 1px;
    border-radius: 4px;
}

    div.treeview ul:first-child:before {
        display: none;
    }

.treeview, .treeview ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(51, 51, 51, 0.82);
}

    .treeview ul {
        margin-left: 1em;
        position: relative;
    }

        .treeview ul ul {
            margin-left: .5em;
        }

        .treeview ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            left: 0;
            border-left: 1px solid;
            bottom: 15px;
        }

    .treeview li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        font-weight: 700;
        position: relative;
    }

    .treeview ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 12px;
        left: 0;
    }

.tree-indicator {
    margin-right: 5px;
    cursor: pointer;
}

.treeview li a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    left: 3px;
    top: -2px;
}

.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color: inherit;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/*Atividades Agendadas*/
.icone-atividade[class*="tamanhoIcone"] {
    font-size: 200%;
}

#tableTbodyAtvAgendadas > tr > td .atvIcone {
    vertical-align: super;
}

#tableTbodyAtvAgendadas > tr > td .txtAtvTable {
    position: relative;
    top: 11px;
}


/*Popup Log Aplica��o externa*/
#popupArquivoJsonEntradaSaida .modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: auto;
}

.bs-callout {
    padding: 3px;
    margin: 10px 0;
    border: 0px solid #eee;
    border-left-width: 4px;
    border-radius: 3px;
    color: gray;
    border-left-color: #C1CDCD;
}

.bs-callout-dash {
    padding: 3px;
    margin: 0px 0;
    border: 0px solid #eee;
    border-left-width: 4px;
    border-radius: 3px;
    color: gray;
    border-left-color: #C1CDCD;
}


tr.hide_top > td, td.hide_top {
    border-top: none !important;
}

tr.hide_button > td, td.hide_button {
    border-bottom: none !important;
}


/*Fixa o header para o scroll na tbody*/
#tableUnidadesAmostrais {
    width: 950px;
    overflow-x: scroll;
}

#theadUnidadesAmostrais tr {
    display: block;
    width: 100%;
}

#theadUnidadesAmostrais th {
    width: 101px;
}

    #theadUnidadesAmostrais th:nth-child(3) {
        width: 110px;
    }

#tbodyUnidadesAmostrais {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    display: block;
}

#wrapperUnidadesAmostrais {
    overflow-x: auto;
    width: 100%;
}

/*Circle Status usuario*/
div.imagemUsuario {
    display: inline-block;
    position: relative;
}

    div.imagemUsuario .fa-check-circle:before,
    div.imagemUsuario .fa-times-circle:before,
    div.imagemUsuario .fa-minus-circle:before,
    div.imagemUsuario .fa-clock-o:before {
        border: 1px solid #ffffff;
        border-radius: 50%;
        padding: 0px;
        background-color: #ffffff;
    }

    div.imagemUsuario .circle-offline-foto {
        position: absolute;
        left: 23px;
        top: 20px;
        z-index: 2;
    }

    div.imagemUsuario .circle-offline {
        position: absolute;
        left: 18px;
        top: 20px;
        z-index: 2;
    }

    div.imagemUsuario .circle-online-foto {
        position: absolute;
        left: 20px;
        top: 18px;
        z-index: 2;
    }

    div.imagemUsuario .circle-online {
        position: absolute;
        left: 19px;
        top: 19px;
        z-index: 2;
    }


/*Info usuario*/
.info-share-activ-wrapper .imagemUsuario .circle-offline {
    position: absolute;
    left: 34px;
    top: 36px;
}

.info-share-activ-wrapper .imagemUsuario .circle-online {
    position: absolute;
    left: 36px;
    top: 38px;
    color: #40cc4b;
    z-index: 2;
}

.info-share-activ-wrapper .imagemUsuario .circle-offline-foto {
    left: 34px;
    top: 41px;
    position: absolute;
}

.info-share-activ-wrapper div.imagemUsuario .circle-online-foto {
    position: absolute;
    left: 33px;
    top: 39px;
}

.info-share-activ-wrapper .info-activ-user-phone {
    display: block;
}

.info-share-activ-wrapper > small {
    font-size: 80%;
}

.info-share-activ-wrapper .info-activ-user-name {
    font-weight: bold;
    font-size: 13px;
    color: #92959E;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.info-share-activ-wrapper .separador {
    border-bottom: 1px solid #dddddd;
    margin-top: 5px;
}

.info-share-activ-wrapper .info-activ-user-mail {
    position: relative;
    top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.info-share-activ-wrapper .info-activ-user-chat {
    position: relative;
    top: 5px;
}


/*Css Etiquetas Conectado*/
.card-label {
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-right: 3px;
    max-width: 90%;
    overflow: hidden;
    padding: 3px 6px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .card-label.modal-edit-card {
        display: inline-block;
        height: 44px;
        margin: 0 10px 10px 0;
        width: 58px;
    }

.modal-edit-card {
    -webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

.cardSelected {
    box-shadow: 2px 2px 8px 0px #333333d9;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.etiquetarAtividade {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card-label.mod-selectable {
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 4px;
    min-height: 30px;
    padding: 8px;
    position: relative;
    -webkit-transition: padding 85ms,margin 85ms,-webkit-box-shadow 85ms;
    transition: padding 85ms,margin 85ms,-webkit-box-shadow 85ms;
    transition: padding 85ms,margin 85ms,box-shadow 85ms;
    transition: padding 85ms,margin 85ms,box-shadow 85ms,-webkit-box-shadow 85ms;
}

/*Css grid dashBord etiquetas Execua��o Atividade*/
.tagAtividade {
    border: 1px none #ffffff;
    height: 14px;
    width: 33px;
    border-radius: 5px;
    display: inline-block;
    margin: -2px -5px -4px 2px;
    cursor: pointer;
}

.tagtable-Td {
    position: relative;
}

.identTable {
    width: 130px;
}

/*Info Etiqueta Atividade*/
.infoEtiquetaAtiv {
    border: 1px solid #fff;
    height: 23px;
    width: 228px;
    border-radius: 5px;
    display: inline-block;
    /*position: absolute;
    top: 49px;
    overflow: hidden;*/
    padding: 4px 7px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
}

.separadorInfoEtiqueta {
    border-bottom: 1px solid #dddddd;
    margin-top: 7px;
    width: 314px;
    position: relative;
    left: -58px;
}

.separadorTextArea {
    margin: 5px 0px 1px 5px;
    width: 327px;
    position: relative;
    left: -66px;
}

.btnRemoverEtiqueta {
    position: relative;
    display: block;
    width: 322px;
    left: 0px;
    padding: 10px 81px;
    margin-bottom: -4px;
    background-color: #fff;
    border: 1px solid #ddd;
}


.nameBotao {
    position: relative;
    top: -1px;
}

/*Css Info Possiveis Executores*/

.imgInfoPossiveisExecutores {
    border: 1px none #ffffff;
    height: 14px;
    width: 33px;
    border-radius: 5px;
    /*display: inline-block;*/
    margin: -2px -5px -4px 2px;
    cursor: pointer;
}

.divPosiiveisExecutores {
    position: relative;
}

.info-share-activ-wrapper ul > li > div.imagemUsuario .circle-online {
    left: 20px;
    top: 18px;
}

.info-share-activ-wrapper ul > li > div.imagemUsuario .circle-offline {
    left: 20px;
    top: 18px;
}

.info-share-activ-wrapper ul > li > div.imagemUsuario .circle-offline-foto {
    left: 20px;
    top: 18px;
}

.info-share-activ-wrapper ul > li > div.imagemUsuario .circle-online-foto {
    left: 20px;
    top: 18px;
}

/*Log Atividades Passo a passo*/

.liContainer:before,
.liContainer:after {
    content: "";
    display: table;
}

.liContainer:after {
    clear: both;
}


.liDiv {
    position: relative;
    width: 18%;
    left: 0px;
    float: left;
    padding-top: 7px;
    padding-left: 5px;
}

/*region - Seta Propriedade no modal Log Atividades*/
.liDivLateral div.imagemUsuario {
    width: 30px;
}

.liDiv div.imagemUsuario {
    width: 30px;
}

    .liDivLateral div.imagemUsuario .circle-online-foto,
    .liDivLateral div.imagemUsuario .circle-offline-foto,
    .liDivLateral div.imagemUsuario .circle-online,
    .liDivLateral div.imagemUsuario .circle-offline,
    .liDiv div.imagemUsuario .circle-online-foto,
    .liDiv div.imagemUsuario .circle-offline-foto,
    .liDiv div.imagemUsuario .circle-online, .liDiv div.imagemUsuario .circle-offline {
        position: absolute;
        left: 20px;
        top: 18px;
    }
/*endregion*/

/*region - Css Tabela Log Altera��o executor*/
.liDivLateral {
    position: relative;
    border-left: solid 1px #dddddd;
    height: 48px;
    float: left;
    padding-top: 7px;
    padding-left: 10px;
}

    .liDivLateral p:nth-child(2) {
        margin-bottom: 0px;
    }

.divSeparador {
    border-top: solid 1px #DDDDDD;
    width: 99%;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 5px;
}

.labelDiv {
    font-weight: bold;
    font-size: 10pt;
    position: absolute;
    top: -35px;
    left: 20px;
}

.labelLateral {
    font-weight: bold;
    font-size: 10pt;
    position: absolute;
    top: -36px;
    left: 10px;
}

.liDivLateral .nomeDivlateral {
    width: 72%;
    position: absolute;
    left: 47px;
    top: 11px;
}

.liDiv .nomeDivlateral {
    width: 72%;
    position: absolute;
    left: 47px;
    top: 11px;
}

/*endregion*/

/*region - Css etiqueta select2*/
.color-label {
    display: inline-block;
    height: 26px;
    width: 337px;
    border-radius: 4px;
    padding: 4px;
    color: #ffffff;
}

    .color-label span.fa {
        margin-left: 2px;
        margin-right: 5px;
    }
/*endregion*/


/*region - dropdown navbar usuario*/
.ancor a {
    text-decoration: none;
    color: black;
}

/*body {
    padding-right: 20px;
    word-break: break-all;
}*/

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #1C8CCE !important;
}

.btnSair {
    background-color: #1C8CCE;
    color: white;
    line-height: 3;
    cursor: pointer;
}
/*.btnSair:hover {
        background-color: #ffffff;
        color: #1C8CCE;
        line-height: 3;
        cursor: pointer;
    }*/

.btn-trocar-ambiente {
    background-color: #ad3356;
    color: white;
    line-height: 3;
    cursor: pointer;
}

.profileBody div {
    padding: 0;
}

ul#profileList > li:hover {
    background-color: #ffffff;
}

.menuItem {
    width: 100%;
    min-height: 100px;
    padding-top: 25px !important;
    transition: 0.2s;
}

    .menuItem span {
        color: #2d7090;
    }

    .menuItem hr {
        margin: 5px 0;
        width: 0;
        border-top: lightgray 3px solid;
        border-radius: 6px;
        transition: 0.2s;
        margin-left: 50%;
    }

    .menuItem:hover hr {
        width: 50%;
        margin-left: 25%;
    }

.fa-stack .fa-refresh {
    margin-top: 40%;
    margin-left: 40%;
    color: #EBF2F4;
}

.btn-editar {
    transition: 0.2s;
    background-color: #DEDEDB;
}

    .btn-editar:hover {
        background-color: #9e9e9e;
        color: white;
    }

#controle div.row {
    margin-top: 5px;
}
/*endregion*/

/* LOGIN */
/* Separador linha horizontal */
.separador-linha {
    margin: 24px 0;
    width: 100%;
}

    .separador-linha:before {
        width: 41%;
        top: 51%;
        overflow: hidden;
        height: 1px;
        background-color: #d0d0d0;
        content: '\a0';
        position: absolute;
        margin-left: -43%;
        text-align: right;
    }

    .separador-linha:after {
        margin-left: 2%;
        width: 41%;
        top: 51%;
        overflow: hidden;
        height: 1px;
        background-color: #d0d0d0;
        content: '\a0';
        position: absolute;
    }


/*DropDown Colabora��o*/

.a-helper-ultimas-colaboracaoes {
    font-size: 13px;
    font-weight: bold;
    color: #747979;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
    display: inline-block;
}


.hr-margin-slim {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}


.containerColaboracao {
    display: inline-block;
    width: 390px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 3px;
}

.colaboracaoAlerta {
    padding: 10px;
    display: inline-flex;
}

.border-left-ColaboracaoAlerta {
    border-left: 4px solid #dddddd;
    margin-left: -2px;
    border-bottom: 1px solid #dddddd;
}

#alertasColaboracao .border-left-ColaboracaoAlerta:hover {
    background-color: #f5f2f2;
}

#alertasColaboracao .list-group-item {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

    #alertasColaboracao .list-group-item.notif-no-read {
        background-color: #fbff004d;
    }

    #alertasColaboracao .list-group-item:hover {
        background-color: #ffffff;
    }

.colaboracaoAvatar div.imagemUsuario {
    top: -8px;
}

.colaboracaoAvatar div.user-name {
    top: -7px;
    margin-left: 50px;
    margin-top: -39px;
    color: #92959E;
    position: relative;
}

.titulo-colaboracao {
    top: -7px;
    margin-left: 50px;
    color: #92959E;
    position: relative;
}

.colaboracaoAvatar div.user-name span {
    font-size: 11px;
    color: #8c8484;
    font-size: 12px;
}

.colaboracaoAvatar .foto-usuario-lg {
    height: 40px;
    width: 40px;
}

.colaboracaoAvatar .imagem-usuario-lg {
    height: 40px;
    width: 40px;
    padding: 3px 1px 0px 2px;
}

.colaboracaoAvatar div.imagemUsuario .circle-online {
    left: 26px;
    top: 28px;
}

.colaboracaoAvatar div.imagemUsuario .circle-offline {
    left: 25px;
    top: 27px;
}

.colaboracaoAvatar div.imagemUsuario .circle-offline-foto {
    left: 27px;
    top: 28px;
}

.colaboracaoAvatar div.imagemUsuario .circle-online-foto {
    left: 27px;
    top: 28px;
}

.containerColaboracao .separadorInfoColaboracao {
    border-bottom: 1px solid #dddddd;
    padding-top: 3px;
    margin-left: 50px;
    width: 292px;
}

.colaboracaoFooter {
    display: inline-flex;
    margin-bottom: 8px;
}

    .colaboracaoFooter .dtaRelativa {
        margin-left: 20px;
        margin-top: 5px;
        color: #6b6868;
        position: absolute;
        right: 10px;
    }


    .colaboracaoFooter .qtdComentarios {
        margin-left: 15px;
        margin-top: 5px;
        color: #6b6868;
    }

    .colaboracaoFooter .membros {
        margin-left: 15px;
        margin-top: 5px;
        color: #6b6868;
    }


/*Css Houver lista de colabora��o por atividade*/
.colaboracaoHouver {
    max-height: 150px;
    overflow-y: auto;
}

div.info-share-activ-wrapper.colaboracaoHouver.info-share-activ-wrapper-right {
    right: 50px;
}

div.info-share-activ-wrapper.colaboracaoHouver .info-activ-header {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 8px;
}

div.info-share-activ-wrapper.colaboracaoHouver .info-activ-text-wrapper {
    width: 300px;
}

div.info-share-activ-wrapper div.info-activ-header div.info-activ-text-wrapper .blocktxt.ultimosTopicos ul.cats li {
    padding-bottom: 10px;
    padding-left: 4px;
}

div.info-share-activ-wrapper div.info-activ-header div.info-activ-text-wrapper h5 {
    margin-left: 64px;
    margin-top: 0px;
    padding-bottom: 0px;
}

    div.info-share-activ-wrapper div.info-activ-header div.info-activ-text-wrapper h5 .badge-chat {
        right: 116px;
        left: unset;
        top: 9px;
        font-size: 8pt;
        background-color: #777;
    }

div.info-share-activ-wrapper div.info-activ-header div.info-activ-text-wrapper .divline {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-top: 0px;
    width: 300px;
}

.houverBoxListaAtividade {
    color: #dddddd padding-left: 5px;
    border-bottom: 1px solid #dddddd;
}

    .houverBoxListaAtividade:hover {
        background-color: #f5f2f2;
    }

.list-ultimas-colaboracoes {
    font-size: 13px;
    font-weight: bold;
    color: #747979;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 303px;
    display: inline-block;
}





/*dropDown Usuario*/
#profileList .profileHeader div div.imagemUsuario .circle-online-foto {
    left: 37px;
    top: 36px;
}

#profileList .profileHeader div div.imagemUsuario .circle-online {
    left: 37px;
    top: 36px;
}

/*Efeito  pre-loading Chat*/
.loadingPulse {
    -moz-animation: templateLoading ease 1s infinite alternate;
    -o-animation: templateLoading ease 1s infinite alternate;
    -webkit-animation: templateLoading ease 1s infinite alternate;
    background: rgba(238, 238, 238, 0.76);
    animation: loadingPulseA ease 1s infinite alternate;
}

    .loadingPulse:after {
        border-bottom-color: rgba(238, 238, 238, 0.76);
        -moz-animation: loadingPulseB ease 1s infinite alternate;
        -o-animation: loadingPulseB ease 1s infinite alternate;
        -webkit-animation: loadingPulseB ease 1s infinite alternate;
        animation: loadingPulseB ease 1s infinite alternate;
    }

@keyframes loadingPulseA {
    0% {
        background: rgba(230, 230, 230, 1.00);
    }

    25% {
        background: rgba(230, 230, 230, 0.85)
    }

    75% {
        background: rgba(230, 230, 230, 0.40);
    }

    100% {
        background: rgba(230, 230, 230, 0.35)
    }
}

@keyframes loadingPulseB {
    0% {
        border-bottom-color: rgba(230, 230, 230, 1.00);
    }

    25% {
        border-bottom-color: rgba(230, 230, 230, 0.85);
    }

    75% {
        border-bottom-color: rgba(230, 230, 230, 0.40);
    }

    100% {
        border-bottom-color: rgba(230, 230, 230, 0.40);
    }
}


/* Classes para skeleton */
.skeleton-bg, .skeleton-bg:hover {
    background-color: #c1c1c1 !important;
    box-shadow: none !important;
}


/* Anima��o "pulse" (usado para skeleton) */
.skeleton-loading-pulse {
    -moz-animation: skeleton-loading-pulse-anim ease-in-out 1s infinite alternate;
    -o-animation: skeleton-loading-pulse-anim ease-in-out 1s infinite alternate;
    -webkit-animation: skeleton-loading-pulse-anim ease-in-out 1s infinite alternate;
    animation: skeleton-loading-pulse-anim ease-in-out 1s infinite alternate;
}

@keyframes skeleton-loading-pulse-anim {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iconeInputSearch {
    position: relative;
    z-index: 1;
    left: -9px;
    top: -27px;
    color: #7B7B7B;
    cursor: pointer;
}

.label-purple {
    background-color: #9c27b0;
}

.label-pink {
    background-color: #e01ec8;
}

.label-orange {
    background-color: #ed7215;
}

.label-green {
    background-color: #5fba7d;
}

.label-red-live {
    background-color: #db5513;
}

.label-blue {
    background-color: #43a8ff;
}

.label-grey {
    background-color: #999;
}

.label-cinza-claro {
    background-color: #e6e8e6;
}

/*Modal Ambiente*/


#ModalAmbiente {
    display: flex;
    background: white;
    flex-wrap: wrap;
    z-index: 99999;
    position: absolute;
    top: 52px;
    width: 315px;
    box-shadow: 0 0 5px 2px #00000038;
    border-radius: 5px;
    right: 0;
}

    #ModalAmbiente .ButtonAmbiente {
        width: 50%;
        padding: 20px;
        border: 1px solid #f2f2f2;
        display: flex;
        align-items: stretch;
        cursor: pointer;
        transition: all 0.5s ease;
    }

        #ModalAmbiente .ButtonAmbiente:hover {
            background: #eeeeee;
        }

    #ModalAmbiente .ImageContainer {
    }

        #ModalAmbiente .ImageContainer img {
            width: 40px;
            margin-right: 10px;
        }

    #ModalAmbiente .TextContainer {
        flex-grow: 1;
        line-height: 1;
    }

    #ModalAmbiente .Quantidade {
        font-size: 28px;
    }

    #ModalAmbiente .Label {
        font-size: 13px !important;
    }


/* Modal full-height */
.modal > .modal-dialog.modal-full-height > .modal-content > .modal-body {
    height: calc(100vh - 180px);
    overflow: auto;
}

/* Caso usu�rio prefira movimento reduzido */
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}


/* Anima��o "pulse" em opacidade */
.loading-pulse-opacity {
    -moz-animation: loading-pulse-opacity-anim ease-in-out 1s infinite alternate;
    -o-animation: loading-pulse-opacity-anim ease-in-out 1s infinite alternate;
    -webkit-animation: loading-pulse-opacity-anim ease-in-out 1s infinite alternate;
    animation: loading-pulse-opacity-anim ease-in-out 1s infinite alternate;
}

@keyframes loading-pulse-opacity-anim {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Botões provider*/
.btn.btn-default.btn-microsoft-login {
    color: #0067b8;
}

.btn.btn-default.btn-login-provider.btn-microsoft-login:hover, .btn.btn-default.btn-login-provider.btn-microsoft-login.btn-selected, .btn.btn-default.btn-cadastro-provider.btn-provider-adicionar.btn-microsoft-login:hover {
    background-color: #0067b8;
    color: #ffffff;
}

.btn.btn-default.btn-linkedin-login {
    color: #0077b5;
}

.btn.btn-default.btn-login-provider.btn-linkedin-login:hover, .btn.btn-default.btn-login-provider.btn-linkedin-login.btn-selected, .btn.btn-default.btn-cadastro-provider.btn-provider-adicionar.btn-linkedin-login:hover {
    background-color: #0077b5;
    color: #ffffff;
}

.btn.btn-default.btn-facebook-login {
    color: #3b5998;
}

.btn.btn-default.btn-login-provider.btn-facebook-login:hover, .btn.btn-default.btn-login-provider.btn-facebook-login.btn-selected, .btn.btn-default.btn-cadastro-provider.btn-provider-adicionar.btn-facebook-login:hover {
    background-color: #3b5998;
    color: #ffffff;
}

.btn.btn-default.btn-google-login {
    color: #de5145;
}

.btn.btn-default.btn-login-provider.btn-google-login:hover, .btn.btn-default.btn-login-provider.btn-google-login.btn-selected, .btn.btn-default.btn-cadastro-provider.btn-provider-adicionar.btn-google-login:hover {
    background-color: #de5145;
    color: #ffffff;
}

/* Botões provider - somente tela de login */
.btn.btn-default.btn-login-provider {
    padding: 11px;
    margin-right: 5px;
    transition: color,background-color 0.3s cubic-bezier(.25, .8, .25, 1);
}

    .btn.btn-default.btn-login-provider:last-of-type {
        margin-right: 0;
    }

/* Botões provider - somente tela de cadastro */
.btn.btn-default.btn-cadastro-provider {
    position: relative;
    padding: 11px;
    margin-right: 5px;
    transition: color,background-color 0.3s cubic-bezier(.25, .8, .25, 1);
}

button.btn.btn-default.btn-cadastro-provider.btn-provider-adicionar {
    color: #c5cbcd;
}

.btn.btn-default.btn-cadastro-provider:last-of-type {
    margin-right: 0;
}

button.btn.btn-default.btn-cadastro-provider.btn-provider-adicionar:hover {
    color: #ffffff;
}

    button.btn.btn-default.btn-cadastro-provider.btn-provider-adicionar:hover:after, button.btn.btn-default.btn-cadastro-provider.btn-provider-excluir:hover:after {
        width: 10px;
        height: 10px;
        top: 0;
        right: 4px;
        position: absolute;
        display: inline-block;
        font-family: FontAwesome;
        color: #ffffff;
    }

    button.btn.btn-default.btn-cadastro-provider.btn-provider-adicionar:hover:after {
        content: "\f067";
    }

button.btn.btn-default.btn-cadastro-provider.btn-provider-excluir:hover:after {
    content: "\f00d";
    color: #c5221f;
}

