/**************************************************** 
 * cmm less	
 ****************************************************/
/** common/mediasizes.less */
/** cmm/mediasizes.less */
/** common/colors.less */
/** cmm/colors.less */
/** common/main.less */
a {
  color: #a71714;
}
.menu .active > a {
  color: #fefefe;
  background-color: #a71714;
}
.contentWidth {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
/** common/header.less */
div.topbarWrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #e6e6e6;
}
.top-bar {
  background-color: #e6e6e6;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.top-bar ul {
  background-color: #e6e6e6;
}
/** common/callout.less */
div.callout {
  max-width: 100%;
}
.callout.primary {
  background-color: #640806;
  color: #e6e6e6;
  position: sticky;
}
.callout.primary a {
  color: #a0a0a0;
}
.callout.primary h1 {
  margin-top: 0.5rem;
  font-size: 1rem;
}
/** common/content.less */
div.contentwrapper {
  clear: both;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
div.contentwrapper h1 {
  font-size: 2rem;
}
div.contentwrapper h2 {
  font-size: 1.5rem;
}
p.backLink {
  margin-top: 15px;
}
/** common/blocks.less */
.block_rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.block_shadow {
  -webkit-box-shadow: 2px 2px 0 0 #c8c8c8;
  -moz-box-shadow: 2px 2px 0 0 #c8c8c8;
  box-shadow: 2px 2px 0 0 #c8c8c8;
}
.columnInnerContent {
  max-width: 98%;
  margin: 5px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/** cmm/boxes.less */
div.cmmClubWidgetCell {
  padding: 5px;
}
div.cmmClubWidgetWrapper {
  border: solid 1px #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
div.cmmClientBox {
  max-width: 380px;
  width: 100%;
  float: left;
  margin: 2px;
  border: solid 1px #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  position: relativ;
}
div.cmmClientBox h3 {
  font-size: 1.2em;
  margin-bottom: 0.2rem;
}
div.cmmClientBox p {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
div.CLI_CMM_CLIENT_PERSON {
  background-color: #1fa714;
}
div.CLI_CMM_CLIENT_ORGANISATION {
  background-color: #1477a7;
}
div.mbrRole,
div.boxItem {
  margin: 2px;
  border: solid 1px #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  float: left;
  background-color: #b9df00;
}
img.btnRightTop {
  display: inline;
  background-color: #C0C0C0;
  padding: 1px;
  margin: 1px;
  vertical-align: middle;
  border-top: solid 2px #FAFAFA;
  border-right: solid 2px #0A0A0A;
  border-bottom: solid 2px #0A0A0A;
  border-left: solid 2px #FAFAFA;
  line-height: 1em;
  text-align: center;
  color: #000000;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 5;
  margin: 5px;
}
/** common/tabs.less */
.ui-tabs {
  margin-bottom: 10px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #640806;
  font-weight: normal;
  color: #a0a0a0;
}
div.tabs-panel {
  z-index: 5;
}
.tabs-title > a {
  font-size: 1rem;
  color: #a71714;
}
.tabs-title > a[aria-selected="true"] {
  font-weight: bolder;
  color: #a71714;
}
/**	common/form.less */
fieldset {
  margin: 5px 2px 2px 10px;
  border: solid 1px #c5c5c5;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
fieldset legend {
  background-color: #a71714;
  color: #EEE;
  font-weight: normal;
  min-width: 30%;
  margin: 5px;
  border: solid 1px #640806;
  padding: 2px 40px 2px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 0 #c8c8c8;
  -moz-box-shadow: 2px 2px 0 0 #c8c8c8;
  box-shadow: 2px 2px 0 0 #c8c8c8;
}
.ocspButton,
.button,
.ocsp_button {
  display: inline;
  background-color: #C0C0C0;
  padding: 1px;
  margin: 1px;
  vertical-align: middle;
  border-top: solid 2px #FAFAFA;
  border-right: solid 2px #0A0A0A;
  border-bottom: solid 2px #0A0A0A;
  border-left: solid 2px #FAFAFA;
  line-height: 1em;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
img.ocspButton,
img.button,
img.ocsp_button {
  min-width: 28px;
  min-height: 28px;
}
form,
.form {
  max-width: 1200px;
  margin: 10px auto;
}
form .frmButtonPanel,
.form .frmButtonPanel {
  margin: 5px 2px;
  border: solid 1px transperent;
  margin: 5px 2px 2px 10px;
  border: solid 1px #c5c5c5;
  padding: 5px;
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form table,
.form table {
  border-collapse: separate;
  border-spacing: 1px;
}
form table tr,
.form table tr {
  border: solid 1px #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form table td,
.form table td,
form table tr,
.form table tr {
  padding: 5px 10px;
}
form table td.fldName,
.form table td.fldName {
  max-width: 20%;
  background-color: #e6e6e6;
  /* fade(@color_menu, 50%); */
}
form table td.fldValue,
.form table td.fldValue,
form table td.fldValueRo,
.form table td.fldValueRo {
  max-width: 80%;
}
form input,
.form input,
form select,
.form select,
form textarea,
.form textarea {
  display: inline-block !important;
  position: relative !important;
  margin: 2px 6px !important;
  color: #4F4F4F;
  border: solid 1px #c5c5c5;
}
form label,
.form label {
  margin: 2px 6px;
}
form label.select,
.form label.select {
  margin-top: 10px;
}
form input,
.form input,
form select,
.form select {
  width: auto !important;
  max-width: 97%;
}
form textarea,
.form textarea {
  max-width: 97%;
}
form input.inLineLabel,
.form input.inLineLabel {
  color: #b8b8b8;
}
form input.button,
.form input.button {
  background-color: #a71714;
  border-color: #640806;
  color: #EEE;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form input.button:HOVER,
.form input.button:HOVER {
  background-color: #640806;
}
form select.fldCLI_SEX,
.form select.fldCLI_SEX {
  max-width: 10em;
}
form input.ocspFldDate_Day,
.form input.ocspFldDate_Day {
  max-width: 4em;
}
form select.ocspFldDate_Month,
.form select.ocspFldDate_Month {
  max-width: 10em;
}
form input.ocspFldDate_Year,
.form input.ocspFldDate_Year {
  max-width: 5em;
}
form input.ocspFldCheckBox,
.form input.ocspFldCheckBox {
  width: auto;
}
form.fullwidth {
  max-width: 100%;
}
.fldErrorMsg {
  color: red;
  font-size: 0.6em;
}
h2.error {
  color: red;
}
p.error {
  background-color: red;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.formOuterWrapper {
  position: relative;
  padding-bottom: 44px;
}
form.outerButtonPanel {
  height: 42px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  td.fldName {
    width: 100px;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  td.fldName {
    width: 200px;
  }
}
/**	cmm/form.less */
div.frmWidth {
  max-width: 1200px;
  margin: 10px auto;
}
div.frmDivButton {
  margin-top: 7px;
}
div.fldValue {
  padding: 15px;
}
/** common/tabs.less */
div.listWrapper {
  width: 100%;
  overflow-x: scroll;
}
div.lstBtnHeader {
  width: 24px;
}
td.imgWidth16,
th.imgWidth16 {
  max-width: 24px !important;
  text-align: center;
}
td.lstGrp {
  background-color: #640806;
  color: #e6e6e6;
}
/** common/footer.less */
div.footerwrapper {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  clear: both;
  font-size: 0.8em;
  background-color: #e6e6e6;
  max-width: 100%;
}
