/*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, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button {
  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, .dt-buttons .dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button i {
  font-size: 14px;
}
/* line 15, ../sass/cp_button.scss */
.btn:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .btn:active, .wizard > .actions a:active, .dt-buttons .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active {
  outline: none;
}
/* line 17, ../sass/cp_button.scss */
.btn:focus:focus, .wizard > .actions a:focus:focus, .dt-buttons .dt-button:focus:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus:focus, .btn:focus:active, .wizard > .actions a:focus:active, .dt-buttons .dt-button:focus:active, .tablesaw-sortable th.tablesaw-sortable-head button:focus:active, .btn:active:focus, .wizard > .actions a:active:focus, .dt-buttons .dt-button:active:focus, .tablesaw-sortable th.tablesaw-sortable-head button:active:focus, .btn:active:active, .wizard > .actions a:active:active, .dt-buttons .dt-button:active:active, .tablesaw-sortable th.tablesaw-sortable-head button:active:active {
  outline: none;
}
/* line 21, ../sass/cp_button.scss */
.btn.btn-default, .wizard > .actions a.btn-default, .dt-buttons .btn-default.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button {
  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, .dt-buttons .btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .btn.btn-default:active, .wizard > .actions a.btn-default:active, .dt-buttons .btn-default.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .btn.btn-default:focus, .wizard > .actions a.btn-default:focus, .dt-buttons .btn-default.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button: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, .dt-buttons .btn-info.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info {
  background: #e7368d;
  border: solid 1px #e7368d;
}
/* line 33, ../sass/cp_button.scss */
.btn.btn-info:hover, .wizard > .actions a.btn-info:hover, .dt-buttons .btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover, .btn.btn-info:active, .wizard > .actions a.btn-info:active, .dt-buttons .btn-info.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active, .btn.btn-info:focus, .wizard > .actions a.btn-info:focus, .dt-buttons .btn-info.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button {
  background: #229bd3;
  border: solid 1px #229bd3;
}
/* line 42, ../sass/cp_button.scss */
.btn.btn-primary:hover, .wizard > .actions a:hover, .dt-buttons .dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .btn.btn-primary:active, .wizard > .actions a:active, .dt-buttons .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .btn.btn-primary:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary: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, .dt-buttons .btn-success.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success {
  background: #4aa23c;
  border: solid 1px #4aa23c;
}
/* line 50, ../sass/cp_button.scss */
.btn.btn-success:hover, .wizard > .actions a.btn-success:hover, .dt-buttons .btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover, .btn.btn-success:active, .wizard > .actions a.btn-success:active, .dt-buttons .btn-success.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active, .btn.btn-success:focus, .wizard > .actions a.btn-success:focus, .dt-buttons .btn-success.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-danger.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger {
  background: #f33923;
  border: solid 1px #f33923;
}
/* line 58, ../sass/cp_button.scss */
.btn.btn-danger:hover, .wizard > .actions a.btn-danger:hover, .dt-buttons .btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover, .btn.btn-danger:active, .wizard > .actions a.btn-danger:active, .dt-buttons .btn-danger.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active, .btn.btn-danger:focus, .wizard > .actions a.btn-danger:focus, .dt-buttons .btn-danger.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-warning.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning {
  background: #f8b32d;
  border: solid 1px #f8b32d;
}
/* line 66, ../sass/cp_button.scss */
.btn.btn-warning:hover, .wizard > .actions a.btn-warning:hover, .dt-buttons .btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover, .btn.btn-warning:active, .wizard > .actions a.btn-warning:active, .dt-buttons .btn-warning.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active, .btn.btn-warning:focus, .wizard > .actions a.btn-warning:focus, .dt-buttons .btn-warning.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-white.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-white {
  background: white;
  color: #56d365 !important;
}
/* line 74, ../sass/cp_button.scss */
.btn.btn-white:hover, .wizard > .actions a.btn-white:hover, .dt-buttons .btn-white.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button {
  background: transparent !important;
}
/* line 81, ../sass/cp_button.scss */
.btn.btn-outline:hover, .wizard > .actions a.btn-outline:hover, .dt-buttons .btn-outline.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .btn.btn-outline:focus, .wizard > .actions a.btn-outline:focus, .dt-buttons .btn-outline.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .btn.btn-outline:active, .wizard > .actions a.btn-outline:active, .dt-buttons .btn-outline.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active {
  border: solid 1px white;
}
/* line 84, ../sass/cp_button.scss */
.btn.btn-outline.btn-default, .wizard > .actions a.btn-outline.btn-default, .dt-buttons .btn-outline.btn-default.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button {
  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, .dt-buttons .btn-outline.btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .btn.btn-outline.btn-default:focus, .wizard > .actions a.btn-outline.btn-default:focus, .dt-buttons .btn-outline.btn-default.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .btn.btn-outline.btn-default:active, .wizard > .actions a.btn-outline.btn-default:active, .dt-buttons .btn-outline.btn-default.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active {
  border: solid 1px gainsboro;
}
/* line 91, ../sass/cp_button.scss */
.btn.btn-outline.btn-info, .wizard > .actions a.btn-outline.btn-info, .dt-buttons .btn-outline.btn-info.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover, .btn.btn-outline.btn-info:focus, .wizard > .actions a.btn-outline.btn-info:focus, .dt-buttons .btn-outline.btn-info.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus, .btn.btn-outline.btn-info:active, .wizard > .actions a.btn-outline.btn-info:active, .dt-buttons .btn-outline.btn-info.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active {
  border: solid 1px #e7368d;
}
/* line 98, ../sass/cp_button.scss */
.btn.btn-outline.btn-primary, .wizard > .actions a.btn-outline, .dt-buttons .btn-outline.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary {
  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, .dt-buttons .btn-outline.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .btn.btn-outline.btn-primary:focus, .wizard > .actions a.btn-outline:focus, .dt-buttons .btn-outline.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .btn.btn-outline.btn-primary:active, .wizard > .actions a.btn-outline:active, .dt-buttons .btn-outline.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active {
  border: solid 1px #0098a3;
}
/* line 105, ../sass/cp_button.scss */
.btn.btn-outline.btn-success, .wizard > .actions a.btn-outline.btn-success, .dt-buttons .btn-outline.btn-success.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover, .btn.btn-outline.btn-success:focus, .wizard > .actions a.btn-outline.btn-success:focus, .dt-buttons .btn-outline.btn-success.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus, .btn.btn-outline.btn-success:active, .wizard > .actions a.btn-outline.btn-success:active, .dt-buttons .btn-outline.btn-success.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-danger.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover, .btn.btn-outline.btn-danger:focus, .wizard > .actions a.btn-outline.btn-danger:focus, .dt-buttons .btn-outline.btn-danger.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus, .btn.btn-outline.btn-danger:active, .wizard > .actions a.btn-outline.btn-danger:active, .dt-buttons .btn-outline.btn-danger.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-warning.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover, .btn.btn-outline.btn-warning:focus, .wizard > .actions a.btn-outline.btn-warning:focus, .dt-buttons .btn-outline.btn-warning.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus, .btn.btn-outline.btn-warning:active, .wizard > .actions a.btn-outline.btn-warning:active, .dt-buttons .btn-outline.btn-warning.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-outline-white.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-outline-white.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white:hover {
  border: solid 1px white;
}
/* line 134, ../sass/cp_button.scss */
.btn.btn-rounded, .wizard > .actions a.btn-rounded, .dt-buttons .btn-rounded.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded {
  border-radius: 60px;
}
/* line 137, ../sass/cp_button.scss */
.btn.btn-lg, .wizard > .actions a.btn-lg, .dt-buttons .btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lg {
  padding: 12px 25px;
}
/* line 140, ../sass/cp_button.scss */
.btn.btn-sm, .wizard > .actions a.btn-sm, .dt-buttons .btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm {
  padding: 8px 25px;
}
/* line 143, ../sass/cp_button.scss */
.btn.btn-xs, .wizard > .actions a.btn-xs, .wizard > .actions .dt-buttons a.dt-button, .dt-buttons .wizard > .actions a.dt-button, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-xs, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button {
  padding: 4px 25px;
}
/* line 147, ../sass/cp_button.scss */
.btn.btn-icon i, .wizard > .actions a.btn-icon i, .dt-buttons .btn-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon.right-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon.left-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.left-icon i {
  padding-right: 6px;
}
/* line 163, ../sass/cp_button.scss */
.btn.btn-lable-wrap, .wizard > .actions a.btn-lable-wrap, .dt-buttons .btn-lable-wrap.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-lable-wrap.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-lable-wrap.dt-button .btn-label i, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-lable-wrap.left-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-lable-wrap.left-label.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-rounded.left-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-rounded.right-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-outline.btn-lable-wrap.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label {
  background: transparent;
}
/* line 213, ../sass/cp_button.scss */
.btn.btn-anim, .wizard > .actions a.btn-anim, .dt-buttons .btn-anim.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim {
  position: relative;
  overflow: hidden;
}
/* line 216, ../sass/cp_button.scss */
.btn.btn-anim i, .wizard > .actions a.btn-anim i, .dt-buttons .btn-anim.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-anim.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-anim.dt-button:hover i, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-anim.dt-button:hover .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover .btn-text {
  top: 50px;
}
/* line 240, ../sass/cp_button.scss */
.btn.btn-icon-anim, .wizard > .actions a.btn-icon-anim, .dt-buttons .btn-icon-anim.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover, .btn.btn-icon-anim:focus, .wizard > .actions a.btn-icon-anim:focus, .dt-buttons .btn-icon-anim.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:focus, .btn.btn-icon-anim:active, .wizard > .actions a.btn-icon-anim:active, .dt-buttons .btn-icon-anim.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-default.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim: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, .dt-buttons .btn-icon-anim.btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim: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, .dt-buttons .btn-icon-anim.btn-default.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim: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, .dt-buttons .btn-icon-anim.btn-info.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-info.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary: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, .dt-buttons .btn-icon-anim.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary: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, .dt-buttons .btn-icon-anim.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary: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, .dt-buttons .btn-icon-anim.btn-success.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-success.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-danger.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-danger.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-warning.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-warning.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-skype.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-skype.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-skype.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-github.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-github.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-icon-anim.btn-github.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-square.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-square.btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-square.btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-circle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-circle.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle:before {
  border-radius: 50%;
}
/* line 498, ../sass/cp_button.scss */
.btn.btn-circle.btn-lg, .wizard > .actions a.btn-circle.btn-lg, .dt-buttons .btn-circle.btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .btn-circle.btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-default.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.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, .dt-buttons .fancy-button.btn-default.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.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, .dt-buttons .fancy-button.btn-info.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-info.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.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, .dt-buttons .fancy-button.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.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, .dt-buttons .fancy-button.btn-danger.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-danger.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-success.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-success.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-warning.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.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, .dt-buttons .fancy-button.btn-warning.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:hover {
  color: #fff !important;
}
/* line 583, ../sass/cp_button.scss */
.btn.fixed-btn, .wizard > .actions a.fixed-btn, .dt-buttons .fixed-btn.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .open .dt-buttons .dropdown-toggle.btn-default.dt-button, .dt-buttons .open .dropdown-toggle.btn-default.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle {
  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 .dt-buttons .dropdown-toggle.btn-default.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle: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 .dt-buttons .dropdown-toggle.btn-default.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle: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, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle: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, .open .dt-buttons .dropdown-toggle.btn-info.dt-button, .dt-buttons .open .dropdown-toggle.btn-info.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-info.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-info.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .open .dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary {
  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 .dt-buttons .dropdown-toggle.dt-button:hover, .dt-buttons .open .dropdown-toggle.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:hover, .open .dropdown-toggle.btn.btn-primary:active, .open .wizard > .actions a.dropdown-toggle:active, .wizard > .actions .open a.dropdown-toggle:active, .open .dt-buttons .dropdown-toggle.dt-button:active, .dt-buttons .open .dropdown-toggle.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:active, .open .dropdown-toggle.btn.btn-primary:focus, .open .wizard > .actions a.dropdown-toggle:focus, .wizard > .actions .open a.dropdown-toggle:focus, .open .dt-buttons .dropdown-toggle.dt-button:focus, .dt-buttons .open .dropdown-toggle.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary: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, .open .dt-buttons .dropdown-toggle.btn-success.dt-button, .dt-buttons .open .dropdown-toggle.btn-success.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-success.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-success.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-danger.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-danger.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-warning.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.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 .dt-buttons .dropdown-toggle.btn-warning.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.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, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle {
  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 .dt-buttons .dropdown-toggle.btn-outline.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle: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 .dt-buttons .dropdown-toggle.btn-outline.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle: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, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle: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, .open .dt-buttons .dropdown-toggle.btn-outline.btn-success.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-success.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.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, .open .dt-buttons .dropdown-toggle.btn-outline.btn-warning.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-warning.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.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, .open .dt-buttons .dropdown-toggle.btn-outline.btn-info.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-info.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.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, .open .dt-buttons .dropdown-toggle.btn-outline.btn-danger.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-danger.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.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, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary {
  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, .button-list .dt-buttons .dt-button, .dt-buttons .button-list .dt-button, .button-list .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .button-list button {
  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, .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .jsgrid-cell input, .jsgrid-cell select, .tablesaw-bar .btn-select select {
  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, .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus, .jsgrid-cell input:focus, .jsgrid-cell select:focus, .tablesaw-bar .btn-select select: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, .dataTables_wrapper .dataTables_filter input.filled-input, .dataTables_wrapper .dataTables_length select.filled-input, .jsgrid-cell input.filled-input, .jsgrid-cell select.filled-input, .tablesaw-bar .btn-select select.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, .dataTables_wrapper .dataTables_filter input.filled-input:focus, .dataTables_wrapper .dataTables_length select.filled-input:focus, .jsgrid-cell input.filled-input:focus, .jsgrid-cell select.filled-input:focus, .tablesaw-bar .btn-select select.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, .dataTables_wrapper .dataTables_filter input.rounded-input, .dataTables_wrapper .dataTables_length select.rounded-input, .jsgrid-cell input.rounded-input, .jsgrid-cell select.rounded-input, .tablesaw-bar .btn-select select.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, .dataTables_wrapper .dataTables_filter input.rounded-outline-input, .dataTables_wrapper .dataTables_length select.rounded-outline-input, .jsgrid-cell input.rounded-outline-input, .jsgrid-cell select.rounded-outline-input, .tablesaw-bar .btn-select select.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], .dataTables_wrapper .dataTables_filter input[special=Image], .dataTables_wrapper .dataTables_length select[special=Image], .jsgrid-cell input[special=Image], .jsgrid-cell select[special=Image], .tablesaw-bar .btn-select select[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],
.dataTables_wrapper .dataTables_filter input[special=Pretty],
.dataTables_wrapper .dataTables_length select[special=Pretty],
.jsgrid-cell input[special=Pretty],
.jsgrid-cell select[special=Pretty],
.tablesaw-bar .btn-select select[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],
.dataTables_wrapper .dataTables_filter input[special=document],
.dataTables_wrapper .dataTables_length select[special=document],
.jsgrid-cell input[special=document],
.jsgrid-cell select[special=document],
.tablesaw-bar .btn-select select[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, .dt-buttons .input-group-addon.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.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, .has-success .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .has-success input, .has-success .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .has-success select, .has-success .jsgrid-cell input, .jsgrid-cell .has-success input, .has-success .jsgrid-cell select, .jsgrid-cell .has-success select, .has-success .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-success select {
  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, .has-success .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .has-success input:focus, .has-success .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .has-success select:focus, .has-success .jsgrid-cell input:focus, .jsgrid-cell .has-success input:focus, .has-success .jsgrid-cell select:focus, .jsgrid-cell .has-success select:focus, .has-success .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-success select: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, .has-warning .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .has-warning input, .has-warning .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .has-warning select, .has-warning .jsgrid-cell input, .jsgrid-cell .has-warning input, .has-warning .jsgrid-cell select, .jsgrid-cell .has-warning select, .has-warning .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-warning select {
  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, .has-warning .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .has-warning input:focus, .has-warning .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .has-warning select:focus, .has-warning .jsgrid-cell input:focus, .jsgrid-cell .has-warning input:focus, .has-warning .jsgrid-cell select:focus, .jsgrid-cell .has-warning select:focus, .has-warning .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-warning select: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, .has-error .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .has-error input, .has-error .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .has-error select, .has-error .jsgrid-cell input, .jsgrid-cell .has-error input, .has-error .jsgrid-cell select, .jsgrid-cell .has-error select, .has-error .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-error select {
  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, .has-error .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .has-error input:focus, .has-error .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .has-error select:focus, .has-error .jsgrid-cell input:focus, .jsgrid-cell .has-error input:focus, .has-error .jsgrid-cell select:focus, .jsgrid-cell .has-error select:focus, .has-error .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-error select: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, .bootstrap-select .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .bootstrap-select .dropdown-toggle.dt-button, .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button.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, .bootstrap-select .dt-buttons .dt-button .filter-option, .dt-buttons .bootstrap-select .dt-button .filter-option, .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button .filter-option, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button .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, .sm-bootstrap-select .bootstrap-select .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .sm-bootstrap-select .bootstrap-select .dropdown-toggle.dt-button, .sm-bootstrap-select .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .sm-bootstrap-select .bootstrap-select button.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, .bootstrap-touchspin .dt-buttons .input-group-btn-vertical > .dt-button, .dt-buttons .bootstrap-touchspin .input-group-btn-vertical > .dt-button, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical > button, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical > button {
  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, .bootstrap-touchspin .dt-buttons .input-group-btn-vertical > .dt-button i, .dt-buttons .bootstrap-touchspin .input-group-btn-vertical > .dt-button i, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical > button i, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical > button 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, .bootstrap-touchspin .dt-buttons .btn-default.dropdown-toggle.dt-button, .dt-buttons .bootstrap-touchspin .btn-default.dropdown-toggle.dt-button, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin button.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, .editableform .editable-buttons .dt-buttons .btn-sm.dt-button, .dt-buttons .editableform .editable-buttons .btn-sm.dt-button, .editableform .editable-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .editableform .editable-buttons button.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, .editableform .dataTables_wrapper .dataTables_filter input.input-sm, .dataTables_wrapper .dataTables_filter .editableform input.input-sm, .editableform .dataTables_wrapper .dataTables_length select.input-sm, .dataTables_wrapper .dataTables_length .editableform select.input-sm, .editableform .jsgrid-cell input.input-sm, .jsgrid-cell .editableform input.input-sm, .editableform .jsgrid-cell select.input-sm, .jsgrid-cell .editableform select.input-sm, .editableform .tablesaw-bar .btn-select select.input-sm, .tablesaw-bar .btn-select .editableform select.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, .editableform .dataTables_wrapper .dataTables_length select.input-sm, .dataTables_wrapper .dataTables_length .editableform select.input-sm, .editableform .jsgrid-cell select.input-sm, .jsgrid-cell .editableform select.input-sm, .editableform .tablesaw-bar .btn-select select.input-sm, .tablesaw-bar .btn-select .editableform select.input-sm {
  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;
}

/*Table*/
/* line 5, ../sass/cp_table.scss */
.table > tbody > tr.active > td, .jsgrid-table > tbody > tr.active > td, .table > tbody > tr.active > th, .jsgrid-table > tbody > tr.active > th, .table > tbody > tr > td.active, .jsgrid-table > tbody > tr > td.active, .table > tbody > tr > th.active, .jsgrid-table > tbody > tr > th.active, .table > tfoot > tr.active > td, .jsgrid-table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .jsgrid-table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .jsgrid-table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .jsgrid-table > tfoot > tr > th.active, .table > thead > tr.active > td, .jsgrid-table > thead > tr.active > td, .table > thead > tr.active > th, .jsgrid-table > thead > tr.active > th, .table > thead > tr > td.active, .jsgrid-table > thead > tr > td.active, .table > thead > tr > th.active, .jsgrid-table > thead > tr > th.active {
  background: rgba(220, 220, 220, 0.08);
}

/* line 9, ../sass/cp_table.scss */
.table > tbody > tr.success > td, .jsgrid-table > tbody > tr.success > td, .table > tbody > tr.success > th, .jsgrid-table > tbody > tr.success > th, .table > tbody > tr > td.success, .jsgrid-table > tbody > tr > td.success, .table > tbody > tr > th.success, .jsgrid-table > tbody > tr > th.success, .table > tfoot > tr.success > td, .jsgrid-table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .jsgrid-table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .jsgrid-table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .jsgrid-table > tfoot > tr > th.success, .table > thead > tr.success > td, .jsgrid-table > thead > tr.success > td, .table > thead > tr.success > th, .jsgrid-table > thead > tr.success > th, .table > thead > tr > td.success, .jsgrid-table > thead > tr > td.success, .table > thead > tr > th.success, .jsgrid-table > thead > tr > th.success {
  background: rgba(74, 162, 60, 0.08);
}

/* line 13, ../sass/cp_table.scss */
.table > tbody > tr.info > td, .jsgrid-table > tbody > tr.info > td, .table > tbody > tr.info > th, .jsgrid-table > tbody > tr.info > th, .table > tbody > tr > td.info, .jsgrid-table > tbody > tr > td.info, .table > tbody > tr > th.info, .jsgrid-table > tbody > tr > th.info, .table > tfoot > tr.info > td, .jsgrid-table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .jsgrid-table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .jsgrid-table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .jsgrid-table > tfoot > tr > th.info, .table > thead > tr.info > td, .jsgrid-table > thead > tr.info > td, .table > thead > tr.info > th, .jsgrid-table > thead > tr.info > th, .table > thead > tr > td.info, .jsgrid-table > thead > tr > td.info, .table > thead > tr > th.info, .jsgrid-table > thead > tr > th.info {
  background: rgba(231, 54, 141, 0.08);
}

/* line 17, ../sass/cp_table.scss */
.table > tbody > tr.warning > td, .jsgrid-table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .jsgrid-table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .jsgrid-table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .jsgrid-table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .jsgrid-table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .jsgrid-table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .jsgrid-table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .jsgrid-table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .jsgrid-table > thead > tr.warning > td, .table > thead > tr.warning > th, .jsgrid-table > thead > tr.warning > th, .table > thead > tr > td.warning, .jsgrid-table > thead > tr > td.warning, .table > thead > tr > th.warning, .jsgrid-table > thead > tr > th.warning {
  background: rgba(248, 179, 45, 0.08);
}

/* line 21, ../sass/cp_table.scss */
.table > tbody > tr.danger > td, .jsgrid-table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .jsgrid-table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .jsgrid-table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .jsgrid-table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .jsgrid-table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .jsgrid-table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .jsgrid-table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .jsgrid-table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .jsgrid-table > thead > tr.danger > td, .table > thead > tr.danger > th, .jsgrid-table > thead > tr.danger > th, .table > thead > tr > td.danger, .jsgrid-table > thead > tr > td.danger, .table > thead > tr > th.danger, .jsgrid-table > thead > tr > th.danger {
  background: rgba(243, 57, 35, 0.08);
}

/* line 25, ../sass/cp_table.scss */
.table-responsive {
  border: none;
}
/* line 27, ../sass/cp_table.scss */
.table-responsive .table, .table-responsive .jsgrid-table {
  max-width: none;
  -webkit-overflow-scrolling: touch !important;
}

/* line 33, ../sass/cp_table.scss */
.table, .jsgrid-table {
  border-color: #dedede !important;
}

/* line 36, ../sass/cp_table.scss */
.table > tbody > tr > td, .jsgrid-table > tbody > tr > td, .table > tbody > tr > th, .jsgrid-table > tbody > tr > th, .table > tfoot > tr > td, .jsgrid-table > tfoot > tr > td, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th, .table > thead > tr > td, .jsgrid-table > thead > tr > td, .table > thead > tr > th, .jsgrid-table > thead > tr > th {
  padding: 10px;
  border-top: 1px solid #dedede;
  vertical-align: middle;
}

/* line 42, ../sass/cp_table.scss */
.table > thead > tr > th, .jsgrid-table > thead > tr > th, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
  border-bottom: 2px solid #dedede !important;
  color: #212121;
  font-weight: 600;
}

/* line 48, ../sass/cp_table.scss */
.table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
  border-bottom: 1px solid #dedede !important;
}

/* line 51, ../sass/cp_table.scss */
.table-hover > tbody > tr:hover {
  background-color: rgba(33, 33, 33, 0.05) !important;
}

/* line 55, ../sass/cp_table.scss */
.table-bordered {
  border: 1px solid #dedede;
}

/* line 59, ../sass/cp_table.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #dedede;
}

/* line 62, ../sass/cp_table.scss */
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(109, 208, 255, 0.05);
}

/* line 66, ../sass/cp_table.scss */
.color-bg-table .table > caption + thead > tr:first-child > td, .color-bg-table .jsgrid-table > caption + thead > tr:first-child > td, .color-bg-table .table >
caption + thead > tr:first-child > th, .color-bg-table .jsgrid-table >
caption + thead > tr:first-child > th, .color-bg-table .table > colgroup + thead > tr:first-child > td, .color-bg-table .jsgrid-table > colgroup + thead > tr:first-child > td, .color-bg-table .table > colgroup + thead > tr:first-child > th, .color-bg-table .jsgrid-table > colgroup + thead > tr:first-child > th, .color-bg-table .table > thead:first-child > tr:first-child > td, .color-bg-table .jsgrid-table > thead:first-child > tr:first-child > td, .color-bg-table .table > thead:first-child > tr:first-child > th, .color-bg-table .jsgrid-table > thead:first-child > tr:first-child > th {
  background: #4aa23c;
}
/* line 70, ../sass/cp_table.scss */
.color-bg-table .table > thead > tr > th, .color-bg-table .jsgrid-table > thead > tr > th {
  color: #fff;
}

/* line 76, ../sass/cp_table.scss */
.bootstrap-table .fixed-table-container {
  border: 1px solid #dedede;
  border-radius: 0;
}
/* line 84, ../sass/cp_table.scss */
.bootstrap-table .fixed-table-container tbody td {
  border: 1px solid #dedede;
}

/* line 91, ../sass/cp_table.scss */
.fixed-table-body .card-view {
  background: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
/* line 98, ../sass/cp_table.scss */
.fixed-table-body .card-view .title {
  font-weight: 400;
}
/* line 101, ../sass/cp_table.scss */
.fixed-table-body .card-view:hover {
  box-shadow: none;
}

/* line 106, ../sass/cp_table.scss */
table.dataTable tbody tr {
  background-color: transparent;
  color: #333333;
}

/* line 110, ../sass/cp_table.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: inherit;
}

/* line 114, ../sass/cp_table.scss */
table.dataTable.display.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: rgba(109, 208, 255, 0.05);
}

/* line 117, ../sass/cp_table.scss */
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: inherit;
}

/* line 120, ../sass/cp_table.scss */
table.dataTable.display.table-striped tbody tr > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background: transparent;
}

/* line 126, ../sass/cp_table.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-color: #dedede;
  border-left: none;
  border-bottom: none;
}

/* line 131, ../sass/cp_table.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
  border-bottom: 2px solid #333333;
}

/* line 134, ../sass/cp_table.scss */
table.dataTable > tbody > tr:hover {
  background-color: rgba(33, 33, 33, 0.05) !important;
}

/* line 137, ../sass/cp_table.scss */
table.dataTable > tfoot > tr > th {
  border-bottom: 0 solid #dedede !important;
  border-left: medium none !important;
}

/* line 142, ../sass/cp_table.scss */
table.dataTable {
  border-right: medium none !important;
}

/* line 146, ../sass/cp_table.scss */
table.dataTable tr td.pointer-mouse:hover {
  border: 2px solid #229bd3;
}

/* line 150, ../sass/cp_table.scss */
table.dataTable > caption + thead > tr:first-child > td, table.dataTable > caption + thead > tr:first-child > th, table.dataTable > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .jsgrid-table > colgroup + thead > tr:first-child > th, table.dataTable > thead:first-child > tr:first-child > td, table.dataTable > thead:first-child > tr:first-child > th {
  border-left: medium none !important;
}

/* line 153, ../sass/cp_table.scss */
.dataTables_wrapper {
  margin-bottom: 75px;
  margin-top: 30px;
}
/* line 159, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
  margin-bottom: 30px;
}
/* line 162, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  padding-top: 20px;
  margin-bottom: 14px;
  color: #878787;
}
/* line 167, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
  padding-left: 15px;
}
/* line 171, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_info {
  color: #878787;
}
/* line 174, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_filter {
  padding-right: 15px;
}
/* line 177, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
  height: 25px;
}

/* line 182, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: #4aa23c;
  border-color: #4aa23c;
  color: #fff !important;
  box-shadow: none;
}

/* line 188, ../sass/cp_table.scss */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #212121;
}

/* line 192, ../sass/cp_table.scss */
.sorting,
.sorting_asc,
.sorting_desc {
  position: relative;
}

/* line 198, ../sass/cp_table.scss */
table.dataTable thead .sorting::after {
  content: "\f0dc";
  opacity: 0.2;
}

/* line 203, ../sass/cp_table.scss */
table.dataTable thead .sorting_asc::after {
  content: "\f0de";
}

/* line 207, ../sass/cp_table.scss */
table.dataTable thead .sorting_desc::after {
  content: "\f0dd";
}

/* line 211, ../sass/cp_table.scss */
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
  display: block;
  font-family: FontAwesome;
  position: absolute;
    /*right: 3px;
    top: 18px;
	font-size:14px;*/
  right: 8px;
  top: 4px;
  font-size: 16px;
}

/* line 223, ../sass/cp_table.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: none;
  border-left: medium none;
  border-top: medium none;
}

/* line 230, ../sass/cp_table.scss */
table.dataTable thead th .jsgrid-cell {
  position: relative;
}

/* line 233, ../sass/cp_table.scss */
table.dataTable thead th .ti-filter {
  position: absolute;
  top: 14px;
  left: 10px;
}

/* line 238, ../sass/cp_table.scss */
.dt-buttons {
  float: left;
}
/* line 240, ../sass/cp_table.scss */
.dt-buttons .dt-button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 247, ../sass/cp_table.scss */
.dt-buttons .dt-button:hover {
  color: #fff;
}
/* line 250, ../sass/cp_table.scss */
.dt-buttons .dt-button:last-child {
  margin-right: 0;
}

/* line 255, ../sass/cp_table.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  background-color: #4aa23c;
  box-shadow: none;
}

/* line 259, ../sass/cp_table.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background-color: #f33923;
  box-shadow: none;
}

/* line 264, ../sass/cp_table.scss */
table.footable > tbody > tr > td.footable-sortable, table.footable > tbody > tr > th.footable-sortable, table.footable > tfoot > tr > td.footable-sortable, table.footable > tfoot > tr > th.footable-sortable, table.footable > thead > tr > td.footable-sortable, table.footable > thead > tr > th.footable-sortable {
  padding: 16px;
  border-top: none;
}

/* line 268, ../sass/cp_table.scss */
table.footable > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
  border: none !important;
}

/* line 272, ../sass/cp_table.scss */
tr.footable-header > th {
  border-top: none !important;
}

/* line 275, ../sass/cp_table.scss */
.footable-details.table, .footable-details.jsgrid-table {
  background: transparent;
}

/* line 280, ../sass/cp_table.scss */
.footable-editing .btn.footable-edit, .footable-editing .wizard > .actions a.footable-edit, .wizard > .actions .footable-editing a.footable-edit, .footable-editing .dt-buttons .footable-edit.dt-button, .dt-buttons .footable-editing .footable-edit.dt-button, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit, .footable-editing .btn.footable-delete, .footable-editing .wizard > .actions a.footable-delete, .wizard > .actions .footable-editing a.footable-delete, .footable-editing .dt-buttons .footable-delete.dt-button, .dt-buttons .footable-editing .footable-delete.dt-button, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete {
  background: transparent;
  border: none !important;
}
/* line 283, ../sass/cp_table.scss */
.footable-editing .btn.footable-edit .fooicon.fooicon-pencil, .footable-editing .wizard > .actions a.footable-edit .fooicon.fooicon-pencil, .wizard > .actions .footable-editing a.footable-edit .fooicon.fooicon-pencil, .footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-pencil, .dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-pencil, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-pencil, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-pencil, .footable-editing .btn.footable-delete .fooicon.fooicon-pencil, .footable-editing .wizard > .actions a.footable-delete .fooicon.fooicon-pencil, .wizard > .actions .footable-editing a.footable-delete .fooicon.fooicon-pencil, .footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-pencil, .dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-pencil, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-pencil, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-pencil {
  color: #4aa23c;
}
/* line 286, ../sass/cp_table.scss */
.footable-editing .btn.footable-edit .fooicon.fooicon-trash, .footable-editing .wizard > .actions a.footable-edit .fooicon.fooicon-trash, .wizard > .actions .footable-editing a.footable-edit .fooicon.fooicon-trash, .footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-trash, .dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-trash, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-trash, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-trash, .footable-editing .btn.footable-delete .fooicon.fooicon-trash, .footable-editing .wizard > .actions a.footable-delete .fooicon.fooicon-trash, .wizard > .actions .footable-editing a.footable-delete .fooicon.fooicon-trash, .footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-trash, .dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-trash, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-trash, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-trash {
  color: #f33923;
}

/* line 293, ../sass/cp_table.scss */
.footable-show .fooicon.fooicon-pencil {
  padding-right: 6px;
}

/* line 298, ../sass/cp_table.scss */
.footable-filtering .checkbox {
  margin-bottom: inherit;
  margin-top: inherit;
  min-height: inherit;
  padding: 3px 20px !important;
  font-family: "Montserrat", sans-serif;
}
/* line 305, ../sass/cp_table.scss */
.footable-filtering .checkbox input[type="checkbox"] {
  opacity: 1;
}
/* line 308, ../sass/cp_table.scss */
.footable-filtering .checkbox label::before {
  display: none;
}

/* line 314, ../sass/cp_table.scss */
.fooicon.fooicon-sort,
.fooicon.fooicon-sort-asc,
.fooicon.fooicon-sort-desc {
  font-family: FontAwesome !important;
  font-size: 14px;
}

/* line 321, ../sass/cp_table.scss */
.fooicon.fooicon-sort:before {
  content: "\f0dc";
}

/* line 326, ../sass/cp_table.scss */
.fooicon.fooicon-sort-asc:before {
  content: "\f0de";
}

/* line 331, ../sass/cp_table.scss */
.fooicon.fooicon-sort-desc:before {
  content: "\f0dd";
}

/* line 336, ../sass/cp_table.scss */
table.footable > tbody > tr.footable-empty > td {
  font-size: 18px;
}

/* line 339, ../sass/cp_table.scss */
.jsgrid {
  height: auto !important;
}

/* line 342, ../sass/cp_table.scss */
.jsgrid-grid-header {
  overflow: auto;
}

/* line 345, ../sass/cp_table.scss */
.jsgrid-pager-page {
  display: inline-block;
  margin-bottom: 5px;
}

/* line 352, ../sass/cp_table.scss */
.jsgrid-row > .jsgrid-cell,
.jsgrid-alt-row > .jsgrid-cell {
  background: transparent;
  border-color: #dedede;
}

/* line 358, ../sass/cp_table.scss */
.jsgrid-header-row > .jsgrid-header-cell {
  background: inherit;
  font-size: 12px;
  color: #212121;
  text-align: left;
}

/* line 365, ../sass/cp_table.scss */
.jsgrid-filter-row > .jsgrid-cell, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
  background: inherit;
  border-bottom: 1px solid #dedede;
}

/* line 369, ../sass/cp_table.scss */
.jsgrid-edit-row > .jsgrid-cell, .jsgrid-filter-row > .jsgrid-cell, .jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
  background: inherit;
  border-color: #dedede;
  height: auto !important;
  overflow: auto;
}

/* line 375, ../sass/cp_table.scss */
.jsgrid-filter-row .jsgrid-cell > input {
  width: 100%;
}

/* line 378, ../sass/cp_table.scss */
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  width: 100%;
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  color: #212121;
  height: 42px;
  font-weight: 300;
  font-size: 12px;
}

/* line 391, ../sass/cp_table.scss */
#example-select-all {
  width: auto;
}

/* line 395, ../sass/cp_table.scss */
.jsgrid-alt-row > .jsgrid-cell {
  background: inherit;
}

/* line 401, ../sass/cp_table.scss */
.jsgrid-selected-row > .jsgrid-cell {
  background: inherit;
  border-color: #dedede;
}

/* line 405, ../sass/cp_table.scss */
.jsgrid-pager {
  color: #212121;
  margin-top: 10px;
}
/* line 408, ../sass/cp_table.scss */
.jsgrid-pager a {
  color: #212121;
}

/* line 412, ../sass/cp_table.scss */
.jsgrid-align-center, .jsgrid-align-center input, .jsgrid-align-center select, .jsgrid-align-center textarea, .jsgrid-align-right, .jsgrid-align-right input, .jsgrid-align-right select, .jsgrid-align-right textarea {
  text-align: left;
}

/* line 415, ../sass/cp_table.scss */
.jsgrid-pager-current-page, .jsgrid-pager-page a:hover, .jsgrid-pager-page a:active, .jsgrid-pager-page a:focus {
  background: #4aa23c;
  border: 1px solid #4aa23c;
  color: #fff;
  font-weight: 400;
}

/* line 421, ../sass/cp_table.scss */
.jsgrid-pager-page, .jsgrid-pager-page a {
  padding: 5px 10px;
  border: 1px solid transparent;
}

/* line 426, ../sass/cp_table.scss */
.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
  border-right: inherit;
}

