@charset "utf-8";

/*Generic Styling*/
img { padding: 0px; margin: 0px; border: 0px; }
form { display: inline; }
.floatleft { float: left; }
.floatright { float: right; }
.clearboth { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.normal { font-weight: normal; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.testborder { border: 1px solid red; }
.hide { display: none; }
.show { display: block; }
.error { color: #ac210b; }
.underline { text-decoration: underline; }
.fullwidth { width: 100%; }
.hover_pointer:hover { cursor: pointer }
a { text-decoration: none; color: #0082BB; }
a:hover { text-decoration: underline; color: #0082BB; }
.red {color: #ac210b}
.blue {color: #0082BB;}



.disabledSlot { pointer-events: none; opacity: 0.4;}