﻿body {
  font-family: 'Open Sans';
  font-size: 12.5px;  
  line-height: 1.5;
  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  font-weight: normal;
  /*text-shadow: 0 0 0 #999;*/
}

.navbar
{
    background-color: #316288; /* Azul */
}

.fa
{
    font-size: 16px;
}

.badge-warning{
	background-color: #ec971f;
}

.badge-danger{
	background-color: #c9302c;
}

.badge-success{
	background-color: #5cb85c;
}

.badge-info{
    background-color: #d9edf7;
    color: grey;
}

.badge-sm
{
    font-size: 11px;
    padding: 3px 7px;
}

/*.navbar-toggle{
    background-color: #d9edf7;
    color: black;
}*/

.navbar-default{
    border:0px;
}


.navbar-header > a.navbar-brand{
   color: white;
}

li.dropdown > a.dropdown-toggle:hover
{
    background-color:silver;
}

ol.breadcrumb
{
    margin-top: 10px;
}

.breadcrumb
{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0px;
}

.page-header
{
    margin-top:0px;
}

/*thead th {
    background-color: red;
    color: white;
}*/


.wizard-steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top:10px;
  margin-bottom:10px;
  position: relative;
}
.wizard-steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.wizard-steps li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.wizard-steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard-steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard-steps li.active:before,
.wizard-steps li.complete:before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
  border-color: #5293c4;
}
.wizard-steps li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.wizard-steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}
.wizard-steps li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.wizard-steps li.complete:hover:before {
  border-color: #80afd4;
}
.wizard-steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #2b3d53;
}
.step-content {
  position: relative;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .step-pane.active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wizard-steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .wizard-steps li:before,
  .wizard-steps li:after {
    border-width: 3px;
  }
  .wizard-steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .wizard-steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
  }
}

.uppercase {
    text-transform: uppercase;
}

.processing-progress{
    top:50%;
    left:50%; 
    display:none; 
    font-weight:bold;
    z-index:100;
}

.field-validation-error{
    color: #a94442;
}

.bolder {
  font-weight:bolder;  
}

.footer {
  /*margin-top: 20px;*/
   padding-top: 30px;
   height: 0;
   width: 0;
}
.footer .footer-inner {
  text-align: center;
  position: absolute;
  z-index: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.sidebar-nav ul > li > a > .menu-icon {
  font-size: 16px;
  /*height: auto;
  line-height: inherit;
  display: inline-block;
  margin-right: 0;*/
  width: 22px;
}
.sidebar-nav ul > li > a > .menu-text {  
  /*text-align: left;
  position: absolute;  
  left: 42px;
  z-index: 1025;
  padding-left: 12px;
  border: 1px solid;*/
}

.page-header h2 > i {
    font-size: 28px;
}

.btn-table{
  padding: 2px;  
  font-size: 14px;
  border-radius: 0px;
}

dd
{
    margin-bottom: 8px;
}

.back
{
    margin-top: 10px;
    margin-bottom: -8px;
}

a.disabled{
    display:none;
}

/*th{
    text-align:center;
}*/

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.modal-file{
    height:400px;
}

.label{
    font-size: 12.5px;
    font-weight: 400;
}

.red {
    color: red;
}

hr
{
   border-width: 2px;
   border-color: #949ea7;
}

.div-hist
{
    margin-top:-10px;
    margin-bottom:10px;
}

/*.panel-body
{
    padding-left: 5px;
    padding-right: 5px;
}*/

.estatus-cancelado
{
    font-size: 12px;
    color: red;
}
.datepicker 
{ 
    z-index: 1151 !important;  
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff !important;  
}

.tr-selected{
    background-color: #dff0d8;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 4em;
  width: 4em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.loading{    
    font-family: Verdana;
    font-size: 24pt;
    color:  #316288;
}

.text-small
{
    text-wrap: normal;
    font-size: .7em;
}