body {
	font-family: 'Dosis';
}

@media print {
  ::-webkit-input-placeholder { /* WebKit browsers */
      color: transparent;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: transparent;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: transparent;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
  }
}

#my-row {
	margin-left: -5px;
	margin-right: -5px;
	padding-top: -5px;
	padding-bottom: -5px;
}

#my-col {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#vadPrecisions {
	height: 38px;
}

#visiteursMedicauxParticularitesRdv {
	height: 38px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	background-color: #ccc;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: -1;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
	border-collapse: separate !important;
	width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 50% !important;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-oui-active {
	background-color: #5cb85c;
	color: white;
}

.btn-non-active {
	background-color: #d9534f;
	color: white;
}

.btn-multi-active {
	background-color: #5bc0de;
	color: white;
}

table#formElementTable input {
	display: block !important;
	height: 52px !important;
	padding: 10 !important;
	margin: 0 !important;
	border: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	line-height: 1 !important;
}

table#formElementTable td {
	margin-left: 10px;
	margin: 0 !important;
	padding: 0 !important;
	background: white !important;
}

.input-as-label::placeholder {
	color: #495057;
}

.modal-xlg {
	max-width: 80% !important;
}

.fixed-custom {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
