﻿@charset "utf-8";

/************************************************************/
/****************** FONTE UTILIZADA NO SITE *****************/
/************************************************************/

@font-face {
    font-family: 'buxton';
    src: url(buxton_sketch.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/********************************************************/
/******************** LAYOUT DO SITE ********************/
/********************************************************/

body {
    background-position: initial initial;
    background-repeat: initial initial;
    margin: 0px;
    padding: 0px;
}

.background {
    background: url(../imagem/fundo.jpg)  no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
}

.header {
    background: #eeeeee;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #ffffff;
    height: 3em;
    padding: 0em;
    margin: 0em 0em 1.5em 0em;
}

    .header h1 {
        padding: 0em;
        font-size: 1.5em;
        margin: 0.5em 0em;
        font-weight: normal;
        line-height: 1em;
        /*margin: 0em 0em .5em 0em;*/
    }

.cabecalho {
    background-image: url(../imagem/grid/cabecalho-cinza.png);
    font-family: arial;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.logo {
    width: 110px;
    float: left;
    padding-top: 5px;
}

    .logo a {
        height: 40px;
        display: block;
        background: url(../imagem/logo/logo_security_icone.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        text-indent: -4000px;
    }

.logo_shopping {
    padding: 15px 0px;
}

#content {
    position: relative;
    min-height: 570px;
    background: #ffffff;
    margin-left: 240px;
    border-left: 1px solid #b0b0b0;
    padding: 1.1em;
}

.formulario {
    background: url(../imagem/sidebar.png) repeat;

    position: relative;
    min-width: 500px;
    margin-top: -20px;
}

.corpo_formulario {
    padding-top: 20px;
}


footer {
    background-color: #ffffff;
    padding: 0.8em;
    color: #000000;
    font-size: 1em;
    line-height: 0.8em;
    /*margin: 0em -3px 0em -3px;*/
    border-top: 1px solid #b0b0b0;
}

.rodape {
    /*padding: 2px 0px 0px 0px;
    margin: 0px auto;*/
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}


.rodape_padrao {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 6px solid #a4bfd0;
    padding: 10px 0px;/**/
}


.tema-azul .navbar {
    background: #4d5b76;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4d5b76), color-stop(1, #7284A5));
    background: -ms-linear-gradient(bottom, #4d5b76, #7284A5);
    background: -moz-linear-gradient(center bottom, #4d5b76 0%, #7284A5 100%);
    background: -o-linear-gradient(bottom, #4d5b76, #7284A5);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#7284A5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7284A5',EndColorStr='#4d5b76')";
}

.datagrid_titulo {
    background-image: url(../imagem/grid/barra_titulo-cinza.png);
    font-family: arial;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.grid_consulta 
{
    font-size: 12px;
    vertical-align: middle;
    color: #000000;
}

/**********************************************************************/
/******************************** LOGIN ********************************/
/**********************************************************************/

.login-form {
    width: 350px;
    padding: 30px 30px;
    background: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #000000;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    left: 369px;
    right: 378px;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    box-shadow: black 0px 0px 30px;
}

.caixa-texto {
    position: relative;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 50px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .form-control:focus, .form-control:focus + .fa {
        border-color: #10CE88;
        color: #10CE88;
    }

.form-group .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;
}

/**************
/***********************

/**************
/*********************************************************************
/******************************** MENU ********************************/
/**********************************************************************/

.wss_menu {
    position: absolute;
    background: #E0E0E3 url(../imagem/sidebar.png) repeat;
    width: 240px;
    float: left;
    border-top: none;
    border-left: none;
    margin: 0em;
    height: 300px;
}

    .wss_menu h3 {
        color: #1F1F20;
        float: left;
        width: 100%;
    }

    .wss_menu ul {
        clear: both;
        margin: 0;
        padding: 0;
        margin-bottom: 0.5em;
    }

    .wss_menu li {
        list-style: none;
        margin: 0 0 0 12%;
        padding: 0;
        line-height: 2em;
    }

        .wss_menu li a {
            color: #666666;
            padding-left: 25px;
            text-decoration: none;
            display: inline-block;
            height: 17px;
            text-shadow: 0 1px 0 #ffffff;
            margin: 2px 0;
            font-weight: 600;
        }

            .wss_menu li a:hover {
                color: #000000;
            }

    .wss_menu .menu_cabecalho {
        border-top: 1px solid #fcfcfc;
        border-bottom: 1px solid #c8c8cb;
        background: #efeff0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #fafafa));
        background: -ms-linear-gradient(bottom, #efeff0, #fafafa);
        background: -moz-linear-gradient(center bottom, #efeff0 0%, #fafafa 100%);
        background: -o-linear-gradient(bottom, #efeff0, #fafafa);
        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#efeff0')";
        border-left: none;
        color: #444;
        display: block;
        font-weight: bold;
        font-size: 13px;
        line-height: 2.5em;
        padding: 3px 3px 3px 15px;
        margin: 0em;
        text-transform: uppercase;
        text-shadow: 0 1px 0 #fff;
        /*Change the arrow direction if the item is collapsed*/
    }

        .wss_menu .menu_cabecalho:hover {
            background: #efeff0;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
            background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
            background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
            background: -o-linear-gradient(bottom, #efeff0, #ffffff);
            filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
        }

        .wss_menu .menu_cabecalho .label {
            float: right;
            margin-top: 0em;
            margin-right: 0.25em;
            line-height: 1.5em;
        }

/*************************** WSS_MENU ICONES ***************************/

.icone {
    color: #666;
    padding-right: .25em;
    line-height: 2.5em;
}

.icone_anuncio {
    background: url(../imagem/icone/anuncio.png) no-repeat center left;
}

.icone_campanha {
    background: url(../imagem/icone/campanha.png) no-repeat center left;
}

.icone_cliente {
    background: url(../imagem/icone/cliente.png) no-repeat center left;
}

.icone_configuracao {
    background: url(../imagem/icone/configuracao.png) no-repeat center left;
}

.icone_consulta_trafego {
    background: url(../imagem/icone/consulta.png) no-repeat center left;
}

.icone_consulta_visitante {
    background: url(../imagem/icone/consulta_visitante.png) no-repeat center left;
}

.icone_nota_fiscal {
    background: url(../imagem/icone/nota_fiscal.png) no-repeat center left;
}

.icone_venda_informada {
    background: url(../imagem/icone/lanc_venda_informada.png) no-repeat center left;
}

.icone_parceiro {
    background: url(../imagem/icone/parceiro.png) no-repeat center left;
}

.icone_questionario {
    background: url(../imagem/icone/questionario.png) no-repeat center left;
}

.icone_relatorio {
    background: url(../imagem/icone/relatorio.png) no-repeat center left;
}

.icone_shopping {
    background: url(../imagem/icone/shopping.png) no-repeat center left;
}

.icone_sair {
    background: url(../imagem/icone/sair.png) no-repeat center left;
}

.icone_sobre {
    background: url(../imagem/icone/sobre.png) no-repeat center left;
}

.icone_usuario {
    background: url(../imagem/icone/usuario.png) no-repeat center left;
}

.icone_visitante {
    background: url(../imagem/icone/visitante.png) no-repeat center left;
}

.icone_upload {
    background: url(../imagem/icone/upload.png) no-repeat center left;
}

.icone_nat_operacao {
    background: url(../imagem/icone/nat_operacao.png) no-repeat center left;
}

.icone_certificado {
    background: url(../imagem/icone/certificate.png) no-repeat center left;
}

.icone_manifestacao {
    background: url(../imagem/icone/manifestacao.png) no-repeat center left;
}

.icone_monitoramento {
    background: url(../imagem/icone/monitoramento.png) no-repeat center left;
}

/********************************************************************************/
/****************************** DESIGN COMPONENTES ******************************/
/********************************************************************************/

.logo {
    width: 300px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.borda_titulo {
    border-top: 2px #FFFFFF solid;
    border-bottom: 2px #FFFFFF solid;
}

.fundo_branco {
    background-color: #FFFFFF;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

/********************************************************************************/
/************************************ CORES  ************************************/
/********************************************************************************/

.amerelo {
    color: #FFD800;
}

.azul {
    color: #0026FF;
}

.branco {
    color: #FFFFFF;
}

.preto {
    color: #000000;
}

.vermelho {
    color: #FF0000;
}

/********************************************************************************/
/****************************** DESIGN DAS LABELS  ******************************/
/********************************************************************************/

.link {
    text-decoration: none;
    color: #C6C6C6;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
}

    .link:hover {
        text-decoration: underline;
        color: #8C918F;
    }

.alert {
    display: none;
    font-size: 12px;
    color: #f00;
    float: left;
}

.checkbox {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.label {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.label_aviso {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    color: #FF0000;
}

.label_cabecalho {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.label_cadastro {
    font-family: arial;
    color: #4c4c4c;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.label_grid {
    font-size: 12px;
    vertical-align: middle;
}

.label_informacao {
    font-family: arial;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background-color: #ff6b32;
    /*margin: 10px 0px;*/
    padding: 10px 15px;
    border: solid 1px #000000;
    border-radius: 5px;
}

.label_mensagem {
    font-family: arial;
    color: #2a00b5;
    font-size: 14px;
    font-weight: bold;
}

.label_nome {
    font-family: arial;
    color: #000000;
    font-size: 12px;
}

.label_titulo_formulario {
    font-family: arial;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
}

.label_bemvindo {
    color: #7F7F7F;
    font-size: 24px;
    font-weight: bold;
}

.label_bemvindo_usuario {
    color: #FF6400;
    font-size: 24px;
    font-weight: bold;
}

.radiobutton {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding-left: 2px !important;
    text-align: left !important;
}

.textbox {
    /*width: 100%;*/
    list-style: none;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    margin: 3px 0px;
    padding: 6px 12px; /*Espaçamento do texto com a borda do botão*/
    /* BORDA */
    border: 2px solid #A5A5A5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 100, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 100, .6);
    /* TEXTO */
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

    .textbox:hover {
        border: 2px solid #40A9DF;
        box-shadow: 0 0 1em #40A9DF;
        -webkit-box-shadow: 0 0 1em #40A9DF;
        -o-box-shadow: 0 0 1em #40A9DF;
        -moz-box-shadow: 0 0 1em #40A9DF;
    }

.textbox_desabilitado {
    /*width: 100%;*/
    list-style: none;
    line-height: 1.42857143;
    background-color: #e2e2e2;
    background-image: none;
    margin: 3px 0px;
    padding: 6px 12px; /*Espaçamento do texto com a borda do botão*/
    /* BORDA */
    border: 2px solid #A5A5A5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 100, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 100, .6);
    /* TEXTO */
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}


.textbox_obrigatorio {
    /*width: 100%;*/
    height: 30px;
    list-style: none;
    line-height: 1.42857143;
    background-color: #ffcccc;
    background-image: none;
    margin: 3px 0px;
    padding: 6px 12px; /*Espaçamento do texto com a borda do botão*/
    /* BORDA */
    border: 2px solid #A5A5A5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 100, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 100, .6);
    /* TEXTO */
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

    .textbox_obrigatorio:hover {
        border: 2px solid #CC3B3B;
        box-shadow: 0 0 1em #CC3B3B;
        -webkit-box-shadow: 0 0 1em #CC3B3B;
        -o-box-shadow: 0 0 1em #CC3B3B;
        -moz-box-shadow: 0 0 1em #CC3B3B;
    }

/********************************************************************************/
/****************************** DESIGN DOS BOTÕES  ******************************/
/********************************************************************************/

.botao {
    background: #3471b8;
    background-image: -webkit-linear-gradient(top, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    background-image: -moz-linear-gradient(top, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    background-image: -o-linear-gradient(top, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    background-image: linear-gradient(top bottom, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    padding: 5px 20px; /*Espaçamento do texto com a borda do botão*/
    border-color: #255184 #244f80 #1e4068;
    border-radius: 5px;
    cursor: pointer;
    /* TEXTO */
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

    .botao:hover { /*Definição de cores ao passar o mouse pelo botão*/
        background: #4c8ad3;
        background-image: -webkit-linear-gradient(top, #29609f, #5995da);
        background-image: -moz-linear-gradient(top, #29609f, #5995da);
        background-image: -o-linear-gradient(top, #29609f, #5995da);
        background-image: linear-gradient(top bottom, #29609f, #5995da);
    }

    .botao:active { /*Definição de cores ao precionar o botão*/
        background: #3d79c8;
        background-image: -webkit-linear-gradient(top, #216298, #3774c4 60%, #3d79c8);
        background-image: -moz-linear-gradient(top, #216298, #3774c4 60%, #3d79c8);
        background-image: -o-linear-gradient(top, #216298, #3774c4 60%, #3d79c8);
        background-image: linear-gradient(top bottom, #216298, #3774c4 60%, #3d79c8);
    }

.botao_alerta {
    background: #d02e17;
    background-image: -webkit-linear-gradient(top, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    background-image: -moz-linear-gradient(top, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    background-image: -o-linear-gradient(top, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    background-image: linear-gradient(top bottom, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    padding: 5px 20px; /*Espaçamento do texto com a borda do botão*/
    border-color: #942110 #902010 #741a0d;
    border-radius: 5px;
    cursor: pointer;
    /* TEXTO */
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

    .botao_alerta:hover { /*Definição de cores ao passar o mouse pelo botão*/
        background: #ee442c;
        background-image: -webkit-linear-gradient(top, #b32511, #f3533c);
        background-image: -moz-linear-gradient(top, #b32511, #f3533c);
        background-image: -o-linear-gradient(top, #b32511, #f3533c);
        background-image: linear-gradient(top bottom, #b32511, #f3533c);
    }

    .botao_alerta:active { /*Definição de cores ao precionar o botão*/
        background: #e63b1b;
        background-image: -webkit-linear-gradient(top, #a9110b, #de3819 60%, #e63b1b);
        background-image: -moz-linear-gradient(top, #a9110b, #de3819 60%, #e63b1b);
        background-image: -o-linear-gradient(top, #a9110b, #de3819 60%, #e63b1b);
        background-image: linear-gradient(top bottom, #a9110b, #de3819 60%, #e63b1b);
    }


.botao_titulo {
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    /*Texto*/
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.botao_lista {
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    /*Texto*/
    color: #4C4C4C;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.botao_social {
    background: #808080;
    background-image: -webkit-linear-gradient(top, #B2B2B2, #E5E5E5 50%, #CECECE 40%, #E5E5E5);
    background-image: -moz-linear-gradient(top, #B2B2B2, #E5E5E5 50%, #CECECE 40%, #E5E5E5);
    background-image: -o-linear-gradient(top, #B2B2B2, #E5E5E5 50%, #CECECE 40%, #E5E5E5);
    background-image: linear-gradient(top bottom, #B2B2B2, #E5E5E5 50%, #CECECE 40%, #E5E5E5);
    padding: 8px 30px; /*Espaçamento do texto com a borda do botão*/
    border-color: #939393 #8E8E8E #727272;
    border-radius: 5px;
    cursor: pointer;
    /* TEXTO */
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

.botao-semaforo{
    font-family: arial;
    font-size: 20px;
    font-weight: 700;
    borde: none;
    padding: 20px;
    cursor: pointer;
    border-radius: 20px;
}

.botao-verde{
    background: green;
    color: #ffffff;
    text-shadow: 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
    box-shadow: 0 5px 0 #006000;
}

.botao-verde:hover{
    background: #006000;
    color: #ffffff;
    box-shadow: 0 5px 0 #003f00;
}

.botao-verde:active{
    position: relative;
    top: 5px;
    box-shadow: 0 5px 0 #003f00;
}

.botao-amarelo{
    background: #d1d100;
    color: #ffffff;
    text-shadow: 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
    box-shadow: 0 5px 0 #c0c000;
}

.botao-amarelo:hover{
    background: #c1c100;
    color: #ffffff;
    box-shadow: 0 5px 0 #a0a000;
}

.botao-amarelo:active{
    position: relative;
    top: 5px;
    box-shadow: 0 5px 0 #aeae00;
}

.botao-vermelho{
  background: #d10000;
  color: #ffffff;
  text-shadow: 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
  box-shadow: 0 5px 0 #bb0000;
}

.botao-vermelho:hover{
    background: #bb0000;
    color: #ffffff;
    box-shadow: 0 5px 0 #a60101;
}

.botao-vermelho:active{
  position: relative;
  top: 5px;
  box-shadow: 0 5px 0 #a60101;
}

/**********************************************************************/
/************************* QUADRO DE MENSAGEM *************************/
/**********************************************************************/

.mensagem {
    padding: 0em;
    font-size: 1.5em;
    margin: 0em 0em;
    font-weight: normal;
    line-height: 1em;
    /*margin: 0em 0em .5em 0em;*/
}

.mensagem_atencao {
    display: block;
    width: 98%;
    margin: -5px 0;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F5F3BA url(../imagem/icone/alerta_atencao.png) no-repeat;
    background-position: 10px;
    border: 1px solid #C7A20D;
    color: #796616;
    padding: 5px 0;
    text-indent: 40px;
    font-size: 14px;
}

.mensagem_erro {
    display: block;
    width: 98%;
    margin: -5px 0;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(../imagem/icone/alerta_erro.png) no-repeat;
    background-position: 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 5px 0;
    text-indent: 40px;
    font-size: 14px;
}

.mensagem_informacao {
    display: block;
    width: 98%;
    margin: -5px 0;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #B5E5EF url(../imagem/icone/alerta_informacao.png) no-repeat;
    background-position: 10px;
    border: 1px solid #77BACE;
    color: #082B33;
    padding: 5px 0;
    text-indent: 40px;
    font-size: 14px;
}

.mensagem_sucesso {
    display: block;
    width: 98%;
    margin: -5px 0;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(../imagem/icone/alerta_sucesso.png) no-repeat;
    background-position: 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 5px 0;
    text-indent: 40px;
    font-size: 14px;
}

/********************************************************/
/********************* MODAL POPUP **********************/
/********************************************************/

.modal_background {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modal_popup {
    background-color: White;
    /*background-image: url(../imagem/design/caixa_popup.png);*/
    width: 470px;
    height: auto; /*180px;*/
    border: solid 2px black;
    border-radius: 20px;
    box-shadow: black 0px 0px 50px;
}

.modal_popup_selecionar_imagem {
    background-color: White;
    width: 600px;
    height: auto;
    padding: 20px;
    border: solid 2px black;
    border-radius: 20px;
    box-shadow: black 0px 0px 50px;
}

.modal_botao_fechar {
    position: absolute;
    padding: 0px 0px 0px 460px;
}

.modal_titulo_mensagem {
    position: relative;
    text-align: center;
    padding: 20px;
    color: Red;
    font: bold 20px "Arial";
}

.modal_mensagem {
    position: relative;
    text-align: center;
    padding: 5px 20px 20px 20px;
    color: #4c4c4c;
    font: bold 12px "Arial";
}

/********************************************************/
/***************** LAYOUTO DO CALENDÁRIO ****************/
/********************************************************/

.Calendario {
    background-color: #E5E5E5;
    border: solid 1px #000000;
    width: 230px;
}

.Calendario .ajax__calendar_header {
    background-color: #FFFFFF;
    margin-bottom: 4px;
    border: solid 1px #000000;
    width: 220px;
}

    /*STILO DO MÊS E ANO NO TITULO DO CALENDÁRIO*/
    .Calendario .ajax__calendar_title,
    .Calendario .ajax__calendar_next,
    .Calendario .ajax__calendar_prev {
        color: #000000; /*#004080;*/
        padding-top: 3px;
    }

    /*QUADRO DO CALENDÁRIO*/
    .Calendario .ajax__calendar_body {
        background-color: #FFFFFF;
        border: solid 1px #000000;
        width: 220px;
    }

    .Calendario .ajax__calendar_dayname {
        text-align: center;
        font-weight: bold;
        margin-bottom: 4px;
        margin-top: 2px;
        font-size: 12px;
        height: 17px;
        width: 27px;
        padding: 0 1px;
        margin-left: 2px;
    }

    .Calendario .ajax__calendar_day {
        text-align: center;
        font-size: 12px;
        width: 25px;
    }

    .Calendario .ajax__calendar_hover .ajax__calendar_day,
    .Calendario .ajax__calendar_hover .ajax__calendar_month,
    .Calendario .ajax__calendar_hover .ajax__calendar_year,
    .Calendario .ajax__calendar_active {
        color: #FFFFFF; /*#004080;*/
        font-weight: bold;
        background-color: #007DBE; /*#B2C9FF;*/
    }

    .Calendario .ajax__calendar_today {
        font-weight: bold;
        text-align: center;
        width: 220px;
    }

    .Calendario .ajax__calendar_other {
        color: #D8D8D8; /*este campo deve conter a mesma cor do calendário, para não ser visualizado na tela*/
    }

/********************************************************/
/******************** TAB CONTAINER *********************/
/********************************************************/

.fancy-green .ajax__tab_header
{
	background: url("../imagem/design/green_bg_Tab.gif") repeat-x;
	cursor:pointer;
}
.fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer
{
	background: url("../imagem/design/green_left_Tab.gif") no-repeat left top;
}
.fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner
{
	background: url("../imagem/design/green_right_Tab.gif") no-repeat right top;
}
.tabcontainer .ajax__tab_header
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: sans-serif;

	text-align: left;
	padding: 0px 10px;
}
.tabcontainer .ajax__tab_active .ajax__tab_outer, .tabcontainer .ajax__tab_header .ajax__tab_outer, .tabcontainer .ajax__tab_hover .ajax__tab_outer
{
	height: 46px;
}
.tabcontainer .ajax__tab_active .ajax__tab_inner, .tabcontainer .ajax__tab_header .ajax__tab_inner, .tabcontainer .ajax__tab_hover .ajax__tab_inner
{
	height: 46px;
	margin-left: 16px; /* offset the width of the left image */
}
.tabcontainer .ajax__tab_active .ajax__tab_tab, .tabcontainer .ajax__tab_hover .ajax__tab_tab, .tabcontainer .ajax__tab_header .ajax__tab_tab
{
	margin: 16px 16px 0px 0px;
}
.tabcontainer .ajax__tab_hover .ajax__tab_tab, .tabcontainer .ajax__tab_active .ajax__tab_tab
{
	color: #fff;
}
.tabcontainer .ajax__tab_body
{
	font-family: Arial;
	font-size: 10pt;
	border-top: 0;
	/*border:1px solid #4582C4;
	padding: 8px;*/
	background-color: #ffffff;
}

/**********************************************************************/
/*************************** FIM DO ARQUIVO ***************************/
/**********************************************************************/

a:hover {
    text-decoration: none;
}

h1 {
    color: #4d5b76;
    font-size: 3em;
}

h2 {
    font-size: 1.75em;
    color: #3a4a53;
}

h3 {
    font-size: 1.25em;
}

hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

label {
    font-weight: normal;
}

.text-sm {
    font-size: .8em;
}

.padding-top {
    padding-top: 1em;
}

.padding-bottom {
    padding-bottom: 1em;
}

.padding-right {
    padding-right: 1em;
}

.padding-left {
    padding-left: 1em;
}

.padding-top-small {
    padding-top: .5em;
}

.padding-bottom-small {
    padding-bottom: .5em;
}

.padding-right-small {
    padding-right: .5em;
}

.padding-left-small {
    padding-left: .5em;
}

.label.header-label {
    display: block;
    margin-bottom: 1em;
}

.label.img-label {
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*Navbar*/
.navbar-collapse {
    position: relative;
    z-index: 9999;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #ffffff;
    background-color: #ffffff;
}

.navbar {
    -webkit-box-shadow: 0px 0px 3px #cccccc;
    -moz-box-shadow: 0px 0px 3px #cccccc;
    box-shadow: 0px 0px 3px #cccccc;
    padding: 0em 1em;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border-bottom: none;
}

    .navbar .nav > li > a {
        color: #ffffff;
        text-shadow: none;
    }

    .navbar .nav > li:hover {
        background-color: #444;
    }

    .navbar .nav > li > a:hover {
        color: #fff;
    }

    .navbar .dropdown-menu a:hover {
        background: none;
        color: #000;
    }

    .navbar .nav li.dropdown.open > .dropdown-toggle {
        background-color: #444;
        color: #fff;
    }

.navbafr {
    position: relative;
    z-index: 20;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 3px #cccccc;
    -moz-box-shadow: 0px 0px 3px #cccccc;
    box-shadow: 0px 0px 3px #cccccc;
    padding: 0em 1em;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border-bottom: none;
}

    .navbafr .brand {
        text-shadow: none;
    }

    .navbafr .nav {
        margin-right: -2em;
    }

        .navbafr .nav > li > a {
            color: #fff;
            text-shadow: none;
        }

        .navbafr .nav > li:hover {
            background-color: #444;
        }

        .navbafr .nav > li > a:hover {
            color: #fff;
        }

    .navbafr .dropdown-menu a:hover {
        background: none;
        color: #000;
    }

    .navbafr .nav li.dropdown.open > .dropdown-toggle {
        background-color: #444;
        color: #fff;
    }

.breadcrumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    margin-bottom: .5em;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
    font-size: .75em;
}

.page-content {
    padding: 1em;
}

.nav-tabs > li {
    margin-bottom: -2px;
}
/*Quick Toolbar*/
.btn-toolbar.quick-toolbar {
    float: right;
}

    .btn-toolbar.quick-toolbar .btn {
        width: 60px;
        height: 60px;
        display: inline-block;
    }

.btn-toolbar.list-toolbar {
    margin-bottom: 1em;
}

.stats {
    float: right;
}

    .stats p.stat {
        margin: 1em 0em 0em 1em;
    }

    .stats .stat {
        float: left;
        margin-left: 1em;
        line-height: 2.5em;
        font-size: .9em;
    }

        .stats .stat .label {
            font-size: 1em;
        }

        .stats .stat .number {
            font-weight: bold;
            margin-right: .5em;
            padding: .5em;
            border: 1px solid #ccc;
            background: #eeeeee;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e3e3), color-stop(1, #ffffff));
            background: -ms-linear-gradient(bottom, #e3e3e3, #ffffff);
            background: -moz-linear-gradient(center bottom, #e3e3e3 0%, #ffffff 100%);
            background: -o-linear-gradient(bottom, #e3e3e3, #ffffff);
            filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e3e3e3')";
            -webkit-box-shadow: 1px 1px 0px #ffffff;
            -moz-box-shadow: 1px 1px 0px #ffffff;
            box-shadow: 1px 1px 0px #ffffff;
            text-shadow: 1px 1px 1px #fff;
        }

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*Blocks*/
.panel {
    border: 1px solid #ccc;
    background: white;
    border-radius: 3px;
}

.dialog .panel {
    -webkit-box-shadow: 1px 1px 0px #ffffff;
    -moz-box-shadow: 1px 1px 0px #ffffff;
    box-shadow: 1px 1px 0px #ffffff;
}

.panel .panel-heading {
    height: 35px;
    border-bottom: 1px solid #ccc;
    border-left: none;
    color: #333;
    display: block;
    margin-bottom: 0px;
    text-shadow: none;
    text-transform: none;
    font-size: .85em;
    line-height: 1.5em;
    background: #efefef;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(1, #fafafa));
    background: -ms-linear-gradient(bottom, #efefef, #fafafa);
    background: -moz-linear-gradient(center bottom, #efefef 0%, #fafafa 100%);
    background: -o-linear-gradient(bottom, #efefef, #fafafa);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#efefef')";
    box-shadow: inset 0px 1px 1px white;
}

    .panel .panel-heading:not(.no-collapse):hover {
        background: #efefef;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #fafafa));
        background: -ms-linear-gradient(bottom, #e2e2e2, #fafafa);
        background: -moz-linear-gradient(center bottom, #e2e2e2 0%, #fafafa 100%);
        background: -o-linear-gradient(bottom, #e2e2e2, #fafafa);
        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#e2e2e2')";
    }

    .panel .panel-heading .panel-icon {
        border-right: 1px solid #AAA;
        box-shadow: 1px 0px 1px #fff;
        border-left: none;
        text-align: center;
        padding-left: 1em;
        line-height: 2em;
        margin-top: -0.25em;
    }

        .panel .panel-heading .panel-icon a {
            padding: 0em;
        }

        .panel .panel-heading .panel-icon [class*="icon-"] {
            padding: 0em 1em;
            line-height: 1em;
        }

        .panel .panel-heading .panel-icon.pull-right {
            border-left: 1px solid #AAA;
            border-right: none;
            box-shadow: inset 1px 0px 1px #fff;
        }

    .panel .panel-heading h1 {
        float: left;
        padding: 0em;
        font-size: 1.5em;
        margin: 0.2em 0em;
        font-weight: normal;
        line-height: 1em;
    }

    .panel .panel-heading .label {
        float: right;
        line-height: 1.5em;
        -webkit-box-shadow: 1px 1px 0px #ffffff;
        -moz-box-shadow: 1px 1px 0px #ffffff;
        box-shadow: 1px 1px 0px #ffffff;
    }

p.panel-heading,
a.panel-heading,
.panel-heading a {
    color: #505050;
    display: block;
    outline: none;
}

    a.panel-heading:hover,
    .panel-heading a:hover {
        color: #505050;
    }

.panel-body {
    min-height: .25em;
}

    .panel-body h1,
    .panel-body h2,
    .panel-body h3,
    .panel-body h4,
    .panel-body h5,
    .panel-body h6,
    .panel-body table {
    }

    .panel-body.collapse {
        margin-top: 0em;
        margin-bottom: 0em;
    }


.panel-titulo {
    position: relative;
    background-color: transparent; /* #000000*/
    width: 100%;
    height: 30px;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    /* texto */
    font-weight: bold;
    text-align: right;
}

.panel-corpo {
    padding: 10px;
}

.panel-rodape {
    padding: 5px 15px;
}

.panel-azul {
    border-color: #428bca;
}

    .panel-azul > .panel-titulo {
        color: #ffffff;
        /*background-color: #428bca;
        background-image: linear-gradient(#428bca, #00133f);*/
        background-image: linear-gradient(#004C76, #0067A1);
    }


/*Buttons*/
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-primary {
    background-color: #414959;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5568), to(#414959));
    border: 1px solid #363d4a;
    font-weight: normal;
}

    .btn-primary:hover {
        background-color: #414959;
        *background-color: #414959;
    }

.btn-danger {
    background-color: #553333;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653d3d), to(#553333));
    border: 1px solid #452929;
    font-weight: normal;
}

    .btn-danger:hover {
        background-color: #553333;
        *background-color: #553333;
    }

.btn-success {
    background-color: #556665;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#617473), to(#556665));
    border: 1px solid #495857;
    font-weight: normal;
}

    .btn-success:hover {
        background-color: #556665;
        *background-color: #556665;
    }

.btn-warning {
    background-color: #aaaa55;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b366), to(#aaaa55));
    border: 1px solid #99994d;
    font-weight: normal;
}

    .btn-warning:hover {
        background-color: #aaaa55;
        *background-color: #aaaa55;
    }

.well {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 0px #ffffff;
    -moz-box-shadow: 1px 1px 0px #ffffff;
    box-shadow: 1px 1px 0px #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/*Faq*/
.faq-content ul,
.faq-content ol {
    padding-left: 1.5em;
}

    .faq-content ul .top,
    .faq-content ol .top {
        float: right;
        line-height: 1.25em;
        padding: .75em 0em;
    }
/*Gallery*/
.gallery {
    text-align: center;
}

    .gallery > img {
        margin: .5em .5em .5em .5em;
    }

.img-polaroid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.dialog {
    margin: 0px auto;
    margin-top: 5em;
    float: none;
    max-width: 400px;
}

    .dialog input[type="checkbox"] {
        margin: 0px;
    }

    .dialog .alert {
        margin-bottom: 1em;
    }

    .dialog form {
        margin-bottom: 0px;
    }

    .dialog .remember-me {
        padding: .5em 0em 0em 0em;
    }
/*input[type="text"], input[type="password"] {*/
/*.rounded(0px);*/
/*}*/
/*Alerts*/


.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: .5em 1em;
    margin-top: 1em;
    border: 1px solid #f2e187;
    background: #f7ecb5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
    background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
    background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
    background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
}

    .alert .close {
        right: -0.25em;
    }

    .alert.alert-error {
        border: 1px solid #712d2d;
        background: #963b3b;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
        background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
        background: -moz-linear-gradient(center bottom, #963b3b 0%, #b84c4c 100%);
        background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
        color: white;
        text-shadow: none;
    }

    .alert.alert-info {
        border: 1px solid #85c5e5;
        background: #afd9ee;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
        background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
        background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
        background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
    }

    .alert.alert-success {
        border: 1px solid #a3d48e;
        background: #c1e2b3;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
        background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
        background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
        background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
    }

.knob-container > div {
    display: block !important;
    margin: auto;
}
/*Error Pages*/
.http-error {
    margin-top: 5em;
    text-align: center;
    color: #444;
}

    .http-error h1 {
        font-size: 5em;
        line-height: 1em;
        text-shadow: 1px 1px 0px #fff;
        color: #444;
    }

    .http-error p {
        margin: 0px;
    }

    .http-error .info {
        font-size: 2em;
        line-height: 1.5em;
        margin-bottom: 1em;
    }

    .http-error i {
        font-size: 3em;
        line-height: .75em;
        text-shadow: 1px 1px 0px #fff;
    }
/*Model*/
.modal {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .modal.small .modal-dialog {
        width: 370px;
    }

        .modal.small .modal-dialog .modal-body {
            padding: 1em;
            margin-top: 1em;
        }

    .modal .modal-icon {
        vertical-align: middle;
        font-size: 3em;
        float: left;
        margin-right: .25em;
    }

    .modal:focus {
        outline: none;
    }

    .modal .modal-header h3 {
        font-size: .95em;
        padding: 0em;
        margin: 0em;
    }

    .modal .modal-footer {
        padding: .75em;
    }

    .modal .modal-body {
        padding: 2em;
    }

    .modal p {
        margin: 0em;
        line-height: 1.5em;
    }
/*Search*/
.search-well form {
    margin: 1em 0em 1.5em 0em;
}

.search-well label {
    margin-bottom: 0px;
    vertical-align: middle;
}
/*Table of Contents*/
.toc {
    margin-bottom: 2em;
}

    .toc h3 {
        font-size: 1em;
        margin-top: 0em;
        padding-top: 0em;
        line-height: 1.4em;
    }

    .toc h4 {
        color: #555;
        font-size: 1em;
        margin-top: 0em;
        padding-top: 0em;
        line-height: 1.4em;
        margin-bottom: 0em;
        padding-bottom: 0em;
    }
/*Dashboard Stats*/
.stat-widget-container {
    text-align: center;
}

    .stat-widget-container .stat-widget {
        width: 25%;
        float: left;
    }

        .stat-widget-container .stat-widget .stat-button {
            position: relative;
        }

            .stat-widget-container .stat-widget .stat-button .title {
                font-size: 2em;
                font-weight: bold;
                color: #999;
            }

            .stat-widget-container .stat-widget .stat-button .detail {
                font-size: 1.5em;
                color: #555;
            }

table.table.list tr:first-child td {
    border-top: 0px;
}

.table-first-column-check td:first-child,
.table-first-column-number td:first-child,
.table-first-column-check th:first-child,
.table-first-column-number th:first-child {
    width: 16px;
    text-align: center;
}
/* Tweaks for mobile */
@media (max-width: 768px) {
    .content {
        margin: 0em;
    }

    .wss_menu {
        float: none;
        width: auto;
        position: relative;
    }

    h1 {
        text-align: center;
    }

    .stats {
        text-align: center;
        margin-top: .5em;
        margin-bottom: 2em;
        float: none;
    }

        .stats .stat {
            float: none;
            display: inline;
        }

    .stat-widget-container .stat-widget {
        font-size: .5em;
    }
}

@media (max-width: 851px) {
    .stat-widget-container .stat-widget {
        font-size: .75em;
    }
}

@media (max-width: 767px) {
    footer hr {
        margin-left: 0em;
        margin-right: 0em;
    }

    .navbar .nav > li > ul {
        margin-left: 1.65em;
    }

    .navbar .nav > li:hover {
        background-color: transparent;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: transparent;
    }

    .wss_menu {
        display: none;
    }
}

@media (max-width: 604px) {
    body.http-error {
        font-size: .5em;
    }

    .dialog,
    .row .dialog {
        max-width: 300px;
    }
}
/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout-right {
    border-right: 5px solid #eee;
    border-left: 0px;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}
