/*Buttons*/
/* line 4, ../sass/cp_button.scss */
.btn, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  color: #fff;
  padding: 10px 25px;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 12, ../sass/cp_button.scss */
.btn i, .wizard > .actions .disabled a i, .wizard > .actions .disabled a:hover i, .wizard > .actions .disabled a:active i, .wizard > .actions a i, .wizard > .actions a:hover i, .wizard > .actions a:active i {
  font-size: 14px;
}
/* line 15, ../sass/cp_button.scss */
.btn:focus, .wizard > .actions a:focus, .btn:active, .wizard > .actions a:active {
  outline: none;
}
/* line 17, ../sass/cp_button.scss */
.btn:focus:focus, .wizard > .actions a:focus:focus, .btn:focus:active, .wizard > .actions a:focus:active, .btn:active:focus, .wizard > .actions a:active:focus, .btn:active:active, .wizard > .actions a:active:active {
  outline: none;
}
/* line 21, ../sass/cp_button.scss */
.btn.btn-default, .wizard > .actions a.btn-default {
  background: gainsboro;
  border: solid 1px gainsboro;
  color: #212121 !important;
}
/* line 25, ../sass/cp_button.scss */
.btn.btn-default:hover, .wizard > .actions a.btn-default:hover, .btn.btn-default:active, .wizard > .actions a.btn-default:active, .btn.btn-default:focus, .wizard > .actions a.btn-default:focus {
  background: rgba(220, 220, 220, 0.85);
  border: solid 1px rgba(220, 220, 220, 0.1);
}
/* line 30, ../sass/cp_button.scss */
.btn.btn-info, .wizard > .actions a.btn-info {
  background: #e7368d;
  border: solid 1px #e7368d;
}
/* line 33, ../sass/cp_button.scss */
.btn.btn-info:hover, .wizard > .actions a.btn-info:hover, .btn.btn-info:active, .wizard > .actions a.btn-info:active, .btn.btn-info:focus, .wizard > .actions a.btn-info:focus {
  background: rgba(231, 54, 141, 0.85);
  border: solid 1px rgba(231, 54, 141, 0.1);
}
/* line 39, ../sass/cp_button.scss */
.btn.btn-primary, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: #229bd3;
  border: solid 1px #229bd3;
}
/* line 42, ../sass/cp_button.scss */
.btn.btn-primary:hover, .wizard > .actions a:hover, .btn.btn-primary:active, .wizard > .actions a:active, .btn.btn-primary:focus, .wizard > .actions a:focus {
  background: rgba(0, 152, 163, 0.85);
  border: solid 1px rgba(0, 152, 163, 0.1);
}
/* line 47, ../sass/cp_button.scss */
.btn.btn-success, .wizard > .actions a.btn-success {
  background: #4aa23c;
  border: solid 1px #4aa23c;
}
/* line 50, ../sass/cp_button.scss */
.btn.btn-success:hover, .wizard > .actions a.btn-success:hover, .btn.btn-success:active, .wizard > .actions a.btn-success:active, .btn.btn-success:focus, .wizard > .actions a.btn-success:focus {
  background: rgba(74, 162, 60, 0.85);
  border: solid 1px rgba(74, 162, 60, 0.1);
}
/* line 55, ../sass/cp_button.scss */
.btn.btn-danger, .wizard > .actions a.btn-danger {
  background: #f33923;
  border: solid 1px #f33923;
}
/* line 58, ../sass/cp_button.scss */
.btn.btn-danger:hover, .wizard > .actions a.btn-danger:hover, .btn.btn-danger:active, .wizard > .actions a.btn-danger:active, .btn.btn-danger:focus, .wizard > .actions a.btn-danger:focus {
  background: rgba(243, 57, 35, 0.85);
  border: solid 1px rgba(243, 57, 35, 0.1);
}
/* line 63, ../sass/cp_button.scss */
.btn.btn-warning, .wizard > .actions a.btn-warning {
  background: #f8b32d;
  border: solid 1px #f8b32d;
}
/* line 66, ../sass/cp_button.scss */
.btn.btn-warning:hover, .wizard > .actions a.btn-warning:hover, .btn.btn-warning:active, .wizard > .actions a.btn-warning:active, .btn.btn-warning:focus, .wizard > .actions a.btn-warning:focus {
  background: rgba(242, 148, 0, 0.85);
  border: solid 1px rgba(248, 179, 45, 0.1);
}
/* line 71, ../sass/cp_button.scss */
.btn.btn-white, .wizard > .actions a.btn-white {
  background: white;
  color: #56d365 !important;
}
/* line 74, ../sass/cp_button.scss */
.btn.btn-white:hover, .wizard > .actions a.btn-white:hover {
  background: rgba(255, 255, 255, 0.85);
  border: solid 1px rgba(255, 255, 255, 0.1);
}
/* line 79, ../sass/cp_button.scss */
.btn.btn-outline, .wizard > .actions a.btn-outline {
  background: transparent !important;
}
/* line 81, ../sass/cp_button.scss */
.btn.btn-outline:hover, .wizard > .actions a.btn-outline:hover, .btn.btn-outline:focus, .wizard > .actions a.btn-outline:focus, .btn.btn-outline:active, .wizard > .actions a.btn-outline:active {
  border: solid 1px white;
}
/* line 84, ../sass/cp_button.scss */
.btn.btn-outline.btn-default, .wizard > .actions a.btn-outline.btn-default {
  border: solid 1px rgba(220, 220, 220, 0.5);
  color: #212121;
}
/* line 87, ../sass/cp_button.scss */
.btn.btn-outline.btn-default:hover, .wizard > .actions a.btn-outline.btn-default:hover, .btn.btn-outline.btn-default:focus, .wizard > .actions a.btn-outline.btn-default:focus, .btn.btn-outline.btn-default:active, .wizard > .actions a.btn-outline.btn-default:active {
  border: solid 1px gainsboro;
}
/* line 91, ../sass/cp_button.scss */
.btn.btn-outline.btn-info, .wizard > .actions a.btn-outline.btn-info {
  border: solid 1px rgba(231, 54, 141, 0.5);
  color: #e7368d;
}
/* line 94, ../sass/cp_button.scss */
.btn.btn-outline.btn-info:hover, .wizard > .actions a.btn-outline.btn-info:hover, .btn.btn-outline.btn-info:focus, .wizard > .actions a.btn-outline.btn-info:focus, .btn.btn-outline.btn-info:active, .wizard > .actions a.btn-outline.btn-info:active {
  border: solid 1px #e7368d;
}
/* line 98, ../sass/cp_button.scss */
.btn.btn-outline.btn-primary, .wizard > .actions a.btn-outline {
  border: solid 1px rgba(0, 152, 163, 0.5);
  color: #229bd3;
}
/* line 101, ../sass/cp_button.scss */
.btn.btn-outline.btn-primary:hover, .wizard > .actions a.btn-outline:hover, .btn.btn-outline.btn-primary:focus, .wizard > .actions a.btn-outline:focus, .btn.btn-outline.btn-primary:active, .wizard > .actions a.btn-outline:active {
  border: solid 1px #0098a3;
}
/* line 105, ../sass/cp_button.scss */
.btn.btn-outline.btn-success, .wizard > .actions a.btn-outline.btn-success {
  border: solid 1px rgba(74, 162, 60, 0.5);
  color: #4aa23c;
}
/* line 108, ../sass/cp_button.scss */
.btn.btn-outline.btn-success:hover, .wizard > .actions a.btn-outline.btn-success:hover, .btn.btn-outline.btn-success:focus, .wizard > .actions a.btn-outline.btn-success:focus, .btn.btn-outline.btn-success:active, .wizard > .actions a.btn-outline.btn-success:active {
  border: solid 1px #4aa23c;
}
/* line 112, ../sass/cp_button.scss */
.btn.btn-outline.btn-danger, .wizard > .actions a.btn-outline.btn-danger {
  border: solid 1px rgba(243, 57, 35, 0.5);
  color: #f33923;
}
/* line 115, ../sass/cp_button.scss */
.btn.btn-outline.btn-danger:hover, .wizard > .actions a.btn-outline.btn-danger:hover, .btn.btn-outline.btn-danger:focus, .wizard > .actions a.btn-outline.btn-danger:focus, .btn.btn-outline.btn-danger:active, .wizard > .actions a.btn-outline.btn-danger:active {
  border: solid 1px #f33923;
}
/* line 119, ../sass/cp_button.scss */
.btn.btn-outline.btn-warning, .wizard > .actions a.btn-outline.btn-warning {
  border: solid 1px rgba(248, 179, 45, 0.5);
  color: #f8b32d;
}
/* line 122, ../sass/cp_button.scss */
.btn.btn-outline.btn-warning:hover, .wizard > .actions a.btn-outline.btn-warning:hover, .btn.btn-outline.btn-warning:focus, .wizard > .actions a.btn-outline.btn-warning:focus, .btn.btn-outline.btn-warning:active, .wizard > .actions a.btn-outline.btn-warning:active {
  border: solid 1px #f8b32d;
}
/* line 126, ../sass/cp_button.scss */
.btn.btn-outline.btn-outline-white, .wizard > .actions a.btn-outline.btn-outline-white {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: white !important;
}
/* line 129, ../sass/cp_button.scss */
.btn.btn-outline.btn-outline-white:hover, .wizard > .actions a.btn-outline.btn-outline-white:hover {
  border: solid 1px white;
}
/* line 134, ../sass/cp_button.scss */
.btn.btn-rounded, .wizard > .actions a.btn-rounded {
  border-radius: 60px;
}
/* line 137, ../sass/cp_button.scss */
.btn.btn-lg, .wizard > .actions a.btn-lg {
  padding: 12px 25px;
}
/* line 140, ../sass/cp_button.scss */
.btn.btn-sm, .wizard > .actions a.btn-sm {
  padding: 8px 25px;
}
/* line 143, ../sass/cp_button.scss */
.btn.btn-xs, .wizard > .actions a.btn-xs {
  padding: 4px 25px;
}
/* line 147, ../sass/cp_button.scss */
.btn.btn-icon i, .wizard > .actions a.btn-icon i {
  padding-right: 6px;
  font-size: 14px;
}
/* line 152, ../sass/cp_button.scss */
.btn.btn-icon.right-icon i, .wizard > .actions a.btn-icon.right-icon i {
  padding-left: 6px;
}
/* line 157, ../sass/cp_button.scss */
.btn.btn-icon.left-icon i, .wizard > .actions a.btn-icon.left-icon i {
  padding-right: 6px;
}
/* line 163, ../sass/cp_button.scss */
.btn.btn-lable-wrap, .wizard > .actions a.btn-lable-wrap {
  position: relative;
}
/* line 165, ../sass/cp_button.scss */
.btn.btn-lable-wrap .btn-label, .wizard > .actions a.btn-lable-wrap .btn-label {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  padding: 11px 15px;
  position: absolute;
  top: -2px;
}
/* line 170, ../sass/cp_button.scss */
.btn.btn-lable-wrap .btn-label i, .wizard > .actions a.btn-lable-wrap .btn-label i {
  font-size: 14px;
}
/* line 176, ../sass/cp_button.scss */
.btn.btn-lable-wrap.left-label .btn-label, .wizard > .actions a.btn-lable-wrap.left-label .btn-label {
  left: -2px;
}
/* line 179, ../sass/cp_button.scss */
.btn.btn-lable-wrap.left-label .btn-text, .wizard > .actions a.btn-lable-wrap.left-label .btn-text {
  margin-left: 35px;
}
/* line 184, ../sass/cp_button.scss */
.btn.btn-lable-wrap.right-label .btn-label, .wizard > .actions a.btn-lable-wrap.right-label .btn-label {
  right: -2px;
}
/* line 187, ../sass/cp_button.scss */
.btn.btn-lable-wrap.right-label .btn-text, .wizard > .actions a.btn-lable-wrap.right-label .btn-text {
  margin-right: 35px;
}
/* line 194, ../sass/cp_button.scss */
.btn.btn-rounded.left-label .btn-label, .wizard > .actions a.btn-rounded.left-label .btn-label {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}
/* line 200, ../sass/cp_button.scss */
.btn.btn-rounded.right-label .btn-label, .wizard > .actions a.btn-rounded.right-label .btn-label {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}
/* line 208, ../sass/cp_button.scss */
.btn.btn-outline.btn-lable-wrap .btn-label, .wizard > .actions a.btn-outline.btn-lable-wrap .btn-label {
  background: transparent;
}
/* line 213, ../sass/cp_button.scss */
.btn.btn-anim, .wizard > .actions a.btn-anim {
  position: relative;
  overflow: hidden;
}
/* line 216, ../sass/cp_button.scss */
.btn.btn-anim i, .wizard > .actions a.btn-anim i {
  font-size: 16px;
  height: 100%;
  left: 0;
  padding-top: 10px;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
/* line 226, ../sass/cp_button.scss */
.btn.btn-anim .btn-text, .wizard > .actions a.btn-anim .btn-text {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 232, ../sass/cp_button.scss */
.btn.btn-anim:hover i, .wizard > .actions a.btn-anim:hover i {
  top: 0;
}
/* line 235, ../sass/cp_button.scss */
.btn.btn-anim:hover .btn-text, .wizard > .actions a.btn-anim:hover .btn-text {
  top: 50px;
}
/* line 240, ../sass/cp_button.scss */
.btn.btn-icon-anim, .wizard > .actions a.btn-icon-anim {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  padding: 11px;
  background: transparent;
}
/* line 247, ../sass/cp_button.scss */
.btn.btn-icon-anim:hover, .wizard > .actions a.btn-icon-anim:hover, .btn.btn-icon-anim:focus, .wizard > .actions a.btn-icon-anim:focus, .btn.btn-icon-anim:active, .wizard > .actions a.btn-icon-anim:active {
  background: transparent;
  border: none;
}
/* line 252, ../sass/cp_button.scss */
.btn.btn-icon-anim i, .wizard > .actions a.btn-icon-anim i {
  font-size: 16px;
}
/* line 255, ../sass/cp_button.scss */
.btn.btn-icon-anim:before, .wizard > .actions a.btn-icon-anim:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
/* line 267, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-default:before, .wizard > .actions a.btn-icon-anim.btn-default:before {
  box-shadow: 0 0 0 35px gainsboro inset;
}
/* line 270, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-default:hover, .wizard > .actions a.btn-icon-anim.btn-default:hover {
  color: #212121 !important;
}
/* line 272, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-default:hover:before, .wizard > .actions a.btn-icon-anim.btn-default:hover:before {
  box-shadow: 0 0 0 1px gainsboro inset;
}
/* line 278, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-info:before, .wizard > .actions a.btn-icon-anim.btn-info:before {
  box-shadow: 0 0 0 35px #e7368d inset;
}
/* line 281, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-info:hover, .wizard > .actions a.btn-icon-anim.btn-info:hover {
  color: #e7368d !important;
}
/* line 283, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-info:hover:before, .wizard > .actions a.btn-icon-anim.btn-info:hover:before {
  box-shadow: 0 0 0 1px #e7368d inset;
}
/* line 289, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-primary:before, .wizard > .actions a.btn-icon-anim:before {
  box-shadow: 0 0 0 35px #229bd3 inset;
}
/* line 292, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-primary:hover, .wizard > .actions a.btn-icon-anim:hover {
  color: #229bd3 !important;
}
/* line 294, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-primary:hover:before, .wizard > .actions a.btn-icon-anim:hover:before {
  box-shadow: 0 0 0 1px #229bd3 inset;
}
/* line 300, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-success:before, .wizard > .actions a.btn-icon-anim.btn-success:before {
  box-shadow: 0 0 0 35px #4aa23c inset;
}
/* line 303, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-success:hover, .wizard > .actions a.btn-icon-anim.btn-success:hover {
  color: #4aa23c !important;
}
/* line 305, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-success:hover:before, .wizard > .actions a.btn-icon-anim.btn-success:hover:before {
  box-shadow: 0 0 0 1px #4aa23c inset;
}
/* line 311, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-danger:before, .wizard > .actions a.btn-icon-anim.btn-danger:before {
  box-shadow: 0 0 0 35px #f33923 inset;
}
/* line 314, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-danger:hover, .wizard > .actions a.btn-icon-anim.btn-danger:hover {
  color: #f33923 !important;
}
/* line 316, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-danger:hover:before, .wizard > .actions a.btn-icon-anim.btn-danger:hover:before {
  box-shadow: 0 0 0 1px #f33923 inset;
}
/* line 322, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-warning:before, .wizard > .actions a.btn-icon-anim.btn-warning:before {
  box-shadow: 0 0 0 35px #f8b32d inset;
}
/* line 325, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-warning:hover, .wizard > .actions a.btn-icon-anim.btn-warning:hover {
  color: #f8b32d !important;
}
/* line 327, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-warning:hover:before, .wizard > .actions a.btn-icon-anim.btn-warning:hover:before {
  box-shadow: 0 0 0 1px #f8b32d inset;
}
/* line 333, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-facebook:before, .wizard > .actions a.btn-icon-anim.btn-facebook:before {
  box-shadow: 0 0 0 35px #3b5998 inset;
}
/* line 336, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-facebook:hover, .wizard > .actions a.btn-icon-anim.btn-facebook:hover {
  color: #3b5998 !important;
}
/* line 338, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-facebook:hover:before, .wizard > .actions a.btn-icon-anim.btn-facebook:hover:before {
  box-shadow: 0 0 0 1px #3b5998 inset;
}
/* line 344, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-twitter:before, .wizard > .actions a.btn-icon-anim.btn-twitter:before {
  box-shadow: 0 0 0 35px #55acee inset;
}
/* line 347, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-twitter:hover, .wizard > .actions a.btn-icon-anim.btn-twitter:hover {
  color: #55acee !important;
}
/* line 349, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-twitter:hover:before, .wizard > .actions a.btn-icon-anim.btn-twitter:hover:before {
  box-shadow: 0 0 0 1px #55acee inset;
}
/* line 355, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-linkedin:before, .wizard > .actions a.btn-icon-anim.btn-linkedin:before {
  box-shadow: 0 0 0 35px #007bb6 inset;
}
/* line 358, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-linkedin:hover, .wizard > .actions a.btn-icon-anim.btn-linkedin:hover {
  color: #007bb6 !important;
}
/* line 360, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-linkedin:hover:before, .wizard > .actions a.btn-icon-anim.btn-linkedin:hover:before {
  box-shadow: 0 0 0 1px #007bb6 inset;
}
/* line 366, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-dribbble:before, .wizard > .actions a.btn-icon-anim.btn-dribbble:before {
  box-shadow: 0 0 0 35px #ea4c89 inset;
}
/* line 369, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-dribbble:hover, .wizard > .actions a.btn-icon-anim.btn-dribbble:hover {
  color: #ea4c89 !important;
}
/* line 371, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-dribbble:hover:before, .wizard > .actions a.btn-icon-anim.btn-dribbble:hover:before {
  box-shadow: 0 0 0 1px #ea4c89 inset;
}
/* line 377, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-googleplus:before, .wizard > .actions a.btn-icon-anim.btn-googleplus:before {
  box-shadow: 0 0 0 35px #dd4b39 inset;
}
/* line 380, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-googleplus:hover, .wizard > .actions a.btn-icon-anim.btn-googleplus:hover {
  color: #dd4b39 !important;
}
/* line 382, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-googleplus:hover:before, .wizard > .actions a.btn-icon-anim.btn-googleplus:hover:before {
  box-shadow: 0 0 0 1px #dd4b39 inset;
}
/* line 388, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-instagram:before, .wizard > .actions a.btn-icon-anim.btn-instagram:before {
  box-shadow: 0 0 0 35px #3f729b inset;
}
/* line 391, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-instagram:hover, .wizard > .actions a.btn-icon-anim.btn-instagram:hover {
  color: #3f729b !important;
}
/* line 393, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-instagram:hover:before, .wizard > .actions a.btn-icon-anim.btn-instagram:hover:before {
  box-shadow: 0 0 0 1px #3f729b inset;
}
/* line 399, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-pinterest:before, .wizard > .actions a.btn-icon-anim.btn-pinterest:before {
  box-shadow: 0 0 0 35px #cb2027 inset;
}
/* line 402, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-pinterest:hover, .wizard > .actions a.btn-icon-anim.btn-pinterest:hover {
  color: #cb2027 !important;
}
/* line 404, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-pinterest:hover:before, .wizard > .actions a.btn-icon-anim.btn-pinterest:hover:before {
  box-shadow: 0 0 0 1px #cb2027 inset;
}
/* line 410, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-dropbox:before, .wizard > .actions a.btn-icon-anim.btn-dropbox:before {
  box-shadow: 0 0 0 35px #007ee5 inset;
}
/* line 413, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-dropbox:hover, .wizard > .actions a.btn-icon-anim.btn-dropbox:hover {
  color: #007ee5 !important;
}
/* line 415, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-dropbox:hover:before, .wizard > .actions a.btn-icon-anim.btn-dropbox:hover:before {
  box-shadow: 0 0 0 1px #007ee5 inset;
}
/* line 421, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-flickr:before, .wizard > .actions a.btn-icon-anim.btn-flickr:before {
  box-shadow: 0 0 0 35px #ff0084 inset;
}
/* line 424, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-flickr:hover, .wizard > .actions a.btn-icon-anim.btn-flickr:hover {
  color: #ff0084 !important;
}
/* line 426, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-flickr:hover:before, .wizard > .actions a.btn-icon-anim.btn-flickr:hover:before {
  box-shadow: 0 0 0 1px #ff0084 inset;
}
/* line 432, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-tumblr:before, .wizard > .actions a.btn-icon-anim.btn-tumblr:before {
  box-shadow: 0 0 0 35px #32506d inset;
}
/* line 435, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-tumblr:hover, .wizard > .actions a.btn-icon-anim.btn-tumblr:hover {
  color: #32506d !important;
}
/* line 437, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-tumblr:hover:before, .wizard > .actions a.btn-icon-anim.btn-tumblr:hover:before {
  box-shadow: 0 0 0 1px #32506d inset;
}
/* line 443, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-skype:before, .wizard > .actions a.btn-icon-anim.btn-skype:before {
  box-shadow: 0 0 0 35px #00aff0 inset;
}
/* line 446, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-skype:hover, .wizard > .actions a.btn-icon-anim.btn-skype:hover {
  color: #00aff0 !important;
}
/* line 448, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-skype:hover:before, .wizard > .actions a.btn-icon-anim.btn-skype:hover:before {
  box-shadow: 0 0 0 1px #00aff0 inset;
}
/* line 454, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-youtube:before, .wizard > .actions a.btn-icon-anim.btn-youtube:before {
  box-shadow: 0 0 0 35px #bb0000 inset;
}
/* line 457, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-youtube:hover, .wizard > .actions a.btn-icon-anim.btn-youtube:hover {
  color: #bb0000 !important;
}
/* line 459, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-youtube:hover:before, .wizard > .actions a.btn-icon-anim.btn-youtube:hover:before {
  box-shadow: 0 0 0 1px #bb0000 inset;
}
/* line 465, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-github:before, .wizard > .actions a.btn-icon-anim.btn-github:before {
  box-shadow: 0 0 0 35px #171515 inset;
}
/* line 468, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-github:hover, .wizard > .actions a.btn-icon-anim.btn-github:hover {
  color: #171515 !important;
}
/* line 470, ../sass/cp_button.scss */
.btn.btn-icon-anim.btn-github:hover:before, .wizard > .actions a.btn-icon-anim.btn-github:hover:before {
  box-shadow: 0 0 0 1px #171515 inset;
}
/* line 476, ../sass/cp_button.scss */
.btn.btn-square, .wizard > .actions a.btn-square {
  height: 42px;
  width: 42px;
  padding: 0;
}
/* line 480, ../sass/cp_button.scss */
.btn.btn-square.btn-lg, .wizard > .actions a.btn-square.btn-lg {
  height: 48px;
  width: 48px;
}
/* line 484, ../sass/cp_button.scss */
.btn.btn-square.btn-sm, .wizard > .actions a.btn-square.btn-sm {
  height: 35px;
  width: 35px;
  padding: 6px !important;
}
/* line 490, ../sass/cp_button.scss */
.btn.btn-circle, .wizard > .actions a.btn-circle {
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
}
/* line 495, ../sass/cp_button.scss */
.btn.btn-circle:before, .wizard > .actions a.btn-circle:before {
  border-radius: 50%;
}
/* line 498, ../sass/cp_button.scss */
.btn.btn-circle.btn-lg, .wizard > .actions a.btn-circle.btn-lg {
  height: 45px;
  width: 45px;
}
/* line 502, ../sass/cp_button.scss */
.btn.btn-circle.btn-sm, .wizard > .actions a.btn-circle.btn-sm {
  height: 35px;
  width: 35px;
  padding: 6px !important;
}
/* line 512, ../sass/cp_button.scss */
.btn.fancy-button.btn-default.btn-0:before, .wizard > .actions a.fancy-button.btn-default.btn-0:before {
  background: gainsboro;
}
/* line 517, ../sass/cp_button.scss */
.btn.fancy-button.btn-default.btn-0:hover, .wizard > .actions a.fancy-button.btn-default.btn-0:hover {
  color: #212121 !important;
}
/* line 524, ../sass/cp_button.scss */
.btn.fancy-button.btn-info.btn-0:before, .wizard > .actions a.fancy-button.btn-info.btn-0:before {
  background: #e7368d;
}
/* line 529, ../sass/cp_button.scss */
.btn.fancy-button.btn-info.btn-0:hover, .wizard > .actions a.fancy-button.btn-info.btn-0:hover {
  color: #fff !important;
}
/* line 536, ../sass/cp_button.scss */
.btn.fancy-button.btn-primary.btn-0:before, .wizard > .actions a.fancy-button.btn-0:before {
  background: #229bd3;
}
/* line 541, ../sass/cp_button.scss */
.btn.fancy-button.btn-primary.btn-0:hover, .wizard > .actions a.fancy-button.btn-0:hover {
  color: #fff !important;
}
/* line 548, ../sass/cp_button.scss */
.btn.fancy-button.btn-danger.btn-0:before, .wizard > .actions a.fancy-button.btn-danger.btn-0:before {
  background: #f33923;
}
/* line 553, ../sass/cp_button.scss */
.btn.fancy-button.btn-danger.btn-0:hover, .wizard > .actions a.fancy-button.btn-danger.btn-0:hover {
  color: #fff !important;
}
/* line 560, ../sass/cp_button.scss */
.btn.fancy-button.btn-success.btn-0:before, .wizard > .actions a.fancy-button.btn-success.btn-0:before {
  background: #4aa23c;
}
/* line 565, ../sass/cp_button.scss */
.btn.fancy-button.btn-success.btn-0:hover, .wizard > .actions a.fancy-button.btn-success.btn-0:hover {
  color: #fff !important;
}
/* line 572, ../sass/cp_button.scss */
.btn.fancy-button.btn-warning.btn-0:before, .wizard > .actions a.fancy-button.btn-warning.btn-0:before {
  background: #f8b32d;
}
/* line 577, ../sass/cp_button.scss */
.btn.fancy-button.btn-warning.btn-0:hover, .wizard > .actions a.fancy-button.btn-warning.btn-0:hover {
  color: #fff !important;
}
/* line 583, ../sass/cp_button.scss */
.btn.fixed-btn, .wizard > .actions a.fixed-btn {
  width: 100px;
}

/* line 589, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-default, .open .wizard > .actions a.dropdown-toggle.btn-default, .wizard > .actions .open a.dropdown-toggle.btn-default {
  background: gainsboro;
  border: solid 1px gainsboro;
}
/* line 592, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-default:hover, .open .wizard > .actions a.dropdown-toggle.btn-default:hover, .wizard > .actions .open a.dropdown-toggle.btn-default:hover, .open .dropdown-toggle.btn.btn-default:active, .open .wizard > .actions a.dropdown-toggle.btn-default:active, .wizard > .actions .open a.dropdown-toggle.btn-default:active, .open .dropdown-toggle.btn.btn-default:focus, .open .wizard > .actions a.dropdown-toggle.btn-default:focus, .wizard > .actions .open a.dropdown-toggle.btn-default:focus {
  background: rgba(220, 220, 220, 0.85);
  border: solid 1px rgba(220, 220, 220, 0.1);
}
/* line 597, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-info, .open .wizard > .actions a.dropdown-toggle.btn-info, .wizard > .actions .open a.dropdown-toggle.btn-info {
  background: #e7368d;
  border: solid 1px #e7368d;
}
/* line 600, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-info:hover, .open .wizard > .actions a.dropdown-toggle.btn-info:hover, .wizard > .actions .open a.dropdown-toggle.btn-info:hover, .open .dropdown-toggle.btn.btn-info:active, .open .wizard > .actions a.dropdown-toggle.btn-info:active, .wizard > .actions .open a.dropdown-toggle.btn-info:active, .open .dropdown-toggle.btn.btn-info:focus, .open .wizard > .actions a.dropdown-toggle.btn-info:focus, .wizard > .actions .open a.dropdown-toggle.btn-info:focus {
  background: rgba(231, 54, 141, 0.85);
  border: solid 1px rgba(231, 54, 141, 0.1);
}
/* line 606, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-primary, .open .wizard > .actions a.dropdown-toggle, .wizard > .actions .open a.dropdown-toggle {
  background: #0098a3;
  border: solid 1px #0098a3;
}
/* line 609, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-primary:hover, .open .wizard > .actions a.dropdown-toggle:hover, .wizard > .actions .open a.dropdown-toggle:hover, .open .dropdown-toggle.btn.btn-primary:active, .open .wizard > .actions a.dropdown-toggle:active, .wizard > .actions .open a.dropdown-toggle:active, .open .dropdown-toggle.btn.btn-primary:focus, .open .wizard > .actions a.dropdown-toggle:focus, .wizard > .actions .open a.dropdown-toggle:focus {
  background: rgba(0, 152, 163, 0.85);
  border: solid 1px rgba(0, 152, 163, 0.1);
}
/* line 614, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-success, .open .wizard > .actions a.dropdown-toggle.btn-success, .wizard > .actions .open a.dropdown-toggle.btn-success {
  background: #4aa23c;
  border: solid 1px #4aa23c;
}
/* line 617, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-success:hover, .open .wizard > .actions a.dropdown-toggle.btn-success:hover, .wizard > .actions .open a.dropdown-toggle.btn-success:hover, .open .dropdown-toggle.btn.btn-success:active, .open .wizard > .actions a.dropdown-toggle.btn-success:active, .wizard > .actions .open a.dropdown-toggle.btn-success:active, .open .dropdown-toggle.btn.btn-success:focus, .open .wizard > .actions a.dropdown-toggle.btn-success:focus, .wizard > .actions .open a.dropdown-toggle.btn-success:focus {
  background: rgba(74, 162, 60, 0.85);
  border: solid 1px rgba(74, 162, 60, 0.1);
}
/* line 622, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-danger, .open .wizard > .actions a.dropdown-toggle.btn-danger, .wizard > .actions .open a.dropdown-toggle.btn-danger {
  background: #f33923;
  border: solid 1px #f33923;
}
/* line 625, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-danger:hover, .open .wizard > .actions a.dropdown-toggle.btn-danger:hover, .wizard > .actions .open a.dropdown-toggle.btn-danger:hover, .open .dropdown-toggle.btn.btn-danger:active, .open .wizard > .actions a.dropdown-toggle.btn-danger:active, .wizard > .actions .open a.dropdown-toggle.btn-danger:active, .open .dropdown-toggle.btn.btn-danger:focus, .open .wizard > .actions a.dropdown-toggle.btn-danger:focus, .wizard > .actions .open a.dropdown-toggle.btn-danger:focus {
  background: rgba(243, 57, 35, 0.85);
  border: solid 1px rgba(243, 57, 35, 0.1);
}
/* line 630, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-warning, .open .wizard > .actions a.dropdown-toggle.btn-warning, .wizard > .actions .open a.dropdown-toggle.btn-warning {
  background: #f8b32d;
  border: solid 1px #f8b32d;
}
/* line 633, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-warning:hover, .open .wizard > .actions a.dropdown-toggle.btn-warning:hover, .wizard > .actions .open a.dropdown-toggle.btn-warning:hover, .open .dropdown-toggle.btn.btn-warning:active, .open .wizard > .actions a.dropdown-toggle.btn-warning:active, .wizard > .actions .open a.dropdown-toggle.btn-warning:active, .open .dropdown-toggle.btn.btn-warning:focus, .open .wizard > .actions a.dropdown-toggle.btn-warning:focus, .wizard > .actions .open a.dropdown-toggle.btn-warning:focus {
  background: rgba(248, 179, 45, 0.85);
  border: solid 1px rgba(248, 179, 45, 0.1);
}
/* line 638, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline, .open .wizard > .actions a.dropdown-toggle.btn-outline, .wizard > .actions .open a.dropdown-toggle.btn-outline {
  background: transparent;
}
/* line 640, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline:hover, .open .dropdown-toggle.btn.btn-outline:active, .open .wizard > .actions a.dropdown-toggle.btn-outline:active, .wizard > .actions .open a.dropdown-toggle.btn-outline:active, .open .dropdown-toggle.btn.btn-outline:focus, .open .wizard > .actions a.dropdown-toggle.btn-outline:focus, .wizard > .actions .open a.dropdown-toggle.btn-outline:focus {
  background: transparent;
  border: solid 1px gainsboro;
}
/* line 644, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline.btn-success, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-success, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-success {
  color: #4aa23c;
  border: solid 1px #4aa23c;
}
/* line 648, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline.btn-warning, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-warning, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-warning {
  color: #f8b32d;
  border: solid 1px #f8b32d;
}
/* line 652, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline.btn-info, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-info, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-info {
  color: #e7368d;
  border: solid 1px #e7368d;
}
/* line 656, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline.btn-danger, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-danger, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-danger {
  color: #f33923;
  border: solid 1px #f33923;
}
/* line 660, ../sass/cp_button.scss */
.open .dropdown-toggle.btn.btn-outline.btn-primary, .open .wizard > .actions a.dropdown-toggle.btn-outline, .wizard > .actions .open a.dropdown-toggle.btn-outline {
  color: #229bd3;
  border: solid 1px #229bd3;
}

/* line 669, ../sass/cp_button.scss */
.button-list .btn, .button-list .wizard > .actions a, .wizard > .actions .button-list a {
  margin-top: 15px;
  margin-right: 10px;
}

/* line 675, ../sass/cp_button.scss */
#multi_actions {
  display: inline-block;
}

/* line 679, ../sass/cp_button.scss */
#search_by_group {
  display: inline-block;
}

