body {
    background: #F0F3F3;
    font-family: 'Segoe UI', 'Lato' !important;
    margin: 0;
    padding: 0;
    font-size: 13px;
    /*12px*/
}

body a {
    font-size: 13px;
}

#corpo-central {
    /* height: 80%; */
}

#menuprincipal {
    width: 1%;
    visibility: hidden;
}

#corpogeral {
    min-height: 80%;
    /* width:98%;*/
    margin-left: 1%;
}

#notificacao {
    width: 1%;
    visibility: hidden;
}

.semprevisivel input[type=checkbox]:checked>>div {
    width: 70%;

}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #888;

}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #dad7d7;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

::-webkit-scrollbar-thumb:active {
    background: #444;
}

.radio input {
    margin-top: 1px;
}

.checkbox input {
    margin-top: 1px;
}

header {
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(223, 223, 223)),
            color-stop(1.0, rgb(197, 197, 197)));
    background-image: -webkit-linear-gradient(top,
            rgb(223, 223, 223),
            rgb(197, 197, 197));
    background-image: -moz-linear-gradient(top,
            rgb(223, 223, 223),
            rgb(197, 197, 197));
    background-image: -ms-linear-gradient(top,
            rgb(223, 223, 223),
            rgb(197, 197, 197));
    background-image: -o-linear-gradient(top,
            rgb(223, 223, 223),
            rgb(197, 197, 197));
    background-image: linear-gradient(top,
            rgb(223, 223, 223),
            rgb(197, 197, 197));
    font-size: 14px;

}

/*Formatacao dos inputs e outros*/
/*input[type="text"], input[type="email"], input[type="number"], input[type="password"],  textarea, select {
    color: #555;
    height: 34px;
    line-height:15px;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}*/

select {
    text-indent: 0.01px;
    height: 30px;
}

::-webkit-input-placeholder {
    font: 12px verdana, arial, sans-serif;
}

:-moz-placeholder {
    font: 12px verdana, arial, sans-serif;
}

::-moz-placeholder {
    font: 12px verdana, arial, sans-serif;
}

:-ms-input-placeholder {
    font: 12px verdana, arial, sans-serif;
}

.submenu {
    font-size: 12px;
    padding-top: 10px;
}

.submenu a {
    padding-right: 25px;
    text-decoration: none;
}

/*Busca geral */
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin: -8px 5px 2px 0;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
    font-size: 15px !important;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
    font-size: 15px !important;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
    font-size: 15px !important;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
    font-size: 15px !important;
}

/*.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}*/
.search-form .form-group span.form-control-feedback {
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}

/* Corrigir essa borda para tela Fiscal */
body>div {
    padding: 0;
    /* border-bottom: 1px solid #CCC; */
    padding-left: 5px;
}

.bola_div {
    border: 2px solid #FFFFFF;
    width: 34px;
    height: 34px;
    margin-top: 7px;
    padding-top: 5px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}

.emdia {
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(6, 114, 18)),
            color-stop(1.0, rgb(10, 178, 11)));
    background-image: -webkit-linear-gradient(top,
            rgb(6, 114, 18),
            rgb(10, 178, 11));
    background-image: -moz-linear-gradient(top,
            rgb(6, 114, 18),
            rgb(10, 178, 11));
    background-image: -ms-linear-gradient(top,
            rgb(6, 114, 18),
            rgb(10, 178, 11));
    background-image: -o-linear-gradient(top,
            rgb(6, 114, 18),
            rgb(10, 178, 11));
    background-image: linear-gradient(top,
            rgb(6, 114, 18),
            rgb(10, 178, 11));
    color: #FFFFFF;
}

.paraodia {
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(255, 227, 19)),
            color-stop(1.0, rgb(253, 235, 37)));
    background-image: -webkit-linear-gradient(top,
            rgb(255, 227, 19),
            rgb(253, 235, 37));
    background-image: -moz-linear-gradient(top,
            rgb(255, 227, 19),
            rgb(253, 235, 37));
    background-image: -ms-linear-gradient(top,
            rgb(255, 227, 19),
            rgb(253, 235, 37));
    background-image: -o-linear-gradient(top,
            rgb(255, 227, 19),
            rgb(253, 235, 37));
    background-image: linear-gradient(top,
            rgb(255, 227, 19),
            rgb(253, 235, 37));
}

