body {
    background: #f8f8f8;
}

.nav > li > a {
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.navbar-custom {
    background-color:#2196f3;
    color:#ffffff;
    border-radius:0;
}
.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}       

.navbar-mc {
    min-height: 0;
    padding-top: 5px;
    padding-bottom:5px;
    margin-bottom:5px;
}

.navbar-mc .form-group {
    margin-bottom: 0;
}

.navbar-mc .btn {
    margin: 0;
    margin-left:4px;
}

.navbar-brand-mc {
    font-size: 15px;
    padding: 0;
    height:auto;
    margin-left:0!important; 
}


.gridpequeno { margin-bottom: 10px }
.gridpequeno table.dataTable tbody th,
.gridpequeno table tbody th,
.gridpequeno table tbody td, 
.gridpequeno table.dataTable tbody td 
{
    font-size: 12px;
    padding : 3px 10px ;

}

.gridpequeno table.dataTable thead th, 
.gridpequeno table.dataTable tfoot th,
.gridpequeno table thead th, 
.gridpequeno table tfoot th
{
    font-size: 12px;
    padding : 4px 10px;

}

.navbar-inverse {
    background: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    border: 1px solid #fff;
   /* margin-left: 10px;
    margin-right: 10px;*/
}

.navbar-inverse .navbar-brand
{
    color : #fff;
}

.table-striped  > tbody > tr.selecionado{ background-color: red } 

.pagination-sm {
    margin: 0;
}

/*
.dropdown-menu{
    background-color: #286090;
    border-color: #204d74;
    color : #fff;

}*/

.abas .nav-tabs.nav-justified > .active > a {
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    color: #fff;
}
.abas .tab-content > .active {
   /* border :   1px solid #337ab7;*/
    overflow: hidden;
    padding-top: 10px;
}
.abas .form-group {
    /*overflow: hidden;*/
}

.espacodireita {
    margin-right: 5px;
}

.espacodireita-10 {
    margin-right: 10px;
}

.bg-vermelho {
    background: #b92c28;
}
.bg-verde {
    background: #084414;
}
.bg-roxo {
    background: #490832;
}
.bg-cinza {
    background: #808080;
}
.bg-amarelo {
    background: #f2eb24;
}
.bg-laranja {
    background: #FF8C00;
}


.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}


html {
    overflow-x: hidden;
}

/* === Header azul institucional === */
.navbar-default {
    background: linear-gradient(to bottom, #337ab7 0%, #2b5d8e 100%);
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-top-links > li > a {
    color: #fff;
}

.navbar-default .navbar-top-links > li > a:hover,
.navbar-default .navbar-top-links > li > a:focus {
    color: #fff;
    background: rgba(255,255,255,0.15);
}

.navbar-toggle-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 1;
    float: left;
}

.navbar-toggle-menu:hover,
.navbar-toggle-menu:focus {
    background: rgba(255,255,255,0.15);
    color: #fff;
    outline: none;
}

.badge-notify {
    position: absolute;
    top: 8px;
    right: 4px;
    background: #d9534f;
    color: #fff;
    font-size: 10px;
    border-radius: 8px;
    padding: 2px 5px;
    min-width: 16px;
    text-align: center;
}

.user-name-text {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

/* Navbar flex layout */
.navbar-static-top {
    overflow: visible;
}

.navbar-static-top > div:first-child {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-static-top .navbar-header {
    float: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.navbar-static-top .navbar-top-links.navbar-right {
    float: none !important;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
}

.navbar-static-top .navbar-top-links > li {
    white-space: nowrap;
}

.navbar-static-top .navbar-top-links > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Overlay when sidebar is expanded */
body.sidebar-overlay::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    z-index: 999;
    opacity: 0.5;
    transition: opacity 0.3s;
    pointer-events: all;
}

body.sidebar-overlay-hidden::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

/* === Mini-Sidebar === */
.sidebar-mini {
    position: fixed;
    top: 51px;
    left: 0;
    bottom: 0;
    width: 60px;
    background: #fff;
    border-right: 1px solid #ddd;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.3s ease;
}

.sidebar-mini.sidebar-expanded {
    width: 250px;
}

.sidebar-mini .sidebar-text {
    display: none;
}

.sidebar-mini.sidebar-expanded .sidebar-text {
    display: inline-block;
}

.sidebar-mini .nav > li > a {
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    color: #555;
    display: block;
}

.sidebar-mini.sidebar-expanded .nav > li > a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
}

.sidebar-mini.sidebar-expanded .nav > li > a > i:first-child {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.sidebar-mini.sidebar-expanded .nav > li > a .sidebar-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-mini .nav > li {
    border-bottom: 1px solid #eee;
}

.sidebar-mini .sidebar-header {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #337ab7;
}

/* Content area offset */
#page-wrapper {
    margin-left: 60px;
    transition: margin-left 0.3s ease;
}

body.sidebar-open #page-wrapper {
    margin-left: 250px;
}

/* === Hover/Active States === */
.sidebar-mini .nav > li > a:hover {
    background: #f5f5f5;
    color: #337ab7;
}

.sidebar-mini .nav > li.active > a,
.sidebar-mini .nav > li > a.active {
    border-left: 3px solid #337ab7;
    background: #f0f4f8;
    color: #337ab7;
}

.sidebar-mini .nav-second-level > li > a {
    padding: 8px 15px 8px 37px;
    font-size: 13px;
    color: #666;
}

.sidebar-mini .nav-second-level > li > a:hover {
    background: #f5f5f5;
    color: #337ab7;
}

.sidebar-mini .nav-second-level {
    background: #fafafa;
}

/* === Mobile responsiveness === */
@media (max-width: 767px) {
    .sidebar-mini {
        left: -60px;
    }

    .sidebar-mini.sidebar-expanded {
        left: 0;
        width: 250px;
    }

    #page-wrapper {
        margin-left: 0;
    }

    body.sidebar-open #page-wrapper {
        margin-left: 0;
    }
}

