/*
* 	Arquivo reservado para personalização de estilos únicos do projeto.
*
* 	Atenção: Este estilo em cascata herda características do arquivo: padrao.Geral.min.css, Que contém as definições padrão de estilo
*   Em alguns casos deve-se forçar a cascata do estilo através da tag !important. 	
*
*	[! mantenha o mesmo padrão de nomenclatura da classe]
*/

/* Ícones - Usar o padding left */
.bt-ico-distribuidor {
    background-image: url(images/icones/SelDistribuidor.gif) !important;
    padding-left: 24px !important;
}

.bt-ico-down {
    background-image: url(images/icones/arrow-270.png) !important;
    padding-left: 24px !important;
}

.bt-ico-up {
    background-image: url(images/icones/arrow-090.png) !important;
    padding-left: 24px !important;
}

.bt-ico-usuario-check {
    background-image: url(images/icones/user-check.png) !important;
    padding-left: 24px !important;
}

.bt-ico-historico {
    background-image: url(images/icones/clock-history.png) !important;
    padding-left: 24px !important;
}

.bt-ico-upload {
    background-image: url(images/icones/drive-upload.png) !important;
    padding-left: 24px !important;
}

.bt-ico-email-enviar {
    background-image: url(images/icones/email.png) !important;
    padding-left: 24px !important;
}

.bt-ico-relacionamento {
    background-image: url(images/icones/node.png) !important;
    padding-left: 24px !important;
}

.bt-ico-prazo {
    background-image: url(images/icones/clock-select-remain.png) !important;
    padding-left: 24px !important;
}

.bt-ico-megafone {
    background-image: url(images/icones/megaphone.png) !important;
    padding-left: 24px !important;
}

.bt-ico-excel {
    background-image: url(images/icones/document-excel.png) !important;
    padding-left: 24px !important;
}

.bt-ico-pedido {
    background-image: url(images/icones/shopping-basket--arrow.png) !important;
    padding-left: 24px !important;
}

.bt-ico-usuario {
    background-image: url(images/icones/user--plus.png) !important;
    padding-left: 24px !important;
}

.bt-ico-funcionario {
    background-image: url(images/icones/user-business-plus.png) !important;
    padding-left: 24px !important;
}

.bt-ico-funcionario {
    background-image: url(images/icones/user-business-plus.png) !important;
    padding-left: 24px !important;
}

.bt-ico-info {
    background-image: url(images/icones/exclamation-white.png) !important;
    padding-left: 24px !important;
}

.bt-ico-calendario-prox {
    background-image: url(images/icones/calendar-next.png) !important;
    padding-left: 24px !important;
}

.bt-ico-cod-barras {
    background-image: url(images/icones/barcode.png) !important;
    padding-left: 24px !important;
}

.bt-ico-loja {
    background-image: url(images/icones/store.png) !important;
    padding-left: 24px !important;
}

.bt-ico-loja-editar {
    background-image: url(images/icones/store--pencil.png) !important;
    padding-left: 24px !important;
}

.bt-ico-copiar {
    background-image: url(images/icones/document-copy.png) !important;
    padding-left: 24px !important;
}

.bt-ico-calculadora-editar {
    background-image: url(images/icones/calculator--pencil.png) !important;
    padding-left: 24px !important;
}

.bt-ico-reenviar {
    background-image: url(images/icones/arrow-continue.png) !important;
    padding-left: 24px !important;
}

.bt-ico-check-all {
    background-image: url(images/icones/clipboard-task.png) !important;
    padding-left: 24px !important;
}

.bt-ico-lapis-peq {
    background-image: url(images/icones/pencil-small.png) !important;
    padding-left: 24px !important;
}

.bt-ico-imprimir {
    background-image: url(images/icones/printer.png) !important;
    padding-left: 24px !important;
}

.bt-ico-copiar {
    background-image: url(images/icones/document-copy.png) !important;
    padding-left: 24px !important;
}

.bt-ico-limpar {
    background-image: url(images/icones/broom.png) !important;
    padding-left: 24px !important;
}

.bt-ico.mini {
    height: 20px !important;
    width: 20px !important;
    background-position: 2px 50% !important;
}
/* Inverte */
.bt-ico-uncheck {
    background-image: url("images/icones/tick-circle.png") !important;
    padding-left: 24px !important;
}

