@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.logo-name {
  color: #e6e6e6;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}
.register-middle-box  {
  max-width: 600px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
 }

 .CI_FormRow{
	margin-top: 4px;
	/* text-align: left;
	align-items: flex-start; */
}

.CI_FormColumn{
	text-align: right;
	padding-top: 7px
}

input[type*="check"] {
	font-size: 12pt;
  height: 20px;
  margin-top: 5px;
}

.modal-body{
  padding: 10px 10px 10px 10px;
}

.modal-lg{
  max-width: 1200px;
}

.Profile_Label{
  font-size: 12pt;
  font-weight: bold;
  padding: 5px 5px;
  color: #5f685f;
}

.Profile_Value{
  font-size: 12pt;
  padding: 5px 5px;
}

.Profile_Table{
  margin-bottom: 10px;
  background: #f1f1f1
}

.Profile_Row{
  margin-left: 0px;
}

#tblList2_wrapper{
  padding-top: 0px;
  padding-bottom: 10px;
}

.ibox-tools-bottom {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  text-align: right;
/*  JMP - 2025-09-05 Fixing titles in lower table as well
  display: block;
  float: none;
  margin-top: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-top: 1px solid black;
  margin-top: 10px;
  color: #c4c4c4;*/
}

.alert-span{
  color: red;
  font-weight: bold;
}

.nav-tabs>li>a.active{
  background-color: honeydew !important;
  border: solid 1px;
  border-color: #1ab394 #1ab394 #fff !important;
}

.ci_Badge{
  font-weight: bold;
  font-size: 10pt;
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
}

.ci_BadgeLegend{
  color: #fcfcfc;
  font-weight: bold;
  font-size: 10px;
  min-width: 150px;
  min-height: 30px;
  line-height: 30px;
}

.ci_Radio{
  font-size: 12pt;
}


/* Style Overrides */
.minimalize-styl-2 {
  padding: 10px 12px;
}

#selected-notice-modal .state{
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  font-size: medium;
}