.atrasada {
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(255, 5, 33)),
            color-stop(1.0, rgb(161, 3, 0)));
    background-image: -webkit-linear-gradient(top,
            rgb(255, 5, 33),
            rgb(161, 3, 0));
    background-image: -moz-linear-gradient(top,
            rgb(255, 5, 33),
            rgb(161, 3, 0));
    background-image: -ms-linear-gradient(top,
            rgb(255, 5, 33),
            rgb(161, 3, 0));
    background-image: -o-linear-gradient(top,
            rgb(255, 5, 33),
            rgb(161, 3, 0));
    background-image: linear-gradient(top,
            rgb(255, 5, 33),
            rgb(161, 3, 0));
    color: #FFFFFF;
}

.sombrabola {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    border: 1px solid red;
}

.mubi {
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(196, 27, 188)),
            color-stop(1.0, rgb(161, 20, 158)));
    background-image: -webkit-linear-gradient(top,
            rgb(196, 27, 188),
            rgb(161, 20, 158));
    background-image: -moz-linear-gradient(top,
            rgb(196, 27, 188),
            rgb(161, 20, 158));
    background-image: -ms-linear-gradient(top,
            rgb(196, 27, 188),
            rgb(161, 20, 158));
    background-image: -o-linear-gradient(top,
            rgb(196, 27, 188),
            rgb(161, 20, 158));
    background-image: linear-gradient(top,
            rgb(196, 27, 188),
            rgb(161, 20, 158));
}

.bordasright_i {
    border-right: 1px solid #696969;
}

.bg_notificacao {
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(62, 62, 62)),
            color-stop(1.0, rgb(27, 27, 27)));
    background-image: -webkit-linear-gradient(top,
            rgb(62, 62, 62),
            rgb(27, 27, 27));
    background-image: -moz-linear-gradient(top,
            rgb(62, 62, 62),
            rgb(27, 27, 27));
    background-image: -ms-linear-gradient(top,
            rgb(62, 62, 62),
            rgb(27, 27, 27));
    background-image: -o-linear-gradient(top,
            rgb(62, 62, 62),
            rgb(27, 27, 27));
    background-image: linear-gradient(top,
            rgb(62, 62, 62),
            rgb(27, 27, 27));
    margin: 0;
    padding: 0;

}


/* menu vertical */

nav,
nav ul,
nav ul li,
nav ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul ul {
    display: none;
}

.align-right {
    float: right;
}

nav>ul>li>a {
    padding: 15px 20px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #363636;
}

nav>ul>li>a:hover,
nav>ul>li.active>a,
nav>ul>li.open>a {
    color: #363636;
    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0.0, rgb(242, 242, 242)),
            color-stop(1.0, rgb(235, 235, 235)));
    background-image: -webkit-linear-gradient(top,
            rgb(242, 242, 242),
            rgb(235, 235, 235));
    background-image: -moz-linear-gradient(top,
            rgb(242, 242, 242),
            rgb(235, 235, 235));
    background-image: -ms-linear-gradient(top,
            rgb(242, 242, 242),
            rgb(235, 235, 235));
    background-image: -o-linear-gradient(top,
            rgb(242, 242, 242),
            rgb(235, 235, 235));
    background-image: linear-gradient(top,
            rgb(242, 242, 242),
            rgb(235, 235, 235));
    text-decoration: none;
}

nav>ul>li.open>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #CCC;
}

