
@font-face {
  font-family: "LUI icons";
  src: url(/assets/leonardo-ui/lui-icons.woff) format('woff'),
     url(/assets/leonardo-ui/lui-icons.ttf) format('truetype');
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-left: 20px;
}

#dPanel {
	display: flex;
	height: auto;
	margin: 20px;
}

#dLogin {

}

#dOptions {
    width: 40%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url(/assets/logo.png); */
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    /* left: 0px; */
    top: 20%;
}

#lbMsg {
	font-weight: bold;
	margin-left: 10px;
}

#pActionKey > div {
	width: 400px;
}

#pActionMsg {
	width: 400px;
}

@keyframes actionFlash {
	  0% {background-color: #e6f2ff;}
	 50% {background-color: #b3d9ff;}
	100% {background-color: #e6f2ff;}
}

.flash {
	animation-name: actionFlash;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	text-align: center;
	padding: 4px;
}

#pLinks {
	width: 90%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	/*display: none;
	*/
}

#mContainer > li > a { text-decoration:none }
#mContainer > li { align-items: center; }