.bt-ico-check {
    background-image: url("images/icones/tick-white.png") !important;
    padding-left: 24px !important;
}

.bt-ico-aprove {
    background-image: url("images/icones/tick-button.png") !important;
    padding-left: 24px !important;
}

.bt-ico-email-edita {
    background-image: url("images/icones/email_edit.png") !important;
    padding-left: 24px !important;
}

.bt-ico-email-envia {
    background-image: url("images/icones/email.png") !important;
    padding-left: 24px !important;
}

.info {
    background-image: url("images/icones/question-small-white.png") !important;
}

/*

/*****
*	Personalizar tema	
******/

html {
    background: #ebebeb url(images/fundo-site.jpg) repeat-y center center;
}

body {
}

.data {
    width: 70px !important;
}
/* Logo do cliente */
#topo {
    position: relative;
    z-index: 99;
    width: 999px;
    min-width: 999px;
    margin: 0 auto;
    background: #00bfd3;
}

#login {
    left: 2px !important;
    border-top: 0;
    text-align: left;
    margin-top: 0 !important;
    padding: 2px;
    position: absolute;
    bottom: 38px;
    right: 0;
    text-align: right;
    padding-right: 5px;
    margin-top: 5px;
    width: auto;
}

    #login div {
        margin: -69px 0 0 4px;
        text-align: left;
    }

    #login a, #login span {
        color: #666;
    }

body {
    background: none;
    filter: none;
}

#wrapper {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

#conteudo {
    padding: 12px;
    background: #F4F4F4;
}

#logo {
    width: 204px;
    height: 62px;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.Menu {
    border-top: 1px solid #E1E1E1;
}

/* Painel */
.ct2 {
    /*display:none;*/
}
/* Grade */
.header-esquerda {
    /*text-align:left;	*/
}
/* UI Balões */
#tooltip {
    background-color: #666;
}

    #tooltip h3 {
        text-shadow: 1px 1px 0 #666;
    }
/* Cor do campo tipo checkbox/radio selecionado */
.selected {
    background: #666 !important;
}

/**********
 * Estilos individuais de páginas */
/**********

/* Cores da linha de tabela selecionada */
#gridDetalhePedido tbody tr:hover > td {
    cursor: pointer;
    background-color: #f9ddd3;
    border-color: #EDC9BD;
    color: #923222;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#gridDetalhePedido .inativo:hover > td {
    background-color: #ccc !important;
    border-color: #bbb;
    color: #ccc;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ie7 #gridDetalhePedido tbody tr:hover > td, .ie8 #gridDetalhePedido tbody tr:hover > td {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #444;
}

.ie7 #gridDetalhePedido .inativo:hover > td, .ie8 #gridDetalhePedido .inativo:hover > td {
    background-color: #ebebeb !important;
    border-color: #ccc !important;
    color: #B8B4B4 !important;
}
/*
.tabela tbody tr:hover > td span 
{
    color:#923222;
}
*/
h1, h1 span {
    color: #666;
    border-color: #ccc !important;
}

#conteudo h1 {
    margin-bottom: 15px !important;
}

p.info-pagina {
    color: #666;
    margin-top: -15px;
}

#conteudo > h1 {
    margin-bottom: 15px !important;
}

.campo.inline {
    display: block !important;
    float: none;
}

    .campo.inline label {
        float: left;
        width: 170px !important;
    }

.back_overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: transparent url("images/bg_transp.png");
    z-index: 1003;
}

.white_content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 38px;
    margin-top: -25px;
    margin-left: -22.5px;
    padding: 10px;
    background-color: #fff;
    z-index: 1002;
    overflow: hidden;
    text-align: center;
    border: 1px solid #0072BA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
    color: #0072BA;
    font-size: 10px;
    font-weight: bold;
}

.txt-loading {
    font-size: 10px;
    color: #0072BA;
}
/* Abas */
.abas .inner {
    padding: 0;
}

.panel h3 {
    padding-top: 5px;
    color: #0072BA !important;
    border-bottom-color: #0072BA !important;
}

.subtabela .panel {
    background-color: #fff;
}

.verde caption {
    color: #4A973F !important;
    border: none;
    text-shadow: 1px 1px 1px #D6E0D5 !important;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
}

.tabela {
    width: 100% !important;
}

