.navbar {
	height: 50px;
	    border: none;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
    background: linear-gradient(-90deg,rgb(50 93 191 / 90%) 0%,rgb(19 95 180 / 90%) 100%);
    background-color: #0c2d53!important;
	

}

.sidebar {
	padding: 2rem 1rem;
	background-color: #f8f9fa
}

.main_jumbotron {
	background-image: url(https://i.pinimg.com/736x/5e/e7/61/5ee76180e98f26c27be7752ad70a2f09.jpg);
	background-size: cover;
	color: white;
	height: 190px;
	margin-bottom: 0
}

.flex {
	display: flex
}

.block {
	display: block
}

.flex_align {
	display: flex;
	align-items: center
}

.flex_column {
	display: flex;
	flex-direction: column
	
}
.flex_1 {
	flex: 1
}

.hidden {
	display: none
}



.fullWidth {
	width: 100%
}

.iframe {
	height: 40rem;
	margin-bottom: 1rem;
	margin-top: 1rem
}

div.auto_columns {
	  display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}



div.no_padding {
	padding: 0
}

div.overflow_scroll {
	overflow: auto
}

div.mainContent {
	flex: 1;
    min-width: 0;
	    background-color: white;
}

label.label_detail_resumo {
	    font-weight: bold;
}

.clickable {
	cursor: pointer;
}
.clickable:hover {
		-webkit-transform: scale(1.03);

}

.link {
	cursor: pointer;
	text-decoration: underline;
	color: #00AEF9
}

div.wrapper_top {
	position: relative
}

div.loading_top {
	position: absolute
}

.drop_shadow {
		box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
	
}

div.index_analise {
	width: 10%
}

div.dia_analise {
	width: 70%
}

div.total_analise {
	width: 30%
}

div.cell_analise {
	padding: 0.7rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    justify-content: center;
	text-align: center;
	overflow: hidden
}

div.header_cell {	
	text-align: center;


}


div.card_analise {
	border-right: 1px solid rgba(0,0,0,.125);
	border-left: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-top: 0;
	border-radius: 0;
	padding: 0
}

div.first_card {
    border-top: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem 0.25rem 0 0;
}

div.last_card {
	border-radius: 0 0 0.25rem 0.25rem
}

div.horizontal_line_80 {
	width: 80%;
	border-top: 1px solid rgba(0,0,0,.125);
}

label.header_analise {
		 font-weight: bold;
    font-size: 1.1rem;
}

label {
	margin-bottom: 0
}

.center_flex_column {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
} 

.cell_resumo {
		display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
} 

div.subheader_cell {
	font-weight: bold;
	height: 100%
}

div.container_table_cedentes {
	min-width: 700px;
	margin-bottom: 1rem;
	margin-top: 0.5rem
}

.full_height {
	height: 100%
}


.full_width {
	width: 100%
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
}
}


@media (min-width: 1800px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1650px;
}
}

a.navbar_brand {
	padding-top: 0.7125rem;
    padding-bottom: 0.7125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
	color: #fff
}


.loading {
	  background-color: #fdf8f8bd !important
}



div.outer_grow_bottom {
    display: flex;
    flex-grow: 1;
}

.grow_bottom {
    flex-grow: 1;
    height: 100%;
}

.row_options_analise {
	margin-bottom: 0.5rem;
}

div.cell_options_analise {
	    padding: 0rem 0.6rem 0 0.6rem;
		border-right: 1px solid #e5e5e5;
}

div.first_cell_options_analise {
	padding: 0rem 0.6rem 0 0rem;
	border-right: 1px solid #e5e5e5;
}

div.last_cell_options_analise {
	padding: 0rem 0 0 0.6rem;
}

.bold {
	font-weight: bold
}

.card_detail_analise {
	padding: 1rem;
	border-radius: 0;
}

div.sidebar_arquivos {
	width: 15%;
	border-right: 1px solid #e5e5e5;
	padding: 1rem;
	padding-top: 0rem;
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
	    margin-right: 1rem;
}


div.content_arquivos {
    width: calc(85% - 1rem);
}

label.label_sidebar_arquivos {
	font-weight: bold;
	margin-bottom: 0.3rem
}


label.blue {
			color: #2959b0;

}

hr {
	width: 100%
}

button.btnfilter {
    border: 0;
    border-radius: 10px;
}

button.main_btn {
		background-color: #2959b0;

} 

.1rem {
	height: 1rem
}

.zero5rem {
	height: 0.5rem
}

.zero3rem {
	height: 0.3rem
}

.SingleDatePicker_picker__directionLeft {
    left: 0;
	z-index: 10
}

div.inner_cell {
	padding: 0.7rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    justify-content: center;
	text-align: center;
	overflow: hidden
	
} 

