body {
  background: #efeeee !important;
}

a {
  color:#0176a1;
}

a:hover,a:focus {
  color:purple;
}

label{
  margin-bottom:1px;
}

 /* Table */
.datagrid table { 
  border-collapse: collapse; 
  text-align: left; 
  width: 100%; 
}
.datagrid {
  background: #fff;
  overflow: hidden;
  border: 1px solid #006699;
  /*border: 1px solid #dfd7ca;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.datagrid table td, .datagrid table th { 
  padding: 3px 10px; 
}
.datagrid table thead th {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
  background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color:#006699;
  color:#FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #0070A8;
} 
.datagrid table thead th:first-child {
  border-left: none; 
}
.datagrid table tbody td {
  color: #3E3F3A; 
  border-left: 1px solid #E1EEF4;
  font-size: 13px;
  border-bottom: 1px solid #E1EEF4;
  font-weight: normal; 
  padding: 6px;
}
.datagrid table tbody td:first-child {
  border-left: none; 
}
/*.datagrid table tbody tr:last-child td {
  border-bottom-color: #006699;
}*/
.table {
    margin-bottom: 2px;
    table-layout: fixed;
}
.table tbody tr td {
  word-wrap:break-word;
}
.pagination {
    font-size: 9px;
    margin: 2px 3px 0px 0px;
}
.pagination>li>a, .pagination>li>span {
  padding: 8px 12px;
}
.datagrid-header{
  position: relative;
}
.datagrid-header .left {
    position:absolute;
    left:0px;
    bottom:0px;
}
.datagrid-header .center {
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:0px;
}
.datagrid-header .right {
    position:absolute;
    right:0px;
    bottom:0px;
}


/* Button */

/*Botões alinhados com outros campos*/
.btn-input {
  line-height: 1.5;
}
.btn-sm.btn-vinculo{
  padding-top:0.7px;
  padding-bottom:0.7px;
  border-radius: 0;
}


/* input */
/*Alinhar somente texto*/

input{
  padding:3px 10px;
}
.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.ui-notification {
	width:600px;
	text-align:center;
	border-radius:5px;
}

.color-awesome {
  font-size:40px;
  color:#03c4fd;
}

.modal-header {
  padding-bottom: 3px;
}

.modal-dialog-default {
    width: 60%;
}

.container2 {
  margin-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navbar-default {
    background-color: #0f4a64;
    box-shadow: 0px 3px 10px #888888;
}

.navbar-default .navbar-nav>li>a {
    color: #eaeaea;
}

.panel .panel-heading, .panel .panel-title {
  background:#016e96;
  font-size: 15px;
}

.panel-modal-default {
  background: none;
  padding: 8px 9px;
  line-height: 10px;
  font-size: 13px;
  font-weight: 500;
}

.panel-modal-border {
    border-color: #dfd7ca;
}
.column-order:after {
  content: '\2193';
}

.column-order.reverse:after {
  content: '\2191';
}

.navbar {
    background: #025a7e;
    background: linear-gradient(to right, #025577, 75%, #0176a1);
    border-bottom: 1px #025a7e;
    border-left: 1px #025a7e;
    border-right: 1px #025a7e;
    border-top: 1px #025a7e;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 13px 50px 0px 0px;
    text-align: center;
    margin: auto;
    font-size: 30px;
}

.logo {
    max-height:70px;
    margin-top: 14.5%;
}

.itens-menu {
  font-size:14px;
}

.navbar-right-r {
  float:right !important;
  margin-right:-255px;
  padding-top: 34px;
  /*font-size:5px;*/
}

.navbar-nav>li>a {
  padding-bottom:1px;
}

/*Consultas de mídia*/

@media screen and (max-width:1199px) {
  
  .navbar-brand {
    font-size:22px;
  }

}

@media screen and (max-width:991px) {
  
  .navbar-brand {
    font-size:15px;
  }
  
  .itens-menu {
    font-size:11px;
  }
  
  .navbar-right-r {
    margin-right:-303px;
  }
  
  .ca-menu {
    max-width: 600px;
  }
  
}

@media screen and (max-width:767px) {
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color:#ffffff;
  }
    
  .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
    padding:2px 15px 2px 25px
  }
  
  .pos-panel {
    position:relative;
  }
  
  .logo {
    display:none;
  }
  
  .navbar-brand {
    font-size:16px;
  }
  
  .itens-menu {
    font-size:12px;
  }
  
  .navbar-right-r {
    display:none;
  }
}

@media screen and (max-width:479px) {
  .navbar-brand {
    font-size:12px;
  }
}

@media screen and (min-width:992px) {

  a.accordion {
    display:none;
  }

  a.accordion.active, a.accordion:hover {
    display:none; 
  }

  .desc {
    display:none;
  }

}

.dropdown-submenu {
  position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#ccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.navbar-toggle {
    z-index:3;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color:#fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #01b1f0;
    /*background-color: #14afe7;*/
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color:#14afe7;
}
  
.dropdown-toggle:active, .open .dropdown-toggle {
  background:#14afe7 !important;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border:1px solid #ccc;
}
.btn-default:focus,
.btn-default.focus, .btn-default:active:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-link{
  
  color: #a0a0a0;
}
.btn-link:hover, .btn-link:focus, .btn-link:active:hover{
  color:#d9534f;
  
}

.navbar-right {
    padding-left: 50px;
}

.nav {
  margin-top: 12px;
}

.msg-req {
color:red;
}
 
.select-cid { 
  display:block; 
  width:100%; 
  height:46px;
  padding:12px 16px;
  font-size:14px;
  line-height:1.42857143;
  color:#3e3f3a;
  background-color:#ffffff;
  background-image:none;
  border:1px solid #dfd7ca;
  border-radius:4px;
  }
  
  .select-cid:hover { 
  color:#3e3f3a;
  background-color:#ffffff;
  border:1px solid #dfd7ca;
  }
  
.select-cid:active { 
  color:#3e3f3a;
  background-color:#ffffff;
  border:1px solid #dfd7ca;
  }
  
  .table-striped>tbody>tr:nth-of-type(odd) {
  background-color:#e9e9e9;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color:#fff;
}

.jumbotron {
  margin-top:0px;
  background: #efeeee;
}

.filter-control{
width:100%;
padding:4px 16px;
border:1px solid #dfd7ca;
border-radius:4px;
}

.filter-control-default{
width:100%;
border:1px solid #dfd7ca;
border-radius:4px;
color: #8B8970;
font-size: 13px;
}

.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:#E1EEF4;
}

