@charset "UTF-8";

@font-face {
	font-family: "ProximaNovaBlackItalic";
	src: url('./font/ProximaNovaBlackItalic/font.woff2') format('woff2'), url('./font/ProximaNovaBlackItalic/font.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "ProximaNovaItalic";
	src: url('./font/ProximaNovaItalic/font.woff2') format('woff2'), url('./font/ProximaNovaItalic/font.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "ProximaNovaRegular";
	src: url('./font/ProximaNovaRegular/font.woff2') format('woff2'), url('./font/ProximaNovaRegular/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNovaBold";
	src: url('./font/ProximaNovaBold/font.woff2') format('woff2'), url('./font/ProximaNovaBold/font.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNovaBoldItalic";
	src: url('./font/ProximaNovaBoldItalic/font.woff2') format('woff2'), url('./font/ProximaNovaBoldItalic/font.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "ProximaNovaBlack";
	src: url('./font/ProximaNovaBlack/font.woff2') format('woff2'), url('./font/ProximaNovaBlack/font.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
  
body{
	color:#333333;
	font-size: 1em;
	font-family:ProximaNovaRegular,Tahoma,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
}

h1{
	color: #1D4A65;
	font-size:1.5em;
	font-family: "ProximaNovaBlack";
}

ok{
	color:#00aa00;
}

err{
	font-weight:bold;
	color:#aa0000;
}

neutral{
	color:#444444;
}

info{
	color:#000070;
}

div.b0{
	margin:0px 0px 30px 0px;
	padding:5px 5px 5px 20px;
	border:1px solid #aaaaaa;
}

div.container{
	float:left;
	width:45%;
	padding:10px;
}

div.infobox{
	border:1px solid #a0a0a0;
	background-color:#f0f0f0;
	margin-bottom:15px;
}

div.err{
	border:1px solid #a00000;
}

div.infobox div.header{
	padding:2px 5px;
	color:#f0f0f0;	
	background-color:#a0a0a0;
}

div.err div.header{
	color:#ffffff;	
	background-color:#a00000;
}

div.infobox div.body{
	padding:5px;
}

div.customerlist div.cid{
	font-family:courier;
	font-size:13px;
	float:left;
	width:75px;
	height:15px;
	padding-top:1px;
}

div.customerlist div.customer{
	float:left; height:15px;	
}




div.main_container{
	text-align: center;
	font-size: 1em;
}

div.main_container .title{
	background-color: #e7a569;
	border-bottom: solid 1px #cccccc;
	box-shadow: 0 0 2vh 0.3vh #ccc;
	margin-bottom: 1em;
	padding: 0.4em 0;
	font-size: 2em;
}

div.main_container h1{
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color:#333333;
}

img.cimg{
	max-width: 50vw;
}

img.rfimg{
	max-width: 28vw;
	padding: 5vw;
	margin:0px auto;
}

div.pselect{
	background: #e6e6e6;
	border-radius: 1vh;
	margin: .8em;
}

div.select_title {
	margin: .8em;
	font-size: 2vh;
}

div.rf_container{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

div.rf_div{
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	background: #e6e6e6;
	border-radius: 1vh;
	margin: .5em;
}

div.clear{
	clear: both;
}

div.warn{
	font-size: 1.8vh;
	font-weight: bold;
	border: 2px solid #aa0000;
	margin: .5em .8em;
	padding: .8em;
	color: #aa0000;
	border-radius: 1.2em;
}

div.desc_row{
	display: flex;
	align-items: center;
	margin: 2em .8em;
	padding: .5em;
	font-size: 2.5vh;
	text-align: left;
	background-color: #c0c0c0;
	border-radius: 1.2em;
}

div.desc_row img.desc_img{
	max-width: 30vw;
	margin-right: 5vw;
	max-height: 45vh;
	border-radius: 1.2em;
}