.navbar-default{
    background-color: #337ab7 !important;
    max-height: 50px !important;
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #337ab7 !important;
    color: #ffffff !important;
}
.navbar-default .navbar-brand{
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #337ab7;

}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.menu{
    background-color: #f8f8f8;
    margin-top: 33px;
    border-bottom: 1px solid #e7e7e7;
}

.menu .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}
/*
.panel-heading{

    padding: 6px 10px;
}

.panel-body {
    padding: 15px 10px;
}
*/

.dropdown-menu > li.user-header
{
    width: 330px;
    height: 175px;
    padding: 10px;
    background: #337ab7;
    text-align: center;
    margin-top: -5px;
}

.dropdown-menu > li.user-header > img
{
    z-index: 5;
    width: 90px;
    height: 90px;
    border: 8px solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu > li.user-header > p
{
    z-index: 5;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    text-shadow: 2px 2px 3px #333333;
    margin-top: 10px;
}

.dropdown-menu > li.user-header > p > small
{
    display: block;
    font-size: 12px;
}


footer{
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;

    text-align: center;
    font-size: 11px;
    font-style: italic;
}

body{
    background: url("../img/bg.png");
    font-size: 13px;
}


.modal-body .tab-content{
    overflow: scroll;
    overflow-x: hidden;
}

form .error {
    color: #d9534f;
}
.msg{
    text-align: left;
    font-weight: bold;
}


/*
 *   ESTILO DA P�GINA DE LOGIN
 */

.formulario td{
    vertical-align: middle !important;
}

.body-login .titulo {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 6% auto 10px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.7);
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: normal;
}
.body-login {
    text-align: center;
    background: url("../img/bg2.jpg") center center fixed #444;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.body-login .container {
    background: #fff;
    padding: 20px 30px;
    width: 440px;
    border-radius: 5px;
    margin: 0 auto;
}

.body-login .input-group{
    margin: 10px 0;
}

#grid th:last-child {
    text-align: center;
    width: 8% !important;
}

#grid td:last-child {
    text-align: center;
    width: 8% !important;
}


.tab-content > .active {
    padding-top: 20px;
}

#menu{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

header{
    min-height: 80px;
}

.lembrete {
    /* General */
    margin: 0;
    /* Padding: Top/Bottom Left/Right */
    padding: 8px 24px;
    /* Width: Adjust to your purpose */
    width: 100%;
    min-height: 550px;
    /* Uncomment the following line if you'd like to maintain a square  shape */
    /* height: 380px; */
    /* Font: After importing font, put font's name in single quotes */
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 1.4em;
    /* Border */
    border:1px #E8Ds47 solid;
    /* Shadow */
    -moz-box-shadow:0px 0px 6px 1px #333333;
    -webkit-box-shadow:0px 0px 6px 1px #333333;
    box-shadow:0px 0px 6px 1px #333333;
    /* Background */
    background: #fefdca; /* Old browsers */
    background: -moz-linear-gradient(top, #fefdca 0%, #f7f381 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdca), color-stop(100%,#f7f381)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefdca 0%,#f7f381 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefdca 0%,#f7f381 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fefdca 0%,#f7f381 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdca', endColorstr='#f7f381',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fefdca 0%,#f7f381 100%); /* W3C; A catch-all for everything else */
}

.lembrete p {
    /* Text-Align: align the heading to the center */
    text-align: center;
}

.lembrete ol {
    /* Margin: Distance from top of list to heading */
    margin: 12px;
}

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.bg-aqua {
    background-color: #00c0ef !important
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-orange {
    background-color: #FF8C00 !important;
}

.small-box > .inner {
    padding: 10px;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    color: #fff;
}

.small-box p {
    font-size: 15px;
    color: #fff;
}

.small-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.panel-heading {
    font-weight: bold;
}

.datepicker {
    z-index: 10000 !important;
}

@media print {
    nav, .navbar-nav, .navbar, .menu, .navbar-fixed-top{
        display: none;
        border: none;
    }
    .container-fluid{
        margin: 0 !important;
    }
    #panelPrincipal .panel-heading{
        display: none;
    }
    #panelPrincipal, .navbar-fixed-top{
        border: none !important;
    }

    #panelPrincipal tr td:last-child,
    #panelPrincipal tr th:last-child{
        display: none;
    }
}

.box-evento
{
    height: 150px;
    background-color: #1f7bb6;
    border-radius: 5px;
    border: 1px solid #1f7bb6;
    margin: 5px;
    cursor: pointer;
}

/*.box-evento:hover*/
/*{*/
    /*-webkit-transition:color .2s ease-out;*/
/*}*/

.box-evento-img
{
    background-color: #fff;
    height: 148px;
    border-radius: 5px 0 0 5px;
    line-height: 148px;
}

.box-evento img
{
    max-width: 100%;
    max-height: 135px;
    vertical-align: middle;
}

.box-evento-titulo
{
    height: 140px;
    display: table;
}

.box-evento-titulo h3
{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/* Anima��o*/

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.formulario th{
    width: auto !important;
}

table .formulario{
    width: 100% !important;
}

.table>thead>tr>th{
    padding: 8px !important;
}

.container-fluid{
    margin-bottom: 70px !important;
}