.vermelho caption {
    color: #D52626 !important;
    border: none;
    text-shadow: 1px 1px 1px #F7C9C9 !important;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
}

.tabela tr.header:hover td {
    color: #fff !important;
    border-color: #8E8E8E !important;
}

.fileUpload {
    width: 255px;
    font-size: 11px;
    color: #000000;
    border: solid;
    border-width: 1px;
    border-color: #7f9db9;
    height: 17px;
}

/*.tabela td .box-info 
{
	margin:-3px -5px !important;
	border:none !important;
}*/
.panel h3 {
    padding-left: 12px !important;
}

.campo.inline label.ui-button-wrap-option {
    width: auto !important;
    /*margin-bottom:5px;*/
}

.paginacao {
    clear: both;
}

input[disabled], select[disabled], textarea[disabled] {
    background-color: #EBEBEB !important;
    border: solid 1px #ccc !important;
    color: #999 !important;
}

input[type="text"][disabled] {
    background: #ddd;
}

.ui-datepicker {
    display: none;
}

.header-sub td, .header-sub th {
    background-color: #ccc !important;
}

.tabela
.subtabela
.header-sub {
    background-color: #ccc !important;
}
/* Pedidos */
.total-h2 {
    float: right;
    width: auto;
    padding-right: 10px;
}

hr {
    height: auto !important;
}

div.hr {
    border-bottom: solid 1px #eee;
    clear: both;
}

.rodape {
    text-shadow: 1px 1px 0 #fff;
}

.bt-ico-toggle {
    background: url("images/icones/toggle.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

th.hide, td.hide {
    display: none !important;
}

.bt-ico-toggle-expand {
    background: url("images/icones/toggle-expand.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.ui-data {
    display: inline;
}

    .ui-data a {
        cursor: pointer;
    }

.login td {
}
/* IE7 */
#ctl00_UpdateProgress2 {
    z-index: 9999999 !important;
}

.pager span, .pager a {
    padding: 5px 10px 5px 10px;
    background: #ccc;
    border: solid 1px #999;
    color: #666;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px #fff;
}

.pager tbody tr:hover > td span {
    color: #fff !important;
}

.pager span {
    background: #666;
    color: #fff;
    text-shadow: 1px 1px #015d96;
}

    .pager span:hover {
        color: #fff !important;
    }

    .pager span:hover, .pager a:hover {
        border-color: #666 !important;
    }

.pager .tabela td {
    background: none;
}

.pager td {
    padding: 10px;
}

tr.pager:hover td {
    background: none !important;
}

.pager td:hover {
    background: none;
}

.pager table td {
    padding: 3px;
    border: none;
}

.pager tbody tr:hover > td {
    border: none !important;
}

.colunas {
    width: 100%;
}

    .colunas select {
        /*width:450px !important;*/
    }

.botoes {
    vertical-align: middle;
    width: 29px;
    text-align: center;
}

    .botoes > span {
        margin-bottom: 5px;
    }

.colunas.relatorio select {
    width: 300px !important;
}

.acao-pagina {
    background-color: #ccc;
}

/* Possível mudança padrão */

.panel .acao.top + .tabela tr:first-child td, .panel .acao.top + .tabela {
    border-top: none;
}

.campo .ui-input-list {
    margin: 0;
}

.ui-dialog-titlebar {
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

.ui-dialog-content {
    padding: 1em !important;
}

.panel .abas {
    border: none;
    width: 100%;
}

.tabela .vazio td {
    padding: 0 !important;
}

.vazio .box-info {
    background-color: #D5E6F2;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.editor-html table td {
    vertical-align: middle;
}

.editor-html iframe {
    border: none;
}

.colunas.distribuidor select {
    width: 415px !important;
}

.colunas.distribuidor .botoes {
    width: 40px !important;
}

.default.logoff #ctl00_Control_Login1_Logado {
    display: none;
}

.logoff #login {
    top: 8px !important;
    bottom: 40px;
    top: inherit;
}

.mensagem {
    text-align: center;
}

#ctl00_Control_Login1_Login1 label {
    width: auto;
}

#ctl00_Control_Login1_Login1 td {
    vertical-align: middle;
}