div.check_col {
	width: 10%
}

div.fileName_col {
	width: 35% 
}

div.date_col {
	width: 35%
}

div.download_col {
	width: 20%
}

div.row_arquivos {
	   border-bottom: 1px solid #dfdfdf;

}

div.flex_end {
	    align-items: end;
}



div.quarter_sidebar {
	width: 25%;
	border-right: 1px solid #e5e5e5;
	padding: 1rem;
	padding-top: 0rem;
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
	    margin-right: 1rem;
	display: flex;
	flex-direction: column;
}

div.sidebar_content {
	/* width: calc(75% - 1rem); */
	border-right: 1px solid #e5e5e5;
	padding: 1rem;
	padding-top: 0rem;
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
}

.tabsLayout {
	margin-bottom: 1rem
} 

.upload_import {
	border-width: 1px;
	border-style: dashed;
	border-radius: 5px;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1rem

}

img.imgbtn_import {
	cursor: pointer;
	height: calc(1.5em + .75rem + 2px);

}

div.row_file_import {
	margin-bottom: 0.5rem
}

label.label_master_tutorial {
	font-weight: bold;
    color: #2959ce;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

label.redAsterisk {
	color: firebrick;
	font-size: 0.9rem
}

label.titleBlue {
	font-weight: bold;
	font-size: 1.2rem;
	    color: #2959ce;
}

div.firstcol_cadCorban {
	width: 40%;
	margin-right: 1rem
}

div.secondcol_cadCorban {
	width: 40%
}

label.subtitle_cadCorban {
	margin-bottom: 0.5rem;
	font-weight: bold
}

label.tinyLabel {
	font-size: 0.8rem
}

button.btndelete_addCorban {
	    background-color: firebrick;
    border: 0;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

button.btndelete_addCorban:hover {
	    background-color: #991616;
    border: 0;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.upload_cadCorban {
	border-width: 1px;
	border-style: dashed;
	border-radius: 5px;
	text-align: center;
	margin-top: 1rem;
	line-height: 3rem;
    font-size: 0.9rem;
	cursor: pointer;
		text-decoration: underline;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

img.deletefile {
	height: 0.8rem;
	
}

div.filename_cadCorban {
	width: 80%
}

div.deletefile_cadCorban {
	width: 20%
}

label.clearfiles {
	font-size: 0.9rem;
    color: firebrick;
}

.unselectable {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.main_tab_link {
	cursor: pointer;
			text-decoration: underline;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;    	
  color: rgb(41 89 194);
  font-weight: bold
}

div.flex_wrap {
	display: flex;
	flex-wrap: wrap
	
}

div.field_empresa {
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	width: calc(25% - 0.2rem)
	
}

img.img_processo {
	height: 2rem;
	  -webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  user-select: none;   
}

img.grey_img {
	    filter: url(filters.svg#grayscale);
    filter: gray;
	    -webkit-filter: grayscale(1);
}

img.arrow {
	margin-right: 0.2rem;
	margin-left: 0.2rem
}

div.empresa_1st_col {
	width: 20%	
}

div.empresa_2nd_col {
	width: 15%	
}

div.empresa_3rd_col {
	width: 40%	
}

div.empresa_4th_col {
	width: 25%	
}

div.cell_empresa {
    display: flex;
    align-items: center;
    padding: 0.7rem;
    height: 100%;
    justify-content: center;
	text-align: center;
	overflow: hidden
}

div.no_right_border {
	border-right: 0
	}
	

div.outer_empresas {
	border-right: 1px solid #dfdfdf;
} 

button.btns_empresa {
	width: calc(50% - 0.2rem);
	height: 100%
}

button.first_btn {
	margin-right: 0.2rem
}

label.biggerblue {
	    font-weight: bold;
    color: #2959b0;
    font-size: 1.3rem;
}

.block {
	display: block
}

.italic {
	font-style: italic
}

.inputCnpj_newEmpresa {
	margin-bottom: 0.5rem
}

div.result_consultaReceita {
	margin-bottom: 0.5rem
} 

.smaller {
	font-size: 0.85rem
}

.firebrick {
	color: firebrick
}

.statusPropostas {
	font-weight: bold;
	font-size: 0.94rem
}

.forestgreen {
	color: forestgreen
}

.card_status {
	width: 30%;
	margin-bottom: 1rem
}

.backbutton_ {
	margin-bottom: 0.5rem
}

div.half_width_first {
	width: calc(50% - 2rem);
	margin-right: 2rem

}

div.half_width_second {
	width: calc(50% - 2rem);
	margin-right: 2rem
}

.half_width {
	width: 50% 
}

.small_margin_right {
	margin-right: 0.3rem
}

.small_margin_left {
	margin-left: 0.3rem
}

.DateInput_input, .DateInput_input_1 {
  Height: 38px;
}

img.remove_eventos {
	height: 38px
}

.row_eventos {
	margin-bottom: 0.5rem
}

.cell_table {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 0.3rem;
    border-color: rgb(211, 211, 211);
} 


.outer_cell_table {
	height: 2.5rem;
	border-color: rgb(211, 211, 211)
}

.collapsed_cell {
	background-color: #dbdbdbdb
}

.collapsed_cell_secondary {
	background-color: #ececec
}

.collapsed_cell_third {
	background-color: #ecececc2
}

.collapsed_cell_fourth {
	background-color: #ececec73
}


.container_cell_table {
	width: calc(100%/7)
}

.outer_cell_firstTable {
	width: 100%
}

div.pedidos_first_col {
	width: 20%
}

div.main_cells_border {
	border-top-width: 1px;
	border-top-color: rgb(211, 211, 211);
	border-top-style:solid;
	
	border-left-width: 1px;
	border-left-color: rgb(211, 211, 211);
	border-left-style:solid;
	flex-wrap: wrap;
}

div.last_column_border {
	border-right-width: 1px;
	border-right-color: rgb(211, 211, 211);
	border-right-style:solid;
	flex-wrap: wrap;
}

div.last_row_border {
	border-bottom-width: 1px;
	border-bottom-color: rgb(211, 211, 211);
	border-bottom-style:solid;
}

div.loading_transparent {
	background-color: #ffffff9e
}

div.double_header {
	height: 4rem
}

label.detail_periodo {
	font-size: 0.9rem;
	display: block
}

div.vertical_line {
	height: 100%;
	border-right: 1px solid rgb(211, 211, 211);
	margin-right: 0.5rem;
	margin-left: 0.5rem
}

div.first_col_options {
	    padding: 0rem 0.6rem 0 0rem;
}

div.col_options {
	    padding: 0rem 0.6rem 0 0.6rem;
	    border-left: 1px solid #e5e5e5;
}

.close_column {
	height: 1rem;
	position: absolute;
	right: 0;
	top: 0
	
}

div.relative {
	position: relative
}

button.blue_button {
	 background-color: #2759b2;
    border-color: #2759b2;
}

img.arrows_options {
	height: 100%;
	border-radius: 0.25rem;
	margin-right: 0.05rem
	
}

div.card_options_name {
}

div.container_title_options {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 0.25rem;
	border-radius: 0.25rem;
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    overflow: hidden;
	margin-right: 0.2rem
}

div.rowOptions {
	height: 2rem;

}

div.margin_rowOptions {
	margin-bottom: 0.2rem
}



div.main_content_erp {
	width: calc(100% - 20% - 1rem)
	
}

.img_collapse_filters {
	height: 1rem
} 

div.margin_rowFilters {
	margin-bottom: 1.3rem
}

.zero5_margin_bottom {
	margin-bottom: 0.5rem
}

.zero2_margin_bottom {
	margin-bottom: 0.5rem
}

a.clickable:visited {
	color: inherit;
	text-decoration: none
}

a.clickable {
	text-decoration: none;
		color: inherit;

}

a.nowrap {
	white-space: nowrap
}

div.overflow_auto {
	overflow: auto
}

.firstcol_simulador {
	width: 60%;
	margin-right: 0.5rem;
	display: flex;
	flex-direction: column
}

.secondcol_simulador {
	width: 40%;
	margin-left: 0.5rem;
		display: flex;
	flex-direction: column

}

label.underline {
	text-decoration: underline
}

div.container_contraparte {
	border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    padding: 0.5rem;
	background-color: #e8e8e8
	
}

label.red {
	color: firebrick
	
}

.label_table{
	font-size: 0.75rem;
	white-space: nowrap
}

.label_table_detail {
	font-size: 0.65rem;
	display: block;
	white-space: nowrap
}

@media (min-width: 1000px) {
.label_table {
	font-size: 0.8rem;
	white-space: nowrap
}

.label_table_detail {
	font-size: 0.65rem;
	display: block;
	white-space: nowrap
}
}



@media (min-width: 1200px) {
.label_table {
	font-size: 0.9rem;
	white-space: nowrap
}

.label_table_detail {
	font-size: 0.75rem;
	display: block;
	white-space: nowrap
}
}



@media (min-width: 1600px) {

.label_table {
	font-size: 1rem;
	white-space: nowrap
}

.label_table_detail {
	font-size: 0.85rem;
	display: block;
	white-space: nowrap
}
}



.regular_margin_bottom {
    margin-bottom: 1rem
}

.medium_margin_bottom {
	margin-bottom: 0.5rem
}

.small_margin_bottom {
	margin-bottom: 0.2rem
}

.collapse_sidebar {
	color: black
}