nav>ul>li:last-child>a,
nav>ul>li.last>a {
    border-bottom: 1px solid #CCC;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

nav>ul>li>a:hover>span::after,
nav>ul>li.active>a>span::after,
nav>ul>li.open>a>span::after {
    border-color: #CCC;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

nav ul ul li a {
    cursor: pointer;
    padding: 10px 55px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #1C1C1C;
    background: #FFFAFA;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

nav ul ul li:hover>a,
nav ul ul li.open>a,
nav ul ul li.active>a {
    background: #BEBEBE;
    color: #FFFFFF;
    text-decoration: none;
}

nav ul ul li:first-child>a {
    box-shadow: none;
}

nav ul ul ul li:first-child>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

nav ul ul ul li a {
    padding-left: 30px;
}

nav>ul>li>ul>li:last-child>a,
nav>ul>li>ul>li.last>a {
    border-bottom: 1px solid #E8E8E8;
}

nav>ul>li>ul>li.open:last-child>a,
nav>ul>li>ul>li.last.open>a {
    border-bottom: 1px solid #32373e;
}

nav>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0;
}

nav ul ul li.has-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

nav ul ul li.active>a::after,
nav ul ul li.open>a::after,
nav ul ul li>a:hover::after {
    border-color: #ffffff;
}

.iconesmenu {
    width: 27px;
    height: 27px;
    line-height: 25px;
    display: inline-block;
    border-radius: 25px;
    font-size: 18px;
    color: #727171;
    z-index: 2;
    left: 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    margin: -8px 0 0 15px;
}

.menuprinc {
    padding: 20px !important;
}

.txtmenu {
    margin-left: 36px !important;
}

.has-sub:hover .iconesmenu {
    color: #0447a5;
}

/* CHAT */
div#contatos ul li {
    padding: 12px;
    list-style: none;
}

div#contatos ul li:hover {
    background: #BFEFFF;
}

div#janelas {
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 85%;
    padding: 0px;
    margin: 0px;
    z-index: 3;

}

div#janelas div.janela {
    width: 280px;
    margin-left: 10px;
    background: #b9e2f9;
    border-radius: 5px;
    border: 1px solid #3498db;
    margin-right: 5px;
    float: right;
    padding: 0;
    margin: 0;

}

div.janela div.topo {

    float: left;
    width: 260px;
    height: 35px;
    padding: 0px 0 0 0;
    margin: 0;



}

div.topo.fixar {
    position: fixed;
    bottom: 0;
}

div.topo>span {
    float: left;
    font: 13px tahoma, arial, helvetica;
    color: #555;
    margin: 4px;
}

div.topo #tmen {}

div.topo #tmen span {
    padding-top: 10px;
    float: right;
    font-size: 15px;
    margin-right: -10px;
    color: #48adbf;
}

div.janela div.topo a#fechar img {
    padding: 2px 6px;
    height: 21px;
    float: right;
    text-decoration: none;
    transition: 1s rotate ease-in;
    background-color: red;
}

div.janela div.topo a#fechar img:hover {
    -moz-transform: rotate(200000deg);

    -webkit-transform: rotate(200000deg);

    -o-transform: rotate(200000deg);

    -ms-transform: rotate(200000deg);

}

div.janela input[type=text] {
    padding: 5px;
    margin: 5px;
    border: 1px solid rgb(209, 209, 209);
    height: 50px;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    color: #333;
    width: 97%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
}

div.mensagens {
    float: left;
    width: 100%;
    background: #f00;
    text-align: center;
}

div.mensagens div.listar {
    list-style-type: none;
    float: left;
    width: 100%;
    border-top: 2px solid #3498db;
    background: #fff;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.segura_setchat {
    width: 100%;
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
}

.setachat_esquerda {
    background-color: #f8fffe;
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #16a085;
    color: #555;
    padding: 6px;
    position: relative;
    min-width: 15%;
    max-width: 90%;
    margin-left: 10px;

}


.setachat_direita {
    background-color: #f8feff;
    border-radius: 8px 8px 0px 8px;
    border: 1px solid #3498db;
    color: #555;
    padding: 6px;
    position: relative;
    min-width: 15%;
    max-width: 90%;
    margin-right: 10px;

}

.setachat_direita_lido {
    background-color: #f8feff;
    border-radius: 8px 8px 0px 8px;
    border: 1px solid #8e44ad;
    color: #555;
    padding: 6px;
    position: relative;
    min-width: 15%;
    max-width: 90%;
    margin-right: 10px;

}


div.mensagens div.listar span {
    font: 10px tahoma, arial, helvetica;
    color: #666;
    padding: 3px 0 0 10px;

}

div.mensagens div.listar span {
    font: 8px tahoma, arial, helvetica;
    color: #666;
    padding: 5px 0 0 150px;
}

.mubipro-ai-titulo {
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    margin-bottom: 7px;
}

#mubipro-ai-interacooes {
    height: 260px;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 10px;
    flex-direction: column;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.mubipro-ai-interacao {
    background-color: #F9F7FA;
    border: solid 1px #f5eeee;
    padding: 13px;
    border-radius: 10px;
    margin-top: 10px;
}

#mubipro-ai-processar {
    margin-left: 12px;
}