.ui-dialog-titlebar.ui-corner-all {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.lista-checkbox {
    height: 200px;
    padding: 0px 5px;
    border: solid 1px #E0E0E0;
    width: 96%
}

#ctl00_ContentPlaceHolder1_gvTipos tr td:last-child,
#ctl00_ContentPlaceHolder1_gvTipos {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc
}

.sf-menu li:last-child {
    background: none;
}

.sf-menu a {
    text-transform: none;
}

.erros h3 {
    padding-left: 32px;
}

#error a.expandir {
    position: absolute;
    margin: 0;
}
/* Página printPedido */
#PesquisaPerguntaResposta h3 {
    border-bottom: none;
    padding-top: 0;
}

.printPopup .ui-dialog-content {
    background-color: #ebebeb;
}

@media print {
    .printPopup {
        height: auto !important;
        position: relative !important;
        width: 100% !important;
        border: none !important;
        margin: 0 !important;
        left: 3px !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        overflow: visible;
    }

        .printPopup .ui-dialog-content {
            height: auto !important;
        }

    .ui-widget-overlay {
        display: none !important;
    }

    .panel {
        border: none !important;
    }
}

/* TreeView */
.no-selecionado a span {
    font-weight: bold;
}

.tree-view table td:first-child {
    width: 15px;
    height: 15px;
}

/* Hacks melhorias IE's */
.ie6 #tooltip h3, .ie7 #tooltip h3 {
    color: #fff;
}

.ie7 .pager td span,
.ie7 .pager td a,
.ie6 .pager td span,
.ie6 .pager td a {
    display: block;
}

.ie8 #menu {
    height: 34px !important;
}

.ie7 #CriacaoEdicaoPedido .acao-pagina {
    padding-left: 25px !important;
}

.ie7 .irParaTopo {
    background: #fff no-repeat 5px;
    padding: 5px;
    position: absolute;
    position: fixed !important;
    height: 15px;
    right: 0;
    bottom: 0;
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.overflow {
    overflow: auto;
}

.ie7 #UpdateProgress2 {
    z-index: 99999;
}

.ie7 .overflow .tabela {
    width: 98.2% !important;
}

.ie7 #error a.expandir {
    left: 6px;
}

.ie7 .overflow-2 .tabela {
    width: 96.2% !important;
}

.ie7 .panel, .ie8 .panel {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=3);
}

.ie7 .ui-dialog, .ie8 .ui-dialog, .ie6 .ui-dialog {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=5);
}

.ie7 a.bt-set, .ie8 a.bt-set {
    padding-top: 5px;
    padding-bottom: 4px;
}

.ie7 input[type="text"] {
    padding-left: 2px;
}

.ie7 #login {
    position: relative;
    bottom: 0;
}

.ie7 #Control_Login1_Logado {
    margin: 0;
}

.ie7 #ajaxLoading {
    z-index: 999999;
}

.ie6 .ui-button-wrap, .ie7 .ui-button-wrap, .ie8 .panel .ui-button-wrap {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=1);
}

.ie6 #login, .ie7 #login {
    text-align: left;
}

.ie6 #login {
    top: 0 !important;
    position: relative;
    text-align: left;
}
/* Desalinhamento IE9 Menu */
.ie9 .sf-menu > li:hover > ul,
.ie9 .sf-menu > li.sfHover > ul {
    top: 2.75em; /* match top ul list item height */
}

.login label {
    width: auto;
    vertical-align: middle;
    padding: 0;
    margin-top: -10px;
}

.login td {
    vertical-align: middle;
}

.login input {
}

