body {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.six_columns_flex, .sixcolumns{
	width: 49%;
	margin: 0.5%;
}

@media (max-width: 1200px){
	.six_columns_flex{
		width: 99%;
		margin: 0.5%;
		clear: both;
}
}



.download_pdf_icon{
    height: 1.5rem;
    width: 1.5rem;
}
.date_column{
	width: 20%;
	padding-left: 1%;
}
.name_column{
	width: 40%;
}
.description_column{
	width: 30%;
	text-align: center;
}
.download_column{
	width: 10%;
	text-align: center;
}

.report_header{
	background-color: rgb(33, 37, 41);
	color: white;
	border-radius:6px;
	
}

table {
    border:solid #E1E1E1 1px;
    border-radius:6px;
}

th {
    border-top: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
td {
    border-top: none;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}


tr:first-child, th:first-child {
	border-left: none;
}

.even{
	background-color: #E1E1E1;
}

.accordion-button{
	font-weight: bold;
}
#upload_logo {
	display: flex;
	margin-bottom: 0.5rem;
		}

.fourcolumns{
	width: 33%;
	margin: 0.5%;
	
}

.eightcolumns{
	width: 66%;
	margin: 0.5%;
}
.accordion{
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
}
.curved_table{
	border-radius: calc(0.25rem - 1px);
	box-shadow: 0px 1px 11px 1px #888888;
	
}
.modify_section_title{
	text-align: center;
    border-bottom: 1px #a9a9ab solid;
    margin-bottom: 0;
    padding: 10px 0px;
    height: 4rem;
	font-weight: 700;
}
.modify_section{
	background-color: white;
}
.expand_child{
	display: flex;
	flex-direction: row;
}
.center_max{
	justify-content: space-around;
    display: flex;
    align-items: center;
}
.pseudo_click{
	font-weight: 700;
	text-decoration: none;
	
}
a.pseudo_click:hover{
	cursor: pointer;
}
.first_accordion_report{
	background-color: #ecebf2;
}

.company_mod_text {
	width: 8.5rem;
}

#change_company_data{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#logo_preview{
	margin-left: 1rem;
}

#logo_change_title{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.input-group {
	margin: 2px 0px;
}
.curved_table .expand_child{
	padding: 10px;
}
#updated_user_data{
	padding: 10px;
}
#updated_user_data .toast{
	width: initial;
	font-size: var(--bs-body-font-size);
}

.toast_info_bold{
	font-weight: 600;
    color: #6c757d;
}

.first_accordion_report .sixcolumns{
	min-height: 273px;
}

#log_succes{
	font-size: 3.5vh;
	font-weight: 600;
}
#account_log{
	font-size: 3.0vh;
	font-weight: 400;
	
}
.user_data{
	font-size: 2.0vh;
	margin-bottom: 1px;
}

#navbar_user_logo{
		height:40px;
		width: auto;
		max-width: 350px;
		padding: 1px;
		padding-left: 3px;
}
@media (max-width: 768px){
    #navbar_user_logo{
            display: none;
}
}

#user_navbar{
	float:right;
}
.navbar_header_left{
	float: left;
}
.dashed-border-half{
    border-bottom: 1px dashed gray;
    border-right: 0px ;
    margin-bottom: 5px;
}
.decade_date_string{
}

.right_one_col_margin{
    margin-right: 8.3%
}

@media (min-width: 992px){
    .dashed-border-half{
        border-right: 1px dashed gray;
        border-bottom: 0px;

    }
}

#historic_month_selector{
    min-width: 8em;
}
.agg{
    font-weight: 700;
    color:white;
    background-color: #949396;
}

.pag_reports{
    justify-content: flex-end;
    margin-top: 0.25rem;
}
