﻿.unite-color-1 {
    /* Black */
    background-color: #1D2146;
}
.unite-color-2 {
    /* Yellow */
    background-color: #EEE200;
}
.unite-color-3 {
    /* Pink */
    background-color: #C80180;
}
.unite-color-4 {
    /* Green */
    background-color: #3A9A36;
}
.unite-color-5 {
    /* Blue */
    background-color: #86CFE2;
}
.unite-color-21 {
    background-color: #FAF6C7;
}
.unite-color-22 {
    background-color: #F7F19E;
}
.unite-color-23 {
    background-color: #F3E96C;
}
.unite-color-24 {
    background-color: #F2E74D;
}
.unite-color-25 {
    background-color: #EFE427;
}
.unite-color-26 {
    background-color: #EFE200;
}
.unite-color-31 {
    background-color: #ECC6DF;
}
.unite-color-32 {
    background-color: #DE9BC4;
}
.unite-color-33 {
    background-color: #D769A6;
}
.unite-color-34 {
    background-color: #CF4F99;
}
.unite-color-35 {
    background-color: #CA348B;
}
.unite-color-36 {
    background-color: #C80084;
}
.unite-color-41 {
    background-color: #D0E0C3;
}
.unite-color-42 {
    background-color: #ADC996;
}
.unite-color-43 {
    background-color: #86B66B;
}
.unite-color-44 {
    background-color: #72AC59;
}
.unite-color-45 {
    background-color: #57A446;
}
.unite-color-46 {
    background-color: #379C31;
}
.unite-color-51 {
    background-color: #DEF1F8;
}
.unite-color-52 {
    background-color: #C9E7F1;
}
.unite-color-53 {
    background-color: #AFDDEA;
}
.unite-color-54 {
    background-color: #A4D7EA;
}
.unite-color-55 {
    background-color: #94D2E7;
}
.unite-color-56 {
    background-color: #84CFE6;
}
.smart-style-unite #chartdiv, .smart-style-unite #chartdivAtual {
    width: 90%;
    height: 400px;
}
.smart-style-unite .ordem-chave {
    font-size: 18px;
    font-weight: bold;
}
.smart-style-unite .chave-color-red {
    color: red;
}
.smart-style-unite #outer-loader-carrega {
    position: relative;
    width: 100%;
}
.smart-style-unite #inner-loader-carrega {
    left: 50%;
    margin-left: -80px;
    margin-top: 80px;
    position: absolute;
    width: 200px;
}
.smart-style-unite .loader-carrega {
    border: 6px solid #333;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
}
.smart-style-unite #outer-loader-imp-planilha {
    position: relative;
    width: 100%;
}
.smart-style-unite #inner-loader-imp-planilha {
    left: 50%;
    margin-left: -80px;
    margin-top: 160px;
    position: absolute;
    width: 200px;
}
.smart-style-unite .loader-imp-planilha {
    border: 22px solid #333;
    border-radius: 50%;
    border-top: 22px solid #3498db;
    width: 160px;
    height: 160px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.smart-style-unite .conf-sel-mod {
    width: 180px;
    height: 173px;
}
.smart-style-unite .font-form-top {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 13px;
}
.smart-style-unite .div-conf {
    padding: 2px;
}
.smart-style-unite .input-group-addon.conf-right {
    padding: 6px 6px;
}
.smart-style-unite .input-group-addon.conf-right i {
    padding-left: 8px;
    padding-top: 3px;
    font-size: 17px;
}
.smart-style-unite .input-group-addon.conf-right svg {
    padding-left: 4px;
    padding-top: 1px;
    width: 22px;
    height: 17px;
}
.smart-style-unite .action-btn-right {
    cursor: pointer;
}
.smart-style-unite .action-btn-right:hover {
    background-color: #eaf2fa;
}
.smart-style-unite .campo-obr {
    font-size: 15px;
    margin-bottom: 1px;
    margin-right: 10px;
    color: #eb2d2d;
}
.smart-style-unite .campo-ok {
    font-size: 15px;
    margin-bottom: 1px;
    margin-right: 10px;
    color: #086900;
}
.smart-style-unite .campo-chk {
    color: #086900;
}
.smart-style-unite .input-conf {
    padding-left: 6px;
    font-size: 15px;
}
.smart-style-unite .input-conf-2 {
    text-indent: 10px;
    font-size: 15px;
}
/* Imagem do login */
.smart-style-unite .logo-login {
    width: 90px;
    height: 32px;
    margin-top: 6px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}
/* Imagem do chat */
.smart-style-unite .logo-chat {
    width: 78px;
    height: 28px;
    margin-top: 6px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}
/* Imagem do header */
.smart-style-unite .logo-header {
    width: 78px;
    height: 28px;
    margin-top: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}
/* Tela home */
.smart-style-unite body, body.smart-style-unite {
    background: #F0F0F0 !important;
    font-family: Arial,sans-serif;
}
/* Div imagem tela home */
.smart-style-unite .logo-home {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Imagem tela home */
.smart-style-unite .logo-home-img {
    margin-top: 170px;
    width: 160px;
    height: 58px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}
#logo {
    width: 333px !important;
}
#dadosDiscador {
    padding: 15px;
    font-size: 16px;
}
/* Logo cabeçalho */
.smart-style-unite #logo img {
    width: auto;
    height: 100%;
    padding-left: 0px;
    margin-top: -10px;
}
/* Cor cabeçalho */
/*.smart-style-unite #header
{	
    height:100px;
}*/
/* Traçado do cabeçalho */
.smart-style-unite .fixed-header #header {
    box-shadow: 0 .0625em .9125em rgba(0,0,0,.35);
}
/* Cor do ribbon */
.smart-style-unite #ribbon {
    background: #F0F0F0 !important;
}
/* Cor da escrita 1 */
.smart-style-unite #ribbon .breadcrumb, .smart-style-unite #ribbon .breadcrumb a {
    color: #5F5F5F !important;
}
/* Cor da escrita 2 */
.smart-style-unite #ribbon .breadcrumb li:last-child, .smart-style-unite #ribbon .breadcrumb > .active {
    color: #5F5F5F !important;
}
/* Traçado do ribbon */
.smart-style-unite.fixed-ribbon #ribbon {
    box-shadow: 0 .0625em .3125em rgba(0,0,0,.35);
}
/* Cor do footer */
.smart-style-unite .page-footer, .smart-style-unite .superbox-show {
    background: #f2f2f2;
    border-top: 2px solid #ccc;
}
/* Imagem do footer */
.smart-style-unite .logo-footer {
    width: 78px;
    height: 28px;
    margin-top: -5px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}
