input[type=text], input[type=reset], input[type=password], input[type=search], input[type=email], input[type=tel], input[type=url], input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], input[type=datetime-local], input[type=number], input[type=submit], input[type=reset], input[type=color], input[type=file], button, textarea, select {
  height: auto !important
}

.position-clearboth {
    clear: both;
}
.position-pullleft {
    float: left;
}
p.CoordContactTitle {
    font-size: 54px;
    line-height: 0.9em;
    /*font-family: HN35Tn,Arial,Helvetica,sans-serif;*/
    font-weight: 400;
    text-transform: uppercase;
}
.position-pullright {
    float: right;
}
.telephone.second.small {
    height: 32px;
    width: 293px;
}
.telephone.second {
    height: 42px;
    width: 411px;
}
.telephone {
    background-color: #FFF;
    font-family: arial;
    border: 1px solid #b0b2b3;
    width: 100%;
}
.telephone.second.purple .number {
    color: #9f0573;
}
.telephone.second.small .number {
    font-size: 1.53333rem;
    padding-left: 4px;
    padding-top: 2px;
    text-align: left;
    width: 160px;
}
.telephone.second .number {
    width: 227px;
    display: inline-block;
    color: #78b41e;
    font-weight: 700;
    padding-top: 1px;
    background-color: #FFF;
    font-size: 2.13333rem;
    padding-left: 10px;
}
.arrow-bottom, .arrow-left, .arrow-right, .arrow-top {
    position: relative;
}
.telephone.second.small .arrow-right::after {
    border-left-color: #fff;
    border-width: 14px 0 14px 16px;
    left: 156px;
    top: 10px;
}
.telephone.second .arrow-right::after {
    border-left-color: #fff;
    border-width: 20px 0 21px 21px;
    left: 225px;
    top: 10px;
}
.arrow-right::after {
    border-width: 10px 0 10px 10px;
    left: 100%;
    top: 50%;
    border-left-color: #F8F8F8;
    margin-top: -10px;
}
.arrow-bottom::after, .arrow-left::after, .arrow-right::after, .arrow-top::after {
    position: absolute;
    content: " ";
    display: block;
    pointer-events: none;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: transparent;
}
.telephone.second.purple .texte {
    background-color: #9f0573;
}
.telephone.second.small .texte {
    height: 35px;
    width: 121px;
}
.telephone.second .texte {
    display: inline-block;
    background-color: #78b41e;
    height: 46px;
    margin-top: -3px;
    padding-top: 0;
    vertical-align: top;
    width: 173px;
}
.telephone.second.small .texte p {
    font-size: .8rem;
    padding-left: 9px;
    padding-top: 3px;
    text-align: left;
    line-height: 13px;
}
.telephone.second .texte p {
    font-family: arial;
    font-size: 1.06667rem;
    color: auto; /*fff*/
    font-weight: 700;
    margin-top: 0;
    padding-left: 15px;
    padding-top: 3px;
}
.formError{display:none;color:#f44}
.formError.active{display:block}

.contactCalendar, .devenirClientCalendar {
    width: 100%;
}
.calendarContainer {
    width: 100%;
    overflow: hidden;
}
.calendarContainerInner {
    width: 10000px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contactCalendar .semaine, .devenirClientCalendar .semaine {
    width: 100%;
    table-layout: fixed;
    float: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.contactCalendar .semaine th:first-child, .devenirClientCalendar .semaine th:first-child {
    border-left: none;
}
.contactCalendar .semaine th, .devenirClientCalendar .semaine th {
    background-color: #fff;
    border-left: 1px solid #ededed;
    color: #494949;
    border-bottom: 5px solid #3c536e;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
}
.contactCalendar .semaine th.inactive, .devenirClientCalendar .semaine th.inactive {
    background-color: #bbb;
}
.contactCalendar .semaine td.inactive .btnCalendar, .contactCalendar .semaine td.inactive .btnCalendar:hover, .devenirClientCalendar .semaine td.inactive .btnCalendar, .devenirClientCalendar .semaine td.inactive .btnCalendar:hover {
    background: #bbb;
    cursor: default;
}
.contactCalendar .semaine td .btnCalendar, .devenirClientCalendar .semaine td .btnCalendar {
    display: block;
    width: 98%;
    padding: 10px 1%;
    height: 45px;
    cursor: pointer;
}
.btnCalendarNext.inactive, .btnCalendarPrev.inactive {
    cursor: default;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    filter: alpha(opacity=.5);
    opacity: .5;
    display: none;
}
.btnCalendarPrev {
    float: left;
    display: block;
    margin-top: 18px;
    background: url(/rsc/contrib/image/2016/global/arrow-white-left.png) left center no-repeat;
    padding-left: 12px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    color: auto; /*fff*/
}
.btnCalendarNext {
    float: right;
    display: block;
    margin-top: 18px;
    background: url(/rsc/contrib/image/2016/global/arrow-white-right.png) right center no-repeat;
    padding-right: 12px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    color: auto; /*fff*/
}

.etape {
    /*background-color: rgba(255,255,255,.1);
    border-left: 12px solid #8795a5;
    color: #8e9aa9;*/
    min-height: 115px;
    padding: 20px;
    margin-bottom: 1px;
}

/**
CONFIRMATION
**/

.confirmation {
    padding: 2rem 10%;
    text-align: center;
    background-color: #fff;
}
.confirmation .icon-form-alert, .confirmation .icon-form-confirm, .confirmation .icon-form-info, .confirmation .icon-form-red, .confirmation .icon-validation-tel {
    margin: 1rem auto 0;
}

.icon-form-confirm {
    background-position: center -72px;
}

.icon-form-alert, .icon-form-confirm, .icon-form-info {
    background-image: url(/rsc/contrib/image/2016/form-confirm.png);
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
}
.big {
    font-size: 1.13333rem;
}
.libelle, .light-grey {
    color: #999;
}

.knownSubject.active,
.formError.active {display:block}
.green {color:#009966}
/**
NAV ETAPES
**/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/rsc/module/fonts/MaterialIcons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('/rsc/module/fonts/MaterialIcons/MaterialIcons-Regular'),
       url(/rsc/module/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
       url(/rsc/module/fonts/MaterialIcons/MaterialIcons-Regular.woff) format('woff'),
       url(/rsc/module/fonts/MaterialIcons/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-70 { font-size: 70px; }


section {
	display: block
}
.wrap {
	/*background-color:#e7e7e7;*/
	/*padding:2rem*/
	margin-right: auto;
    margin-left: auto;
	width:100%;
}

.row:after,
.row:before {
	content:" ";
	display:table
}
.row {
	min-height: 1px;
	padding: 0 1.5rem 2rem;
    text-align: center;
}
.row:after {
	clear:both
}

.progression-alt {
	overflow: hidden
}
.progression-alt {
	list-style-type:none;
	margin:0 0 0 -35px;
	padding:0 0 25px;
	counter-reset:li-counter;
	clear:both
}
.progression-alt:after {
	clear:both;
	display:table
}
.progression-alt>li {
	float:left;
	width:170px;/*160/140*/
	text-align:left;
	padding-left:57px;
	text-transform:uppercase;
	position:relative;
	padding-top:55px;
	color:#999;
	font-size:.86667rem
}
.progression-alt>li .done,
.progression-alt>li a {
	color:#424242
}
.progression-alt>li:before {
	font-family:'BNPPSansCondensed', Arial, sans serif !important;
	font-size:1.4rem;
	content:counter(li-counter);
	counter-increment:li-counter;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#e7e7e7;/*#fff;*/
	color:#999;
	display:block;
	padding-top:8px;
	position:absolute;
	text-align:center;
	left:50%;
	margin-left:-22px;
	top:0;
line-height: 1.4;
}
.progression-alt>li:after {
	content:"\02014";
	color:#e7e7e7;/*#FFF;*/
	font-size:3rem;
	position:absolute;
	right:0;
	top:0; /*-12px;*/
	margin-right:-16px
}
.progression-alt>li:last-child:after {
	content:""
}
.progression-alt>li:first-child:before {
	color:#fff;
	background-color:#333;
	background-image:-webkit-linear-gradient(#333,#5FAE63);
	background-image:linear-gradient(#333,#5FAE63)
}
.progression-alt.etp-2>li:nth-child(-n+2):before,
.progression-alt.etp-3>li:nth-child(-n+3):before,
.progression-alt.etp-4>li:nth-child(-n+4):before,
.progression-alt.etp-5>li:nth-child(-n+5):before,
.progression-alt.etp-6>li:nth-child(-n+6):before,
.progression-alt.etp-7>li:nth-child(-n+7):before {
	content: "\E5CA";
	font-family: 'Material Icons' !important;
	font-size:1.2rem;
	color:#fff;
	background-color:#333;
	background-image:-webkit-linear-gradient(#333,#5FAE63);
	background-image:linear-gradient(#333,#5FAE63);
	line-height:1.3
}
.progression-alt.etp-2>li:nth-child(-n+1):after,
.progression-alt.etp-3>li:nth-child(-n+2):after,
.progression-alt.etp-4>li:nth-child(-n+3):after,
.progression-alt.etp-5>li:nth-child(-n+4):after,
.progression-alt.etp-6>li:nth-child(-n+5):after,
.progression-alt.etp-7>li:nth-child(-n+6):after {
	color:#333
}
.progression-alt.etp-1>li:nth-child(1),
.progression-alt.etp-2>li:nth-child(2),
.progression-alt.etp-3>li:nth-child(3),
.progression-alt.etp-4>li:nth-child(4),
.progression-alt.etp-5>li:nth-child(5),
.progression-alt.etp-6>li:nth-child(6),
.progression-alt.etp-7>li:nth-child(7) {
	color:#5FAE63
}
.progression-alt.etp-1>li:nth-child(1):before,
.progression-alt.etp-2>li:nth-child(2):before,
.progression-alt.etp-3>li:nth-child(3):before,
.progression-alt.etp-4>li:nth-child(4):before,
.progression-alt.etp-5>li:nth-child(5):before,
.progression-alt.etp-6>li:nth-child(6):before,
.progression-alt.etp-7>li:nth-child(7):before {
	content:counter(li-counter);
	font-family:'BNPPSansCondensed', Arial, sans serif !important;
	font-size:1.4rem;
	line-height:1.4
}


@media screen and (max-width: 768px) {
ol.progression-alt {
    padding-bottom: 0;
    padding-top: 10px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    text-align: left;
}

ol.progression-alt>li {
    display: inline-block;
    float: none;
    width: 4rem;
    padding-bottom: 0;
    padding-top: 41px;
    font-size: 0;
}
ol.progression-alt > li::after {
    content: "â€¢";
    margin-right: 0px;
    color: rgb(204, 204, 204);
    font-size: 1.33333rem;
    line-height: 3.4;
	top: -16px;
}

ol.progression-alt.etp-1>li:nth-child(-n+1):before, ol.progression-alt.etp-2>li:nth-child(-n+2):before, ol.progression-alt.etp-3>li:nth-child(-n+3):before, ol.progression-alt.etp-4>li:nth-child(-n+4):before, ol.progression-alt.etp-5>li:nth-child(-n+5):before, ol.progression-alt.etp-6>li:nth-child(-n+6):before, ol.progression-alt.etp-7>li:nth-child(-n+7):before {
    font-size: 1rem;
    line-height: 2.2;
}

ol.progression-alt>li:before {
    width: 30px;
    height: 30px;
    padding-top: 0;
    color: #999;
    /*font-size: 1.33333rem;
    line-height: 1.9;*/
    border: 1px solid #dbdbdb;
	font-size: 1rem;
    line-height: 2.2;
}
}

*,
:after,
:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}



/** 2017 **/

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: .1rem solid #5FAE63;
  border-radius: .2rem;
  color: #5FAE63;
  cursor: pointer;
  display: inline-block;
/*font-size: 1.4rem;*/
  height: 3.2rem;
  line-height: 2rem;
  outline: none;
  padding: .5rem .8rem;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  background: #fbfbfe;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
  text-decoration: none;
}
.btn:hover {
  background: #5FAE63;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background: #333;
  border-color: #bebebe;
  color: #fff;
  text-decoration: none;
}
.btn[disabled],
.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #5FAE63;
  border-color: #333;
  color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #333;
  border-color: #bebebe;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #3f4eba;
  border-color: #3b49af;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #5FAE63;
}
.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #3b49af;
}
.btn.btn-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem .8rem;
}
.btn.btn-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  padding-left: 0;
  padding-right: 0;
  width: 3.2rem;
}
.btn.btn-action.btn-sm {
  width: 2.4rem;
}
.btn.btn-action.btn-lg {
  width: 4rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-left: .4rem;
  margin-right: -.2rem;
  opacity: .45;
  padding: 0 .2rem;
  text-decoration: none;
  width: 1.6rem;
}
.btn.btn-clear:hover {
  opacity: .85;
}
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.1rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.1rem;
}
.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.btn-group.btn-group-block .btn {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  padding: .6rem 0;
}
.form-label.label-sm {
  padding: .2rem 0;
}
.form-label.label-lg {
  padding: 1rem 0;
}
.form-input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  background-image: none !important;
  border: .1rem solid #cccccc !important;
  border-radius: .2rem !important;
  /*color: #50596c;*/
  display: block !important;
/*font-size: 1.4rem;*/
  height: 3.2rem !important;
  line-height: 2rem !important;
  max-width: 100%!important;
  outline: none !important;
  padding:0.1rem 0.8rem !important;
  position: relative !important;
  transition: all .2s ease !important;
  width: 100% !important;
}
.form-input:focus {
  border-color: #5FAE63;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-input::-webkit-input-placeholder {
  color: #acb3c2;
}
.form-input::-moz-placeholder {
  color: #acb3c2;
}
.form-input:-ms-input-placeholder {
  color: #acb3c2;
}
.form-input::placeholder {
  color: #acb3c2;
}
.form-input.input-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem .8rem;
}
.form-input.input-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
textarea.form-input {
  height: auto;
}
.form-input[type="file"] {
  height: auto;
}
.form-input-hint {
  color: #acb3c2;
  margin-top: .4rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e85600;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: .1rem solid #cccccc;
  border-radius: .2rem;
  color: inherit;
/*font-size: 1.4rem;*/
  line-height: 2rem;
  outline: none;
  padding: .5rem .8rem;
  vertical-align: middle;
  width: 100%;
}
.form-select[multiple] option {
  padding: .2rem .4rem;
}
.form-select:not([multiple]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / .8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #5FAE63;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem 2rem .1rem .6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem 2.4rem .9rem .8rem;
}
.has-success .form-input,
.has-success .form-select,
.form-input.is-success,
.form-select.is-success {
  border-color: #32b643;
}
.has-success .form-input:focus,
.has-success .form-select:focus,
.form-input.is-success:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 .2rem rgba(50, 182, 67, .15);
}
.has-error .form-input,
.has-error .form-select,
.form-input.is-error,
.form-select.is-error {
  border-color: #e85600;
}
.has-error .form-input:focus,
.has-error .form-select:focus,
.form-input.is-error:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
/*.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}*/
.has-icon-left,
.has-icon-right {
  position: relative;
}
.form-icon.form-icon-color{
	border-color: #333 !important;
	background: #333 !important;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  margin: 0 .8rem;
  min-width: 1.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.has-icon-left .form-icon {
  left: 0;
}
.has-icon-left .form-input {
  padding-left: 3rem;
}
.has-icon-right .form-icon {
  right: 0;
}
.has-icon-right .form-input {
  padding-right: 3rem;
}
.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #5FAE63;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #5FAE63;
  border-color: #5FAE63;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: .1rem solid #cccccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: all .2s ease;
}
.form-checkbox,
.form-radio {
  padding: .2rem 2rem;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 1.4rem;
  left: 0;
  top: .5rem;
  width: 1.4rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #f0f1f4;
}
.form-checkbox .form-icon {
  border-radius: .2rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: .2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -.3rem;
  margin-top: -.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #5FAE63;
  border-color: #5FAE63;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: .2rem;
  left: 50%;
  margin-left: -.5rem;
  margin-top: -.1rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.form-radio .form-icon {
  border-radius: .7rem;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: .2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -.2rem;
  margin-top: -.2rem;
  position: absolute;
  top: 50%;
  width: .4rem;
}
.form-switch {
  padding: .2rem 2rem .2rem 3.6rem;
}
.form-switch .form-icon {
  background: #e7e9ed;
  background-clip: padding-box;
  border-radius: .9rem;
  height: 1.8rem;
  left: 0;
  top: .3rem;
  width: 3rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: .8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease;
  width: 1.6rem;
}
.form-switch input:checked + .form-icon::before {
  left: 1.2rem;
}
.form-switch input:active + .form-icon::before {
  background: #f8f9fa;
}
.input-group {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.input-group .input-group-addon {
  background: #f8f9fa;
  border: .1rem solid #cccccc;
  border-radius: .2rem;
  line-height: 2rem;
  padding: .5rem .8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: .1rem .8rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  padding: .9rem .8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.1rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.1rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 1;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.form-input:disabled,
.form-select:disabled,
.form-input.disabled,
.form-select.disabled {
  background-color: #f0f1f4;
  cursor: not-allowed;
  opacity: .5;
}
.form-input[readonly] {
  background-color: #f8f9fa;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
  background: #f0f1f4;
  cursor: not-allowed;
  opacity: .5;
}
.form-switch input:disabled + .form-icon::before,
.form-switch input.disabled + .form-icon::before {
  background: #fff;
}
.form-horizontal {
  padding: 1rem;
}
.form-horizontal .form-group {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
  margin: .4rem 0;
}



.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  -webkit-animation: loading 500ms infinite linear;
  animation: loading 500ms infinite linear;
  border: .2rem solid #5FAE63;
  border-radius: .8rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.6rem;
  left: 50%;
  margin-left: -.8rem;
  margin-top: -.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  z-index: 1;
}
.clearfix::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: .5rem;
}
.mr-5 {
  margin-right: .5rem;
}
.mb-5 {
  margin-bottom: .5rem;
}
.ml-5 {
  margin-left: .5rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: .5rem;
}
.pr-5 {
  padding-right: .5rem;
}
.pb-5 {
  padding-bottom: .5rem;
}
.pl-5 {
  padding-left: .5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.inline-flex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.hide {
  display: none !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-large {
  font-size: 1.2em;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.text-break {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.hand {
  cursor: pointer;
}
.shadow-0 {
  box-shadow: 0 0 .2rem rgba(69, 77, 93, .3);
}
.shadow-1 {
  box-shadow: 0 .1rem .4rem rgba(69, 77, 93, .3);
}
.shadow-2 {
  box-shadow: 0 .2rem .6rem rgba(69, 77, 93, .3);
}
.shadow-3 {
  box-shadow: 0 .3rem .8rem rgba(69, 77, 93, .3);
}
.shadow-4 {
  box-shadow: 0 .4rem 1rem rgba(69, 77, 93, .3);
}
.rounded {
  border-radius: .2rem;
}
.circle {
  border-radius: 50%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}


/*** FORM CONTACT ***/

#contact, #devenirClient {
    /*position: absolute;*/
    /*opacity: 0;
    overflow: hidden;*/
    /*left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
    min-height: 0;
    background: #3c526c;
    background: rgba(60,82,108,.95);*/
    z-index: 0;
    padding: 0;
    -webkit-transition: opacity 500ms ease,z-index 1s linear,max-height 1s linear,min-height 1s linear;
    -moz-transition: opacity 500ms ease,z-index 1s linear,max-height 1s linear,min-height 1s linear;
    -o-transition: opacity 500ms ease,z-index 1s linear,max-height 1s linear,min-height 1s linear;
    -ms-transition: opacity 500ms ease,z-index 1s linear,max-height 1s linear,min-height 1s linear;
    transition: opacity 500ms ease,z-index 1s linear,max-height 1s linear,min-height 1s linear;
}

#contact.open, #devenirClient.open {
    max-height: none;
    height: auto !important;
    min-height: 100%;
    opacity: 1;
    overflow: visible;
    z-index: 25;
    -webkit-transition: opacity 500ms ease,z-index 0s linear;
    -moz-transition: opacity 500ms ease,z-index 0s linear;
    -o-transition: opacity 500ms ease,z-index 0s linear;
    -ms-transition: opacity 500ms ease,z-index 0s linear;
    transition: opacity 500ms ease,z-index 0s linear;
}


#lesEtapes, #lesEtapes-DC {
    position: relative;
    /*padding: 52px 0 20px;
    max-width: 1440px;
    margin: 0 auto;*/
	max-width: 1140px;
    padding: 40px;
    margin: auto;
}
#lesEtapes .BlocHead, #lesEtapes-DC .BlocHead {
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 96%;
    padding: 16px 2% 53px;
}
#lesEtapes .BlocHead .CoordContact, #lesEtapes-DC .BlocHead .CoordContact {
    overflow: hidden;
}
.position-clearboth {
    clear: both;
}
.position-pullleft {
    float: left;
}
p.CoordContactTitle {
    font-size: 54px;
    line-height: 0.9em;
    /*font-family: HN35Tn,Arial,Helvetica,sans-serif;*/
    font-weight: 400;
    text-transform: uppercase;
}
.position-pullright {
    float: right;
}
.telephone.second.small {
    height: 32px;
    width: 293px;
}
.telephone.second {
    height: 42px;
    width: 411px;
}
.telephone {
    background-color: #FFF;
    font-family: arial;
    border: 1px solid #b0b2b3;
    width: 100%;
}
.telephone.second.purple .number {
    color: #9f0573;
}
.telephone.second.small .number {
    font-size: 1.53333rem;
    padding-left: 4px;
    padding-top: 2px;
    text-align: left;
    width: 160px;
}
.telephone.second .number {
    width: 227px;
    display: inline-block;
    color: #78b41e;
    font-weight: 700;
    padding-top: 1px;
    background-color: #FFF;
    font-size: 2.13333rem;
    padding-left: 10px;
}
.arrow-bottom, .arrow-left, .arrow-right, .arrow-top {
    position: relative;
}
.telephone.second.small .arrow-right::after {
    border-left-color: #fff;
    border-width: 14px 0 14px 16px;
    left: 156px;
    top: 10px;
}
.telephone.second .arrow-right::after {
    border-left-color: #fff;
    border-width: 20px 0 21px 21px;
    left: 225px;
    top: 10px;
}
.arrow-right::after {
    border-width: 10px 0 10px 10px;
    left: 100%;
    top: 50%;
    border-left-color: #F8F8F8;
    margin-top: -10px;
}
.arrow-bottom::after, .arrow-left::after, .arrow-right::after, .arrow-top::after {
    position: absolute;
    content: " ";
    display: block;
    pointer-events: none;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: transparent;
}
.telephone.second.purple .texte {
    background-color: #9f0573;
}
.telephone.second.small .texte {
    height: 35px;
    width: 121px;
}
.telephone.second .texte {
    display: inline-block;
    background-color: #78b41e;
    height: 46px;
    margin-top: -3px;
    padding-top: 0;
    vertical-align: top;
    width: 173px;
}
.telephone.second.small .texte p {
    font-size: .8rem;
    padding-left: 9px;
    padding-top: 3px;
    text-align: left;
    line-height: 13px;
}
.telephone.second .texte p {
    font-family: arial;
    font-size: 1.06667rem;
    color: auto; /*fff*/
    font-weight: 700;
    margin-top: 0;
    padding-left: 15px;
    padding-top: 3px;
}
#lesEtapes .BlocHead .coordDay, #lesEtapes-DC .BlocHead .coordDay {
    width: 150px;
    font-size: 13px;
    padding-left: 10px;
}
#lesEtapes .BlocHead .coordDay p, #lesEtapes-DC .BlocHead .coordDay p {
    line-height: 15px;
    color: auto; /*fff*/
    margin-bottom: 0;
    font-size: 14px;
}
#lesEtapes .blocContent, #lesEtapes-DC .blocContent {
    width: 100%;
}
#lesEtapes .blocAside, #lesEtapes-DC .blocAside {
    float: left;
    width: 25%;
}
#lesEtapes .blocAside .etape.active, #lesEtapes-DC .blocAside .etape.active {
    background-color: rgba(255,255,255,.2);
    border-left: 12px solid #fff;
    color: auto; /*fff*/
}
#lesEtapes .blocAside .etape, #lesEtapes-DC .blocAside .etape {
    background-color: rgba(255,255,255,.1);
    border-left: 12px solid #8795a5;
    color: #8e9aa9;
    min-height: 115px;
    padding: 20px;
    margin-bottom: 1px;
}
p.etapeTitle {
    font-size: 15px;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 400;
    /*font-family: HN47LtCn,Arial,Helvetica,sans-serif;*/
}
.active p.etapeTitle span {
    /*font-family: HN77BdCn,Arial,Helvetica,sans-serif;*/
    font-size: 20px;
}
p.etapeTitle span {
    /*font-family: HN77BdCn,Arial,Helvetica,sans-serif;*/
}
#lesEtapes .blocAside ul, #lesEtapes-DC .blocAside ul {
    margin-top: 10px;
    font-size: 1em;
}
#lesEtapes .blocArticle, #lesEtapes-DC .blocArticle {
    /*float: left;
    width: 71%;*/
    padding: 0px 2% 50px;
}
#lesEtapes .blocArticlePosition, #lesEtapes-DC .blocArticlePosition {
    width: 100%;
}
#etape1, #etape1-DC, #etape2, #etape2-DC, #etape3, #etape3-DC, #etape4, #etape4-DC, #etape5 {
    margin-bottom: 40px;
    width: 100% !important;
}
p.etapeBlocTitle {
    font-size: 17px;
    line-height: 24px;
    color: auto; /*fff*/
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    /*font-family: HN47LtCn,Arial,Helvetica,sans-serif;*/
}
.custom-select {
    position: relative;
    font-size: 14px;
    color: #5d5d5d;
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    max-width: 180px;
}
.custom-select .trigger {
    position: relative;
    padding: 1px 20px 1px 10%;
    height: 1.85em;
    line-height: 1.85em;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-select .trigger::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #373737;
    position: absolute;
    top: 10px;
    right: 10px;
}
#lesEtapes .blocArticle textarea, #lesEtapes-DC .blocArticle textarea {
    height: 222px;
    /*margin: 2em 0;*/
    margin: 0 0 1em;
    padding: 13px 0 10px 10px;
    /*width: 80%;*/
    color: #414141;
    background-color: #fff;
    /*font-size: 22px;*/
}
textarea {
    width: 96%;
    border: 0;
    background: #e9e9e9;
    color: #474747;
    padding: 2%;
    /*font-family: HN45Lt,Arial,Helvetica,sans-serif;*/
}
/*.formError {
    display: none;
	color: #e85600; *#f44;*
	font-size: 0.8em;
}*/
#lesEtapes .blocArticle .button, #lesEtapes-DC .blocArticle .button {
    /*float: left;*/
    margin: 1.5em 0; /*3em 0;*/
    letter-spacing: 1.5px;
}
#lesEtapes .blocArticle .button a, #lesEtapes-DC .blocArticle .button a {
    /*color: auto;
    border: 1px solid #63758a;
    font-weight: 400;*/
}
#lesEtapes p.button a, #lesEtapes-DC p.button a {
    /*padding: 10px 3em 10px 1.5em;
    background: url(/rsc/contrib/image/2016/global/puce-bas-white.png) 90% center no-repeat;*/
    cursor: pointer;
}
p.button a, .accroche p.button a {
    position: relative;
}
p.button a {
    /*padding: 10px 24px;
    overflow: hidden;*/
}