/* line 683, ../sass/cp_button.scss */
#bouton_ajouter {
  display: inline-block;
}

/* line 687, ../sass/cp_button.scss */
.btn-square-mini {
  height: 30px;
  width: 30px;
  padding: 0;
}

/*Form*/
/* line 4, ../sass/cp_form.scss */
.input-line {
  width: 60%;
  background: transparent !important;
  border: none !important;
  font-weight: 500;
  border-bottom: 1px solid !important;
}

/* line 11, ../sass/cp_form.scss */
.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single, .select2-selection.select2-selection--multiple, .wizard .content > .body input {
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  color: #212121;
  height: 42px;
  text-overflow: ellipsis;
}
/* line 19, ../sass/cp_form.scss */
.form-control:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single:focus, .select2-selection.select2-selection--multiple:focus, .wizard .content > .body input:focus {
  border-color: rgba(33, 33, 33, 0.3);
  box-shadow: none;
  outline: 0 none;
}
/* line 25, ../sass/cp_form.scss */
.form-control.filled-input, .select2-container--default .select2-selection--single .filled-input.select2-selection__rendered,
.select2-container--default .filled-input.select2-selection--single, .filled-input.select2-selection.select2-selection--multiple, .wizard .content > .body input.filled-input {
  background: #f7f7f9;
  border: none;
}
/* line 28, ../sass/cp_form.scss */
.form-control.filled-input:focus, .select2-container--default .select2-selection--single .filled-input.select2-selection__rendered:focus,
.select2-container--default .filled-input.select2-selection--single:focus, .filled-input.select2-selection.select2-selection--multiple:focus, .wizard .content > .body input.filled-input:focus {
  background: rgba(247, 247, 249, 0.8);
}
/* line 32, ../sass/cp_form.scss */
.form-control.rounded-input, .select2-container--default .select2-selection--single .rounded-input.select2-selection__rendered,
.select2-container--default .rounded-input.select2-selection--single, .rounded-input.select2-selection.select2-selection--multiple, .wizard .content > .body input.rounded-input {
  border-radius: 60px;
}
/* line 35, ../sass/cp_form.scss */
.form-control.rounded-outline-input, .select2-container--default .select2-selection--single .rounded-outline-input.select2-selection__rendered,
.select2-container--default .rounded-outline-input.select2-selection--single, .rounded-outline-input.select2-selection.select2-selection--multiple, .wizard .content > .body input.rounded-outline-input {
  background: transparent;
  border: 1px solid #dedede;
}

