
.small-text { line-height: 1.0em; font-size: 10px; font-weight:bold; }

h8 { font-size: 18px; margin-top: 0px; margin-bottom: 10px; text-align: center; font-weight: bold; }

form input, form select, .form_input { 
    padding: 6px; 
    border: solid 0px #0077B0; 
    outline: 0; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #C6ECFF), to(#FFFFFF)) !important; 
    background: -moz-linear-gradient(top, #FFFFFF, #C6ECFF 1px, #FFFFFF 25px) !important; 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important; 
    
}

.form_size_sm {
    width: 350px;
    height: 30px;
    font-size: 13px;
}

form .form-control-select {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.error-info {
    font-size: smaller;
    color: red;
    font-weight: 700;
}

.label-swap {
    text-overflow: ellipsis; 
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    vertical-align: bottom;
}

.float-none {float: none !important}

legend { font-size:18px; margin:0px; padding:10px 0px; color:#b0232a; font-weight:bold;}
        
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

@media (max-width: 768px) {
    .form-steps {padding-left: 10px; padding-top: 5px; padding-right: 10px;}
}
@media (max-width: 992px) {
    .form-steps {padding: 10px 20px 0 20px; }
}
@media (min-width: 1200px) {
    .form-steps {padding: 10px 30px 0 30px; }
}
.form-steps .step-item:after, .form-steps .step-item:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 50%;
    left: 100%;
    z-index: 2;
}
.form-steps .step-item:after{
    bottom: 0;
    background: linear-gradient(to right bottom, #d9e3f7 50%, transparent 50%);
}
.form-steps .step-item:before{
    top: 0;
    background: linear-gradient(to right top, #d9e3f7 50%, transparent 50%);
}

.form-steps .step-item {
    font-size: 13px;
    font-weight:bold;
    color: #888;
    text-align: center;
    margin: 0 1px;
    padding: 10px 10px 10px 25px;
    min-width: 90px;
    float: left;
    position: relative;
    background-image: linear-gradient(to right, #bbb, #d9e3f7);
}
.form-steps .step-done {
    color: #888;
    background-image: linear-gradient(to right, #00C851, #d9e3f7) !important;
}
.form-steps .step-active {
    color: #fb0a25;
    background-image: linear-gradient(to right, #0d47a1, #d9e3f7) !important;
}

.minus:hover, .minus:focus, .plus:hover, .plus:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .8;
}
button.minus, button.plus {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.minus, .plus {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .4;
    margin-right: 2px;
}

/* Radio -CheckBox */
.check-radio-tweak-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 2px;
}

.check-radio-tweak-wrapper input[type="checkbox"],  .check-radio-tweak-wrapper input[type="radio"] { display: none; }

.check-radio-tweak-wrapper[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  cursor: pointer;
  border-radius: 2px;
  box-sizing: border-box;
  border: 2px solid #919195;
  position: relative;
}

.check-radio-tweak-wrapper[type="checkbox"]:hover { border: 2px solid #6b5f3b; }

.check-radio-tweak-wrapper[type="checkbox"][checked] {
  background: #6b5f3b;
  border: 2px solid #6b5f3b;
}

.check-radio-tweak-wrapper[type="checkbox"][checked]::before {
  content: "";
  width: 8px;
  height: 4px;
  background: transparent;
  display: block;
  border-bottom: 2.5px solid #202126;
  border-left: 2px solid #202126;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 2px;
}

.check-radio-tweak-wrapper[type="radio"] {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent;
  cursor: pointer;
  border-radius: 16px;
  box-sizing: border-box;
  border: 2px solid #919195;
  position: relative;
}

.check-radio-tweak-wrapper[type="radio"]:hover { border: 2px solid #6b5f3b; }

.check-radio-tweak-wrapper[type="radio"][checked] {
  background: transparent;
  border: 2px solid #6b5f3b;
}

.check-radio-tweak-wrapper[type="radio"][checked]::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #618779;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 16px;
}

.text-bold {
    font-weight: bold;
}

.centered {
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */  
  margin: 0 auto;
  float: none;
}

.content_width {
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-fit-content;    /* Firefox/Gecko */
  width: -webkit-fit-content; /* Chrome */
  width: -o-fit-content;
  width: fit-content;
  display: -ms-inline-grid;
  -ms-grid-columns: fit-content;
}


.hr-separate {
	margin-top: 0px;
	margin-bottom: 0px;
	border : 0px;
	border-top: 2px solid #bbb;
}
.row-highlight {
    background-color: #C6ECFF;
}

.row-odd {
	background-color: #fff;
}

.row-even {
	background-color: #ccc;
}
.td-clickable {
	/*display: inline-block; */
    width: 100%;
    height: 100%;
    /* margin: 0.4em; */
    padding: 0.2em;
    background-color: #efd283;
    border-radius: 3px;
    border: solid #cccccc 1px;
    box-shadow: 2px 1px 1px 0px #888888;
    clear: right;
    /* float: right; */
    /* padding-top: 2px !important; */
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-weight: bold;
}

.tools-editable {
	display: inline-grid;
	align-content: center;
	color: blue;
    background-color: antiquewhite;
	border: solid #aaa 1px;
	padding-left: 2px;
}

.fieldset-checkbox {
	color: blue;
  background-color: antiquewhite;
	border: solid #aaa 1px;
	padding-left: 2px;
}

.input-minwidth {
	min-width: 100px;
}

.dot_line {
	border: 0.1px dotted grey !important;
}

.btn-circle {
  width: auto;
  height: 25px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

.badge-warning {
  background-color: #f89406;
}
.badge-error {
  background-color: #b94a48 !important;
  color: white;
}
.badge-success {
  background-color: #468847;
}
.badge-info {
  background-color: #3a87ad;
}

li.li-button {
    display: inline-block;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    margin-right:30px;
    background-color: #d9edf7;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}