.squareBox {
  position: relative;
  height: 330px;
  width: 250px;
  margin: 5px 20px 0px 0px;
  border: 1px solid #656200;
  font-size: 2ex;
  -moz-border-radius: 1em / 1em;
  -webkit-border-radius: 1em / 1em;
  border-radius: 1em / 1em;
  -moz-box-shadow: 2px 2px 2px #333333;
  -webkit-box-shadow: 2px 2px 2px #333333;
  box-shadow: 2px 2px 2px #333333;
}

.squareBoxTitle {
  text-align: center;
  display: inline;
  margin: auto;
}

.squareBoxTitle h2{
  margin-left: auto;
}

.blueSquareBox {
  position: relative;
  background-color: #1783BF;
  width: 227px;
  height: 70%;
  margin: 0px 10px 0px 10px;
  border: 1px solid #1783BF;
  font-size: 1ex;
  -moz-border-radius: 1em / 1em;
  -webkit-border-radius: 1em / 1em;
  border-radius: 1em / 1em;
  -moz-box-shadow: 2px 2px 2px #333333;
  -webkit-box-shadow: 2px 2px 2px #333333;
  box-shadow: 2px 2px 2px #333333;
}

.blueSquareBox ul {
  padding-left: 10px;
}

.darkSquareBox {
  position: relative;
  background-color: #9ba0a5;
  width: 227px;
  height: 70%;
  margin: 0px 10px 0px 10px;
  border: 1px solid #656200;
  font-size: 1ex;
  -moz-border-radius: 1em / 1em;
  -webkit-border-radius: 1em / 1em;
  border-radius: 1em / 1em;
  -moz-box-shadow: 2px 2px 2px #333333;
  -webkit-box-shadow: 2px 2px 2px #333333;
  box-shadow: 2px 2px 2px #333333;
}

.darkSquareBox ul {
  padding-left: 10px;
}

.flexContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

div.loginCentered {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.keep-style {
    display: block  !important;
    font-size: 2em !important;
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
}

h2 {
    font-family: arial, helvetica !important;
    color: black !important;
    font-size: 16pt !important;
    text-decoration: none !important;
    margin-left: 8px !important;
	font-weight: bold !important;
}

.squareBoxTitle h2.keep-style  {
    display: block !important;
    font-size: 1.5em !important;
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
}

h4.blue-keep-style {
    font-family: arial, helvetica !important;
    color: white !important;
    font-size: 10pt !important;
    font-weight: bold !important;
    text-decoration: none !important;
	display: block !important;
    margin-block-start: 1.33em !important;
    margin-block-end: 1.33em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

h4.keep-style {
    font-family: arial, helvetica !important;
    color: black !important;
    font-size: 10pt !important;
    font-weight: bold !important;
    text-decoration: none !important;
	display: block !important;
    margin-block-start: 1.33em !important;
    margin-block-end: 1.33em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

.ui-dialog-title h3.keep-style {
    display: block !important;
    font-size: 1.25em !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
}

.sectionheadempty {
    padding-bottom:1% !important;
    padding-top:1% !important;
}

.sectionheaderthin, .no-header {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sectionbodywide td, .nolinered {
	font-size: 16px !important;
}

.sectionbodywide table td:nth-child(1) {
	font-weight: bold !important;
}

.sectionfooter {
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.no-rounded {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card {
  background-color: #f9f9f9 !important;
  background-clip: none !important;
  border: none !important;
  border-radius: none !important;
}

textarea, select {
	font-family: helvetica !important;
	font-size: 16px !important;
	color: #1783BF !important;
	border: 1px solid #1783BF !important;
}

select {
	padding: 0 0 0 8px !important;
	height: 23px !important;
}

.sectionbodywide table tr:nth-child(odd) {
    background: #EEEEEE;
}

.no-backgroudcolor table tr {
    background: none !important;
}

.disabled-textarea {
    resize: none;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0)
}

.searchresult-subtitle {
    font-size: 9pt; 
    padding: 0px; 
    margin: 0px;
}

.padding-area {
    padding: 10px !important;
}

.now-rap {
    white-space: nowrap;
}

.smallpadding {
    white-space: nowrap;
    padding:5px !important;
}