/* line 40, ../sass/cp_form.scss */
.form-control[special=Image], .select2-container--default .select2-selection--single [special=Image].select2-selection__rendered,
.select2-container--default [special=Image].select2-selection--single, [special=Image].select2-selection.select2-selection--multiple, .wizard .content > .body input[special=Image],
.form-control[special=Pretty],
.select2-container--default .select2-selection--single [special=Pretty].select2-selection__rendered,
.select2-container--default [special=Pretty].select2-selection--single,
[special=Pretty].select2-selection.select2-selection--multiple,
.wizard .content > .body input[special=Pretty],
.form-control[special=document],
.select2-container--default .select2-selection--single [special=document].select2-selection__rendered,
.select2-container--default [special=document].select2-selection--single,
[special=document].select2-selection.select2-selection--multiple,
.wizard .content > .body input[special=document] {
  padding-right: 50px;
}

/* line 46, ../sass/cp_form.scss */
.control-label {
  color: #212121;
}

/* line 51, ../sass/cp_form.scss */
.input-group-addon {
  background: transparent none repeat scroll 0 0;
  border-color: #dedede;
  border-radius: 0;
  color: #212121;
  min-width: 42px;
}
/* line 57, ../sass/cp_form.scss */
.input-group-addon.btn, .wizard > .actions a.input-group-addon {
  color: #fff;
}