#mubipro-ai-processar i {
    font-size: 17px;
    padding: 7px;
    border-radius: 20px;
    color: #28a745;
    border: solid 1px #28a745;
    cursor: pointer;
}

#mubipro-ai-load i {
    font-size: 17px;
    padding: 7px;
    border-radius: 20px;
    color: #5f5f5f;
    border: solid 1px #5f5f5f;
}

#mubipro-ai-load {
    display: inline-block;
    animation: girar 1s linear infinite;
    margin-left: 12px;
}

@keyframes girar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mubipro-ai-complemento {
    padding: 9px;
    border-radius: 5px;
    width: calc(100% - 50px);
    border: solid 1px #adadad;
}

#mubipro-ai-resultado .simditor-body {
    max-height: 150px;
    overflow-y: scroll;
}

#fechar {
    width: 30px;
    height: 30px;
    position: relative;
    transition: all .2s;
    float: right;
    margin-top: -5px;
}

#fechar:hover {
    cursor: pointer;
}

#fechar:hover>.one {
    height: 21px;
    margin-top: -2px;
    transition: all .2s ease-in-out;
    background-color: #e74c3c;
}

#fechar:hover>.two {
    height: 21px;
    margin-top: -2px;
    transition: all .2s ease-in-out;
    background-color: #e74c3c;
}

.line {
    height: 15px;
    width: 3px;
    border-radius: 2px;
    background-color: white;
    position: absolute;
    transition: all .5s;
}

.one {
    top: 15px;
    left: 23px;
    transform: rotate(45deg)
}

.two {
    top: 15px;
    left: 23px;
    transform: rotate(-45deg)
}






















/* Chat */

.sombradiv {
    box-shadow: 1px 0px .25em #CCC;
    -moz-box-shadow: 1px 0px .25em #CCC;
    -webkit-box-shadow: 1px 0px .25em #CCC;
    behavior: url(PIE.htc);
}

.fundoCinza {
    background-color: #f3f3f3;
}

.fundoRoxo {
    background-color: #eaddee;
}

/*Sinalização de divs*/
.error-notice {
    margin: 5px 5px;
    /* Making sure to keep some distance from all side */
}

.oaerror {
    margin: 0 auto;
    /* Centering Stuff */
    background-color: #FFFFFF;
    /* Default background */
    padding: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.danger {
    border-left-color: #d9534f;
    /* Left side border color */
    background-color: rgba(217, 83, 79, 0.9);
    /* Same color as the left border with reduced alpha to 0.1 */
}

.danger strong {
    color: #d9534f;
}

.warning {
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.9);
    color: #000000;
}

.warning strong {
    color: #f0ad4e;
}

.info {
    border-left-color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.9);
    color: #000000;
}

.info strong {
    color: #5bc0de;
}

.sucesso {
    border-left-color: #00FF00;
    background-color: rgba(0, 255, 0, 0.1);
    color: #000000;
}

.sucesso strong {
    color: #2b542c;
}

/*Fim sinalização de divs*/
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0 0 3px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle-smm {
    width: 8px;
    height: 8px;
    text-align: center;
    padding: 2px 0;
    font-size: 8px;
    line-height: 1.428571429;
    border-radius: 8px;
}