.table-header {
  background: #0176a1;
}

.table-header>th>div>span{
  color:#fff;
  }
.form-group{
  margin-bottom: 8px;  
}
  
.form-control {
  height:25px;
  padding:3px 10px;
}

.fixed-panel {
  min-height: 10;
  max-width: 10;
  max-width: 100%;
}

.campos-hg {
  height:46px;  
}

.list-group-item {
  border:0px;
  height: 90px;
  margin-bottom:0px;
}

.ui-select-match-text {
  text-transform: none;
  font-size: 14px;
}

.ui-select-toggle {
  padding-top:2px;
  color:#3e3f3a;
  background-color:#ffffff;
  border: 1px solid #ccc;
}

.ui-select-toggle:hover {
  padding-top:2px;
  color:#3e3f3a;
  background-color:#ffffff;
  border: 1px solid #ccc;  
}

.ui-select-toggle:focus {
  padding-top:2px;
  color:#3e3f3a;
  background-color:#ffffff;
  border: 1px solid #ccc;
}

/*Card*/
.card{
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem .25rem 0 0;
    margin-bottom:20px;
    color:#3e3f46;

}
.card-header{
    padding: 1.75rem 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid #ccc;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header2{
  background-color:#016e96;
  color:#fff;
}
.card-title{
  line-height: 0;
  font-size: 17px;
}
.card-block{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.spin-bar-loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.spin-bar-loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: spin-loading 2s linear infinite;
}

@keyframes spin-loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/*reset button do ui-select*/
.btn-ui-select-reset{
  position: absolute; 
  right: 10px; 
}

/*espaçamento do painel de links*/
.painel-link > a{
  margin-right: 70px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
/*Painel small paddings*/
 .panel-group-sm {
   margin-bottom: 10px;
 }
 .painel-sm{
   padding: 7px 15px;
 }
.painel-span{
   padding-left:3px;
 }
 
/*Button text wrap*/
.btn-wrap{
  white-space: normal;
  line-height: inherit;
}