/* line 61, ../sass/cp_form.scss */
.form-inline .checkbox label, .form-inline .radio label {
  padding-left: 3px;
}

/* line 65, ../sass/cp_form.scss */
.checkbox, .radio {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 74, ../sass/cp_form.scss */
.form-inline .checkbox, .form-inline .radio {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 80, ../sass/cp_form.scss */
.form-control-feedback {
  line-height: 42px;
  height: 42px;
}

/* line 84, ../sass/cp_form.scss */
.help-block {
  color: #878787;
}

/* line 87, ../sass/cp_form.scss */
.has-success .form-control, .has-success .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .has-success .select2-selection__rendered,
.has-success .select2-container--default .select2-selection--single,
.select2-container--default .has-success .select2-selection--single, .has-success .select2-selection.select2-selection--multiple, .has-success .wizard .content > .body input, .wizard .content > .body .has-success input {
  border-color: rgba(74, 162, 60, 0.5);
}
/* line 89, ../sass/cp_form.scss */
.has-success .form-control:focus, .has-success .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .has-success .select2-selection__rendered:focus,
.has-success .select2-container--default .select2-selection--single:focus,
.select2-container--default .has-success .select2-selection--single:focus, .has-success .select2-selection.select2-selection--multiple:focus, .has-success .wizard .content > .body input:focus, .wizard .content > .body .has-success input:focus {
  border-color: #4aa23c;
}

/* line 93, ../sass/cp_form.scss */
.has-warning .form-control, .has-warning .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .has-warning .select2-selection__rendered,
.has-warning .select2-container--default .select2-selection--single,
.select2-container--default .has-warning .select2-selection--single, .has-warning .select2-selection.select2-selection--multiple, .has-warning .wizard .content > .body input, .wizard .content > .body .has-warning input {
  border-color: rgba(248, 179, 45, 0.5);
}
/* line 95, ../sass/cp_form.scss */
.has-warning .form-control:focus, .has-warning .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .has-warning .select2-selection__rendered:focus,
.has-warning .select2-container--default .select2-selection--single:focus,
.select2-container--default .has-warning .select2-selection--single:focus, .has-warning .select2-selection.select2-selection--multiple:focus, .has-warning .wizard .content > .body input:focus, .wizard .content > .body .has-warning input:focus {
  border-color: #f8b32d;
}

/* line 99, ../sass/cp_form.scss */
.has-error .form-control, .has-error .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .has-error .select2-selection__rendered,
.has-error .select2-container--default .select2-selection--single,
.select2-container--default .has-error .select2-selection--single, .has-error .select2-selection.select2-selection--multiple, .has-error .wizard .content > .body input, .wizard .content > .body .has-error input {
  border-color: rgba(243, 57, 35, 0.5);
}
/* line 101, ../sass/cp_form.scss */
.has-error .form-control:focus, .has-error .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .has-error .select2-selection__rendered:focus,
.has-error .select2-container--default .select2-selection--single:focus,
.select2-container--default .has-error .select2-selection--single:focus, .has-error .select2-selection.select2-selection--multiple:focus, .has-error .wizard .content > .body input:focus, .wizard .content > .body .has-error input:focus {
  border-color: #f33923;
}

/* line 105, ../sass/cp_form.scss */
.has-success .checkbox, .has-success
.checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #4aa23c;
}

/* line 109, ../sass/cp_form.scss */
.has-warning .checkbox, .has-warning
.checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #f8b32d;
}