.btn-circle-sm {
    width: 12px;
    height: 12px;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle-md {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.sombra {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.ab a:link {
    color: #A8A8A8 !important;
}

.ab a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

/*
GRAFICOS*/
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

/*

Notificacao

*/

.ttw-simple-notification-wrapper {
    padding: 0 10px;
    width: 314px;
    border: none;
}

.ttw-simple-notification-tmp {
    opacity: 0;
    z-index: -1;
    bottom: -9999999px;
    right: -9999999px;
}

.ttw-simple-notification {
    display: none;
    opacity: 0;
    min-height: 44px;
    width: 294px;
    padding: 9px;
    margin: 10px 0;
    z-index: 10000;
    border: 1px solid #000;
    position: relative;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 0 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 0 6px rgba(0, 0, 0, .7);
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 0 6px rgba(0, 0, 0, .7);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: -moz-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 76, 71, 0.9)), color-stop(1%, rgba(76, 76, 71, 0.9)), color-stop(44%, rgba(58, 57, 52, 0.9)), color-stop(45%, rgba(47, 45, 41, 0.9)), color-stop(100%, rgba(29, 27, 20, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34c4c47', endColorstr='#b31d1b14', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, rgba(76, 76, 71, 0.9) 0%, rgba(76, 76, 71, 0.9) 1%, rgba(58, 57, 52, 0.9) 44%, rgba(47, 45, 41, 0.9) 45%, rgba(29, 27, 20, 0.9) 100%);
    /* W3C */
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-simple-notification:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.ttw-simple-notification .icon {
    display: none;
}

.ttw-simple-notification.show-icon .icon {
    display: block;
    height: 43px;
    width: 43px;
    border: 1px solid #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .2), 0 0 5px rgba(0, 0, 0, .47);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, .2), 0 0 5px rgba(0, 0, 0, .47);
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, .2), 0 0 5px rgba(0, 0, 0, .47);
    float: left;
    background: transparent url(images/icon.png) no-repeat center center scroll;
}

.ttw-simple-notification .message {
    width: 293px;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .69);
    padding-left: 25px;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.ttw-simple-notification.show-icon .message {
    width: 237px;
    margin-left: 30px;
}

.ttw-simple-notification .message a {
    color: #fff;
    text-decoration: none;
}

.ttw-simple-notification .message a:hover {
    text-decoration: underline;
}

.planodecontas {
    font-size: 12px;
}

.atalho {
    cursor: pointer;
}

.itenssubmenu {
    margin-top: 3px;
}

#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

#loader .dot {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 87.5px;
}

#loader .dot::before {
    border-radius: 100%;
    content: "";
    height: 87.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 87.5px;
}

#loader .dot:nth-child(7n+1) {
    transform: rotate(45deg);
}

#loader .dot:nth-child(7n+1)::before {
    animation: 0.8s linear 0.1s normal none infinite running load;
    background: #00ff80 none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+2) {
    transform: rotate(90deg);
}

#loader .dot:nth-child(7n+2)::before {
    animation: 0.8s linear 0.2s normal none infinite running load;
    background: #00ffea none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+3) {
    transform: rotate(135deg);
}

#loader .dot:nth-child(7n+3)::before {
    animation: 0.8s linear 0.3s normal none infinite running load;
    background: #00aaff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+4) {
    transform: rotate(180deg);
}

#loader .dot:nth-child(7n+4)::before {
    animation: 0.8s linear 0.4s normal none infinite running load;
    background: #0040ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+5) {
    transform: rotate(225deg);
}

#loader .dot:nth-child(7n+5)::before {
    animation: 0.8s linear 0.5s normal none infinite running load;
    background: #2a00ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+6) {
    transform: rotate(270deg);
}

#loader .dot:nth-child(7n+6)::before {
    animation: 0.8s linear 0.6s normal none infinite running load;
    background: #9500ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+7) {
    transform: rotate(315deg);
}

#loader .dot:nth-child(7n+7)::before {
    animation: 0.8s linear 0.7s normal none infinite running load;
    background: magenta none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+8) {
    transform: rotate(360deg);
}

#loader .dot:nth-child(7n+8)::before {
    animation: 0.8s linear 0.8s normal none infinite running load;
    background: #ff0095 none repeat scroll 0 0;
}

#loader .lading {
    background-image: url("../images/loading.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -40px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 180px;
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.div_editar {
    opacity: 0;
    transition: 0.4s ease-in-out;
    min-width: 50px;
    text-align: right;
}

.exibiropcoes:hover .div_editar {
    opacity: 1;
}

body #hubspot-messages-iframe-container {
    /* change value if necessary */
    z-index: 1000;
}

.circulo-menu-mubichat {
    position: absolute;
    bottom: 17px;
    left: 17px;
    background-color: #FF4800;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.circulo-nfs-rejeicao {
    position: absolute;
    background-color: #FF4800;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.atalhoMelhoraTexto.flutuaai{
    background-color: #ffffff;
    padding: 1px;
    border-radius: 50%;
    float: right;
    right: 30px;
    bottom: -15px;
    border: solid 1px #F0E9E9;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.iti__selected-flag {
  border-radius: 7px;
  height: 40px;
}

.iti {
  width: 100% !important;
}

.ajustartelefone .iti__selected-flag{
  margin-top: 2px;
}

.itemmateriasketchup{
    padding: 10px;
    border-radius: 12px;
}

.itemmateriasketchup:hover{
    background-color: #f5f5f5;
}