/* Descrição do footer */
.smart-style-unite .desc-footer {
    color: #1D2146;
    font-size: 15px;
    font-weight: bold;
}
/* Cor da imagem do botão hide-menu */
.smart-style-unite #hide-menu i {
    color: #444 !important;
}
/* Cor da imagem do botão logout */
.smart-style-unite #logout i {
    color: #444 !important;
}
/* Cor dos botões do cabeçalho */
.smart-style-unite #logo-group span #activity, .smart-style-unite .btn-header > :first-child > a {
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom,#f9f9f9,#f2f2f2);
    background-image: -moz-linear-gradient(top,#f9f9f9,#f2f2f2);
    background-image: -o-linear-gradient(top,#f9f9f9,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f2f2f2);
    border: 1px solid rgba(0,0,0,.25) ;
    min-width: 30px;
    padding: 1px;
    text-align: center;
    /*text-shadow: #985813 0 -1px;*/
}
/* Cor dos botões do cabeçalho ao passar o mouse */
.smart-style-unite #logo-group span #activity:active, .smart-style-unite #logo-group span #activity:hover, .smart-style-unite .btn-header > :first-child > a :active, .smart-style-unite .btn-header > :first-child > a:hover {
    background-color: #d3d3d3 !important;
    background-image: linear-gradient(to bottom,#d3d3d3,#d3d3d3);
    background-image: -moz-linear-gradient(top,#d3d3d3,#d3d3d3);
    background-image: -o-linear-gradient(top,#d3d3d3,#d3d3d3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#d3d3d3),to(#d3d3d3));
    background-image: -webkit-linear-gradient(top,#d3d3d3,#d3d3d3);
    box-shadow: inset 1px 1px 0 #d3d3d3,inset -1px -1px 0 #d3d3d3;
    moz-box-shadow: inset 1px 1px 0 #d3d3d3,inset -1px -1px 0 #d3d3d3;
    webkit-box-shadow: inset 1px 1px 0 #d3d3d3,inset -1px -1px 0 #d3d3d3;
}
.smart-style-unite .header-dropdown-list > li > .dropdown-toggle {
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    display: block;
    margin-top: 14px;
    padding: 2px 7px 3px;
}
.smart-style-unite .header-search > input[type=text] {
    border-color: #CA854F;
}
.smart-style-unite .header-search > button {
    color: #DF9B45;
}
/* Cor do menu */
.smart-style-unite nav > ul > li {
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom,#f9f9f9,#f2f2f2);
    background-image: -moz-linear-gradient(top,#f9f9f9,#f2f2f2);
    background-image: -o-linear-gradient(top,#f9f9f9,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f2f2f2);
    border-bottom: 1px solid #DFDFDF;
}
/* Cor do sub menu */
.smart-style-unite nav ul ul {
    background: 0 0;
}
/* Cor da letra do menu */
.smart-style-unite nav ul li a, .smart-style-unite nav ul li.open > a, .smart-style-unite nav ul li.open > a b {
    color: #444 !important;
}
/* Tamanho da letra do menu */
.smart-style-unite nav > ul > li > a {
    font-size: 16px;
    padding: 12px 10px 12px 11px;
}
/* Tamanho da letra do sub menu */
.smart-style-unite nav ul ul li > a {
    font-size: 13px;
}
/* Cor do icone do menu */
.smart-style-unite nav > ul > li > a > i {
    /*color: #4D8BA5;*/
    color: #a46cdd;
    font-size: 25px;
}
/* Posição do + do menu */
.smart-style-unite nav > ul > li > a b {
    top: 12px;
}
/* Cor do Selecionar do menu */
.smart-style-unite nav ul li a:hover {
    background: #DEF1F8 !important;
}
/* Cor seta do menu */
.smart-style-unite nav ul li.active > a:before {
    color: #a46cdd;
}
/* Posição da seta do menu */
.smart-style-unite nav > ul > li.active > a:before {
    top: 10px !important;
}
/* Tamanho e cor da barra a esquerda do menu */
.smart-style-unite nav > ul > li.open {
    border-left: 4px solid #4D8BA5;
}
/* Posição do icone ao abrir o menu */
.smart-style-unite nav > ul > li.open > a {
    padding-left: 7px;
}
/* Posição do sub icone do menu */
.smart-style-unite nav > ul > li.open ul li > a, .smart-style-unite nav > ul > li.open > ul > li > a {
    padding-left: 38px;
}
.smart-style-unite nav ul li.active > a {
    font-weight: 700;
}
.smart-style-unite .superbox-list .active:before {
    color: #3D3B39;
}
/* Cor do fundo do menu e tamanho da borda do menu */
.smart-style-unite aside {
    background: #f2f2f2;
    border-right: 2px solid #ccc;
}
.smart-style-unite.menu-on-top aside {
    background: inherit;
}
/*#left-panel {
    padding-top: 110px !important;
}*/
/*#main {
    margin-top: 100px !important;
}*/
.smart-style-unite.menu-on-top aside #left-panel {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
.smart-style-unite.menu-on-top aside #left-panel nav > ul > li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #E2E2E2;
}
.smart-style-unite.menu-on-top aside #left-panel nav > ul > li > a {
    border: none !important;
    font-size: 13px;
    padding: 10px 9px !important;
    text-shadow: none !important;
}
.smart-style-unite.menu-on-top aside #left-panel nav > ul > li:hover {
    background: #fff;
}
/* Cor do cabeçalho do menu original */
.smart-style-unite .login-info {
    background: #f2f2f2;
    background-image: linear-gradient(to bottom,#f9f9f9,#f2f2f2);
    background-image: -moz-linear-gradient(top,#f9f9f9,#f2f2f2);
    background-image: -o-linear-gradient(top,#f9f9f9,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f2f2f2);
    border-bottom: 1px solid #DFDFDF;
    box-shadow: none;
    moz-box-shadow: none;
    webkit-box-shadow: none;
}
/* Conf. cabeçalho do menu original */
.smart-style-unite .login-info span {
    border-bottom: none;
}
/* Conf. cabeçalho do menu original */
.smart-style-unite .login-info a span {
    color: #444 !important;
}
/* Cabeçalho do menu multi-acesso */
.smart-style-unite .login-info-unite {
    height: 50px;
    padding-top: 8px;
    padding-left: 12px;
    background: #F5F5F5;
    border-bottom: 1px solid #DFDFDF;
}
/* Icone select multi-acesso cabeçalho menu */
.input-group-multiacesso {
    display: table-cell;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    font-size: 16px;
    color: #a46cdd;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}
/* Select multi-acesso cabeçalho menu */
.form-control-multiacesso {
    display: block;
    width: 160px;
    height: 33px;
    padding: 6px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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, box-shadow ease-in-out .15s;
    -o-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;
}
.smart-style-unite .active + .ajax-dropdown {
    box-shadow: 1px 14px 16px rgba(61,35,14,.55);
    webkit-box-shadow: 1px 14px 16px rgba(61,35,14,.55);
}
.smart-style-unite .dropdown-menu {
    background: #FDDFB3;
    border-bottom: 2px solid #ADADAD;
    border-radius: 0;
}
.smart-style-unite .fundoWhite {
    background: #fff;
}
.smart-style-unite .dropdown-menu > li > a {
    color: #4E361B;
}
.smart-style-unite .dropdown-menu .divider {
    background-color: #EBC7A6;
}
.smart-style-unite .fundoGray {
    background-color: #e5e5e5 !important;
}
.smart-style-unite .dropdown-menu-large .dropdown-header {
    color: #5C391E;
}
.smart-style-unite .has-warning .form-control {
    border-color: #c09853 !important;
}
.smart-style-unite .has-error .form-control {
    border-color: #b94a48 !important;
}
.smart-style-unite .has-success .form-control {
    border-color: #468847 !important;
}
.smart-style-unite #shortcut {
    background-color: rgba(25,16,6,.85);
}
.smart-style-unite .ui-chatbox-titlebar {
    background-color: #66605B !important;
}
.smart-style-unite .ui-chatbox-titlebar .ui-state-focus {
    background-color: #4B433C !important;
}
.smart-style-unite .header-dropdown-list > li > .dropdown-toggle, .smart-style-unite .project-context > :first-child, .smart-style-unite .project-selector {
    color: #fff;
    text-shadow: #985813 0 -1px;
}
.smart-style-unite nav > ul ul li::before, .smart-style-unite nav > ul > li > ul::before {
    border: none;
}
.smart-style-unite .minified nav > ul > li {
    border-bottom: 1px solid #E9E4E4;
    border-top: 1px solid #FFF;
}
.smart-style-unite.minified nav > ul > li.open ul li > a {
    padding-left: 14px;
}
.smart-style-unite.minified nav > ul > li > ul, .smart-style-unite.minified nav > ul > li > ul > li > ul > li {
    background-color: rgba(69,69,69,.9);
}
.smart-style-unite .minified nav ul li a, .smart-style-unite .minified nav ul li.open > a, .smart-style-unite .minified nav ul li.open > a b {
    color: #fff !important;
}
.smart-style-unite .dropdown-menu > .active > a, .smart-style-unite .dropdown-menu > .active > a:hover, .smart-style-unite .dropdown-menu > li > a:focus, .smart-style-unite .dropdown-menu > li > a:hover, .smart-style-unite .tt-suggestion.tt-is-under-cursor {
    background-color: #EC9519;
    color: #fff;
}
.smart-style-unite .dropdown-menu-large > li ul > li > a:focus, .smart-style-unite .dropdown-menu-large > li ul > li > a:hover {
    background-color: #F1B686;
    border-radius: 3px;
}
.smart-style-unite input:not([type]), .smart-style-unite input[type=color], .smart-style-unite input[type=email], .smart-style-unite input[type=number], .smart-style-unite input[type=password], .smart-style-unite input[type=tel], .smart-style-unite input[type=text], .smart-style-unite input[type=url], .smart-style-unite textarea {
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-color: #ccc;
    box-shadow: inset 0 1px 0 #d6d6d6;
    color: #000;
    moz-box-shadow: inset 0 1px 0 #d6d6d6;
    webkit-box-shadow: inset 0 1px 0 #d6d6d6;
}
.smart-style-unite .select2-container-multi .select2-choices .select2-search-field input, .smart-style-unite .tt-hint {
    border: none !important;
    box-shadow: none !important;
}
.smart-style-unite .SmallBox span, .smart-style-unite .bigBox span {
    letter-spacing: 0;
}
.smart-style-unite.menu-on-top nav ul ul li > a {
    color: inherit;
}
.smart-style-unite.menu-on-top nav ul ul li a {
    font-size: 13px;
    padding-left: 10px !important;
}
.smart-style-unite.menu-on-top nav ul ul li:hover > a {
    color: #fff;
}
.smart-style-unite.menu-on-top nav ul ul .active > a {
    color: #333 !important;
}
.smart-style-unite.menu-on-top nav ul > li > ul {
    left: -2px;
}
.smart-style-unite.menu-on-top nav > ul > li > a:hover {
    background: #fff !important;
}
.smart-style-unite.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}
.smart-style-unite.menu-on-top nav ul ul, .smart-style-unite.menu-on-top nav ul ul ul {
    border-color: #E2E2E2;
}
.smart-style-unite.menu-on-top nav ul ul li a:hover, .smart-style-unite.menu-on-top nav ul ul li:hover > a, .smart-style-unite.menu-on-top nav ul ul ul li a:hover {
    background: rgba(0,0,0,.05);
}
.smart-style-unite.menu-on-top nav ul ul li a, .smart-style-unite.menu-on-top nav ul ul ul li a {
    color: #D8DEE5;
}
.smart-style-unite.menu-on-top nav ul ul li a:hover, .smart-style-unite.menu-on-top nav ul ul ul li a:hover {
    color: #fff;
}
.smart-style-unite.menu-on-top nav ul ul li:hover > a:after, .smart-style-unite.menu-on-top nav > ul ul > li a:after, .smart-style-unite.menu-on-top nav > ul ul > li a:hover:after, .smart-style-unite.menu-on-top nav > ul > li > a:after {
    color: inherit;
}
.smart-style-unite.menu-on-top nav ul ul .active > a:hover, .smart-style-unite.menu-on-top nav ul ul li.active:hover > a {
    color: #333 !important;
}
/*Para criar os balões de ajuda - Popovers*/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.iconeRetornoMkt_A {
    position: absolute;
    top: 2px;
    right: 120px;
    cursor: pointer;
    background: #0091d9;
    background-color: rgb(0, 145, 217);
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 6px 3px;
    text-align: center;
    line-height: normal;
}
.iconeRetornoMkt_B {
    position: absolute;
    top: 2px;
    right: 80px;
    cursor: pointer;
    background: #0091d9;
    background-color: rgb(0, 145, 217);
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 6px 3px;
    text-align: center;
    line-height: normal;
}
.stylePerguntaPesquisa {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.btn-header-discador {
    margin-top: 10px;
    padding: 3px 7px 5px;
}
.btn-header-discador i {
    top: 3px;
}
.infoLigacaoDiscador button {
    margin-left: 10px;
    margin-right: 10px;
}
.infoEstadoDiscador {
    margin: 15px 10px 0px 10px;
}
.infoEstadoDiscador span {
    font-size: 16px;
    font-weight: 600;
}
.infoTransferenciaChamadaDiscador button {
    margin-left: 10px;
}
.infoEntrarDiscador button {
    margin-left: 10px;
}
.infoPausaDiscador {
    padding: 10px;
}
.infoPausaDiscador select {
    height: 30px;
}
.infoEntrarPausaDiscador button {
    margin-right: 10px;
}
.infoTempoPausaDiscador {
    padding: 15px 10px 0px 0px;
}
.infoTempoPausaDiscador span {
    font-size: 16px;
    font-weight: 600;
}
.infoSairPausaDiscador button {
    margin-right: 10px;
}
/*#divPausa, #divSaiPausa {
    padding: 7px;
}*/
.box-margin-grid-style {
    margin-left: 15px;
    margin-right: 15px;
}
.box-grid-style {
    position: relative;
    border-radius: 1px;
    padding: 0;
    box-sizing: border-box;
    border-color: #45474b !important;
    background: #4c4f53;
    color: #fff;
}
.box-grid-style-icon {
    border: 1px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 111%;
}
.box-grid-style-text {
    border: 1px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 111%;
}
.box-grid-style-toolbar {
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}
.box-grid-style-toolbar-margin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.box-grid-style-body {
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    background: white;
}
.box-grid-style-body-margin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.box-tagsinput-buttons {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
}
.box-tagsinput-buttons > span {
    border-radius: 0 !important;
    font-weight: 400;
    padding: 3px 28px 4px 8px;
    font-size: 13px;
    border: 1px solid #285E8E;
    background: #3276B1;
}
.box-tagsinput-buttons .tag-buttons {
    color: #FFF;
    position: relative;
    margin: 3px 0 3px 2px;
    display: inline-block;
}
.box-tagsinput-buttons .tag-buttons [data-role="remove"] {
    display: block;
    top: -1px;
    right: 0;
    padding: 3px 4px 3px 5px;
    width: 23px;
    height: 22px;
    position: absolute;
    cursor: pointer;
}
.box-tagsinput-buttons .tag-buttons [data-role=remove]:hover {
    background: rgba(0, 0, 0, .3);
    height: 15px;
}
.box-tagsinput-buttons .tag-buttons [data-role=remove]:after {
    content: "\f057";
    font-family: fontAwesome;
    padding: 2px 1px;
    line-height: 17px;
    font-size: 15px;
    text-align: center
}
.box-tagsinput-buttons.tag-buttons [data-role=remove]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
.box-tagsinput-buttons .tag-buttons [data-role=remove]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.label-info-tagsinput-buttons {
    background-color: #57889c;
}
.label-tagsinput-buttons {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.btn-logout-crm {
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f2f2f2);
    border: 1px solid rgba(0,0,0,.25);
    min-width: 30px;
    padding: 1px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    text-decoration: none !important;
    -webkit-user-select: none;
    color: #404040;
    font-size: 17px;
    margin: 10px 0 0;
}
.btn-logout-crm:hover, .btn-logout-crm.hover, .btn-logout-crm:focus, .btn-logout-crm.focus {
    background-color: #d3d3d3 !important;
    background-image: linear-gradient(to bottom,#d3d3d3,#d3d3d3);
    background-image: -moz-linear-gradient(top,#d3d3d3,#d3d3d3);
    background-image: -o-linear-gradient(top,#d3d3d3,#d3d3d3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#d3d3d3),to(#d3d3d3));
    background-image: -webkit-linear-gradient(top,#d3d3d3,#d3d3d3);
    box-shadow: inset 1px 1px 0 #d3d3d3,inset -1px -1px 0 #d3d3d3;
    moz-box-shadow: inset 1px 1px 0 #d3d3d3,inset -1px -1px 0 #d3d3d3;
    webkit-box-shadow: inset 1px 1px 0 #d3d3d3,inset -1px -1px 0 #d3d3d3;
}
.btn-logout-crm:disabled {
    cursor: no-drop;
    pointer-events: all !important;
}
.box-tagsinput-public {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
}
.box-tagsinput-public > span {
    border-radius: 0 !important;
    font-weight: 400;
    padding: 3px 28px 4px 8px;
    font-size: 13px;
    border: 1px solid #285E8E;
    background: #3276B1;
}
.box-tagsinput-public .tag-botao-public {
    color: #FFF;
    position: relative;
    margin: 3px 0 3px 2px;
    display: inline-block;
}
.box-tagsinput-public .tag-botao-public [data-role="remove"] {
    display: block;
    top: -1px;
    right: 0;
    padding: 3px 4px 3px 5px;
    width: 23px;
    height: 22px;
    position: absolute;
    cursor: pointer;
}
.box-tagsinput-public .tag-botao-public [data-role=remove]:hover {
    background: rgba(0, 0, 0, .3);
    height: 15px;
}
.box-tagsinput-public .tag-botao-public [data-role=remove]:after {
    content: "\f057";
    font-family: fontAwesome;
    padding: 2px 1px;
    line-height: 17px;
    font-size: 15px;
    text-align: center
}
.box-tagsinput-public .tag-botao-public [data-role=remove]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
.box-tagsinput-public .tag-botao-public [data-role=remove]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.label-info-botao-public {
    background-color: #57889c;
}
.label-botao-public {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.btn-info-ramal {
    border-radius: 100%;
    overflow: hidden;
    height: 38px !important;
    width: 40px;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
}
.btn-info-ramal:hover {
    background: #f9f3d7;
}
.icon-info-ramal {
    font-size: 26px;
    margin: 7px 0px 0px 8px;
}
.btn-status-all {
    margin: 12px 0px 0px 20px;
}
.lbl-status-all {
    font-size: 15px;
    padding-top: 6px;
    width: 140px;
    display: block;
}
.tempo-pausa-ramal-discador {
    margin: 12px 0px 0px 10px;
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.sair-pausa-discador {
    margin: 12px 0px 0px 10px;
}
.btn-sair-pausa-discador {
    font-size: 12px;
    padding-top: 4px;
    width: 35px;
    height: 25px !important;
    border-radius: .25em;
}
#multi_clientes:disabled {
    cursor: no-drop;
    pointer-events: all !important;
}
.controle-ramal-info {
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #e5e5e5;
    padding: 8px;
    margin: 0;
    text-align: left !important;
}
.controle-ramal-info span {
    line-height: 1em;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.controle-ramal-fila {
    background-color: rgba(220, 220, 220, .17);
    box-shadow: 0 1px 0 #57889c, inset 0 1px 0 #e5e5e5;
    padding: 8px;
    margin: 0;
    text-align: center !important;
}
.controle-ramal-fila span {
    font-size: 12px;
    cursor: pointer;
}
.controle-ramal-fila-cabecalho:hover {
    text-decoration: underline;
}
.controle-ramal-status-fila {
    padding: 9px 9px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
}
.panel-footer-controle-ramal-fila {
    padding: 8px 10px !important;
}
.html-unsubscribe-email span {
    font-size: 15px;
}
.button-container-horizontal {
    display: flex;
    justify-content: left;
}
.button-container-horizontal button {
    display: inline-block;
    padding: 6px 10px 5px;
    margin-right: 15px;
    width: 80px;
    color: white;
    border-radius: 2px;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    background-image: none;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}
.icon-group-button {
    margin-right: 10px;
}
.button-container-horizontal .btn-group-incluir,
.button-container-horizontal .btn-group-pesquisar {
    display: block;
}
.button-container-horizontal .btn-group-excluir,
.button-container-horizontal .btn-group-alterar,
.button-container-horizontal .btn-group-salvar,
.button-container-horizontal .btn-group-cancelar {
    display: none;
}
.tag-container-input-multiple {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    min-height: 30px;
    cursor: text;
}
.tag-info {
    background-color: #3276b1;
    color: #fff;
    border-radius: 3px;
    padding: 3px 7px 3px 10px;
    margin: 4px;
    display: flex;
    align-items: center;
}
.tag-info span {
    margin-right: 5px;
}
.tag-info .remove-tag-btn {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #3276b1;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}
.tag-input-multiple {
    border: none;
    box-shadow: none !important;
    outline: none;
    flex-grow: 1;
    padding: 5px;
    font-size: 15px;
    color: #646464 !important;
}
div.dataTables_length.dataTables_select label {
    font-weight: 400;
    float: right;
    text-align: left;
}
.dt-toolbar-select {
    min-width: 200px;
    margin-right: 15px;
}
.desc-chamado-grid-tramite {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.texto-mensagem-iniciar-chamado {
    font-size: 18px;
    color: #686868;
    font-weight: bold;
    width: 450px;
    margin-bottom: 20px;
}
.bigBoxRetorno {
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.bigBoxRetorno .text-center {
    text-align: center;
}
.bigBoxRetorno .btn {
    margin: 5px;
}
.bigBoxRetorno .texto-lead {
    margin-bottom: 15px;
    font-weight: 500;
}


/* Responsividade */
@media (max-width: 480px) {
    .desc-chamado-grid-tramite {
        font-size: 12px;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .desc-chamado-grid-tramite {
        font-size: 14px;
        max-width: 100%;
    }
}
@media (max-width:979px) {
    .smart-style-unite #content {
        padding-left: 5px;
        padding-right: 5px;
    }
    .smart-style-unite #ribbon {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .desc-chamado-grid-tramite {
        font-size: 14px;
        max-width: 90%;
    }
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1025px) {
    .desc-chamado-grid-tramite {
        font-size: 14px;
        max-width: 1070px;
    }
}