/***** IMPORTAÇÂO DA FAMILIA OPENSANS *****/

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url(fonts/'OpenSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiboldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
/***** CONFIGURAÇÔES GERAIS *****/

* {
    margin: 0;
    padding: 0;
    outline: none!important;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: OpenSans, arial, sans-serif;
    background-color: #fff;
    margin-top: -15px
}
ul {
    list-style: none;
}
a,
img {
    border: 0;
    text-decoration: none;
}
a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
/* header {
    height: 120px;
    width: 100%;
    position: fixed;
    top: 0;
    border-top: 5px solid #b71c1c;
    border-bottom: 6px solid #292929;
    z-index: 11;
    background: rgba(231, 231, 231, 1);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231, 231, 231, 1)), color-stop(9%, rgba(231, 231, 231, 1)), color-stop(28%, rgba(244, 244, 244, 1)), color-stop(69%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(45deg, rgba(231, 231, 231, 1) 0%, rgba(231, 231, 231, 1) 9%, rgba(244, 244, 244, 1) 28%, rgba(244, 244, 244, 1) 69%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(45deg, rgba(231, 231, 231, 1) 0%, rgba(231, 231, 231, 1) 9%, rgba(244, 244, 244, 1) 28%, rgba(244, 244, 244, 1) 69%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#f4f4f4', GradientType=1);
} */

header {
    height: 90px;
    width: 100%;
    position: fixed;
    /* box-shadow: 0px 3px 6px rgba(0,0,0,0.18); */
    top: 0;
    border-top: 5px solid #b71c1c;
    /* border-bottom: 2px solid #292929; */
    z-index: 11;
}

header nav {
    width: calc(100% - 180px);
    height: 105px;
    font-family: OpenSans;
}

header h1 {
    color: #FFF;
    font-size: 16px;
    background: #333;
    border-bottom: 2px solid #2a2a2a;
    width: 180px;
    text-align: left;
    height: 81px;
    margin-top: 0px;
    padding-top: 21px;
    line-height: 20px;
}

header h1 p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 16px;
}
section {
    padding: 0 20px;
    box-sizing: border-box;
    width: calc(100% - 180px);
    margin-left: 180px;
    margin-top: 130px;
}

.formulario-busca input[type="text"] {
    border-radius: 14px 0px 0px 14px!important;
}
.formulario-busca input[type="submit"] {
    border-radius: 0px 14px 14px 0px!important;
}

/***** HEADER *****/

.logo_finer{
    background-color: #333;
    height: 81px;
    width: 180px;
}

.logo_finer img {
    width: 95%;
    margin-top: 6px;
    background-position: -18px 0px;
}

.box-user {
    height: 105px;
    line-height: 25px;
}

.box-user p {
    color: #222;
    overflow: hidden;
    position: relative;
    top: 15px;
    padding-left: 10px;
}
.box-user img {
    width: 90px;
    height: 90px;
    margin: 8px 8px;
}

.box-notify{
    height: 105px;
}

.box-notify .message {
    position: relative;
}

.box-notify > div{
    float: right;
}

.box-notify .col-md-2 img {
    width: 50px;
    height: auto;
    margin: 32px 0 0;
    cursor: pointer;
}
.box-notify .col-md-2:first-child img {
    margin: 30px 15px 0;
    width: auto;
    height: 35px;
}
.box-notify .badge {
    position: absolute;
    right: 0;
    top: 23px;
}
.box-suporte {
    background-color: #444444;
    overflow: hidden;
    position: relative;
}
.box-suporte,
.box-suporte a {
    color: #fff;
}
.box-suporte::after {
    /* content: url('image/call_ecg_marca_registrada.png'); */
    position: absolute;
    right: 0px;
}
.box-suporte h4,
.box-suporte .col-md-8 {
    padding: 13.5px;
    margin: 0;
    z-index: 10;
    position: relative;
}
.box-suporte h4 {
    background-color: #E08800;
}

.unread {
    font-weight: bold;
}