#etape2 .choixEmail img, #etape2 .choixRdv img, #etape2 .choixTel img {
	margin:10px;
}

#etape2 .choixEmail, #etape2 .choixRdv, #etape2 .choixTel {
    float: left;
    width: 26%;
    margin: 0 5% 20px 0;
    /*padding: 55px 1% 30px;*/
	padding: 125px 1% 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    /*font-size: 14px;*/
    text-align: center;
    line-height: 24px;
	cursor:pointer;
	background: #009966;
	transition: background .3s, color .3s;
	border:1px solid transparent;
}

#etape2 .choixTel {
  background: #009966 url("/rsc/contrib/image/2016/global/icone-choix-tel.png") no-repeat 50% 25%;
}
#etape2 .choixEmail {
  background: #009966 url("/rsc/contrib/image/2016/global/icone-choix-email.png") no-repeat 50% 25%;
}
#etape2 .choixRdv {
  background: #009966 url("/rsc/contrib/image/2016/global/icone-choix-rdv.png") no-repeat 50% 25%;
}
#etape2 .choixTel:hover,
#etape2 .choixEmail:hover,
#etape2 .choixRdv:hover {
  background-color:#00895b;
}
#etape2 .choixTel.active:hover,
#etape2 .choixEmail.active:hover,
#etape2 .choixRdv.active:hover {
  background-color:#005a6c;
}
#etape2 .choixTel.active {
  background: #006478 url("/rsc/contrib/image/2016/global/icone-choix-tel.png") no-repeat 50% 25%;
}
#etape2 .choixEmail.active {
  background: #006478 url("/rsc/contrib/image/2016/global/icone-choix-email.png") no-repeat 50% 25%;
}
#etape2 .choixRdv.active {
  background: #006478 url("/rsc/contrib/image/2016/global/icone-choix-rdv.png") no-repeat 50% 25%;
}

