* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}
	
@font-face {
    font-family: 'Noto Sans';
    src: url("./fonts/NotoSans-Regular.ttf"),
    	 url("./fonts/NotoSans-Italic.ttf"),
    	 url("./fonts/NotoSans-BoldItalic.ttf"),
    	 url("./fonts/NotoSans-Bold.ttf");
}

html, body {
	height: 100vh;
	background-color: #fafafa !important;
}

body {
	margin: 0;
	font-family: 'Noto Sans' !important;
}

/* Header */
.header_title {
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	font-size: 2.8vw;
	white-space: nowrap;
}

.menuItem_imageContainer {
	min-width: 15px;
    min-height: 15px;
    display: inline-block;
}

#menuItem_homePlaceholder {
	background-image: url('../images/home.png');
}

.active #menuItem_homePlaceholder {
	background-image: url('../images/home_white.png');
}

#menuItem_createPlaceholder {
	background-image: url('../images/add.png');
}

.active #menuItem_createPlaceholder {
	background-image: url('../images/add_white.png');
}

.header_img {
    vertical-align: middle;
    width: 15%;
    max-width: 275px;
    min-width: 100px;
    max-height: 80px;
}

.mainLayoutWrapper {
	width: 95%;
	max-width: 1150px;
	margin: 0 auto;
	/* 203 = the height of the footer + height of the header 
	height: calc(100vh - 203px); 
	*/
}

.mainContent {
	background-color: #fafafa;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* height: 100%;
    position: relative; */
}


.bodyContent {
	/*border-radius: 2px;*/
	padding: 8px;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	margin-bottom: 4px;
}

.userInfo_text {
	font-size: 14px;
	color: #777777;
	white-space: nowrap;
	vertical-align: middle;
}

/* Buttons */
.mainButton {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mainButton img {
	vertical-align: sub;
}

.mainButton span {
	vertical-align: middle;
}

.primary {
	background-color: #003476;
}

.secondary {
	background-color: #02a0e0; 
}

.mainButton-blue {
	background-color: #003476;
}

.mainButton:disabled {
	cursor: not-allowed !important;
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
}

/* Navigation */
.menuItem {
	font-size: 15px;
	color: #414141;
	text-decoration: none;
}

.menuItem:hover {
    background-color: #f5f5f6!important;
}

.userInfo_text:hover {
	background-color: unset !important;
} 

.userInfo_text a:hover {
    background-image: none !important;
    background-color: unset !important;
    color: #414141 !important;
}

/* Generic */

.infoSection {
	
}

.mainNavigation {
	/*padding-bottom: 30px;*/
	background-color: #fafafa;
}

.userDialog {
    width: 350px !important;
    height: auto !important;
    font-size: 12px;
}

.languageSelector {
	width: auto;
	margin-right: 8px;
	margin-bottom: 0px;
}

.form_introTextWrapper {
	/*max-width: 750px; */
	border-bottom: 2px solid #d3d3d3;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.form_introTextWrapper p {
	
}

.formLabel {
	
}

.formValue {
	
}

.rowBuffer {
	margin-top: 8px;
}

.formViewOnly_row {
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
}

.formViewOnly_label {
	font-weight: bold;
	font-size: 15px;
	display: inline;
	margin-right: 12px;
}

.formViewOnly_value {
	font-size: 15px;
	word-break: break-word;
	display: inline;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Create paravolo page */
.reqc {
	color: #ff0000;
	vertical-align: middle;
}

.captchaImage {
	background-color: #fafafa;
	padding-top: 20px;
}

.captchaInput {
	max-width: 85px;
	vertical-align: middle !important;
	margin-bottom: 0px !important;
}

.select {
	width: 100%;
}

#inputPrice {
	text-align: right;
	font-weight: bold;
	margin-bottom: 0px;
}

#additionalInfo {
	margin-bottom: 0px;
}

.changeLanguageModal {
	
}

#reason {
	width: 190px;
    /* height: 36px; */
    vertical-align: middle;
    min-height: 80px;
    max-height: 160px;
    padding: 8px !important;
    margin: 0 !important;
}