/* line 113, ../sass/cp_form.scss */
.has-error .checkbox, .has-error
.checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #f33923;
}

/* line 117, ../sass/cp_form.scss */
.has-error .input-group-addon {
  background-color: transparent;
  color: #f33923;
  border-color: rgba(243, 57, 35, 0.5);
}

/* line 122, ../sass/cp_form.scss */
.has-success .input-group-addon {
  background-color: transparent;
  color: #4aa23c;
  border-color: rgba(74, 162, 60, 0.5);
}

/* line 127, ../sass/cp_form.scss */
.has-success .form-control-feedback {
  color: #4aa23c;
}

/* line 130, ../sass/cp_form.scss */
.has-warning .form-control-feedback {
  color: #f8b32d;
}

/* line 133, ../sass/cp_form.scss */
.has-error .form-control-feedback {
  color: #f33923;
}

/* line 136, ../sass/cp_form.scss */
div.colorpicker {
  padding: 0;
}

/* line 139, ../sass/cp_form.scss */
.colorpicker {
  z-index: 10;
  margin: 0;
}
/* line 142, ../sass/cp_form.scss */
.colorpicker::before, .colorpicker::after {
  display: none;
}

/* line 148, ../sass/cp_form.scss */
.daterangepicker .input-mini {
  border-color: #dedede;
  border-radius: 0;
  color: #212121;
}
/* line 152, ../sass/cp_form.scss */
.daterangepicker .input-mini.active {
  border-color: #dedede;
  border-radius: 0;
  color: #212121;
}
/* line 157, ../sass/cp_form.scss */
.daterangepicker .input-mini:focus {
  border-color: #878787;
  box-shadow: none !important;
  outline: 0 none;
}
/* line 163, ../sass/cp_form.scss */
.daterangepicker td {
  border-radius: 0 !important;
}

