html
{
	font-size: 14px;
}

body
{
	white-space: nowrap;
	margin: 0px;
}

.navbar_main_menu
{ 
    background-color: indigo;
	white-space: nowrap;
}

.navbar_list
{
	background-color: aliceblue;
	padding-top: 70px;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 100vh;
	min-width: 200px;
    white-space: normal;
	line-height: 1.4;
}

.navbar_menu_item
{
	color: rgba(255,255,255,0.8) !important;
}

.navbar_menu_item:hover
{
	color: rgba(255,255,255,1) !important;
}

.navbar_list_item
{
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	padding-left: 0rem;
	padding-right: 0rem;
}
.navbar_list_item:hover
{
	color: blue;
}

.item_list_item_view_container
{
	padding-top: 55px;
}

.page_container
{
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-primary
{
	background-color: indigo;
    border-color: indigo;
}

.btn-primary:hover
{
	background-color: #4F2DB9;
    border-color: #4F2DB9;
}

a
{
	color: indigo;
}

a:hover
{
	color: blue;
}

td
{
	vertical-align: top;
}

.printable
{
	display: none;
}

@media print
{
	@page 
    {
        size: auto;
        margin: 0mm;  /* this affects the margin in the printer settings */
	}
	.non_printable
	{
		display: none;
		visibility: hidden;
	}
	.printable
	{
		display: block;
	}
	
	body
	{
		margin: 0;
	}
}

.page_break
{
	page-break-before: always;
}

.div_table
{ 
    display: table;
	border-collapse:separate;
}

.div_tr
{ 
    display: table-row; 
}

.div_td,
.div_td_form,
.div_td_right
{ 
    display: table-cell;
	vertical-align: top;
}

.div_td_right
{
	width: 100%;
}

.div_td_form
{
	padding-bottom: 0.6rem;
	padding-right: 1rem;
	vertical-align: middle;
}

.form-group
{
	margin-bottom: 0.6rem;
}

.ticket_print_container
{
	padding: 1cm;
	width: 8cm;
    white-space: normal;
	font-size: 14pt;
    font-family: sans-serif;
}

.document_print_container
{
	padding-left: 3.5cm;
	padding-top: 3.5cm;
	padding-right: 2.5cm;
	padding-bottom: 2.5cm;
	width: 21cm;
    white-space: normal;
	font-size: 14pt;
}

.table_fit
{
	width: 1px;
	white-space: nowrap;
}

.alert_fit
{
	display: inline-block;
}

.w_200
{
	width: 200px;
}

.w_302
{
	width: 302px;
}

.min_w_200
{
	min-width: 200px;
}

.w_100
{
    width: 100px;
}

.w_50
{
    width: 50px;
}

.h_100
{
	height: 100px;
}

.h_75
{
	height: 75px;
}

.font_20
{
	font-size: 20pt;
}

.font_16
{
	font-size: 16pt;
}

.focus_outline_none:focus
{
	outline: 0px solid transparent;
}

.toast_body_fix
{
	padding-right: 1.5rem;
	white-space: normal;
}

.fade
{
	transition: opacity 0.25s linear !important;
}

.toast_top_right
{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2000;
}

#userInfoContent
{
	color: lightgrey;
	font-size: small;
    line-height: normal;
}

#usersPageCompanyIdInput
{
	min-width: 100px;
}

#venuesPageVenueContent
{
	margin-left: 30px;
}

.venues_page_seat_row_input,
.venues_page_seat_number_input
{
	width: 45px;
}

#eventsPageTicketTypeIdInput
{
	min-width: 100px;
}

#eventsPageTicketTypePriceInput
{
	width: 80px;
}

#eventsPageVenueIdInput
{
	min-width: 100px;
}

#eventsPageStartDateInput,
#eventsPageEventNameInput
{
	min-width: 200px;
}

[name=ticketsPageTicketsAmountInput]
{
	width: 50px;
	height: 50px;
}

[name=ticketsPageBuyContainer]
{
	margin-left: 20px;
}

.btn_ticket_dec_inc
{
	width: 70px;
}

p
{
	margin: 0;
}

.link_button
{
  border: none;
  background-color: inherit;
  cursor: pointer;
  font-size: 14px;
  color: blue;
}

.link_button:disabled
{
	cursor: auto;
	color: gray;
}

.table_header
{
	font-weight: bold;
}

.tickets_page_seat_image,
.tickets_page_seat_image_cover
{
	width: 42px;
	height: 38px;
	display: block;
	margin: 2px;
}

.tickets_page_seat_image_cover
{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tickets_page_seat_image_container
{
	position: relative;
	text-align: center;
}

.ticket_page_seat_number_label
{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.venues_page_seat_image
{
	width: 21px;
	height: 19px;
}

.cursor_pointer
{
	cursor: pointer;
}

.w_2rem
{
	width: 2rem;
}