


.container {

	width: 100% !important;
}

.form-control {
	font-size: 16px !important;
}


/* Side notes for calling out things
-------------------------------------------------- */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}





/* Progress Bar Cores
-------------------------------------------------- */

.progress_0a25 {
    background-color: #cc0000;
}

.progress_25a50 {
    background-color: #ff6600;
}

.progress_50a75 {
    background-color: #e6e600;
}

.progress_75a100 {
    background-color: #009933;
}



/* Espacamentos
-------------------------------------------------- */

.margin_left_15 {

	padding-left: 15px;
}

.margin_right_15 {

	padding-right: 15px;
}


.margin_all_0 {
	margin: 0px !important;
}


/* Cores
-------------------------------------------------- */

.input_fundo_cinza{

	background: #ccc !important;
	color: #000;
}


.tr_linha_total{

	background: #ccc !important;
	color: #000;
}

.bg-blue {
  background-color: #0073b7 !important;
  color: #ffffff !important;
}

.blue {
  color: #0073b7 !important;

}








/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}



/*
 * AJAX Loading Modal
 * -------------------
 */
.modal-dialog-ajax {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content-ajax {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}




/*
 * Cores Sistema
 * -------------------
 */
.sistema_disabled_bg {
    background-color: #dedede !important; /* 0 */
}
.sistema_able_bg {
    background-color: #5D5393 !important; /* cinza claro */
}
.sistema_selected_bg {
    background-color: #ccffcc !important; /* azul claro */
}
.sistema_locked_bg {
    background-color: #FFcc99 !important; /* laranja */
}
.sistema_working_bg {
    background-color: #ffff99 !important; /* azul escuro */
}
.sistema_done_bg {
    background-color: #99ff99 !important; /* verde */
}
.sistema_error_bg {
    background-color: #d9534f !important;/* vermelho */
}
.sistema_status_1_bg {
    background-color: #ddddff !important;/* 1 */
}



.menu_vertical_container a
{
	text-align: left;
}



form label {

  margin-top: 10px;
  margin-bottom: 0;

}



.historico_painel_hr {

  margin: 2px 0 !important; 
}

