.input-captcha {
  height: auto;
}

.required-label {
  color: red;
  font-size: 14px;
}

.loading {
  display: block;
  background: url(spinner.gif) no-repeat center middle;
  width: 124px;
  height: 124px;
  margin: 0 auto;
}

.jumbotron {
  text-align: center !important;
}

.company_info {
  text-align: center;
  font-size: 16px;
}
/* Hide all the children of the 'loading' element */

.loading * {
  display: none;
}

#captcha{
	width: 250px;
	height: 100px;
	background-color: white;
	border: 1px solid rgb(205, 207, 211);
	border-radius: 5px;
	margin-top: 30px;
}

#captcha-modal{
	width: 250px;
	/* height: 94px; */
	background-color: white;
	border: 1px solid rgb(205, 207, 211);
	border-radius: 5px;
	margin: auto;
}


#mainCaptcha{
	height: 67px;
	text-align: center;
}

#txtInput{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 5px;
}

#txtInput:focus{
	border-color: rgb(210, 210, 210);
}

#refresh{
	border-top-right-radius: 0px;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 1px; /*era 20 */
}
.row .row {
  margin-top: 10px; /*era 10 */
  margin-bottom: 10px;
}
[class*="col-"] {
  padding-top: 10px; /*era 15 */
  padding-bottom: 1px;/*era 15 */
  /*background-color: #FFF;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);*/
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.base {
	background-image:url(../img/bgContainerTile.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	}
.margem {
	padding-left:25px !important;
}

.bodyConteudo {
	height:100%; background-color:transparent !important;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading-ajax {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/ajax-loader.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-ajax {
    display: block;
}
.anexo_description{
	text-align: left;
}

/* glyphicon disabled */
.text-grey {
  color: grey;
  opacity: 0.45;
}

/*
how-to-disable-a-link-using-only-css
 */
 .not-active {
   pointer-events: none;
   cursor: default;
 }

 .ui-tooltip-content {
     font-size:7pt;
 }

.align-vertical-middle {
  vertical-align: sub!important;
}

/* 22.02.2018 */
.scroll-anexo{
	overflow:auto;
	height: 250px;
}

.modal-title-h6-info{
	font-size: 18px;
	font-weight: bold;
	color: #57b704;
}

.modal th.tbl_bold{
	color: #000;
}

.modalpregao-header{
	background-color: #e6e6e6;
}

.modalpregao-body{
	height: 500px;
	overflow-y: auto;
}

#result td{
	vertical-align: middle;
}

.msgpregrao-h2{
	line-height: 30px;
	font-weight: bold;
}

.box-msg{
	height: 150px;	
	overflow: auto;
}

.box-msg{
	padding-top: 5px;	
}

.modal_prequali_list .modal-body{
	height: 400px ;
	overflow-y: auto;
}

.modal_prequali_list span{
text-align: center;
padding-top: 4px;
font-size: 5px;
}

.modal_subtitle_txt{
	font-size: 16px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

#modal-region-selector .modal-body{
	height: 300px;
	overflow-y: auto;
}

#modal-region-selector table th, #modal-region-selector table td, #modal-region-selector modal-title{
	vertical-align: middle;
	font-size: 12px;
}

#modal-region-selector table th{
	font-weight: bold;
}


#modal-region-selector input{
	vertical-align: middle;
	font-size: 12px;
	margin: 5px;
}

#modal-region-selector label{
	font-size: 12px;
}

#load_regions{
	float: left;
	font-size: 12px !important;
}

.is_national{
	float: right;
	margin-right: 100px;
}

#regions_table tr td{
	padding: 0 !important;
}

.modal-quest-body{
	height: 350px;
	overflow: auto;
}

#modal-id-national .modal-footer{
	padding: 10px;
}

@media print{

	#header_view_history{
		display: block;
	}
	
	@page :first{
		margin-top: -50px;
	}

}

.level2 td{
	padding-left: 15px;
}
.level3 td{
	padding-left: 30px;
}
.level4 td{
	padding-left: 45px;
}
.level5 td{
	padding-left: 60px;
}
.level5 td span{
	width: 0;
}
.treegrid-ident{
	width: 0;
}
.subject-selector-div{
	text-align: right;
}
.modal-message-subject-selector{
	width: 200px;
	height: 35px;
	border: 1.5px solid rgb(231,231,231);
	border-radius: 2px;
}
.modal-message-subject-selector option{
	font-size: 14px;
}
.modal-quest-message-subject-messages, .modal-notes-message-subject-messages{
	margin-left: 15px;
	margin-top: 15px;
}
.modal-quest-message-subject-line, .modal-notes-message-subject-line{
	width: 100%;
	height: 40px;
	border-radius: 1px;
	background-color: rgb(231,231,231);
	margin-top: 8px;
	padding-top: 9px;
	font-size: 16px;
	font-weight: bold;
}
.treegrid-expander-notes-message-subject, .treegrid-expander-quest-message-subject{
	margin-left: 10px;
	margin-right: 10px;
	color: rgb(21,117,192);
	font-size: 14px;
}
.modal-selector{
	margin-top: 15px;
	margin-right: 15px;
}
.export_excel_prequali{
	float: right;
}