.contactCalendar,
.devenirClientCalendar {
	width:100%
}
.calendarContainer {
	width:100%;
	overflow:hidden
}
.calendarContainerInner {
	width:10000px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease
}
.btnCalendarPrev {
	float:left;
	display:block;
	margin-top:18px;
	/*background:url(/rsc/module/img/arrow-white-left.png) left center no-repeat;*/
	padding-left:12px;
	cursor:pointer;
	text-decoration:none;
	font-size:15px;
	line-height:15px;
	color:#006478 /*#fff*/
}
.btnCalendarNext {
	float:right;
	display:block;
	margin-top:18px;
	/*background:url(/rsc/module/img/arrow-white-right.png) right center no-repeat;*/
	padding-right:12px;
	cursor:pointer;
	text-decoration:none;
	font-size:15px;
	line-height:15px;
	color:#006478 /*#fff*/
}
.btnCalendarNext:hover, .btnCalendarPrev:hover {color:#009966}

.certification .btnCalendarNext,
.certification .btnCalendarPrev {
	color:#006478 /*#fff*/
}
.btnCalendarNext:hover,
.btnCalendarPrev:hover {
	text-decoration:none
}
.btnCalendarNext.inactive,
.btnCalendarPrev.inactive {
	cursor:default;
	-khtml-opacity:.5;
	-moz-opacity:.5;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	filter:alpha(opacity=.5);
	opacity:.5;
	display:none
}
.contactCalendar .semaine,
.devenirClientCalendar .semaine {
	width:100%;
	table-layout:fixed;
	float:left
}
.contactCalendar .semaine th,
.devenirClientCalendar .semaine th {
	background-color:#fff;
	border-left:1px solid #ededed;
	color:#494949;
	border-bottom:5px solid #3c536e;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	font-family:inherit;
	font-size:15px;
	line-height:15px;
	padding: 5px;
}
@media(max-width:63em){.contactCalendar .semaine th,
.devenirClientCalendar .semaine th {
	padding:12px 2%
}
.contactCalendar .semaine th {
	padding:12px 3%
}
}
@media(max-width:55em){.img-thirteen-pouces-css{max-width:100%}.contactCalendar .semaine th,
.devenirClientCalendar .semaine th {
	padding:12px 2%
}
.contactCalendar .semaine th {
	padding:12px 5%
}
}
@media(max-width:35em){.img-thirteen-pouces-css{max-width:100%}.contactCalendar .semaine th,
.devenirClientCalendar .semaine th {
	padding:12px 2%
}
.contactCalendar .semaine th {
	padding:12px 3%
}
}
.contactCalendar .semaine th:first-child,
.devenirClientCalendar .semaine th:first-child {
	border-left:none
}
.contactCalendar .semaine th.inactive,
.devenirClientCalendar .semaine th.inactive {
	background-color:#bbb
}
.contactCalendar .semaine td,
.devenirClientCalendar .semaine td {
	height:64px;
	background-color:#50647a;
	color:#fff;
	border-bottom:1px solid #3c536e;
	border-left:1px solid #fff;
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	line-height:15px
}
.contactCalendar .semaine td:first-child,
.devenirClientCalendar .semaine td:first-child {
	border-left:none;
	padding:0 1%
}
.contactCalendar .semaine td .btnCalendar,
.devenirClientCalendar .semaine td .btnCalendar {
	display:block;
	width:98%;
	padding:10px 1%;
	height:45px;
	cursor:pointer
}
.contactCalendar .semaine td .btnCalendar.active,
.devenirClientCalendar .semaine td .btnCalendar.active {
	background:url(/rsc/module/img/btnCalendar.png) center center no-repeat
}
.contactCalendar .semaine td.inactive .btnCalendar,
.contactCalendar .semaine td.inactive .btnCalendar:hover,
.devenirClientCalendar .semaine td.inactive .btnCalendar,
.devenirClientCalendar .semaine td.inactive .btnCalendar:hover {
	background:#bbb;
	cursor:default;
	height: 100%;
}

/** 2017 **/

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: .1rem solid #5FAE63;
  border-radius: .2rem;
  color: #5FAE63;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 2rem;
  outline: none;
  padding: .5rem .8rem;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  background: #fbfbfe;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
  text-decoration: none;
}
.btn:hover {
  background: #5FAE63;
  border-color: #4c59c2;
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background: #4c59c2;
  border-color: #3e4cb6;
  color: #fff;
  text-decoration: none;
}
.btn[disabled],
.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #5FAE63;
  border-color: #4c59c2;
  color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #4452c0;
  border-color: #3e4cb6;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #3f4eba;
  border-color: #3b49af;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #5FAE63;
}
.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #3b49af;
}
.btn.btn-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem .8rem;
}
.btn.btn-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  padding-left: 0;
  padding-right: 0;
  width: 3.2rem;
}
.btn.btn-action.btn-sm {
  width: 2.4rem;
}
.btn.btn-action.btn-lg {
  width: 4rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-left: .4rem;
  margin-right: -.2rem;
  opacity: .45;
  padding: 0 .2rem;
  text-decoration: none;
  width: 1.6rem;
}
.btn.btn-clear:hover {
  opacity: .85;
}
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.1rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.1rem;
}
.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.btn-group.btn-group-block .btn {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  padding: .6rem 0;
  font-size: 16px;
}
.form-label.label-sm {
  padding: .2rem 0;
}
.form-label.label-lg {
  padding: 1rem 0;
}
.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: .1rem solid #c4c9d3;
  border-radius: .2rem;
  color: #50596c;
  display: block;
  font-size: 1rem; /*1.4rem*/
  height: 3.2rem;
  line-height: 2rem;
  max-width: 100%;
  outline: none;
  padding: .5rem .8rem;
  position: relative;
  transition: all .2s ease;
  width: 100%;
}
.form-input:focus {
  border-color: #5FAE63;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-input::-webkit-input-placeholder {
  color: #acb3c2;
}
.form-input::-moz-placeholder {
  color: #acb3c2;
}
.form-input:-ms-input-placeholder {
  color: #acb3c2;
}
.form-input::placeholder {
  color: #acb3c2;
}
.form-input.input-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem .8rem;
}
.form-input.input-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
textarea.form-input {
  height: auto;
}
.form-input[type="file"] {
  height: auto;
}
.form-input-hint {
  color: #acb3c2;
  margin-top: .4rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e85600;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: .1rem solid #c4c9d3;
  border-radius: .2rem;
  color: inherit;
  font-size: 1rem; /*1.4rem;*/
  line-height: 2rem;
  outline: none;
  padding: 0.1rem 0.8rem;
  vertical-align: middle;
  width: 100%;
}
.form-select[multiple] option {
  padding: .2rem .4rem;
}
.form-select:not([multiple]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / .8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #5FAE63;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem 2rem .1rem .6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem 2.4rem .9rem .8rem;
}
.has-success .form-input,
.has-success .form-select,
.form-input.is-success,
.form-select.is-success {
  border-color: #32b643;
}
.has-success .form-input:focus,
.has-success .form-select:focus,
.form-input.is-success:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 .2rem rgba(50, 182, 67, .15);
}
.has-error .form-input,
.has-error .form-select,
.form-input.is-error,
.form-select.is-error {
  border-color: #e85600;
}
.has-error .form-input:focus,
.has-error .form-select:focus,
.form-input.is-error:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
/*.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}*/
.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  margin: 0 .8rem;
  min-width: 1.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.has-icon-left .form-icon {
  left: 0;
}
.has-icon-left .form-input {
  padding-left: 3rem;
}
.has-icon-right .form-icon {
  right: 0;
}
.has-icon-right .form-input {
  padding-right: 3rem;
}
.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #5FAE63;
  box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #5FAE63;
  border-color: #5FAE63;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: .1rem solid #c4c9d3;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: all .2s ease;
}
.form-checkbox,
.form-radio {
  padding: .2rem 2rem;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 1.4rem;
  left: 0;
  top: .5rem;
  width: 1.4rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #f0f1f4;
}
.form-checkbox .form-icon {
  border-radius: .2rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: .2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -.3rem;
  margin-top: -.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #5FAE63;
  border-color: #5FAE63;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: .2rem;
  left: 50%;
  margin-left: -.5rem;
  margin-top: -.1rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.form-radio label{
	font-size:16px;
}
.form-radio .form-icon {
  border-radius: .7rem;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: .2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -.2rem;
  margin-top: -.2rem;
  position: absolute;
  top: 50%;
  width: .4rem;
}
.form-switch {
  padding: .2rem 2rem .2rem 3.6rem;
}
.form-switch .form-icon {
  background: #e7e9ed;
  background-clip: padding-box;
  border-radius: .9rem;
  height: 1.8rem;
  left: 0;
  top: .3rem;
  width: 3rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: .8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease;
  width: 1.6rem;
}
.form-switch input:checked + .form-icon::before {
  left: 1.2rem;
}
.form-switch input:active + .form-icon::before {
  background: #f8f9fa;
}
.input-group {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.input-group .input-group-addon {
  background: #f8f9fa;
  border: .1rem solid #c4c9d3;
  border-radius: .2rem;
  line-height: 2rem;
  padding: .5rem .8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: .1rem .8rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  padding: .9rem .8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.1rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.1rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 1;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.form-input:disabled,
.form-select:disabled,
.form-input.disabled,
.form-select.disabled {
  background-color: #f0f1f4;
  cursor: not-allowed;
  opacity: .5;
}
.form-input[readonly] {
  background-color: #f8f9fa;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
  background: #f0f1f4;
  cursor: not-allowed;
  opacity: .5;
}
.form-switch input:disabled + .form-icon::before,
.form-switch input.disabled + .form-icon::before {
  background: #fff;
}
.form-horizontal {
  padding: 1rem;
}
.form-horizontal .form-group {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
  margin: .4rem 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

legend {
	color:#333;
	font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
}

.col-form-label {
    font-size: 0.7em;
	color: #999;
}
