@import url('/stylesheets/fonts/inter-ui.css');

html {
  box-sizing: border-box;
  overflow-y:scroll; /* Show scrollbar, even if disabled */
  font-size:12px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*.box {
	width: 35em;
}*/

.box div {
	text-align:left;
}

.box div.topleft {
	display: block;
	background: url("/images/windowframebox.jpg") top left no-repeat white;
	padding: 10px 0px 0px 0.0px;
}

.ie6 .box div.topleft {
	padding: 0px 0px 0px 0.0px;
}

.box div.topright {
	display: block;
	background: url("/images/windowframebox.jpg") top right no-repeat white;
	padding: 20px 10px 10px 10px;
	margin: -10px 0 0 2px;
}

.box div.bottomleft {
	display: block;
	height: 35px;
	margin-top: -10px;
	background: url("/images/windowframebox.jpg") bottom left no-repeat white;
}

.box div.bottomright {
	background:red;
	display: block;
	background: url("/images/windowframebox.jpg") bottom right no-repeat white;
	height: 35px;
	margin: 0 0 0 10px;
}

h1 { 
  font: bold 22px "Trebuchet MS"; padding:0px; margin:5px 0 0 0; color:#303030;
}

.select2, .select2-container 
{
  color:black;
  font:500 14px arial; 
  
}

.select2-container, .select2-choice div
{
  color:black;
  font:500 14px arial; 
  
}