/* line 431, ../sass/cp_table.scss */
.tablesaw-sortable th.tablesaw-sortable-head button {
  padding: 0;
  border: none !important;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 442, ../sass/cp_table.scss */
.tablesaw {
  margin-bottom: 0 !important;
}
/* line 444, ../sass/cp_table.scss */
.tablesaw thead {
  background: transparent;
  border: none;
}
/* line 447, ../sass/cp_table.scss */
.tablesaw thead tr:first-child th {
  border-right: medium none;
  padding: 16px !important;
}
/* line 452, ../sass/cp_table.scss */
.tablesaw td a {
  color: #878787 !important;
}
/* line 455, ../sass/cp_table.scss */
.tablesaw td, .tablesaw tbody th {
  vertical-align: middle;
  font-size: inherit;
  color: #333333 !important;
}

/* line 464, ../sass/cp_table.scss */
.tablesaw-toolbar {
  font-size: 100%;
  margin-bottom: 30px;
}
/* line 467, ../sass/cp_table.scss */
.tablesaw-toolbar label {
  color: #212121;
  display: block;
  margin-right: 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 476, ../sass/cp_table.scss */
.tablesaw-bar .btn-select select {
  opacity: 1;
  font-family: "Montserrat", sans-serif;
  color: #212121 !important;
  font-size: 14px !important;
  font-weight: 400;
  filter: alpha(opacity=1);
  display: inline-block;
  color: inherit;
  background: transparent;
  position: static;
}

/* line 489, ../sass/cp_table.scss */
.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:hover, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:hover, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:hover, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:hover, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:focus, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:focus, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:focus, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:focus, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:focus {
  background: transparent;
}

/* line 492, ../sass/cp_table.scss */
.tablesaw-bar .tablesaw-toolbar .btn, .tablesaw-bar .tablesaw-toolbar .wizard > .actions a, .wizard > .actions .tablesaw-bar .tablesaw-toolbar a, .tablesaw-bar .tablesaw-toolbar .dt-buttons .dt-button, .dt-buttons .tablesaw-bar .tablesaw-toolbar .dt-button, .tablesaw-bar .tablesaw-toolbar .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar .tablesaw-toolbar button {
  font-size: 0 !important;
}

/* line 496, ../sass/cp_table.scss */
.btn.btn-small.btn-select, .wizard > .actions a.btn-small.btn-select, .dt-buttons .btn-small.btn-select.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-small.btn-select {
  padding-left: 20px;
  padding-right: 20px !important;
}

/* line 501, ../sass/cp_table.scss */
.tablesaw-bar .btn-select::after {
  display: none;
}

/* line 505, ../sass/cp_table.scss */
.tablesaw-enhanced .tablesaw-bar .btn:active, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:active, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:active, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:active, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:active, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:active {
  background-image: none;
  box-shadow: none !important;
}

/* line 510, ../sass/cp_table.scss */
.tablesaw-bar .btn select option, .tablesaw-bar .wizard > .actions a select option, .wizard > .actions .tablesaw-bar a select option, .tablesaw-bar .dt-buttons .dt-button select option, .dt-buttons .tablesaw-bar .dt-button select option, .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button select option, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar button select option {
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* line 515, ../sass/cp_table.scss */
.dataTable input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 200;
}

/* line 516, ../sass/cp_table.scss */
.dataTable input:-moz-placeholder {
  font-size: 12px;
  font-weight: 200;
}

/* FF 4-18 */
/* line 517, ../sass/cp_table.scss */
.dataTable input::-moz-placeholder {
  font-size: 12px;
  font-weight: 200;
}

/* FF 19+ */
/* line 518, ../sass/cp_table.scss */
.dataTable input:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 200;
}

/* IE 10+ */
/* line 520, ../sass/cp_table.scss */
.dataTable input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 521, ../sass/cp_table.scss */
.dataTable input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
/* line 522, ../sass/cp_table.scss */
.dataTable input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
/* line 523, ../sass/cp_table.scss */
.dataTable input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
/* line 525, ../sass/cp_table.scss */
.pointer-mouse {
  cursor: pointer;
}

/****************************custom***********************************************/
/* line 530, ../sass/cp_table.scss */
#tablelistederniersarticles_wrapper {
  margin-bottom: 0;
}