.navbar-default{
    background-image: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

/***** DASHBOARD *****/

[class*="-icons"] .col-md-2 {
    text-align: center;
    padding: 40px 0;
    margin-top: 20px;
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    font-size: 12px;
}
[class*="-icons"] .col-md-2:not(.icone-ativo) {
    color: #000!important
}
[class*="-icons"] .col-md-2:hover {
    background-color: #d82e21;
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff!important
}
[class*="-icons"] .col-md-2:hover span[icone*="dash"] {
    background-position-y: -45px;
}
.config-icons a:nth-child(6n + 1),
.dash-icons a:nth-child(6n + 1) {
    margin-left: 0!important;
}
a.icone-ativo {
    background-color: #B20000!important;
    color: #fff!important;
}
span[icone*="dash"],
div[icone*="count"] span {
    background-image: url('image/dashboard/sprite-dashboard.svg');
}
span[icone*="dash"] {
    background-size: auto 90px;
    height: 45px;
    width: 45px;
    display: block;
    margin: auto;
}
span[icone="dash-pessoa"] {
    background-position: -13px 0;
}
span[icone="dash-exame"] {
    background-position: -80px 0;
}
span[icone="dash-agenda"] {
    background-position: -417px 0;
}
span[icone="dash-laudo"] {
    background-position: -480px 0;
}
span[icone="dash-chat"] {
    background-position: -543px 0;
}
span[icone="dash-estoque"] {
    background-position: -612px 0;
}
span[icone="dash-relatorio"] {
    background-position: -685px 0;
}
span[icone="dash-configuracoes"] {
    background-position-x: -760px;
}
.icone-ativo span[icone*="dash"] {
    background-position-y: -45px;
}
span[icone="dash-configuracao"] {
    background-position: -902px 0;
}
span[icone="dash-s-estoque"] {
    background-position: -970px 0;
}
.count-info .col-md-3 {
    margin-bottom: 10px;
}
.count-info span {
    font-size: 14px;
}
.count-info b {
    font-size: 26px;
    line-height: 34px;
}
.box-informacoes {
    margin-top: 20px;
}
div[icone*="count"] {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}
div[icone="count-fornecedores"] {
    background-color: #2c3e50;
}
div[icone="count-pacientes"] {
    background-color: #EF865C;
}
div[icone="count-medicos"] {
    background-color: #F4C200;
}
div[icone="count-usuarios"] {
    background-color: #16a085;
}
div[icone="count-pedidos"] {
    background-color: #B0C87B;
}
div[icone="count-convenios"] {
    background-color: #e67e22;
}

div[icone="count-convenios-urgente"] {
    background-color: #FF0000;
}

div[icone="count-produtos"] {
    background-color: #0085B2;
}
div[icone="count-encomendas"] {
    background-color: #c0392b;
}
div[icone="count-encomendas-hoje"] {
    background-color: #4B4294;
}
div[icone="count-encomendas-recebidos"] {
    background-color: #3B9C19;
}
div[icone*="count"] span {
    width: 35px;
    height: 35px;
    display: block;
    background-size: auto 70px;
    margin: auto;
    position: relative;
    top: 17px;
    background-position: 0 -35px;
}
div[icone="count-medicos"] span,
div[icone="count-fornecedores"] span,
div[icone="count-pacientes"] span,
div[icone="count-usuarios"] span {
    background-position: -10px -35px;
}
div[icone="count-pedidos"] span, div[icone="count-pedidos-atual"] span {
    background-position: -642px -35px;
}
div[icone="count-produtos"] span {
    background-position: -476px -35px;
}
div[icone="count-convenios"] span {
    background-position: -63px -35px
}

div[icone="count-convenios-urgente"] span {
    background-position: -63px -35px
}
div[icone="count-encomendas"] span {
    background-position: -117px -35px
}
div[icone="count-encomendas-recebidos"] span {
    background-position: -117px -35px
}
div[icone="count-encomendas-hoje"] span {
    background-position: -117px -35px
}
aside {
    width: 180px;
    height: 100%;
    background: #3A3A3A;
    position: fixed;
    top: 86px;
    z-index: 10;
}
aside .pesquisa {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
aside .pesquisa input[type="text"] {
    background: #1F1F1F url(image/pesquisa.png) 5px center no-repeat;
    border: none;
    border-radius: 12px;
    padding: 5px 0px 5px 25px;
    font-size: 12px;
    color: #FFF;
    width: 80%;
    box-shadow: inset 0px 0px 10px #000000;
}

.pesquisa img {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.perfil {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.perfil img {
    float: left;
    padding-left: 20px;
    padding-right: 15px;
    max-width: 105px;
}
.perfil .usuarioPerfil {
    float: left;
    font-size: 18px;
    color: #FFF;
    text-align: left;
    padding-top: 10px;
    line-height: 20px;
}
.perfil .empresaPerfil {
    float: left;
    font-size: 12px;
    color: #99BDDD;
    text-align: left;
    font-weight: bold;
    line-height: 14px;
}
.abaConfiguracoes {
    float: left;
    width: 100%;
    padding-top: 5px;
}
.abaConfiguracoes a p {
    float: right;
    padding-right: 5px;
    line-height: 16px;
    color: #FFF;
    font-size: 12px;
}
.aba01 {
    float: left;
    background: url(image/aba01.png)no-repeat;
    width: 50px;
    height: 38px;
    margin-right: 10px;
    margin-left: 20px;
}
.aba02 {
    float: left;
    background: url(image/aba02.png)no-repeat;
    width: 52px;
    height: 38px;
    margin-right: 10px;
}
.aba03 {
    float: left;
    background: url(image/aba03.png)no-repeat;
    width: 48px;
    height: 30px;
    margin-right: 10px;
    margin-top: 8px;
}
.aba04 {
    float: left;
    background: url(image/aba04.png)no-repeat;
    width: 48px;
    height: 30px;
    margin-right: 10px;
    margin-top: 8px;
}
header nav , aside nav{
    float: left;
}
aside nav {
    width: 100%;
    background: #3A3A3A;
    overflow-y: scroll;
    height: 80%;
    overflow-x: hidden;
}
aside nav::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
aside nav::-webkit-scrollbar-track-piece {
    background-color: #3A3A3A;
    -webkit-border-radius: 3px;
}
aside nav::-webkit-scrollbar-thumb:vertical {
    height: 6px;
    background-color: #d82e21;
    -webkit-border-radius: 3px;
}
aside nav::-webkit-scrollbar-thumb:horizontal {
    width: 6px;
    background-color: #b71c1c;
    -webkit-border-radius: 3px;
}
aside nav ul li {
    background: url(image/fundoLi.png) repeat-x;
    width: 100%;
}
aside nav ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 43px;
    width: 100%;
    margin-left: 20px;
    padding-left: 30px;
}
aside nav ul li a:hover, aside nav ul li a:focus {
    text-decoration: none;
    color: #FFF;
}
aside nav ul li ul li a:hover,aside nav ul li ul li a:focus {
    text-decoration: none;
    color: #FFF;
}
aside nav ul li ul {
    width: 100%;
    padding-top: 13px;
    margin-bottom: 13px;
}
aside nav ul li ul li {
    background: #3A3A3A;
    list-style: square;
}
aside nav ul li ul li:hover {
    background: #d82e21;
}
aside nav ul li ul li a {
    font-size: 13px;
    color: #FFF;
    display: block;
    line-height: 25px;
    margin-left: 0px !important;
}
aside nav ul li ul li ul.submenu {
    display: none;
}

ul.submenu {
    float: left;
    left: 170px;
    position: absolute;
    margin-top: -35px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    z-index: 8;
    background: #3A3A3A;
    max-width: 150px;
}
.submenu li {
    max-width: 150px;
    list-style-type: none;
}
.liDash {
    background: url(image/liDash.png)left center no-repeat;
    background-size: 16px 16px;
    line-height: 43px;
}
.liComp {
    background: url(image/liComp.png)left center no-repeat;
    background-size: 16px 16px;
}
.liView {
    background: url(image/liView.png)left center no-repeat;
    background-size: 16px 13px;
}
.liEmp {
    background: url(image/liEmp.png)left center no-repeat;
    background-size: 16px 12px;
}
.liCli {
    background: url(image/liCli.png)left center no-repeat;
    background-size: 16px 16px;
}
.liSto {
    background: url(image/liSto.png)left center no-repeat;
    background-size: 14px 16px;
}
.liPort {
    background: url(image/liPort.png)left center no-repeat;
    background-size: 16px 13px;
}
.liConf {
    background: url(image/liConf.png)left center no-repeat;
    background-size: 16px 14px;
}
.liDesat {
    background: url(image/liDesat.png)left center no-repeat, url(image/desat.png) right center no-repeat;
    width: 75%;
}
.content {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.content h2 {
    color: #FF7A00;
    font-size: 24px;
    line-height: 24px;
    float: left;
}
.pesquisa_interna {
    float: right !important;
    text-align: right;
    padding-top: 0px;
}
.pesquisa_interna .input_pesquisa {
    float: left !important;
    background: #EEEEEE;
    border: none;
    padding: 5px;
    color: #AAAAAA !important;
    font-size: 14px !important;
    font-style: italic;
    border-radius: 0px;
    width: 63% !important;
}
.pesquisa_interna .bt_pesquisa {
    background: #E48A00;
    border: none;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    padding: 5px 10px 5px 10px;
    float: left;
    cursor: pointer;
}
.opcoesVencendo {
    margin-top: 20px;
    float: left;
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}
.lista_clientes {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.border_clientes {
    margin-top: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    width: 98%;
    margin-left: 16px;
    margin-bottom: 20px;
    float: left;
}
.lista_clientes h3 {
    float: left;
    color: #000000;
    font-size: 17px;
    border-bottom: 1px dotted #888888;
    width: 100%;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#product-table tbody td {
    font-size: 13px;
    color: #444444;
    max-width: auto;
}
.nome_cliente {
    text-transform: capitalize;
}
.conteudo_dash {
    float: left;
}
.conteudo_dash span {
    color: #535353;
    font-size: 18px;
    float: left;
    font-weight: bold;
    padding-left: 15px;
}
.conteudo_dash p {
    color: #525252;
    float: left;
    font-size: 13px;
    line-height: 15px;
    padding-left: 15px;
}
.conteudo_dash img {
    float: left;
    max-width: 38px;
    padding-top: 10px;
}
.opcoesVencendo h3 {
    float: left;
    margin-left: 20px;
    width: 96%;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    padding-top: 20px;
    font-size: 20px;
    border-bottom: 1px dotted #888888;
}
.tableOpcoes {
    float: left;
    border: 0px;
    margin-top: 10px;
}
.tableOpcoes tbody tr td {
    color: #7A7A7A;
    font-size: 13px;
    text-align: left;
    padding: 0px 0px 0px 4px !important;
    border: 0;
    border-collapse: collapse;
    vertical-align: middle;
}
.tableOpcoes thead td {
    font-weight: bold;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #707070;
    font-size: 15px;
}
.tableOpcoes thead tr th a {
    font-weight: bold !important;
    padding: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    color: #707070 !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.tableOpcoes a {
    padding: 4px 0px 4px 4px !important;
    line-height: 0px !important;
}
.tableOpcoes tbody tr:nth-child(odd) {
    background: #F3F3F3;
}
.lista_clientes .ver_todas {
    float: right;
    color: #707070;
    font-size: 15px;
    padding: 15px 30px 15px 0px;
}
.content_inner {
    border: 1px solid #EEE;
    padding: 0 10px;
    border-radius: 10px;
    margin: 10px 0;
}
#product-table a {
    color: #292929;
}
#product-table td {
    color: #666;
}
.button_top {
    max-width: 240px;
    text-align: center;
}
.button_top a {
    display: block;
    background: #FF7A00;
    color: #FFF;
    padding: 5px 10px;
}
.button_top a:hover {
    background: #333;
}
.top_menu {
    float: right;
}
.content_header {
    clear: both;
    height: 50px;
}
.titulosPage {
    float: left;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #DDD;
}
.tableOpcoes a {
    float: left;
    color: #444444;
    font-size: 13px;
    text-align: left;
    padding: 8px 0px 8px 8px;
    border: 0;
    border-collapse: collapse;
    font-weight: bold;
}
.dados_conteudo h2 {
    line-height: 60px;
    float: left;
    padding-left: 40px;
    font-size: 22px;
}
.dados_conteudo label {
    float: left;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    color: #666666;
    margin-bottom: 0px;
}
.dados_conteudo p {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 0px;
}
.dados_conteudo input[type="text"] {
    float: left;
    width: 100%;
    color: #444;
    font-size: 15px;
    line-height: 20px;
    min-height: 30px;
}
.dados_conteudo input[type="password"] {
    float: left;
    width: 100%;
    color: #444;
    font-size: 15px;
    line-height: 20px;
    min-height: 30px;
}
.select2-container{
    float: left;
    width: 100%;
    color: #444;
    font-size: 15px;
    line-height: 20px;
    min-height: 30px;
}

.check_status input[type="checkbox"]{
    float: left;
    margin-top: 11px;
    margin-right: 5px;
}
.dados_conteudo input[type="number"] {
    float: left;
    width: 100%;
    color: #444;
    font-size: 15px;
    line-height: 20px;
    min-height: 30px;
}

.dados_conteudo input[type="date"] {
    float: left;
    width: 100%;
    color: #444;
    font-size: 15px;
    line-height: 20px;
    min-height: 30px;
}

input[type="date"]{
    line-height: 20px;
}

.bloco_imagem_doc{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.dados_conteudo select {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    min-height: 30px;
    line-height: 20px;
}
.dados_conteudo input[type="email"] {
    float: left;
    width:100%;
    color: #444;
    font-size: 15px;
    min-height: 30px;
    line-height: 20px;
}
.dados_conteudo input[type="file"] {
    float: left;
    color: #444;
    min-height: 30px;
    font-size: 15px;
    width: 100%;
}
.dados_conteudo textarea {
    float: left;
    width: 100%;
    color: #444;
    font-size: 15px;
    resize: none;
}
.tituloInterna {
    float: left;
    margin-top: 10px;
}
.addCliente {
    position: relative;
    z-index: 1;
    float: left !important;
    margin-bottom: 10px;
}
.addCliente p:hover {
    /*	background: #3F3F3F;*/
}
.addCliente p {
    float: left;
    /*min-width: 150px !important;
    max-width: 180px;*/
    color: #FFF;
    /*text-align: center;
    background: #C9260B;
    padding: 10px;*/
    font-size: 14px;
    margin-right: 15px;
    line-height: 20px
    /*	line-height: 30px;*/
}
.addCliente input[type="button"] {
    margin-top: 0px;
}
.addCliente img {
    padding-right: 5px;
}
.table thead {
    background: #FFF;
    margin-top: 10px;
}
.table thead th {
    padding: 10px 8px 10px 10px !important;
}
.topoInterna {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 20px;
}
.topoInterna h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.pTipo span {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666666;
}
.tab_pf {
    /*	float: left;*/
}
.tab_pj {
    /*	float: left;
    width: 90%;*/
}
/*
.botoes_salvar{
float: left;
position: relative;
margin-top: 15px;
width: 98%;
margin-bottom: 10px;
}
*/

.botao_arquivo {
    width: 25% !important;
    float: right !important;
}
.editProjeto input[type="submit"] {
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    float: right;
    padding: 10px 20px;
    font-size: 18px
    /*	float: right;
    background: #C9260B;
    border: none;
    text-align: center;
    color: #FFF;*/
}
.editProjeto input[type="submit"]:hover {
    /*	background:  #3F3F3F;*/
}
.editCliente input[type="submit"] {
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    padding: 5px 15px
    /*background: #C9260B;
    border: none;
    text-align: center;*/
}
.editCliente input[type="submit"]:hover {
    /*	background:  #3F3F3F;*/
}
.editTipo {
    margin-top: 0px;
}
.info_extra {
    font-size: 12px !important;
    padding-left: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}
.editTipo input[type="submit"] {
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    float: right;
    padding: 5px 15px
    /*	background: #C9260B;
    border: none;
    text-align: center;
    color: #FFF;*/
}
.editTipo input[type="submit"]:hover {
    /*	background:  #3F3F3F;*/
}
.editTipo input[type="button"] {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    float: left;
    padding: 5px 15px;
}
.editCliente input[type="button"] {
    cursor: pointer;
    font-size: 14px;
}
.editCliente input[type="button"]:hover {
    /*background:  #C9260B;*/
}
.editCliente {
    float: left;
    margin-top: 10px;
}
.editTipo {
    float: left;
    margin-left: 5px !important;
}
.maistelefone, .maisMidia {
    height: 25px;
    padding-bottom: 15px;
}
.maistelefone input {
    background: url(image/maistelefone.png) no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border: none;
    float: right;
    display: block;
}
.menostelefone {
    height: 30px;
}
.menosMidia {
    float: left;
    height: 30px;
}
.maisMidia input {
    background: url(image/maistelefone.png) no-repeat;
    height: 25px;
    width: 25px;
    float: right;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}
.maisMidia {
    float: left;
    height: 30px;
}
.menosServico {
    float: left;
    height: 30px;
}
.maisServico {
    float: left;
    height: 30px;
}
.menosMidia input {
    background: url(image/menostelefone.png) no-repeat;
    height: 25px;
    width: 25px;
    float: left;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}

.menostelefone input {
    background: url(image/menostelefone.png) no-repeat;
    height: 25px;
    width: 25px;
    /*    float: left;*/
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}
.menosServico input {
    background: url(image/menostelefone.png) no-repeat;
    height: 25px;
    width: 25px;
    float: left;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}
.maisServico input {
    background: url(image/maistelefone.png) no-repeat;
    height: 25px;
    width: 25px;
    float: left;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}
#lightbox-image {
    width: 100% !important;
}
.h2Coment {
    padding-left: 0px !important;
}
.h2Criado {
    padding-left: 0px !important;
    margin-bottom: 20px;
}
.paginacao {
    float: right;
    text-align: right;
    width: 100%;
}
.paginacao a.ativo {
    background: #E48A00;
    border: 1px solid #E48A00;
    color: #FFF;
}
.paginacao a {
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
}
.h3_bemvindo {
    float: left;
    width: 100%;
    color: #292929;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.table thead th {
    padding: 10px 8px 10px 10px !important;
}
#product-table a {
    color: #292929;
}
.table-header-options a,
.table-header-repeat a {
    color: #020202;
    font-size: 16px;
    font-weight: lighter;
    line-height: 14px;
    margin: 0 0 0 0px;
    padding: 0 10px 0 0 !important;
}
#product-table td {
    padding: 0px 8px 0px 7px !important
}
#product-table td {
    color: #868686;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px
    /*	max-width: 210px;*/
}
.table-header-options {
    text-align: center !important;
}
.options-width {
    text-align: center !important;
}
.options-width img {
    width: 32px !important;
}
.pesquisa {
    padding-top: 20px;
}
.icone_pesquisa {
    background: url(image/icone-pesquisa.png) no-repeat 0px;
    height: 40px;
    margin-top: -6px;
    position: relative;
    z-index: 99999;
    left: -20px;
}
.pesquisa input {
    width: 294px;
    float: left !important;
    border-radius: 0px;
    border: none;
    background: #EBEBEB;
}
.pesquisa p {
    clear: both;
    float: left;
    font-size: 12px;
    color: #777;
    margin-top: -3px;
}
/*.dashboard {
background: url(image/icone-dash.png) no-repeat 8px 13px;
margin-left: 34px;
margin-top: 15px;
}*/