.ui-dialog {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Exibe informação de obrigatoriedade de preenchimento dos campos */
.ui-valida-campo.obrigatorio {
    background: url(images/icones/exclamation-small-red.png) no-repeat;
    border: none;
    padding: 0;
    visibility: visible !important;
    display: inline-block !important;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.nowrap td, .nowrap th {
    white-space: nowrap;
}


.tr-selecionada {
    background-color: #316AC5;
    color: #FFFFFF;
}

    .tr-selecionada strong {
        color: #FFFFFF;
    }

    .tr-selecionada span {
        color: #FFFFFF;
    }

.tr-normal {
    background-color: #FFFFFF;
    color: black;
}

    .tr-normal strong {
        color: black;
    }

    .tr-normal span {
        color: black;
    }

.periodos div {
    display: inline;
}

.ie7 hr {
    margin-top: -8px;
    margin-bottom: -8px;
}
/* Bug scroll dialog ie7 */
.ie7 .ui-dialog-content.ui-widget-content {
    zoom: 1 !important;
    overflow: hidden;
}

.ie7 .ui-dialog {
    zoom: 1 !important;
    overflow-y: auto;
}
/* Bug sombra panel dialog ie7 */
.ie7 .ui-dialog-content .panel {
    filter: none;
}

#pedListagemPedidos .tabela td, #pedListagemPedidos .tabela th {
    font-size: 10px !important;
}
/* Ajustes relatorio */
.relatorio table, .relatorio td {
    vertical-align: top !important;
}


.relatorio .toolbar td {
    vertical-align: middle !important;
}

.relatorio .toolbar > td > div {
    background: #fff url(images/degrade-transp.png) repeat-x bottom !important;
    padding: 3px;
    box-shadow: 0 5px 5px #EBEBEB;
}

.relatorio .toolbar div input[type="text"] {
    width: 100px;
}

.relatorio .divBackgroundLoader, .relatorio .divLoader {
    display: none !important;
}

.relatorio .toolbar div, .relatorio .toolbar div a {
    color: #323232;
    font: bold 12px/12px Arial;
    text-shadow: 1px 1px 0 white;
}

.relatorio .divContent {
    height: 500px !important;
}

.bt-tela-inteira {
    background: url(images/icones/application-resize-full.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

    .bt-tela-inteira.minimizar {
        background: url(images/icones/application-resize-actual.png) no-repeat;
    }

.relatorio input[type="image"] {
    border: none !important;
    background: none !important;
    box-shadow: none;
    cursor: pointer;
}

html.fundo-branco {
    background: #fff !important;
}

.tela-inteira {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    margin-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
}

    .tela-inteira:hover {
        box-shadow: none;
    }

.relatorio.tela-inteira .overflow-hidden {
    overflow-y: hidden !important;
}

.ie7 .relatorio.tela-inteira .overflow-hidden {
    overflow: hidden !important;
}

.relatorio.tela-inteira .divContent {
    height: auto !important;
    max-height: 99999px !important;
}

.ie7 .tela-inteira {
    filter: none !important;
}

.ie8 .tela-inteira {
    filter: none !important;
    overflow: hidden;
}

    .ie8 .tela-inteira .divContent {
        position: absolute;
        top: 68px; /* Caso mude a altura da toolbar, modificar esse valor */
        bottom: 0px;
        left: 0;
        right: 0;
        height: 92.5% !important;
        min-height: 300px;
        margin-bottom: -68px;
    }

    .ie8 .tela-inteira .overflow-hidden {
        top: 0;
        bottom: 0;
        position: absolute !important;
    }

#ctl00_ContentPlaceHolder1_ReportViewer1_ctl05 {
}

.relatorio table table table tr:last {
    display: none;
}

h1 .info {
    display: block;
}

.info-inline {
    font-size: 10px;
    background: url(images/icones/exclamation-white.png) no-repeat left;
    padding-left: 20px;
    height: 16px;
    padding-top: 1px;
    color: #2648B7;
    display: inline-block;
}


/* Ajuste tela flexível */
/*
#topo, #wrapper 
{
    width:100%;
}
html 
{
    background:#f4f4f4 !important;
}*/

/**!
 * New style
 * by @fabriciofmsilva
 * developed by @entiretp
 */

/*====================================*\
  $BASE
\*====================================*/

a > .sf-sub-indicator {
    top: 1em;
}


/*====================================*\
  $GRID
\*====================================*/

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.row {
  margin-left: -15px;
  margin-right: -15px;
}*/

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24 {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-left: 15px;
  padding-right: 15px;*/
    float: left;
}

.col-sm-1 {
    width: 4.16666667%;
}

.col-sm-2 {
    width: 8.33333333%;
}

.col-sm-3 {
    width: 12.5%;
}

.col-sm-4 {
    width: 16%;
}

.col-sm-5 {
    width: 20.83333333%;
}

.col-sm-6 {
    width: 25%;
}

.col-sm-7 {
    width: 29.16666667%;
}

.col-sm-8 {
    width: 33.33333333%;
}

.col-sm-9 {
    width: 37.5%;
}

.col-sm-10 {
    width: 41.66666667%;
}

.col-sm-11 {
    width: 45.83333333%;
}

.col-sm-12 {
    width: 50%;
}

.col-sm-13 {
    width: 54.16666667%;
}

.col-sm-14 {
    width: 58.33333333%;
}

.col-sm-15 {
    width: 62.5%;
}

.col-sm-16 {
    width: 66.66666667%;
}

.col-sm-17 {
    width: 70.83333333%;
}

.col-sm-18 {
    width: 75%;
}

.col-sm-19 {
    width: 79.16666667%;
}

.col-sm-20 {
    width: 83.33333333%;
}

.col-sm-21 {
    width: 87.5%;
}

.col-sm-22 {
    width: 91.66666667%;
}

.col-sm-23 {
    width: 95.83333333%;
}

.col-sm-24 {
    width: 100%;
}

.container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}


/*====================================*\
  $PAGE
\*====================================*/

.page {
    padding-top: 30px;
    padding-bottom: 60px;
}

.page-title {
    margin-top: 45px;
    margin-bottom: 25px;
    border-bottom: 1px solid #3B90C5;
    border-bottom: 1px solid rgba(59, 144, 197, 0.4);
}

#content2 > .page-title {
    margin-top: 5px;
}