/* line 533, ../sass/cp_table.scss */
#tablelistederniersarticles,
#tablelistearticlesune {
  border: none;
}
/* line 536, ../sass/cp_table.scss */
#tablelistederniersarticles thead,
#tablelistearticlesune thead {
  position: absolute;
  z-index: -1;
}
/* line 539, ../sass/cp_table.scss */
#tablelistederniersarticles thead th,
#tablelistearticlesune thead th {
  color: transparent;
  border-bottom: none !important;
  border: none !important;
}
/* line 546, ../sass/cp_table.scss */
#tablelistederniersarticles td .date-modification,
#tablelistearticlesune td .date-modification {
  font-weight: 600;
  color: #adadad;
}
/* line 551, ../sass/cp_table.scss */
#tablelistederniersarticles td a:hover,
#tablelistearticlesune td a:hover {
  text-decoration: underline;
}

/* line 558, ../sass/cp_table.scss */
.action_dupliquer:hover, .action_supprimer:hover {
  cursor: pointer;
}

/*Recherche avancee*/
/* line 564, ../sass/cp_table.scss */
#placementFormulaireRechercheComplet {
  margin-bottom: 40px;
  background: #f7fdff;
  padding: 15px;
}
/* line 568, ../sass/cp_table.scss */
#placementFormulaireRechercheComplet input {
  height: 30px;
}