.dashboard h2 {
    float: left;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    background: url(image/icone-dash.png) left bottom no-repeat;
    padding-left: 40px;
    margin-left: 36px;
    background-size: 24px 24px;
    line-height: 25px;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.conteudo_dash div {
    margin-top: 30px;
}
.itens_dashboard {
    margin-top: 35px;
    padding-left: 36px;
    float: left;
}
.itens_dashboard .col-md-3 {
    margin-left: -25px;
}
.itens_dashboard span {
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
}
.itens_dashboard p {
    font-size: 12px;
    width: 101%;
    color: #444;
    padding-left: 15px;
    line-height: 17px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #E7E7E7 !important;
}
.addCliente p {
    /*line-height: 30px;*/
    text-align: center;
    margin-top: 0px;
}
.down {
    color: #D90000 !important;
}
.visu {
    color: #00B22D !important;
}
footer {
    position: fixed !important;
    bottom: 0px !important;
    display: none !important;
    width: 230px !important;
    text-align: center;
}
.footerAdm {
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
}
.tipo_material {
    margin-top: 10px;
    margin-bottom: 0px;
}
@media(max-width: 1200px) {
    .check_pessoa {
        float: left;
        width: 100%;
    }
    .label_telefone {
        float: left;
        width: 100%;
    }
    .maistelefone input {
        margin-left: 10px;
    }
    .tableOpcoes thead a {
        line-height: 15px;
    }
    .pesquisa_interna .input_pesquisa {
        width: 50% !important;
    }
}
#grupo .table {
    float: left;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 37px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
strong {
    font-weight: bold;
}
.fixo {
    position: fixed;
    width: 85%;
    z-index: 99999;
}
.novo_resp {
    float: right;
    background: #DDD;
    padding: 5px 10px 5px 10px;
    color: #444444;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.remove_responsavel {
    float: left;
    background: url(image/menostelefone.png) no-repeat 0px;
    background-color: #D90000;
    background-size: 26px 26px;
    padding: 5px 10px 5px 30px;
    color: #FFF;
    margin-top: 10px;
}
@media(max-width: 1024px) {
    aside {
        width: 155px;
    }
    nav ul li a {
        margin-left: 10px;
        padding-left: 22px;
    }
    section {
        width: calc(100% - 155px) !important;
        margin-left: 155px;
    }
    .article_menor {
        width: 99%;
    }
    .article_maior {
        width: 99%;
    }
    .tabbable {
        width: 100%;
        padding-left: 0px;
    }
    .dados_conteudo {
        padding-left: 10px;
    }
    header h1 {
        width: 155px;
        line-height: 20px;
        margin-top: 0px;
        height: 70px;
        padding-top: 20px;
    }
}
@media(max-width: 979px) {
    .dados_conteudo input[type="date"] {
        width: 95%;
    }
    .dados_conteudo input[type="text"] {
        width: 95%;
    }
    .editCliente input[type="submit"] {
        margin-right: 0px;
    }
    .dados_conteudo input[type="email"] {
        width: 95%;
    }
}

@media(max-width: 991px){

}

@media(max-width: 900px) {
    .atalho {
        padding-right: 5px !important;
    }
    .dados_conteudo form div {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .dados_conteudo input[type="text"] {
        width: 97%;
    }
    .dados_conteudo input[type="email"] {
        width: 97%;
    }
    .dados_conteudo input[type="password"] {
        width: 97%;
    }
    .dados_conteudo input[type="date"] {
        width: 97%;
    }
    .dados_conteudo textarea {
        width: 97%;
    }
}
@media(max-width: 800px) {
    .addCliente {
        width: 100% !important;
    }
    .ola_usuario {
        padding-left: 5px;
    }
    .ola_usuario p {
        font-size: 12px;
    }
    .editCliente {
        float: right;
        width: 100% !important;
    }
    .editCliente input[type="submit"] {
        float: right;
        margin-top: 10px;
    }
    .dados_conteudo select {
        width: 100%;
    }
    .editCliente input[type="button"] {
        float: right;
        margin-top: 10px;
    }
    .editTipo input[type="button"] {
        float: right;
        margin-top: 10px;
    }
    .mensagem_header p {
        font-size: 10px;
    }
    .ola_usuario span {
        font-size: 8px;
    }
    .itens_dashboard .col-md-3 {
        width: 90%;
    }
    .itens_dashboard .col-md-1 {
        width: 10%;
        margin-left: 0px !important;
    }
    .atalho p {
        font-size: 10px;
    }
    .centraliza {
        width: 100%;
    }
    .article_maior {
        width: 100%;
    }
    .dados_conteudo {
        padding-left: 5px;
    }
    .lista_clientes {
        width: 99%;
    }
    .lista_clientes table {
        margin-left: 0px;
        width: 100%;
    }
    .tabbable {
        padding-left: 0px;
        width: 100%;
    }
    .tableOpcoes thead tr th a {
        font-size: 12px !important;
    }
    #product-table tbody td {
        font-size: 11px;
    }
    .article_menor {
        width: 100%;
    }
    .pesquisa_interna {
        width: 100% !important;
    }
    .pesquisa_interna form {
        float: right;
        width: 80% !important;
    }
    .pesquisa_interna .input_pesquisa {
        width: 75% !important;
    }
}
.select2-container {
    margin: 0!important;
}
th {
    text-transform: uppercase;
}
.input-icon {
    width: calc(100% - 40px);
}
.clearfix {
    clear: both;
}
.btn {
    /*padding: 6px 8px;*/
    /*line-height: 15px;*/
}
.dados_conteudo p {
    line-height: 15px;
}
.ulMenuComp #estoque li a::before {
    content: "~"
}
.goback {
    color: #000!important;
}
element.style {
    top: 65px;
    left: -54.765625px;
    display: block;
}
.popover.bottom {
    margin-top: 10px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.message .popover {
    width: 420px;
}
.message .popover table {
    width: 100% !important;
}
small {
    margin: 15px;
    display: block;
}
.row-fluid {
    clear: both;
}
.navbar .nav > li > a {
    color: #000!important;
}
.form-login input {
    text-transform: none!important;
}
.imagens-li img {
    width: 100px;
    border-radius: 5px;
}
.imagens-li {
    position: relative;
    width: 150px;
    height: 150px;
}
.imagens-li button {
    position: absolute;
    top: 5px;
    right: 5px;
}


#product-table td {
    padding: 8px 8px 8px 7px !important;
}