/*
 * Page: Login & Register
 * ----------------------
 */
 .login-logo,
 .register-logo {
   font-size: 35px;
   text-align: center;
   margin-bottom: 25px;
   font-weight: 300;
 }
 .login-logo a,
 .register-logo a {
   color: #444;
 }
 .login-page,
 .register-page {
   background: #d2d6de;
 }
 .login-box,
 .register-box {
   width: 360px;
   margin: 0% auto;
   
 }
@media (max-width: 768px) {
    .login-box,
    .register-box {
      width: 90%;
      margin-top: 20px;
    }
  }
  .login-box-body,
  .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border: 1px solid #2e6da4;
    margin-top: 30%;
  }
  .login-box-body .form-control-feedback,
  .register-box-body .form-control-feedback {
    color: #777;
  }
  .login-box-msg,
  .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
  }
  .social-auth-links {
    margin: 10px 0;
  }
 
  .titulo-sistema-login {
     color: #fff;
     margin:auto;
     margin-top:20px;
     width: 360px;
     font-size: 20px;
  }
 
  .titulo-sistema-home {
      margin-top: 12px;
      float: left;
      margin-left: 20%;
      width: 360px;
      font-size: 20px;
  }
 
 
 @media only screen and (max-width: 1000px) {
     .titulo-sistema-home {
        display: none;
     }
 }

.white-space-pre-line {
    white-space: pre-line;
}


.panel-title {
    font-size: 14px;
}

.panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* .panel-body {
    padding: 3px;
    transition: all 2s;
} */

.col-topo {
    width:99.5%;
}




.input-sm, select.input-sm {
    height: 28px;
}

.novocadastro .form-inline {
    overflow: hidden;
}

.novocadastro label {
    margin-right: 10px;
}

.novocadastro .form-inline .form-control {
    width: 100%;
}

.novocadastro .form-group {
    margin-right: 10px;
    margin-bottom: 10px;
}
.novocadastro .input-group {
    display: table;
}
.novocadastro .panel {
    margin-bottom: 0;
}

.novocadastro .panel-heading .form-group {
    width: 100%;
    margin-bottom: 0;
}

.novocadastro .panel-heading .input-group {
    width: 90%;
    display: table;
}

.novocadastro .panel-heading .input-group .input-group-addon {
    width: 3%;
}

.novocadastro fieldset {
    border: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