.page h2 {
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    color: #0072BA;
    text-transform: none;
    background: none;
    border-bottom: 0;
}

.page h3 {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: normal;
    line-height: 1.4;
    color: #666 !important;
    text-align: center;
    text-transform: none;
    border-bottom: 0;
}

.page h4 {
    margin-top: 10px;
    font-size: 13px !important;
    font-weight: bold;
    text-align: center;
}

.report-period {
    padding-top: 12px;
}

/*====================================*\
  $SLIDESHOW
\*====================================*/

.slideshow h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

#barchart1,
#barchart2,
#barchart3 {
    margin-top: -12px;
}

#buttons2 {
    bottom: -42px;
}

#grafico2 {
    width: 435px;
}

#buttons2 {
    width: 448px;
}


/*====================================*\
  $ICONS
\*====================================*/

.page .icon-title {
    position: relative;
    padding-left: 30px;
}

.icon-title::before {
    position: absolute;
    top: 8px;
    left: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
}

.icon-visit::before {
    background-image: url("images/iconVisitas.png");
}

.icon-demand::before {
    background-image: url("images/iconPedido.png");
}

.icon-positivization::before {
    background-image: url("images/iconPositivacao.png");
}

.icon-map::before {
    background-image: url("images/iconMap.png");
}


/*====================================*\
  $HELPERS
\*====================================*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/*====================================*\
  $VERIFICAR
\*====================================*/

/*.ui-widget-content {
  width: 485px;
  height: 312px;

  background: #fff;
  border: 0;
  text-align: center;
}*/

#grafico2 {
    width: 485px;
    height: 312px;
    background: #fff;
    border: 0;
    text-align: center;
}

table.jqplot-table-legend {
    background-color: rgba(100,100,100, 0.0);
    border: 0;
}

.jqplot-highlighter-tooltip {
    padding: 7px;
    color: #FFF;
    background-color: rgba(57,57,57, 0.9);
}

#grafico1 {
    width: 445px;
}

    #grafico1 #chart1 {
        width: 435px;
    }

#map {
    margin-top: 25px;
    right: -50px;
}


/*====================================*\
  $CHARTS
\*====================================*/

#piechart1,
#piechart2 {
    left: -25px;
}

#columnchart1 {
    left: 0;
}

#chart6,
#chart7 {
    margin-top: 2px;
}

#chart8 {
    margin-top: -16px;
}

    #chart8 .jqplot-xaxis {
        display: none;
    }