/*
* CONFIGURA RELATORIOS PARA PRINT
*/
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    section {
        width: 100%!important;
        margin: 0;
        padding: 0;
    }
    table {
        left: 0 !important;
    }
    .lista_clientes {
        padding: 0;
    }
    .tableOpcoes, #product-table tbody td {
        font-size: 8px!important
    }
    .table thead th {
        white-space: normal;
    }
    .table thead th, #product-table td {
        height: auto;
        padding: 0!important;
    }
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color: #f97777;
    }
    thead {
        border-bottom: 1px solid;
    }
    td:last-child {
        white-space: nowrap!important
    }
}

/* CSS DA TELA DE LOADING */
.tela-carregando {
    display:    none;
    position:   fixed;
    z-index:    999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 )
                50% 50%
                no-repeat;
}

body.carregando {
    overflow: hidden;
}

body.carregando .tela-carregando {
    display: block;
}
/* FIM - CSS DA TELA DE LOADING */

.options-4x {
    width: 145px;
}

.options-3x {
    width: 110px;
}

.glyphicon{
    color: #333;
}

.glyphicon-white{
    color: #fff;
}
.btn-top{
    margin-top: 30px;
}

#modalAdicionarEvento .add-on{
    float: left;
    margin-left: 4px;
    margin-top: 4px;
}