/* line 167, ../sass/cp_form.scss */
.daterangepicker td.active, .daterangepicker td.active:hover,
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #4aa23c;
}

/* line 171, ../sass/cp_form.scss */
.bootstrap-datetimepicker-widget table td.day {
  border-radius: 0;
}

/* line 174, ../sass/cp_form.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option[aria-selected="true"] {
  padding-left: 12px;
}

/* line 178, ../sass/cp_form.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
  line-height: 40px;
}

/* line 186, ../sass/cp_form.scss */
.select2-container--default .select2-selection--single {
  border: none;
}

/* line 189, ../sass/cp_form.scss */
.select2-container--default {
  width: 100% !important;
}
/* line 191, ../sass/cp_form.scss */
.select2-container--default .select2-results__group, .select2-container--default .select2-results__options--nested li {
  padding-left: 12px;
}
/* line 195, ../sass/cp_form.scss */
.select2-container--default.select2-container--open .select2-selection__rendered {
  border-color: #878787;
}
/* line 199, ../sass/cp_form.scss */
.select2-container--default .select2-selection__arrow {
  height: 40px !important;
}

/* line 205, ../sass/cp_form.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 12px;
  line-height: 40px;
}
/* line 209, ../sass/cp_form.scss */
.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 0;
}

/* line 214, ../sass/cp_form.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background: #4aa23c;
  border: none;
  line-height: 10px;
  font-size: 12px;
}

/* line 229, ../sass/cp_form.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

/* line 232, ../sass/cp_form.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

/* line 236, ../sass/cp_form.scss */
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
  outline: none !important;
}
/* line 240, ../sass/cp_form.scss */
.bootstrap-select .btn.dropdown-toggle, .bootstrap-select .wizard > .actions a.dropdown-toggle, .wizard > .actions .bootstrap-select a.dropdown-toggle {
  box-shadow: none;
  border: 1px solid rgba(33, 33, 33, 0.12);
}
/* line 244, ../sass/cp_form.scss */
.bootstrap-select .btn .filter-option, .bootstrap-select .wizard > .actions a .filter-option, .wizard > .actions .bootstrap-select a .filter-option {
  color: #212121;
}