.jqplot-donut-series {
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.google {
    display: none;
}

.googleNo {
    display: block;
}

/*====================================*\
  $LEGENDS
\*====================================*/

.legend {
    margin-top: 15px;
    text-align: center;
}

    .legend ul {
        display: inline-block;
        margin: auto;
        padding: 2px 2px 1px;
        background-color: #f7f7f7;
        border: 1px solid #dedede;
    }

    .legend li {
        display: inline-block;
        margin: 0 6px;
        vertical-align: middle;
        font-size: 11px;
        color: #555;
        line-height: 22px;
        list-style: none;
    }

.color {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #dedede;
}

.color-invoiced {
    background-color: #1BAF62;
}

.color-part-invoiced {
    background-color: #3DD385;
}

.color-attended {
    background-color: #0090FF;
}

.color-part-attended {
    background-color: #EAA228;
}

.color-not-attended {
    background-color: #FD6A5E;
}

.chart-fixed {
    position: relative;
    height: 260px;
    margin-bottom: 30px;
}

    .chart-fixed .chart {
        position: relative;
        z-index: 10;
        top: -30px;
        left: 0;
        width: 100%;
    }

.chart-subgroup {
    position: relative;
    /*margin-top: -28px;*/
}

    .chart-subgroup h3 {
        position: relative;
        line-height: 28px;
        background-color: #fff;
    }

    .chart-subgroup .nav-tabs {
        top: -28px;
    }

.preloader {
    height: 280px;
    background: url(images/ajax-loader.gif) center center no-repeat;
}

.labels {
    position: absolute;
    z-index: 9;
    top: 49px;
    right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 85px;
}

.label {
    position: relative;
    display: block;
    width: 34px;
    /*margin: 0 0 8px;*/
    padding-left: 15px;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}

    .label:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        content: '';
        border-radius: 50%;
    }

    .label.success:before {
        background-color: #4eb66b;
    }

    .label.alert:before {
        background-color: #fed445;
    }

    .label.danger:before {
        background-color: #f36063;
    }

.label-value {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
}

.label-1 {
    height: 100%;
}

.label-2 {
    height: 50%;
}

.label-3 {
    height: 33.33333333333333%;
}

.label-4 {
    height: 25%;
}

.label-5 {
    height: 20%;
}

.label-6 {
    height: 16.66666666666667%;
}

.label-7 {
    height: 14.28571428571429%;
}

.label-8 {
    height: 12.5%;
}

.label-9 {
    height: 11.11111111111111%;
}

.label-10 {
    height: 10%;
}

.label-11 {
    height: 9.090909090909091%;
}

.label-12 {
    height: 8.333333333333333%;
}

.label-13 {
    height: 7.692307692307692%;
}

.label-14 {
    height: 7.142857142857143%;
}

.label-15 {
    height: 6.666666666666667%;
}

.label-16 {
    height: 6.25%;
}

.label-17 {
    height: 5.882352941176471%;
}

.label-18,
.label-19,
.label-20 {
    font-size: .9em;
}

.label-18 {
    height: 5.555555555555556%;
}

    .label-18:before,
    .label-19:before {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }

.label-19 {
    height: 5.263157894736842%;
}

.label-20 {
    width: 26px;
    height: 5%;
}

    .label-20:before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .label-20 .label-value {
        margin-top: -6px;
    }

/* TABLE */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table th {
        font-weight: bold;
    }

    .table tfoot td {
        font-weight: bold;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        text-align: center;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #fbedb7;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

/* TABS */

.nav-tabs {
    position: relative;
    z-index: 11;
    text-align: center;
}

.link-tabs {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
    /* background-image: linear-gradient(#0072ba, #0062a7); */
}

    .link-tabs + .link-tabs {
        border-left: 1px solid rgba(255,255,255,.2);
    }

    .link-tabs:first-of-type {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .link-tabs:last-of-type {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .link-tabs:hover,
    .link-tabs.active {
        color: rgba(255,255,255,.9);
        background-color: #666;
        background-image: linear-gradient(##0072ba, #0062a7);
    }

    .link-tabs.active {
        color: rgba(255,255,255,.8);
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    }

.campo-date input {
    width: 70px !important;
}

    .campo-date input.aspNetDisabled {
        width: 100px !important;
    }

/* GAMBY */

.acao .fl .bt-ico {
    background-position: 5px center;
    background-repeat: no-repeat;
    border: solid 1px #888;
    color: #555 !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    float: left;
    width: 42px;
    border-radius: 4px;
    cursor: pointer;
    background-image: linear-gradient(#fbfbfb, #ebebeb);
}

    .acao .fl .bt-ico:hover {
        border: solid 1px #555;
        color: #555 !important;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        box-shadow: 0 4px 10px #999;
        -moz-box-shadow: 0 4px 10px #999;
        -webkit-box-shadow: 0 4px 10px #999;
    }

/* GAMBY */