.bootstrap-datetimepicker-widget{
    padding: 0px !important;
}

/**
 * BOTAO SEM LABEL
 */
.btn-no-label {
    margin: 30px 0 20px !important;
}

/**
 * INPUT COM BTN E LABEL
 */
.label-group + .input-group  {
    clear: both;
}

/* COLLAPSE CUSTOMIZADO */
.panel-heading [data-toggle="collapse"]:after { font-family: 'Glyphicons Halflings'; content:"\e080"; float: right; color: #b0c5d8; font-size: 18px; line-height: 22px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: .2s; transition: .2s; }
.panel-heading [data-toggle="collapse"].collapsed:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
/**/

/* NAV CUSTOMIZADA */
.nav-tabs li:first-child a { margin-left: 15px; }
.nav-tabs { margin-bottom: 15px; }
.nav-tabs li [data-toggle="tab"]{ color: #8B8B8B!important; }
.nav-tabs li.active a { color: #646464!important; font-weight: bold; }
/**/

/* TH BTN */
.th-1 { width: 55px; min-width: 55px; max-width: 55px; }
.th-2 { width: 82px; min-width: 82px; max-width: 82px; }
.th-3 { width: 123px; min-width: 123px; max-width: 123px; }
.th-4 { width: 164px; min-width: 164px; max-width: 164px; }
.th-5 { width: 205px; min-width: 205px; max-width: 205px; }
.th-6 { width: 246px; min-width: 246px; max-width: 246px; }
/**/

/* DATATABLES PERSONALIZADO */
.dataTables_length, .dataTables_info { margin-left: 15px; }
.dataTables_wrapper input[type="search"] { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 30px; margin-right: 10px; }
.DTTT_container { margin-right: 15px; }
.table { width: 100% !important; }

.dataTables_filter label, .dataTables_length label{ margin-top:0px; }

.dataTables_length select
{
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 5px;
    height: 30px;
    margin-right: 10px;
}

/*/ TH BTN /*/
.th-1 { width: 55px; min-width: 55px; max-width: 55px; }
.th-2 { width: 82px; min-width: 82px; max-width: 82px; }
.th-3 { width: 123px; min-width: 123px; max-width: 123px; }
.th-4 { width: 164px; min-width: 164px; max-width: 164px; }
.th-5 { width: 205px; min-width: 205px; max-width: 205px; }
.th-6 { width: 246px; min-width: 246px; max-width: 246px; }
.th-7 { width: 287px; min-width: 287px; max-width: 287px; }
/**/

.dataTable th
{
    text-transform: none;
    font-size: 14px !important;
    font-family: arial !important;
    font-weight: bold !important;
}
/**/

/* BOTÕES */
.btn-nav { margin-bottom: 15px; margin-right: 6px; }
.btn-opt { margin-right: 6px; }
/**/

/* SELECT2 REQUIRED FIX */
.select2-offscreen[required], .select2-offscreen[required]:focus { width: auto !important; height: auto !important; bottom: 0; }
/**/

/* COLOCA SCROLL NO MODAL BODY */
.modal-body-scroll { height: 400px; min-height: 400px; max-height: 400px; overflow-y: scroll; padding-top: 15px; padding-bottom: 0px; }
/**/

@media (min-height: 868px) {
    aside nav {
        height: 87%;
    }
}

.numero_p {
    position: absolute;
    margin-left: 49.2%;
    top: 48.9%;
    display: none;
}

.select2-container .select2-choice{
    overflow: visible!important;
}