/* line 251, ../sass/cp_form.scss */
.sm-bootstrap-select .bootstrap-select .btn.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .wizard > .actions a.dropdown-toggle, .wizard > .actions .sm-bootstrap-select .bootstrap-select a.dropdown-toggle {
  font-size: 12px;
  height: 27px;
  padding: 3px 25px 3px 15px;
}
/* line 256, ../sass/cp_form.scss */
.sm-bootstrap-select .bootstrap-select .dropdown-menu li a span.text {
  font-size: 12px;
}

/* line 261, ../sass/cp_form.scss */
.switchery {
  margin-right: 10px;
  margin-top: 15px;
}

/* line 266, ../sass/cp_form.scss */
.no-margin-switcher .switchery {
  margin-top: 0;
}

/* line 271, ../sass/cp_form.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn, .bootstrap-touchspin .wizard > .actions .disabled .input-group-btn-vertical > a, .bootstrap-touchspin .wizard > .actions .input-group-btn-vertical > a, .wizard > .actions .bootstrap-touchspin .input-group-btn-vertical > a {
  border-radius: 0;
  padding: 10px;
}
/* line 274, ../sass/cp_form.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn i, .bootstrap-touchspin .wizard > .actions .input-group-btn-vertical > a i, .wizard > .actions .bootstrap-touchspin .input-group-btn-vertical > a i {
  top: 6px;
}

/* line 279, ../sass/cp_form.scss */
.bootstrap-touchspin .btn.btn-default.dropdown-toggle, .bootstrap-touchspin .wizard > .actions a.btn-default.dropdown-toggle, .wizard > .actions .bootstrap-touchspin a.btn-default.dropdown-toggle {
  color: #fff !important;
}

/* line 284, ../sass/cp_form.scss */
.ms-container .ms-list {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}

/* line 289, ../sass/cp_form.scss */
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background: #4aa23c;
}

/* line 293, ../sass/cp_form.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #4aa23c;
  border-radius: 0;
}

/* line 297, ../sass/cp_form.scss */
.bootstrap-switch {
  border-radius: 0;
  border-color: #dedede;
  box-shadow: none;
}
/* line 301, ../sass/cp_form.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #dedede;
  box-shadow: none;
}

/* line 306, ../sass/cp_form.scss */
.bootstrap-tagsinput {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  color: #878787;
}
/* line 311, ../sass/cp_form.scss */
.bootstrap-tagsinput .tag {
  border-radius: 0;
  color: white;
  background: #4aa23c;
}

/* line 318, ../sass/cp_form.scss */
.tag.label {
  padding: 8px 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}

/* line 330, ../sass/cp_form.scss */
.editableform .editable-buttons .btn.btn-sm, .editableform .editable-buttons .wizard > .actions a.btn-sm, .wizard > .actions .editableform .editable-buttons a.btn-sm {
  padding: 9px 25px;
}
/* line 336, ../sass/cp_form.scss */
.editableform .form-control.input-sm, .editableform .select2-container--default .select2-selection--single .input-sm.select2-selection__rendered, .select2-container--default .select2-selection--single .editableform .input-sm.select2-selection__rendered,
.editableform .select2-container--default .input-sm.select2-selection--single,
.select2-container--default .editableform .input-sm.select2-selection--single, .editableform .input-sm.select2-selection.select2-selection--multiple, .editableform .wizard .content > .body input.input-sm, .wizard .content > .body .editableform input.input-sm {
  padding: 6px 12px;
  font-size: 14px;
}
/* line 341, ../sass/cp_form.scss */
.editableform select.form-control.input-sm, .editableform .select2-container--default .select2-selection--single select.input-sm.select2-selection__rendered, .select2-container--default .select2-selection--single .editableform select.input-sm.select2-selection__rendered,
.editableform .select2-container--default select.input-sm.select2-selection--single,
.select2-container--default .editableform select.input-sm.select2-selection--single, .editableform select.input-sm.select2-selection.select2-selection--multiple {
  height: 42px;
  line-height: 1.428;
}

/* line 347, ../sass/cp_form.scss */
.dropify-wrapper {
  border: 1px solid #dedede;
}

/* line 351, ../sass/cp_form.scss */
.dropzone {
  border: 1px solid #dedede;
  min-height: 200px;
  background: transparent;
}
/* line 355, ../sass/cp_form.scss */
.dropzone .dz-preview.dz-image-preview {
  background: transparent none repeat scroll 0 0;
}

/*Form-Wizard*/
/* line 362, ../sass/cp_form.scss */
.wizard .content {
  background: transparent;
  border-radius: 0;
  min-height: 100px;
  margin: 0;
  border: none;
  border-top: none;
  margin-bottom: 30px;
}
/* line 370, ../sass/cp_form.scss */
.wizard .content .table-responsive {
  margin: 0 -30px;
}
/* line 373, ../sass/cp_form.scss */
.wizard .content > .body {
  width: 100%;
  height: auto;
  padding: 30px;
  position: relative;
}
/* line 381, ../sass/cp_form.scss */
.wizard .content > .body input.error {
  border-color: rgba(241, 91, 38, 0.5) !important;
  background: transparent;
}
/* line 388, ../sass/cp_form.scss */
.wizard .steps .number {
  font-size: 18px;
  color: #878787;
}
/* line 392, ../sass/cp_form.scss */
.wizard .steps ul {
  display: table;
  width: 100%;
}
/* line 395, ../sass/cp_form.scss */
.wizard .steps ul > li {
  display: table-cell;
  background: #dedede;
}
/* line 398, ../sass/cp_form.scss */
.wizard .steps ul > li.done {
  background: #4aa23c;
}
/* line 401, ../sass/cp_form.scss */
.wizard .steps ul > li.current {
  background: #f8b32d !important;
}
/* line 405, ../sass/cp_form.scss */
.wizard .steps ul > li > a {
  margin: 0;
  padding: 14px 20px;
  background: transparent !important;
}
/* line 409, ../sass/cp_form.scss */
.wizard .steps ul > li > a:hover, .wizard .steps ul > li > a:focus, .wizard .steps ul > li > a:active {
  margin: 0;
  padding: 14px 20px;
}
/* line 414, ../sass/cp_form.scss */
.wizard .steps ul > li span.number {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  margin-right: 8px;
  text-align: center;
  background: white;
}
/* line 427, ../sass/cp_form.scss */
.wizard .steps ul > li.disabled a {
  cursor: not-allowed !important;
}
/* line 434, ../sass/cp_form.scss */
.wizard > .actions {
  padding-right: 15px;
}
/* line 437, ../sass/cp_form.scss */
.wizard > .actions > ul > li {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  float: none;
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
/* line 447, ../sass/cp_form.scss */
.wizard .bootstrap-touchspin {
  width: 70px;
}

/* line 455, ../sass/cp_form.scss */
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}

/* line 460, ../sass/cp_form.scss */
.wizard > .content > .body label.error {
  display: none !important;
}

/* line 463, ../sass/cp_form.scss */
.current {
  color: inherit !important;
}

/* line 466, ../sass/cp_form.scss */
.wizard > .content > .body ul.cards > li {
  display: inline-block;
}

/* line 470, ../sass/cp_form.scss */
.tabcontrol > .content {
  border-top: medium none;
  height: auto;
  padding-top: 0;
}
/* line 474, ../sass/cp_form.scss */
.tabcontrol > .content > .body {
  position: relative;
  height: auto;
  padding: 15px 0 0 0;
  width: 100%;
}

/* line 484, ../sass/cp_form.scss */
.tabcontrol > .steps > ul {
  border-bottom: 1px solid #f7f7f9;
  margin-top: 0;
  float: left;
  width: 100%;
  top: 0;
}
/* line 490, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li {
  border: medium none;
  margin: 0 5px 0 0;
  padding: 0;
  background: transparent;
}
/* line 495, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li:hover, .tabcontrol > .steps > ul > li:focus, .tabcontrol > .steps > ul > li:active {
  background: transparent;
  border: medium none;
}
/* line 499, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li > a {
  background: transparent;
  border: none;
  padding: 10px 20px;
  color: #878787;
  margin: 0;
  border-radius: 0;
  text-transform: capitalize;
}
/* line 508, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li > a:active, .tabcontrol > .steps > ul > li > a:focus, .tabcontrol > .steps > ul > li > a:hover {
  color: #212121;
}
/* line 513, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li.current {
  border: medium none;
  padding: 0;
}
/* line 516, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li.current > a {
  color: #212121;
  padding: 10px 20px;
  border-bottom: 3px solid #4aa23c;
}
/* line 520, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li.current > a:active, .tabcontrol > .steps > ul > li.current > a:focus, .tabcontrol > .steps > ul > li.current > a:hover {
  color: #212121;
}
/* line 527, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li:first-child > a {
  border-top-left-radius: 10px;
}
/* line 531, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li:last-child {
  margin-right: 0;
}
/* line 532, ../sass/cp_form.scss */
.tabcontrol > .steps > ul > li:last-child > a {
  border-top-right-radius: 10px;
}

/* line 540, ../sass/cp_form.scss */
.review-tag {
  font-size: 18px;
}
