@import "css/bootstrap.min.css";
@import "themeicons/style.css";
@import "MasterPageSingIn.css";
/* ================= Imports ======================== */

/* ================= End of Imports ======================== */
/* ================= Rules derived from Options ======================== */
/* ================= End of Rules derived from Options ======================== */

/* ================= Rules derived from Mappings ======================== */

/* ================= Body (Role: None) ======================== */

.jb-control[jb-type='Body'] {
  background-color: #FFFFFF;
  color: #272727;
  overflow-x: hidden;
  font-family: Tahoma, Geneva, sans-serif;
}
/* ================= End of Body (Role: None) ======================== */

/* ================= Body (Role: None) Related Rules ======================== */

html .hfill-body {
  display: flex;
  min-height: calc(100vh - 50px);
  flex-direction: column;
}
/* ================= End of Body (Role: None) Related Rules ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: None) ======================== */

.jb-control[jb-type='Button'],
.jb-control[jb-type='PickList'],
.jb-control[jb-type='DataPickList'],
.jb-control[jb-type='ListCommandButton'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #141526;
  color: #fff;
  height: 35px;
}
.jb-control[jb-type='Button']:hover,
.jb-control[jb-type='PickList']:hover,
.jb-control[jb-type='DataPickList']:hover,
.jb-control[jb-type='ListCommandButton']:hover {
  background-color: #30313e;
  color: #fff;
}
.jb-control[jb-type='Button'] > *,
.jb-control[jb-type='PickList'] > *,
.jb-control[jb-type='DataPickList'] > *,
.jb-control[jb-type='ListCommandButton'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'] label,
.jb-control[jb-type='PickList'] label,
.jb-control[jb-type='DataPickList'] label,
.jb-control[jb-type='ListCommandButton'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'] label.glyphicon,
.jb-control[jb-type='PickList'] label.glyphicon,
.jb-control[jb-type='DataPickList'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'].jb-link-btn,
.jb-control[jb-type='PickList'].jb-link-btn,
.jb-control[jb-type='DataPickList'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'].jb-link-btn label,
.jb-control[jb-type='PickList'].jb-link-btn label,
.jb-control[jb-type='DataPickList'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'].jb-link-btn:hover,
.jb-control[jb-type='PickList'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'].btn-circle,
.jb-control[jb-type='PickList'].btn-circle,
.jb-control[jb-type='DataPickList'].btn-circle,
.jb-control[jb-type='ListCommandButton'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'].btn-circle label,
.jb-control[jb-type='PickList'].btn-circle label,
.jb-control[jb-type='DataPickList'].btn-circle label,
.jb-control[jb-type='ListCommandButton'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'].btn-circle-sm,
.jb-control[jb-type='PickList'].btn-circle-sm,
.jb-control[jb-type='DataPickList'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'].btn-circle-sm label,
.jb-control[jb-type='PickList'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'].transparent,
.jb-control[jb-type='PickList'].transparent,
.jb-control[jb-type='DataPickList'].transparent,
.jb-control[jb-type='ListCommandButton'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'].btn-img,
.jb-control[jb-type='PickList'].btn-img,
.jb-control[jb-type='DataPickList'].btn-img,
.jb-control[jb-type='ListCommandButton'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'].btn-img:hover,
.jb-control[jb-type='PickList'].btn-img:hover,
.jb-control[jb-type='DataPickList'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'].btn-link,
.jb-control[jb-type='PickList'].btn-link,
.jb-control[jb-type='DataPickList'].btn-link,
.jb-control[jb-type='ListCommandButton'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'].btn-link > *,
.jb-control[jb-type='PickList'].btn-link > *,
.jb-control[jb-type='DataPickList'].btn-link > *,
.jb-control[jb-type='ListCommandButton'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: None) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: None) Related Rules ======================== */

html .sweet-alert button {
  cursor: pointer;
  outline: none;
  border-top-color: unset;
  border-top-style: none;
  border-top-width: unset;
  border-bottom-color: unset;
  border-bottom-style: none;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: none;
  border-left-width: unset;
  border-right-color: unset;
  border-right-style: none;
  border-right-width: unset;
}
html .sweet-alert button.confirm {
  background-color: #141526;
}
html .sweet-alert button.confirm:hover {
  background-color: #30313e;
}
html .sweet-alert button.cancel {
  background-color: #141526;
  color: black;
}
html .sweet-alert button.cancel:hover {
  background-color: #30313e;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: None) Related Rules ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Default) ======================== */

.jb-control[jb-type='Button'][ui-role-color='default'],
.jb-control[jb-type='PickList'][ui-role-color='default'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #141526 !important;
  color: #fff !important;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-color='default']:hover,
.jb-control[jb-type='PickList'][ui-role-color='default']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default']:hover {
  background-color: #30313e !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'] > *,
.jb-control[jb-type='PickList'][ui-role-color='default'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='default'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default'] label,
.jb-control[jb-type='PickList'][ui-role-color='default'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='default'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='default'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='default'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='default'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='default'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='default'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].btn-link > * {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default']:focus,
.jb-control[jb-type='PickList'][ui-role-color='default']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default']:focus {
  outline: unset !important;
  border-color: #141526 !important;
  box-shadow: 0px 0px 0px 3px rgba(20, 21, 38, 0.8) !important;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Default) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Primary) ======================== */

.jb-control[jb-type='Button'][ui-role-color='primary'],
.jb-control[jb-type='PickList'][ui-role-color='primary'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #0d6efd !important;
  color: #fff !important;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-color='primary']:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary']:hover {
  background-color: #408cfd !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'] > *,
.jb-control[jb-type='PickList'][ui-role-color='primary'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary'] label,
.jb-control[jb-type='PickList'][ui-role-color='primary'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='primary'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='primary'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='primary'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='primary'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='primary'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].btn-link > * {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary']:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary']:focus {
  outline: unset !important;
  border-color: #0d6efd !important;
  box-shadow: 0px 0px 0px 3px rgba(13, 110, 253, 0.8) !important;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Primary) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Success) ======================== */

.jb-control[jb-type='Button'][ui-role-color='success'],
.jb-control[jb-type='PickList'][ui-role-color='success'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #198754 !important;
  color: #ffffff !important;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-color='success']:hover,
.jb-control[jb-type='PickList'][ui-role-color='success']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success']:hover {
  background-color: #21b26f !important;
  color: #ffffff !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'] > *,
.jb-control[jb-type='PickList'][ui-role-color='success'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='success'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success'] label,
.jb-control[jb-type='PickList'][ui-role-color='success'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='success'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='success'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='success'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='success'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='success'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='success'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].btn-link > * {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success']:focus,
.jb-control[jb-type='PickList'][ui-role-color='success']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success']:focus {
  outline: unset !important;
  border-color: #198754 !important;
  box-shadow: 0px 0px 0px 3px rgba(25, 135, 84, 0.8) !important;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Success) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Info) ======================== */

.jb-control[jb-type='Button'][ui-role-color='info'],
.jb-control[jb-type='PickList'][ui-role-color='info'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #0dcaf0 !important;
  color: #fff !important;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-color='info']:hover,
.jb-control[jb-type='PickList'][ui-role-color='info']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info']:hover {
  background-color: #0aa1c0 !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'] > *,
.jb-control[jb-type='PickList'][ui-role-color='info'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='info'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info'] label,
.jb-control[jb-type='PickList'][ui-role-color='info'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='info'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='info'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='info'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='info'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='info'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='info'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].btn-link > * {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info']:focus,
.jb-control[jb-type='PickList'][ui-role-color='info']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info']:focus {
  outline: unset !important;
  border-color: #0dcaf0 !important;
  box-shadow: 0px 0px 0px 3px rgba(13, 202, 240, 0.8) !important;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Info) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Warning) ======================== */

.jb-control[jb-type='Button'][ui-role-color='warning'],
.jb-control[jb-type='PickList'][ui-role-color='warning'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #ffc107 !important;
  color: #fff !important;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-color='warning']:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning']:hover {
  background-color: #d39e00 !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'] > *,
.jb-control[jb-type='PickList'][ui-role-color='warning'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning'] label,
.jb-control[jb-type='PickList'][ui-role-color='warning'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='warning'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='warning'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='warning'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='warning'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='warning'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].btn-link > * {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning']:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning']:focus {
  outline: unset !important;
  border-color: #ffc107 !important;
  box-shadow: 0px 0px 0px 3px rgba(255, 193, 7, 0.8) !important;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Warning) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Danger) ======================== */

.jb-control[jb-type='Button'][ui-role-color='danger'],
.jb-control[jb-type='PickList'][ui-role-color='danger'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #dc3545 !important;
  color: #fff !important;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-color='danger']:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger']:hover {
  background-color: #e4606d !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'] > *,
.jb-control[jb-type='PickList'][ui-role-color='danger'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger'] label,
.jb-control[jb-type='PickList'][ui-role-color='danger'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='danger'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='danger'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='danger'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='danger'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='danger'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].btn-link > * {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger']:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger']:focus {
  outline: unset !important;
  border-color: #dc3545 !important;
  box-shadow: 0px 0px 0px 3px rgba(220, 53, 69, 0.8) !important;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Danger) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: ExtraSmall) ======================== */

.jb-control[jb-type='Button'][ui-role-element-size='xs'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 8px !important;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #141526;
  color: #e6e6e6;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs']:hover {
  background-color: #30313e;
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: ExtraSmall) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Small) ======================== */

.jb-control[jb-type='Button'][ui-role-element-size='sm'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 11px !important;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #141526;
  color: #e6e6e6;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm']:hover {
  background-color: #30313e;
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Small) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Normal) ======================== */

.jb-control[jb-type='Button'][ui-role-element-size='med'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 14px !important;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #141526;
  color: #e6e6e6;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med']:hover {
  background-color: #30313e;
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='med'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Normal) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: Large) ======================== */

.jb-control[jb-type='Button'][ui-role-element-size='lg'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 20px !important;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #141526;
  color: #e6e6e6;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg']:hover {
  background-color: #30313e;
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Large) ======================== */

/* ================= Button, PickList, DataPickList, ListCommandButton (Role: ExtraLarge) ======================== */

.jb-control[jb-type='Button'][ui-role-element-size='xl'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 30px !important;
  box-shadow: unset;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  cursor: pointer;
  outline: none;
  background-color: #141526;
  color: #e6e6e6;
  height: 35px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl']:hover {
  background-color: #30313e;
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn {
  box-shadow: initial;
  padding: 0;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn label {
  color: #0d6efd;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn:hover {
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn:hover label {
  color: #0d6efd;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-circle-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: ExtraLarge) ======================== */

/* ================= TextBox (Role: None) ======================== */

.jb-control[jb-type='TextBox'] {
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  color: #272727;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='TextBox']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: None) ======================== */

/* ================= TextBox (Role: Default) ======================== */

.jb-control[jb-type='TextBox'][ui-role-color='default'] {
  background-color: #FFFFFF !important;
  border-bottom-color: #f3f3f3 !important;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3 !important;
  border-right-width: 1px;
  border-top-color: #f3f3f3 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  color: #272727;
}
.jb-control[jb-type='TextBox'][ui-role-color='default']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-color='default'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='default']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Default) ======================== */

/* ================= TextBox (Role: Primary) ======================== */

.jb-control[jb-type='TextBox'][ui-role-color='primary'] {
  background-color: #0d6efd !important;
  border-bottom-color: #0d6efd !important;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd !important;
  border-right-width: 1px;
  border-top-color: #0d6efd !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
  color: #272727;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Primary) ======================== */

/* ================= TextBox (Role: Success) ======================== */

.jb-control[jb-type='TextBox'][ui-role-color='success'] {
  background-color: #198754 !important;
  border-bottom-color: #198754 !important;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754 !important;
  border-right-width: 1px;
  border-top-color: #198754 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
  color: #272727;
}
.jb-control[jb-type='TextBox'][ui-role-color='success']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-color='success'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='success']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Success) ======================== */

/* ================= TextBox (Role: Info) ======================== */

.jb-control[jb-type='TextBox'][ui-role-color='info'] {
  background-color: #0dcaf0 !important;
  border-bottom-color: #0dcaf0 !important;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0 !important;
  border-right-width: 1px;
  border-top-color: #0dcaf0 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
  color: #272727;
}
.jb-control[jb-type='TextBox'][ui-role-color='info']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-color='info'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='info']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Info) ======================== */

/* ================= TextBox (Role: Warning) ======================== */

.jb-control[jb-type='TextBox'][ui-role-color='warning'] {
  background-color: #ffc107 !important;
  border-bottom-color: #ffc107 !important;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107 !important;
  border-right-width: 1px;
  border-top-color: #ffc107 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
  color: #272727;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Warning) ======================== */

/* ================= TextBox (Role: Danger) ======================== */

.jb-control[jb-type='TextBox'][ui-role-color='danger'] {
  background-color: #dc3545 !important;
  border-bottom-color: #dc3545 !important;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545 !important;
  border-right-width: 1px;
  border-top-color: #dc3545 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
  color: #272727;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Danger) ======================== */

/* ================= TextBox (Role: ExtraSmall) ======================== */

.jb-control[jb-type='TextBox'][ui-role-element-size='xs'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 20px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: ExtraSmall) ======================== */

/* ================= TextBox (Role: Small) ======================== */

.jb-control[jb-type='TextBox'][ui-role-element-size='sm'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 25px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Small) ======================== */

/* ================= TextBox (Role: Normal) ======================== */

.jb-control[jb-type='TextBox'][ui-role-element-size='med'] {
  background-color: #FFFFFF;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 14px;
  color: #272727;
  height: 35px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Normal) ======================== */

/* ================= TextBox (Role: Large) ======================== */

.jb-control[jb-type='TextBox'][ui-role-element-size='lg'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 20px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: Large) ======================== */

/* ================= TextBox (Role: ExtraLarge) ======================== */

.jb-control[jb-type='TextBox'][ui-role-element-size='xl'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 75px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextBox (Role: ExtraLarge) ======================== */

/* ================= DropDownBox (Role: None) ======================== */

.jb-control[jb-type='DropDownBox'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='DropDownBox'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dfdfdf;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dfdfdf;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: None) ======================== */

/* ================= DropDownBox (Role: None) Related Rules ======================== */

html .select2-dropdown,
html .select2-search.select2-search--dropdown > .select2-search__field {
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
  color: #272727;
  outline: none;
}
html .select2-dropdown .select2-results__option--highlighted[aria-selected],
html .select2-search.select2-search--dropdown > .select2-search__field .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(13, 110, 253, 0.2);
  color: #272727;
}
html .select2-dropdown .select2-results__option[aria-selected=true],
html .select2-search.select2-search--dropdown > .select2-search__field .select2-results__option[aria-selected=true] {
  background-color: #0d6efd;
  color: #e6e6e6;
}
html .typeahead,
html .tt-query,
html .tt-hint {
  width: 396px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 30px;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  outline: none;
}
html .typeahead {
  background-color: #FFFFFF;
}
html .tt-hint {
  color: #999;
}
html .tt-menu {
  width: 100%;
  background-color: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html .tt-suggestion {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 24px;
}
html .tt-suggestion:hover {
  cursor: pointer;
  background-color: #0d6efd;
  color: #e6e6e6;
}
html .tt-suggestion.tt-cursor {
  background-color: #0d6efd;
  color: #e6e6e6;
}
html .tt-suggestion p {
  margin: 0;
}
html [jb-type='TypeaheadBoxEntryContainer'] {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: None) Related Rules ======================== */

/* ================= DropDownBox (Role: Default) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-color='default'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #141526 !important;
  border-top-color: #141526 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #141526 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #141526 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #141526 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #141526 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #141526 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #141526 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #141526 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #141526 !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #e6e6e6 !important;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #e6e6e6 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #141526 !important;
  border-top-color: #141526 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #141526 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #141526 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #141526 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
/* ================= End of DropDownBox (Role: Default) ======================== */

/* ================= DropDownBox (Role: Primary) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #0d6efd !important;
  border-top-color: #0d6efd !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #0d6efd !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0d6efd !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #0d6efd !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #0d6efd !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0d6efd !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #0d6efd !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #0d6efd !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #e6e6e6 !important;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #e6e6e6 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #0d6efd !important;
  border-top-color: #0d6efd !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #0d6efd !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0d6efd !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
/* ================= End of DropDownBox (Role: Primary) ======================== */

/* ================= DropDownBox (Role: Success) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-color='success'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #198754 !important;
  border-top-color: #198754 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #198754 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #198754 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #198754 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #198754 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #198754 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #198754 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #198754 !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #e6e6e6 !important;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #e6e6e6 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #198754 !important;
  border-top-color: #198754 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #198754 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #198754 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
/* ================= End of DropDownBox (Role: Success) ======================== */

/* ================= DropDownBox (Role: Info) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-color='info'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #0dcaf0 !important;
  border-top-color: #0dcaf0 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #0dcaf0 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0dcaf0 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #0dcaf0 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #0dcaf0 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0dcaf0 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #0dcaf0 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #0dcaf0 !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727 !important;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #0dcaf0 !important;
  border-top-color: #0dcaf0 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #0dcaf0 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0dcaf0 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727 !important;
}
/* ================= End of DropDownBox (Role: Info) ======================== */

/* ================= DropDownBox (Role: Warning) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #ffc107 !important;
  border-top-color: #ffc107 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #ffc107 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ffc107 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #ffc107 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #ffc107 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffc107 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ffc107 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffc107 !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727 !important;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #ffc107 !important;
  border-top-color: #ffc107 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #ffc107 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ffc107 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727 !important;
}
/* ================= End of DropDownBox (Role: Warning) ======================== */

/* ================= DropDownBox (Role: Danger) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] {
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #dc3545 !important;
  border-top-color: #dc3545 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dc3545 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dc3545 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #dc3545 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection {
  height: 35px;
  outline: none;
  background-color: transparent;
  border-top-color: #dc3545 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dc3545 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dc3545 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dc3545 !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #e6e6e6 !important;
  font-size: 14px;
  line-height: 35px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #e6e6e6 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container .select2-placeholder {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #dc3545 !important;
  border-top-color: #dc3545 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dc3545 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dc3545 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #e6e6e6 !important;
}
/* ================= End of DropDownBox (Role: Danger) ======================== */

/* ================= DropDownBox (Role: ExtraSmall) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] {
  width: 100% !important;
  height: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 8px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection {
  height: 20px !important;
  outline: none;
  background-color: transparent;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #f3f3f3;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #f3f3f3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727;
  font-size: 8px;
  line-height: 20px !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container .select2-placeholder {
  height: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 8px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: ExtraSmall) ======================== */

/* ================= DropDownBox (Role: Small) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] {
  width: 100% !important;
  height: 25px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 11px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection {
  height: 25px !important;
  outline: none;
  background-color: transparent;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #f3f3f3;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #f3f3f3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727;
  font-size: 11px;
  line-height: 25px !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container .select2-placeholder {
  height: 25px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 11px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: Small) ======================== */

/* ================= DropDownBox (Role: Normal) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] {
  width: 100% !important;
  height: 35px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 14px;
  background-color: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection {
  height: 35px !important;
  outline: none;
  background-color: transparent;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #dfdfdf;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #dfdfdf;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727;
  font-size: 14px;
  line-height: 35px !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container .select2-placeholder {
  height: 35px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 14px;
  background-color: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: Normal) ======================== */

/* ================= DropDownBox (Role: Large) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] {
  width: 100% !important;
  height: 50px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 20px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection {
  height: 50px !important;
  outline: none;
  background-color: transparent;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #f3f3f3;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #f3f3f3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727;
  font-size: 20px;
  line-height: 50px !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container .select2-placeholder {
  height: 50px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 20px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: Large) ======================== */

/* ================= DropDownBox (Role: ExtraLarge) ======================== */

.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] {
  width: 100% !important;
  height: 75px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 30px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.05rem);
  background-position-y: 0.15rem;
  background-size: 0.5rem 0.5rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'].jb-required + .select2-container .selection .select2-selection .select2-selection__arrow b {
  left: -10px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection {
  background-color: transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection--single,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection {
  height: 75px !important;
  outline: none;
  background-color: transparent;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #f3f3f3;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #f3f3f3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection--single > .select2-selection__rendered,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
  background-color: transparent;
  color: #272727;
  font-size: 30px;
  line-height: 75px !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 20px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection--single > .select2-selection__arrow b,
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container > .selection > .select2-selection > .select2-selection__arrow b {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container .select2-placeholder {
  height: 75px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 30px;
  background-color: #FFFFFF;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
}
/* ================= End of DropDownBox (Role: ExtraLarge) ======================== */

/* ================= OptionButton (Role: None) ======================== */

.jb-control[jb-type='OptionButton'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: None) ======================== */

/* ================= OptionButton (Role: Default) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-color='default'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='default'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Default) ======================== */

/* ================= OptionButton (Role: Primary) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-color='primary'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='primary'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Primary) ======================== */

/* ================= OptionButton (Role: Success) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-color='success'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='success'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Success) ======================== */

/* ================= OptionButton (Role: Info) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-color='info'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='info'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Info) ======================== */

/* ================= OptionButton (Role: Warning) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-color='warning'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='warning'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Warning) ======================== */

/* ================= OptionButton (Role: Danger) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-color='danger'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='danger'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: unset;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Danger) ======================== */

/* ================= OptionButton (Role: ExtraSmall) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-element-size='xs'] {
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='xs'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 8px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: ExtraSmall) ======================== */

/* ================= OptionButton (Role: Small) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-element-size='sm'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='sm'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 11px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Small) ======================== */

/* ================= OptionButton (Role: Normal) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-element-size='med'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='med'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Normal) ======================== */

/* ================= OptionButton (Role: Large) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-element-size='lg'] {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='lg'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Large) ======================== */

/* ================= OptionButton (Role: ExtraLarge) ======================== */

.jb-control[jb-type='OptionButton'][ui-role-element-size='xl'] {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='xl'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 30px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: ExtraLarge) ======================== */

/* ================= TextArea (Role: None) ======================== */

.jb-control[jb-type='TextArea'] {
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][disabled],
.jb-control[jb-type='TextArea'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: None) ======================== */

/* ================= TextArea (Role: Default) ======================== */

.jb-control[jb-type='TextArea'][ui-role-color='default'] {
  background-color: #141526 !important;
  border-bottom-color: #141526 !important;
  border-bottom-width: 1px;
  border-left-color: #141526 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526 !important;
  border-right-width: 1px;
  border-top-color: #141526 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][ui-role-color='default'][disabled],
.jb-control[jb-type='TextArea'][ui-role-color='default'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='default']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Default) ======================== */

/* ================= TextArea (Role: Primary) ======================== */

.jb-control[jb-type='TextArea'][ui-role-color='primary'] {
  background-color: #0d6efd !important;
  border-bottom-color: #0d6efd !important;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd !important;
  border-right-width: 1px;
  border-top-color: #0d6efd !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'][disabled],
.jb-control[jb-type='TextArea'][ui-role-color='primary'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='primary']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Primary) ======================== */

/* ================= TextArea (Role: Success) ======================== */

.jb-control[jb-type='TextArea'][ui-role-color='success'] {
  background-color: #198754 !important;
  border-bottom-color: #198754 !important;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754 !important;
  border-right-width: 1px;
  border-top-color: #198754 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][ui-role-color='success'][disabled],
.jb-control[jb-type='TextArea'][ui-role-color='success'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='success']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Success) ======================== */

/* ================= TextArea (Role: Info) ======================== */

.jb-control[jb-type='TextArea'][ui-role-color='info'] {
  background-color: #0dcaf0 !important;
  border-bottom-color: #0dcaf0 !important;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0 !important;
  border-right-width: 1px;
  border-top-color: #0dcaf0 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][ui-role-color='info'][disabled],
.jb-control[jb-type='TextArea'][ui-role-color='info'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='info']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Info) ======================== */

/* ================= TextArea (Role: Warning) ======================== */

.jb-control[jb-type='TextArea'][ui-role-color='warning'] {
  background-color: #ffc107 !important;
  border-bottom-color: #ffc107 !important;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107 !important;
  border-right-width: 1px;
  border-top-color: #ffc107 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'][disabled],
.jb-control[jb-type='TextArea'][ui-role-color='warning'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='warning']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Warning) ======================== */

/* ================= TextArea (Role: Danger) ======================== */

.jb-control[jb-type='TextArea'][ui-role-color='danger'] {
  background-color: #dc3545 !important;
  border-bottom-color: #dc3545 !important;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545 !important;
  border-right-width: 1px;
  border-top-color: #dc3545 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'][disabled],
.jb-control[jb-type='TextArea'][ui-role-color='danger'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='danger']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Danger) ======================== */

/* ================= TextArea (Role: ExtraSmall) ======================== */

.jb-control[jb-type='TextArea'][ui-role-element-size='xs'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 20px !important;
  width: 100% !important;
  min-height: 100px;
  resize: vertical;
  width: 100%;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][disabled],
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: ExtraSmall) ======================== */

/* ================= TextArea (Role: Small) ======================== */

.jb-control[jb-type='TextArea'][ui-role-element-size='sm'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 25px !important;
  width: 100% !important;
  min-height: 100px;
  resize: vertical;
  width: 100%;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][disabled],
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Small) ======================== */

/* ================= TextArea (Role: Normal) ======================== */

.jb-control[jb-type='TextArea'][ui-role-element-size='med'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 14px;
  color: #272727;
  height: 35px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100% !important;
  min-height: 100px;
  resize: vertical;
  width: 100%;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][disabled],
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Normal) ======================== */

/* ================= TextArea (Role: Large) ======================== */

.jb-control[jb-type='TextArea'][ui-role-element-size='lg'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 20px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100% !important;
  min-height: 100px;
  resize: vertical;
  width: 100%;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][disabled],
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: Large) ======================== */

/* ================= TextArea (Role: ExtraLarge) ======================== */

.jb-control[jb-type='TextArea'][ui-role-element-size='xl'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 75px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  min-height: 100px;
  resize: vertical;
  width: 100%;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][disabled],
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][readonly] {
  resize: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of TextArea (Role: ExtraLarge) ======================== */

/* ================= RichTextBox (Role: None) ======================== */

.jb-control[jb-type='RichTextBox'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px;
  border-top-color: #f3f3f3;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: None) ======================== */

/* ================= RichTextBox (Role: None) Related Rules ======================== */

html trix-editor {
  margin: 0;
  min-height: 5em;
  outline: none;
}
html trix-toolbar * {
  box-sizing: border-box;
}
html trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
html trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 5px;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html trix-toolbar .trix-button {
  position: relative;
  float: left;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  color: #272727;
  background-color: #FFFFFF;
}
html trix-toolbar .trix-button:first-child {
  border-left: none !important;
}
html trix-toolbar .trix-button.trix-active {
  background: #f3f3f3;
  color: #272727;
}
html trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
html trix-toolbar .trix-button:disabled {
  color: #272727;
}
@media (max-device-width: 768px) {
  html trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
html trix-toolbar .trix-button--icon {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  text-indent: -9999px;
  -webkit-font-smoothing: antialiased;
  width: 2em;
}
@media (max-device-width: 768px) {
  
}
html trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 12px;
  text-indent: 0px !important;
}
html trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
html trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.2;
}
html trix-toolbar .trix-button--icon-bold::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-italic::before {
  content: '\e049';
}
html trix-toolbar .trix-button--icon-link::before {
  content: '\e144';
}
html trix-toolbar .trix-button--icon-strike::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-quote::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-heading-1::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-code::before {
  content: '\e254';
}
html trix-toolbar .trix-button--icon-bullet-list::before {
  content: '\e056';
}
html trix-toolbar .trix-button--icon-number-list::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-undo::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-redo::before {
  content: '\e048';
}
html trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  content: '\e058';
}
html trix-toolbar .trix-button--icon-increase-nesting-level::before {
  content: '\e057';
}
html trix-toolbar .trix-dialogs {
  position: relative;
}
html trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: unset;
  border: none !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
  z-index: 5;
}
html trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #272727;
  background-color: #FFFFFF;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px;
  margin: 0 10px 0 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #dc3545 0px 0px 1.5px 1px;
}
html trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
html trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
html trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
html trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
html trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}
html trix-toolbar [data-trix-dialog] [data-trix-validate]:invalid {
  color: #272727 !important;
  background-color: #FFFFFF !important;
  border-top-color: #dc3545 !important;
  border-bottom-color: #dc3545 !important;
  border-left-color: #dc3545 !important;
  border-right-color: #dc3545 !important;
}
html trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}
html trix-editor [data-trix-mutable=true].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
html trix-editor [data-trix-mutable=true]::-moz-selection,
html trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
html trix-editor [data-trix-mutable=true]::selection,
html trix-editor [data-trix-cursor-target]::selection {
  background: none;
}
html trix-editor .attachment {
  position: relative;
}
html trix-editor .attachment:hover {
  cursor: default;
}
html trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
html trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(40%);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
html trix-editor .attachment__progress[value='100'] {
  opacity: 0;
}
html trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html trix-editor .attachment__remove {
  cursor: pointer;
}
html trix-editor .attachment__remove--icon {
  text-indent: -9999px;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  top: -1.1em;
  left: calc(49.2%);
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
html trix-editor .attachment__remove--icon::before {
  display: inline-block;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
  opacity: 0.75;
  content: '';
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
html trix-editor .attachment__remove--icon:hover {
  border-color: #333;
}
html trix-editor .attachment__remove--icon:hover::before {
  opacity: 1;
}
html .trix-content {
  line-height: 1.5;
}
html .trix-content * {
  box-sizing: border-box;
}
html .trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}
html .trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}
html .trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
html .trix-content ul,
html .trix-content ol,
html .trix-content li {
  margin: 0;
  padding: 0;
}
html .trix-content ul li,
html .trix-content ol li,
html .trix-content li li {
  margin-left: 1em;
}
html .trix-content img {
  max-width: 100%;
  height: auto;
}
html .trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}
html .trix-content a[data-trix-attachment]:hover,
html .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}
html .trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
html .trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}
html .trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}
html .trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
html .trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
html .trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
/* ================= End of RichTextBox (Role: None) Related Rules ======================== */

/* ================= RichTextBox (Role: Default) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-color='default'] {
  background-color: #141526 !important;
  border-bottom-color: #141526 !important;
  border-bottom-width: 1px;
  border-left-color: #141526 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526 !important;
  border-right-width: 1px;
  border-top-color: #141526 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox'][ui-role-color='default']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Default) ======================== */

/* ================= RichTextBox (Role: Primary) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-color='primary'] {
  background-color: #0d6efd !important;
  border-bottom-color: #0d6efd !important;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd !important;
  border-right-width: 1px;
  border-top-color: #0d6efd !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox'][ui-role-color='primary']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Primary) ======================== */

/* ================= RichTextBox (Role: Success) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-color='success'] {
  background-color: #198754 !important;
  border-bottom-color: #198754 !important;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754 !important;
  border-right-width: 1px;
  border-top-color: #198754 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox'][ui-role-color='success']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Success) ======================== */

/* ================= RichTextBox (Role: Info) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-color='info'] {
  background-color: #0dcaf0 !important;
  border-bottom-color: #0dcaf0 !important;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0 !important;
  border-right-width: 1px;
  border-top-color: #0dcaf0 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox'][ui-role-color='info']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Info) ======================== */

/* ================= RichTextBox (Role: Warning) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-color='warning'] {
  background-color: #ffc107 !important;
  border-bottom-color: #ffc107 !important;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107 !important;
  border-right-width: 1px;
  border-top-color: #ffc107 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox'][ui-role-color='warning']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Warning) ======================== */

/* ================= RichTextBox (Role: Danger) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-color='danger'] {
  background-color: #dc3545 !important;
  border-bottom-color: #dc3545 !important;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545 !important;
  border-right-width: 1px;
  border-top-color: #dc3545 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 35px;
}
.jb-control[jb-type='RichTextBox'][ui-role-color='danger']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Danger) ======================== */

/* ================= RichTextBox (Role: ExtraSmall) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-element-size='xs'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100% !important;
  height: unset;
  min-height: 20px !important;
}
.jb-control[jb-type='RichTextBox'][ui-role-element-size='xs']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: ExtraSmall) ======================== */

/* ================= RichTextBox (Role: Small) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-element-size='sm'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100% !important;
  height: unset;
  min-height: 25px !important;
}
.jb-control[jb-type='RichTextBox'][ui-role-element-size='sm']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Small) ======================== */

/* ================= RichTextBox (Role: Normal) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-element-size='med'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 14px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100% !important;
  height: unset;
  min-height: 35px !important;
}
.jb-control[jb-type='RichTextBox'][ui-role-element-size='med']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Normal) ======================== */

/* ================= RichTextBox (Role: Large) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-element-size='lg'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 20px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100% !important;
  height: unset;
  min-height: 50px !important;
}
.jb-control[jb-type='RichTextBox'][ui-role-element-size='lg']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: Large) ======================== */

/* ================= RichTextBox (Role: ExtraLarge) ======================== */

.jb-control[jb-type='RichTextBox'][ui-role-element-size='xl'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  height: unset;
  min-height: 75px !important;
}
.jb-control[jb-type='RichTextBox'][ui-role-element-size='xl']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of RichTextBox (Role: ExtraLarge) ======================== */

/* ================= HyperLink (Role: None) ======================== */

.jb-control[jb-type='HyperLink'] {
  font-weight: normal;
  color: unset;
}
.jb-control[jb-type='HyperLink']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: None) ======================== */

/* ================= HyperLink (Role: Default) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-color='default'] {
  font-weight: normal;
  color: #141526 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='default']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Default) ======================== */

/* ================= HyperLink (Role: Primary) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-color='primary'] {
  font-weight: normal;
  color: #0d6efd !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='primary']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Primary) ======================== */

/* ================= HyperLink (Role: Success) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-color='success'] {
  font-weight: normal;
  color: #198754 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='success']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Success) ======================== */

/* ================= HyperLink (Role: Info) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-color='info'] {
  font-weight: normal;
  color: #0dcaf0 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='info']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Info) ======================== */

/* ================= HyperLink (Role: Warning) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-color='warning'] {
  font-weight: normal;
  color: #ffc107 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='warning']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Warning) ======================== */

/* ================= HyperLink (Role: Danger) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-color='danger'] {
  font-weight: normal;
  color: #dc3545 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='danger']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Danger) ======================== */

/* ================= HyperLink (Role: ExtraSmall) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-font-size='xs'] {
  font-size: 8px;
  font-weight: normal;
  color: unset;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='xs']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: ExtraSmall) ======================== */

/* ================= HyperLink (Role: Small) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-font-size='sm'] {
  font-size: 11px;
  font-weight: normal;
  color: unset;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='sm']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Small) ======================== */

/* ================= HyperLink (Role: Normal) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-font-size='med'] {
  font-size: 14px;
  font-weight: normal;
  color: unset;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='med']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Normal) ======================== */

/* ================= HyperLink (Role: Large) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-font-size='lg'] {
  font-size: 20px;
  font-weight: normal;
  color: unset;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='lg']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: Large) ======================== */

/* ================= HyperLink (Role: ExtraLarge) ======================== */

.jb-control[jb-type='HyperLink'][ui-role-font-size='xl'] {
  font-size: 30px;
  font-weight: normal;
  color: unset;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='xl']:hover {
  color: unset;
}
/* ================= End of HyperLink (Role: ExtraLarge) ======================== */

/* ================= CheckBox (Role: None) ======================== */

.jb-control[jb-type='CheckBox']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: None) ======================== */

/* ================= CheckBox (Role: Default) ======================== */

.jb-control[jb-type='CheckBox'][ui-role-color='default']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: Default) ======================== */

/* ================= CheckBox (Role: Primary) ======================== */

.jb-control[jb-type='CheckBox'][ui-role-color='primary']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: Primary) ======================== */

/* ================= CheckBox (Role: Success) ======================== */

.jb-control[jb-type='CheckBox'][ui-role-color='success']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: Success) ======================== */

/* ================= CheckBox (Role: Info) ======================== */

.jb-control[jb-type='CheckBox'][ui-role-color='info']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: Info) ======================== */

/* ================= CheckBox (Role: Warning) ======================== */

.jb-control[jb-type='CheckBox'][ui-role-color='warning']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: Warning) ======================== */

/* ================= CheckBox (Role: Danger) ======================== */

.jb-control[jb-type='CheckBox'][ui-role-color='danger']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of CheckBox (Role: Danger) ======================== */

/* ================= ImageBox (Role: None) ======================== */

.jb-control[jb-type='ImageBox'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.jb-control[jb-type='ImageBox'][jb-thumbnail='true'] {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='ImageBox'][jb-thumbnail='true']:hover {
  opacity: 1;
}
/* ================= End of ImageBox (Role: None) ======================== */

/* ================= Chart (Role: None) ======================== */

/* ================= End of Chart (Role: None) ======================== */

/* ================= ProgressBar (Role: None) ======================== */

.jb-control[jb-type='ProgressBar'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'] .progress-bar {
  background-color: #0d6efd;
  color: #e6e6e6;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: None) ======================== */

/* ================= ProgressBar (Role: Default) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-color='default'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='default'] .progress-bar {
  background-color: #141526;
  color: #e6e6e6;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Default) ======================== */

/* ================= ProgressBar (Role: Primary) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-color='primary'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='primary'] .progress-bar {
  background-color: #0d6efd;
  color: #e6e6e6;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Primary) ======================== */

/* ================= ProgressBar (Role: Success) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-color='success'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='success'] .progress-bar {
  background-color: #198754;
  color: #e6e6e6;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Success) ======================== */

/* ================= ProgressBar (Role: Info) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-color='info'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='info'] .progress-bar {
  background-color: #0dcaf0;
  color: #272727;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Info) ======================== */

/* ================= ProgressBar (Role: Warning) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-color='warning'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='warning'] .progress-bar {
  background-color: #ffc107;
  color: #272727;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Warning) ======================== */

/* ================= ProgressBar (Role: Danger) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-color='danger'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='danger'] .progress-bar {
  background-color: #dc3545;
  color: #e6e6e6;
  font-size: unset;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Danger) ======================== */

/* ================= ProgressBar (Role: ExtraSmall) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-element-size='xs'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 5px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='xs'] .progress-bar {
  background-color: #0d6efd;
  color: transparent;
  font-size: 8px;
  line-height: 5px;
}
/* ================= End of ProgressBar (Role: ExtraSmall) ======================== */

/* ================= ProgressBar (Role: Small) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-element-size='sm'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 10px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='sm'] .progress-bar {
  background-color: #0d6efd;
  color: #e6e6e6;
  font-size: 11px;
  line-height: 10px;
}
/* ================= End of ProgressBar (Role: Small) ======================== */

/* ================= ProgressBar (Role: Normal) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-element-size='med'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 20px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='med'] .progress-bar {
  background-color: #0d6efd;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 20px;
}
/* ================= End of ProgressBar (Role: Normal) ======================== */

/* ================= ProgressBar (Role: Large) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-element-size='lg'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 30px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='lg'] .progress-bar {
  background-color: #0d6efd;
  color: #e6e6e6;
  font-size: 20px;
  line-height: 30px;
}
/* ================= End of ProgressBar (Role: Large) ======================== */

/* ================= ProgressBar (Role: ExtraLarge) ======================== */

.jb-control[jb-type='ProgressBar'][ui-role-element-size='xl'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  height: 50px;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='xl'] .progress-bar {
  background-color: #0d6efd;
  color: #e6e6e6;
  font-size: 30px;
  line-height: 50px;
}
/* ================= End of ProgressBar (Role: ExtraLarge) ======================== */

/* ================= Label (Role: None) ======================== */

.jb-control[jb-type='Label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: None) ======================== */

/* ================= Label (Role: Default) ======================== */

.jb-control[jb-type='Label'][ui-role-color='default'] {
  color: #141526;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-color='default'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Default) ======================== */

/* ================= Label (Role: Primary) ======================== */

.jb-control[jb-type='Label'][ui-role-color='primary'] {
  color: #0d6efd;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-color='primary'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Primary) ======================== */

/* ================= Label (Role: Success) ======================== */

.jb-control[jb-type='Label'][ui-role-color='success'] {
  color: #198754;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-color='success'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Success) ======================== */

/* ================= Label (Role: Info) ======================== */

.jb-control[jb-type='Label'][ui-role-color='info'] {
  color: #0dcaf0;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-color='info'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Info) ======================== */

/* ================= Label (Role: Warning) ======================== */

.jb-control[jb-type='Label'][ui-role-color='warning'] {
  color: #ffc107;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-color='warning'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Warning) ======================== */

/* ================= Label (Role: Danger) ======================== */

.jb-control[jb-type='Label'][ui-role-color='danger'] {
  color: #dc3545;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-color='danger'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Danger) ======================== */

/* ================= Label (Role: ExtraSmall) ======================== */

.jb-control[jb-type='Label'][ui-role-font-size='xs'] {
  font-size: 8px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-font-size='xs'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: ExtraSmall) ======================== */

/* ================= Label (Role: Small) ======================== */

.jb-control[jb-type='Label'][ui-role-font-size='sm'] {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-font-size='sm'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Small) ======================== */

/* ================= Label (Role: Normal) ======================== */

.jb-control[jb-type='Label'][ui-role-font-size='med'] {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-font-size='med'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Normal) ======================== */

/* ================= Label (Role: Large) ======================== */

.jb-control[jb-type='Label'][ui-role-font-size='lg'] {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-font-size='lg'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: Large) ======================== */

/* ================= Label (Role: ExtraLarge) ======================== */

.jb-control[jb-type='Label'][ui-role-font-size='xl'] {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.jb-control[jb-type='Label'][ui-role-font-size='xl'].round-icon {
  font-size: 25px;
  color: #e6e6e6;
  background-color: #0d6efd;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: ExtraLarge) ======================== */

/* ================= List, DataList (Role: None) ======================== */

.jb-control[jb-type='List'],
.jb-control[jb-type='DataList'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead {
  background-color: rgba(108, 117, 125, 0.15);
  color: #272727;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #e6e6e6;
  background-color: #0d6efd;
  background: #0d6efd;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #e6e6e6;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #dfe2ea !important;
  color: #272727 !important;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e8e9ef;
  color: #272727;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: None) ======================== */

/* ================= List, DataList (Role: None) Related Rules ======================== */

html .datatables-wrapper .global-search .input-group {
  background-color: transparent;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
html .datatables-wrapper .global-search .input-group input {
  background-color: transparent;
  color: #272727;
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  height: 35px;
}
html .datatables-wrapper .global-search .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: transparent;
}
html .datatables-wrapper .global-search .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #d4d4d4;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
html .datatables-wrapper .dt-buttons > a {
  margin: 3px;
  color: #272727;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid #f3f3f3;
  height: 35px;
  padding: 4px 0px !important;
}
html .datatables-wrapper .dt-buttons > a:hover {
  color: #272727;
  background-color: #d4d4d4;
  border: 1px solid #f3f3f3;
}
html .datatables-wrapper select {
  color: #272727;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid #f3f3f3;
}
html .datatables-wrapper .settings .dataTables_length {
  margin: 3px 5px -5px -10px;
  float: right;
}
html .datatables-wrapper .settings .dataTables_length select {
  height: 35px;
}
html ul.pagination > li > a {
  margin: 3px;
  color: #0d6efd;
  background-color: transparent;
  border: 1px solid rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  padding: 7px 12px;
  height: 35px;
}
html ul.pagination > li:hover > a {
  color: #272727;
  background-color: #d4d4d4;
  border: 1px solid #f3f3f3;
}
html ul.pagination > li.active > a {
  color: #0d6efd !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
html ul.pagination > li.disabled > a {
  color: #272727 !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
html ul.pagination > li > a:focus,
html ul.pagination > li > a:hover,
html ul.pagination > li > span:focus,
html ul.pagination > li > span:hover {
  color: #272727 !important;
  background-color: #d4d4d4 !important;
  border: 1px solid #f3f3f3 !important;
}
html .data-list-standalone-outer-static-elements-dummy {
  height: 160px;
}
html .btn-group > button.datalist-select {
  cursor: pointer;
  background-color: transparent;
  color: #0d6efd;
  border: 1px solid #0d6efd;
  outline: none;
  margin-left: 5px;
  border-radius: 0.25rem;
}
html .btn-group > button.datalist-select:hover {
  background-color: #0d6efd;
  color: #e6e6e6;
  border: 1px solid #0d6efd;
}
html .dt-button-collection {
  color: #272727;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid #f3f3f3;
  overflow: auto;
}
html .dt-button-collection .dt-button {
  color: #272727 !important;
  background-color: transparent !important;
}
html .dt-button-collection .dt-button:hover {
  color: #272727 !important;
  background-color: #0d6efd !important;
}
html .dt-button-collection .dt-button a {
  color: #272727;
}
html .dt-button-collection .dt-button a:hover {
  color: #272727 !important;
  background-color: #0d6efd !important;
}
html .dt-button-collection .dt-button span {
  color: #272727;
}
html .dt-button-collection .dt-button.active:hover {
  color: #272727 !important;
  background-color: #0d6efd !important;
}
html .dt-button-collection .dt-button.active a {
  color: #272727;
  background-color: #0d6efd;
}
html .dt-button-collection .dt-button.active a:hover {
  color: #272727 !important;
  background-color: #0d6efd !important;
}
@media (min-width: 576px) {
  html .data-list-standalone-outer-static-elements-dummy {
    display: block;
    width: 1px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  html .data-list-standalone-outer-static-elements-dummy {
    display: block;
    width: 1px;
    height: 160px;
  }
}
@media (min-width: 992px) {
  html .data-list-standalone-outer-static-elements-dummy {
    display: block;
    width: 1px;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  html .data-list-standalone-outer-static-elements-dummy {
    display: block;
    width: 1px;
    height: 160px;
  }
}
/* ================= End of List, DataList (Role: None) Related Rules ======================== */

/* ================= List, DataList (Role: Default) ======================== */

.jb-control[jb-type='List'][ui-role-color='default'],
.jb-control[jb-type='DataList'][ui-role-color='default'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead {
  background-color: #141526;
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #e6e6e6;
  background-color: #141526;
  background: #141526;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #30313e !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: Default) ======================== */

/* ================= List, DataList (Role: Primary) ======================== */

.jb-control[jb-type='List'][ui-role-color='primary'],
.jb-control[jb-type='DataList'][ui-role-color='primary'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead {
  background-color: #0d6efd;
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #e6e6e6;
  background-color: #0d6efd;
  background: #0d6efd;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #408cfd !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: Primary) ======================== */

/* ================= List, DataList (Role: Success) ======================== */

.jb-control[jb-type='List'][ui-role-color='success'],
.jb-control[jb-type='DataList'][ui-role-color='success'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead {
  background-color: #198754;
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #e6e6e6;
  background-color: #198754;
  background: #198754;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #21b26f !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: Success) ======================== */

/* ================= List, DataList (Role: Info) ======================== */

.jb-control[jb-type='List'][ui-role-color='info'],
.jb-control[jb-type='DataList'][ui-role-color='info'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead {
  background-color: #0dcaf0;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #272727;
  background-color: #0dcaf0;
  background: #0dcaf0;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #0aa1c0 !important;
  color: #272727 !important;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: Info) ======================== */

/* ================= List, DataList (Role: Warning) ======================== */

.jb-control[jb-type='List'][ui-role-color='warning'],
.jb-control[jb-type='DataList'][ui-role-color='warning'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead {
  background-color: #ffc107;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #272727;
  background-color: #ffc107;
  background: #ffc107;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #d39e00 !important;
  color: #272727 !important;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: Warning) ======================== */

/* ================= List, DataList (Role: Danger) ======================== */

.jb-control[jb-type='List'][ui-role-color='danger'],
.jb-control[jb-type='DataList'][ui-role-color='danger'] {
  box-shadow: unset;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-spacing: 3px 3px;
  border-top-style: none;
  border-top-width: 0px;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead {
  background-color: #dc3545;
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th {
  font-weight: bold;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th > .header-label {
  font-weight: inherit;
  font-size: 14px;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th:hover > .header-label {
  text-decoration: underline;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group select,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input {
  box-shadow: unset;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #FFFFFF;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group input.form-control.search-input::-moz-placeholder {
  color: #272727;
  opacity: 0.5;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead > tr > th .input-group .quick-filter {
  border-top: none;
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody {
  color: #272727;
  border: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td {
  background-color: #FFFFFF;
  color: #272727;
  border-bottom: 1px none #f3f3f3;
  border-top: 0px none #f3f3f3;
  border-left: 0px none #f3f3f3;
  border-right: 0px none #f3f3f3;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td.row-number-column {
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:last-child {
  border-right: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr > td:first-child {
  border-left: 1px none #f3f3f3;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected {
  color: #e6e6e6;
  background-color: #dc3545;
  background: #dc3545;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected > td.row-number-column,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr.selected.row-number-column {
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover/*ie-keep*/ > td,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover {
  background-color: #e4606d !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr .editable-input {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) > td,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even),
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container.table-striped > tbody > tr:not(.selected):nth-of-type(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tfoot,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tfoot {
  background-color: transparent;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > th,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tfoot > tr > td {
  border: none;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: Danger) ======================== */

/* ================= Table (Role: None) ======================== */

.jb-control[jb-type='Table'] {
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-spacing: 3px 3px;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: None) ======================== */

/* ================= Table (Role: Default) ======================== */

.jb-control[jb-type='Table'][ui-role-color='default'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Default) ======================== */

/* ================= Table (Role: Primary) ======================== */

.jb-control[jb-type='Table'][ui-role-color='primary'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Primary) ======================== */

/* ================= Table (Role: Success) ======================== */

.jb-control[jb-type='Table'][ui-role-color='success'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Success) ======================== */

/* ================= Table (Role: Info) ======================== */

.jb-control[jb-type='Table'][ui-role-color='info'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Info) ======================== */

/* ================= Table (Role: Warning) ======================== */

.jb-control[jb-type='Table'][ui-role-color='warning'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Warning) ======================== */

/* ================= Table (Role: Danger) ======================== */

.jb-control[jb-type='Table'][ui-role-color='danger'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Danger) ======================== */

/* ================= tHeader (Role: None) ======================== */

.jb-control[jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #272727;
  color: #272727;
}
.jb-control[jb-type='tHeader'] > tr > td,
.jb-control[jb-type='tHeader'] > tr > th {
  font-weight: 500;
  border-top: none;
}
.jb-control[jb-type='tHeader'] > tr > td > label,
.jb-control[jb-type='tHeader'] > tr > th > label {
  font-weight: 500;
  font-size: unset;
}
/* ================= End of tHeader (Role: None) ======================== */

/* ================= tHeader (Role: Default) ======================== */

.jb-control[jb-type='tHeader'][ui-role-color='default'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #141526;
  border-left-color: #141526;
  border-right-color: #141526;
  border-top-color: #141526;
  color: #272727;
}
.jb-control[jb-type='tHeader'][ui-role-color='default'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='default'] > tr > th {
  font-weight: bold;
  border-top: none;
}
.jb-control[jb-type='tHeader'][ui-role-color='default'] > tr > td > label,
.jb-control[jb-type='tHeader'][ui-role-color='default'] > tr > th > label {
  font-weight: bold;
  font-size: unset;
}
/* ================= End of tHeader (Role: Default) ======================== */

/* ================= tHeader (Role: Primary) ======================== */

.jb-control[jb-type='tHeader'][ui-role-color='primary'] {
  background-color: rgba(13, 110, 253, 0.15);
  border-bottom-color: #0d6efd;
  border-left-color: #0d6efd;
  border-right-color: #0d6efd;
  border-top-color: #0d6efd;
  color: #272727;
}
.jb-control[jb-type='tHeader'][ui-role-color='primary'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='primary'] > tr > th {
  font-weight: bold;
  border-top: none;
}
.jb-control[jb-type='tHeader'][ui-role-color='primary'] > tr > td > label,
.jb-control[jb-type='tHeader'][ui-role-color='primary'] > tr > th > label {
  font-weight: bold;
  font-size: unset;
}
/* ================= End of tHeader (Role: Primary) ======================== */

/* ================= tHeader (Role: Success) ======================== */

.jb-control[jb-type='tHeader'][ui-role-color='success'] {
  background-color: rgba(25, 135, 84, 0.15);
  border-bottom-color: #198754;
  border-left-color: #198754;
  border-right-color: #198754;
  border-top-color: #198754;
  color: #272727;
}
.jb-control[jb-type='tHeader'][ui-role-color='success'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='success'] > tr > th {
  font-weight: bold;
  border-top: none;
}
.jb-control[jb-type='tHeader'][ui-role-color='success'] > tr > td > label,
.jb-control[jb-type='tHeader'][ui-role-color='success'] > tr > th > label {
  font-weight: bold;
  font-size: unset;
}
/* ================= End of tHeader (Role: Success) ======================== */

/* ================= tHeader (Role: Info) ======================== */

.jb-control[jb-type='tHeader'][ui-role-color='info'] {
  background-color: rgba(13, 202, 240, 0.15);
  border-bottom-color: #0dcaf0;
  border-left-color: #0dcaf0;
  border-right-color: #0dcaf0;
  border-top-color: #0dcaf0;
  color: #272727;
}
.jb-control[jb-type='tHeader'][ui-role-color='info'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='info'] > tr > th {
  font-weight: bold;
  border-top: none;
}
.jb-control[jb-type='tHeader'][ui-role-color='info'] > tr > td > label,
.jb-control[jb-type='tHeader'][ui-role-color='info'] > tr > th > label {
  font-weight: bold;
  font-size: unset;
}
/* ================= End of tHeader (Role: Info) ======================== */

/* ================= tHeader (Role: Warning) ======================== */

.jb-control[jb-type='tHeader'][ui-role-color='warning'] {
  background-color: rgba(255, 193, 7, 0.15);
  border-bottom-color: #ffc107;
  border-left-color: #ffc107;
  border-right-color: #ffc107;
  border-top-color: #ffc107;
  color: #272727;
}
.jb-control[jb-type='tHeader'][ui-role-color='warning'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='warning'] > tr > th {
  font-weight: bold;
  border-top: none;
}
.jb-control[jb-type='tHeader'][ui-role-color='warning'] > tr > td > label,
.jb-control[jb-type='tHeader'][ui-role-color='warning'] > tr > th > label {
  font-weight: bold;
  font-size: unset;
}
/* ================= End of tHeader (Role: Warning) ======================== */

/* ================= tHeader (Role: Danger) ======================== */

.jb-control[jb-type='tHeader'][ui-role-color='danger'] {
  background-color: rgba(220, 53, 69, 0.15);
  border-bottom-color: #dc3545;
  border-left-color: #dc3545;
  border-right-color: #dc3545;
  border-top-color: #dc3545;
  color: #272727;
}
.jb-control[jb-type='tHeader'][ui-role-color='danger'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='danger'] > tr > th {
  font-weight: bold;
  border-top: none;
}
.jb-control[jb-type='tHeader'][ui-role-color='danger'] > tr > td > label,
.jb-control[jb-type='tHeader'][ui-role-color='danger'] > tr > th > label {
  font-weight: bold;
  font-size: unset;
}
/* ================= End of tHeader (Role: Danger) ======================== */

/* ================= tBody (Role: None) ======================== */

.jb-control[jb-type='tBody'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: None) ======================== */

/* ================= tBody (Role: Default) ======================== */

.jb-control[jb-type='tBody'][ui-role-color='default'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: Default) ======================== */

/* ================= tBody (Role: Primary) ======================== */

.jb-control[jb-type='tBody'][ui-role-color='primary'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: Primary) ======================== */

/* ================= tBody (Role: Success) ======================== */

.jb-control[jb-type='tBody'][ui-role-color='success'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: Success) ======================== */

/* ================= tBody (Role: Info) ======================== */

.jb-control[jb-type='tBody'][ui-role-color='info'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: Info) ======================== */

/* ================= tBody (Role: Warning) ======================== */

.jb-control[jb-type='tBody'][ui-role-color='warning'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: Warning) ======================== */

/* ================= tBody (Role: Danger) ======================== */

.jb-control[jb-type='tBody'][ui-role-color='danger'] {
  background-color: transparent;
}
/* ================= End of tBody (Role: Danger) ======================== */

/* ================= tFooter (Role: None) ======================== */

.jb-control[jb-type='tFooter'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
/* ================= End of tFooter (Role: None) ======================== */

/* ================= tFooter (Role: Default) ======================== */

.jb-control[jb-type='tFooter'][ui-role-color='default'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #141526;
  border-left-color: #141526;
  border-right-color: #141526;
  border-top-color: #141526;
  color: #272727;
}
/* ================= End of tFooter (Role: Default) ======================== */

/* ================= tFooter (Role: Primary) ======================== */

.jb-control[jb-type='tFooter'][ui-role-color='primary'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #0d6efd;
  border-left-color: #0d6efd;
  border-right-color: #0d6efd;
  border-top-color: #0d6efd;
  color: #272727;
}
/* ================= End of tFooter (Role: Primary) ======================== */

/* ================= tFooter (Role: Success) ======================== */

.jb-control[jb-type='tFooter'][ui-role-color='success'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #198754;
  border-left-color: #198754;
  border-right-color: #198754;
  border-top-color: #198754;
  color: #272727;
}
/* ================= End of tFooter (Role: Success) ======================== */

/* ================= tFooter (Role: Info) ======================== */

.jb-control[jb-type='tFooter'][ui-role-color='info'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #0dcaf0;
  border-left-color: #0dcaf0;
  border-right-color: #0dcaf0;
  border-top-color: #0dcaf0;
  color: #272727;
}
/* ================= End of tFooter (Role: Info) ======================== */

/* ================= tFooter (Role: Warning) ======================== */

.jb-control[jb-type='tFooter'][ui-role-color='warning'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #ffc107;
  border-left-color: #ffc107;
  border-right-color: #ffc107;
  border-top-color: #ffc107;
  color: #272727;
}
/* ================= End of tFooter (Role: Warning) ======================== */

/* ================= tFooter (Role: Danger) ======================== */

.jb-control[jb-type='tFooter'][ui-role-color='danger'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: #dc3545;
  border-left-color: #dc3545;
  border-right-color: #dc3545;
  border-top-color: #dc3545;
  color: #272727;
}
/* ================= End of tFooter (Role: Danger) ======================== */

/* ================= Cell (Role: None) ======================== */

.jb-control[jb-type='Cell'] {
  border-top-color: rgba(243, 243, 243, 0.5);
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
/* ================= End of Cell (Role: None) ======================== */

/* ================= FieldSet (Role: None) ======================== */

.jb-control[jb-type='FieldSet'] {
  background-color: #FFFFFF;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: None) ======================== */

/* ================= FieldSet (Role: Default) ======================== */

.jb-control[jb-type='FieldSet'][ui-role-color='default'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='default'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'][ui-role-color='default'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: Default) ======================== */

/* ================= FieldSet (Role: Primary) ======================== */

.jb-control[jb-type='FieldSet'][ui-role-color='primary'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='primary'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'][ui-role-color='primary'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: Primary) ======================== */

/* ================= FieldSet (Role: Success) ======================== */

.jb-control[jb-type='FieldSet'][ui-role-color='success'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='success'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'][ui-role-color='success'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: Success) ======================== */

/* ================= FieldSet (Role: Info) ======================== */

.jb-control[jb-type='FieldSet'][ui-role-color='info'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='info'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'][ui-role-color='info'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: Info) ======================== */

/* ================= FieldSet (Role: Warning) ======================== */

.jb-control[jb-type='FieldSet'][ui-role-color='warning'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='warning'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'][ui-role-color='warning'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: Warning) ======================== */

/* ================= FieldSet (Role: Danger) ======================== */

.jb-control[jb-type='FieldSet'][ui-role-color='danger'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='danger'] [jb-type='FieldSetToggleStateIcon'] {
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  float: right;
}
.jb-control[jb-type='FieldSet'][ui-role-color='danger'] [jb-type='FieldSetToggleStateIcon']:hover {
  opacity: 1;
}
/* ================= End of FieldSet (Role: Danger) ======================== */

/* ================= FieldSetHeader (Role: None) ======================== */

.jb-control[jb-type='FieldSetHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: None) ======================== */

/* ================= FieldSetHeader (Role: Default) ======================== */

.jb-control[jb-type='FieldSetHeader'][ui-role-color='default'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='default'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='default'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='default'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='default'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: Default) ======================== */

/* ================= FieldSetHeader (Role: Primary) ======================== */

.jb-control[jb-type='FieldSetHeader'][ui-role-color='primary'] {
  background-color: rgba(13, 110, 253, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='primary'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='primary'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='primary'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='primary'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: Primary) ======================== */

/* ================= FieldSetHeader (Role: Success) ======================== */

.jb-control[jb-type='FieldSetHeader'][ui-role-color='success'] {
  background-color: rgba(25, 135, 84, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='success'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='success'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='success'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='success'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: Success) ======================== */

/* ================= FieldSetHeader (Role: Info) ======================== */

.jb-control[jb-type='FieldSetHeader'][ui-role-color='info'] {
  background-color: rgba(13, 202, 240, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='info'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='info'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='info'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='info'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: Info) ======================== */

/* ================= FieldSetHeader (Role: Warning) ======================== */

.jb-control[jb-type='FieldSetHeader'][ui-role-color='warning'] {
  background-color: rgba(255, 193, 7, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='warning'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='warning'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='warning'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='warning'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: Warning) ======================== */

/* ================= FieldSetHeader (Role: Danger) ======================== */

.jb-control[jb-type='FieldSetHeader'][ui-role-color='danger'] {
  background-color: rgba(220, 53, 69, 0.15);
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='danger'] .toggle-state-icon.jb-control {
  font-family: 'Glyphicons Halflings';
  visibility: hidden;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='danger'] .toggle-state-icon.jb-control::after {
  color: #272727;
  visibility: visible;
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='danger'] .toggle-state-icon.jb-control.jb-expanded::after {
  content: "\e113";
}
.jb-control[jb-type='FieldSetHeader'][ui-role-color='danger'] .toggle-state-icon.jb-control.jb-collapsed::after {
  content: "\e114";
}
/* ================= End of FieldSetHeader (Role: Danger) ======================== */

/* ================= FieldSetBody (Role: None) ======================== */

.jb-control[jb-type='FieldSetBody'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: None) ======================== */

/* ================= FieldSetBody (Role: Default) ======================== */

.jb-control[jb-type='FieldSetBody'][ui-role-color='default'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: Default) ======================== */

/* ================= FieldSetBody (Role: Primary) ======================== */

.jb-control[jb-type='FieldSetBody'][ui-role-color='primary'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: Primary) ======================== */

/* ================= FieldSetBody (Role: Success) ======================== */

.jb-control[jb-type='FieldSetBody'][ui-role-color='success'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: Success) ======================== */

/* ================= FieldSetBody (Role: Info) ======================== */

.jb-control[jb-type='FieldSetBody'][ui-role-color='info'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: Info) ======================== */

/* ================= FieldSetBody (Role: Warning) ======================== */

.jb-control[jb-type='FieldSetBody'][ui-role-color='warning'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: Warning) ======================== */

/* ================= FieldSetBody (Role: Danger) ======================== */

.jb-control[jb-type='FieldSetBody'][ui-role-color='danger'] {
  background-color: #FFFFFF;
  color: #272727;
}
/* ================= End of FieldSetBody (Role: Danger) ======================== */

/* ================= FieldSetFooter (Role: None) ======================== */

.jb-control[jb-type='FieldSetFooter'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: None) ======================== */

/* ================= FieldSetFooter (Role: Default) ======================== */

.jb-control[jb-type='FieldSetFooter'][ui-role-color='default'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: Default) ======================== */

/* ================= FieldSetFooter (Role: Primary) ======================== */

.jb-control[jb-type='FieldSetFooter'][ui-role-color='primary'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: Primary) ======================== */

/* ================= FieldSetFooter (Role: Success) ======================== */

.jb-control[jb-type='FieldSetFooter'][ui-role-color='success'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: Success) ======================== */

/* ================= FieldSetFooter (Role: Info) ======================== */

.jb-control[jb-type='FieldSetFooter'][ui-role-color='info'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: Info) ======================== */

/* ================= FieldSetFooter (Role: Warning) ======================== */

.jb-control[jb-type='FieldSetFooter'][ui-role-color='warning'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: Warning) ======================== */

/* ================= FieldSetFooter (Role: Danger) ======================== */

.jb-control[jb-type='FieldSetFooter'][ui-role-color='danger'] {
  background-color: rgba(20, 21, 38, 0.15);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of FieldSetFooter (Role: Danger) ======================== */

/* ================= Modal (Role: None) ======================== */

.jb-control[jb-type='Modal'] {
  background-color: #FFFFFF;
  border-left-color: #f3f3f3;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-top-color: #f3f3f3;
  color: #272727;
  box-shadow: unset;
  border-bottom-color: #AAAAAA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: None) ======================== */

/* ================= Modal (Role: None) Related Rules ======================== */

html .jb-modal-overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.4;
  z-index: 100;
  display: none;
  background-color: black;
}
html .modal-content {
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #AAAAAA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px;
  background-color: #FFFFFF;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html .sweet-alert {
  background-color: #FFFFFF;
  color: #272727;
  max-height: 50vh;
  overflow-y: auto;
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #AAAAAA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html .sweet-alert h1,
html .sweet-alert h2,
html .sweet-alert h3,
html .sweet-alert h4,
html .sweet-alert p {
  color: inherit;
}
html .sweet-alert .sa-icon.sa-success .sa-fix,
html .sweet-alert .sa-icon.sa-success::before,
html .sweet-alert .sa-icon.sa-success::after {
  background: #FFFFFF;
  background-color: #FFFFFF;
}
html .sweet-alert #errorlist > .list-group-item {
  background-color: #dc3545;
  color: white;
  font-weight: normal;
  border: none;
  margin: 5px;
}
html .sweet-alert a {
  color: #198754;
}
html [jb-type='Slide'] {
  position: fixed;
  height: 100%;
  background-color: #FFFFFF;
  right: 0px;
  width: 35%;
  z-index: 9999;
  box-shadow: unset;
  transition: all ease-in 0.5s;
}
html [jb-type='Slide'] .popup-close-button {
  opacity: 0.6;
  background-color: transparent;
  color: #272727;
  outline: none;
  border: none;
  box-sizing: initial;
  font-size: 45px;
  float: right;
  position: relative;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
}
html [jb-type='Slide'] .popup-close-button:hover {
  opacity: 1;
}
html [jb-type='Slide'] .jb-modal-iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* ================= End of Modal (Role: None) Related Rules ======================== */

/* ================= Modal (Role: Default) ======================== */

.jb-control[jb-type='Modal'][ui-role-color='default'] {
  background-color: #FFFFFF;
  border-bottom-color: #141526;
  border-left-color: #141526;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526;
  border-top-color: #141526;
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: Default) ======================== */

/* ================= Modal (Role: Primary) ======================== */

.jb-control[jb-type='Modal'][ui-role-color='primary'] {
  background-color: #FFFFFF;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: Primary) ======================== */

/* ================= Modal (Role: Success) ======================== */

.jb-control[jb-type='Modal'][ui-role-color='success'] {
  background-color: #FFFFFF;
  border-bottom-color: #198754;
  border-left-color: #198754;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754;
  border-top-color: #198754;
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: Success) ======================== */

/* ================= Modal (Role: Info) ======================== */

.jb-control[jb-type='Modal'][ui-role-color='info'] {
  background-color: #FFFFFF;
  border-bottom-color: #0dcaf0;
  border-left-color: #0dcaf0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0;
  border-top-color: #0dcaf0;
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: Info) ======================== */

/* ================= Modal (Role: Warning) ======================== */

.jb-control[jb-type='Modal'][ui-role-color='warning'] {
  background-color: #FFFFFF;
  border-bottom-color: #ffc107;
  border-left-color: #ffc107;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107;
  border-top-color: #ffc107;
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: Warning) ======================== */

/* ================= Modal (Role: Danger) ======================== */

.jb-control[jb-type='Modal'][ui-role-color='danger'] {
  background-color: #FFFFFF;
  border-bottom-color: #dc3545;
  border-left-color: #dc3545;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545;
  border-top-color: #dc3545;
  box-shadow: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  position: absolute;
  z-index: 101;
  display: none;
}
/* ================= End of Modal (Role: Danger) ======================== */

/* ================= ModalContent (Role: None) ======================== */

.jb-control[jb-type='ModalContent'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: None) ======================== */

/* ================= ModalContent (Role: Default) ======================== */

.jb-control[jb-type='ModalContent'][ui-role-color='default'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: Default) ======================== */

/* ================= ModalContent (Role: Primary) ======================== */

.jb-control[jb-type='ModalContent'][ui-role-color='primary'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: Primary) ======================== */

/* ================= ModalContent (Role: Success) ======================== */

.jb-control[jb-type='ModalContent'][ui-role-color='success'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: Success) ======================== */

/* ================= ModalContent (Role: Info) ======================== */

.jb-control[jb-type='ModalContent'][ui-role-color='info'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: Info) ======================== */

/* ================= ModalContent (Role: Warning) ======================== */

.jb-control[jb-type='ModalContent'][ui-role-color='warning'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: Warning) ======================== */

/* ================= ModalContent (Role: Danger) ======================== */

.jb-control[jb-type='ModalContent'][ui-role-color='danger'] {
  background-color: #d4d4d4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
}
/* ================= End of ModalContent (Role: Danger) ======================== */

/* ================= ModalHeader (Role: None) ======================== */

.jb-control[jb-type='ModalHeader'] {
  background-color: #FFFFFF;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'] .popup-close-button,
.jb-control[jb-type='ModalHeader'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #272727;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: None) ======================== */

/* ================= ModalHeader (Role: Default) ======================== */

.jb-control[jb-type='ModalHeader'][ui-role-color='default'] {
  background-color: #141526;
  border-bottom-color: #141526;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #e6e6e6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='default'] .popup-close-button,
.jb-control[jb-type='ModalHeader'][ui-role-color='default'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #e6e6e6;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='default'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'][ui-role-color='default'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='default'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='default'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: Default) ======================== */

/* ================= ModalHeader (Role: Primary) ======================== */

.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] {
  background-color: #0d6efd;
  border-bottom-color: #0d6efd;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #e6e6e6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] .popup-close-button,
.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #e6e6e6;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='primary'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: Primary) ======================== */

/* ================= ModalHeader (Role: Success) ======================== */

.jb-control[jb-type='ModalHeader'][ui-role-color='success'] {
  background-color: #198754;
  border-bottom-color: #198754;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #e6e6e6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='success'] .popup-close-button,
.jb-control[jb-type='ModalHeader'][ui-role-color='success'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #e6e6e6;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='success'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'][ui-role-color='success'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='success'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='success'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: Success) ======================== */

/* ================= ModalHeader (Role: Info) ======================== */

.jb-control[jb-type='ModalHeader'][ui-role-color='info'] {
  background-color: #0dcaf0;
  border-bottom-color: #0dcaf0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='info'] .popup-close-button,
.jb-control[jb-type='ModalHeader'][ui-role-color='info'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #272727;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='info'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'][ui-role-color='info'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='info'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='info'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: Info) ======================== */

/* ================= ModalHeader (Role: Warning) ======================== */

.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] {
  background-color: #ffc107;
  border-bottom-color: #ffc107;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] .popup-close-button,
.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #272727;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='warning'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: Warning) ======================== */

/* ================= ModalHeader (Role: Danger) ======================== */

.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] {
  background-color: #dc3545;
  border-bottom-color: #dc3545;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #e6e6e6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] .popup-close-button,
.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] .modal-close-button {
  cursor: pointer;
  opacity: 0.75;
  color: #e6e6e6;
  position: absolute;
  right: 10px;
  width: initial;
  background-color: transparent;
  outline: none;
  box-shadow: initial;
  font-size: 30px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] .popup-close-button:hover,
.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] .modal-close-button:hover {
  opacity: 1;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] .popup-close-button {
  top: -3px;
}
.jb-control[jb-type='ModalHeader'][ui-role-color='danger'] .modal-close-button::after {
  content: "&times;";
  font-size: 30px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
/* ================= End of ModalHeader (Role: Danger) ======================== */

/* ================= ModalBody (Role: None) ======================== */

.jb-control[jb-type='ModalBody'] {
  background-color: #FFFFFF;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: None) ======================== */

/* ================= ModalBody (Role: Default) ======================== */

.jb-control[jb-type='ModalBody'][ui-role-color='default'] {
  background-color: #d4d4d4;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'][ui-role-color='default'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'][ui-role-color='default'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'][ui-role-color='default'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: Default) ======================== */

/* ================= ModalBody (Role: Primary) ======================== */

.jb-control[jb-type='ModalBody'][ui-role-color='primary'] {
  background-color: #d4d4d4;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'][ui-role-color='primary'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'][ui-role-color='primary'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'][ui-role-color='primary'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: Primary) ======================== */

/* ================= ModalBody (Role: Success) ======================== */

.jb-control[jb-type='ModalBody'][ui-role-color='success'] {
  background-color: #d4d4d4;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'][ui-role-color='success'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'][ui-role-color='success'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'][ui-role-color='success'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: Success) ======================== */

/* ================= ModalBody (Role: Info) ======================== */

.jb-control[jb-type='ModalBody'][ui-role-color='info'] {
  background-color: #d4d4d4;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'][ui-role-color='info'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'][ui-role-color='info'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'][ui-role-color='info'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: Info) ======================== */

/* ================= ModalBody (Role: Warning) ======================== */

.jb-control[jb-type='ModalBody'][ui-role-color='warning'] {
  background-color: #d4d4d4;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'][ui-role-color='warning'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'][ui-role-color='warning'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'][ui-role-color='warning'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: Warning) ======================== */

/* ================= ModalBody (Role: Danger) ======================== */

.jb-control[jb-type='ModalBody'][ui-role-color='danger'] {
  background-color: #d4d4d4;
  height: calc(100% - 90px);
  width: 100%;
}
.jb-control[jb-type='ModalBody'][ui-role-color='danger'] .jb-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.jb-control[jb-type='ModalBody'][ui-role-color='danger'] [jb-type='DataList'],
.jb-control[jb-type='ModalBody'][ui-role-color='danger'] [jb-type='List'] {
  box-shadow: initial;
}
/* ================= End of ModalBody (Role: Danger) ======================== */

/* ================= ModalFooter (Role: None) ======================== */

.jb-control[jb-type='ModalFooter'] {
  background-color: #FFFFFF;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: None) ======================== */

/* ================= ModalFooter (Role: Default) ======================== */

.jb-control[jb-type='ModalFooter'][ui-role-color='default'] {
  background-color: #141526;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Default) ======================== */

/* ================= ModalFooter (Role: Primary) ======================== */

.jb-control[jb-type='ModalFooter'][ui-role-color='primary'] {
  background-color: #0d6efd;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Primary) ======================== */

/* ================= ModalFooter (Role: Success) ======================== */

.jb-control[jb-type='ModalFooter'][ui-role-color='success'] {
  background-color: #198754;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Success) ======================== */

/* ================= ModalFooter (Role: Info) ======================== */

.jb-control[jb-type='ModalFooter'][ui-role-color='info'] {
  background-color: #0dcaf0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Info) ======================== */

/* ================= ModalFooter (Role: Warning) ======================== */

.jb-control[jb-type='ModalFooter'][ui-role-color='warning'] {
  background-color: #ffc107;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Warning) ======================== */

/* ================= ModalFooter (Role: Danger) ======================== */

.jb-control[jb-type='ModalFooter'][ui-role-color='danger'] {
  background-color: #dc3545;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Danger) ======================== */

/* ================= ResponsiveRow (Role: None) ======================== */

.jb-control[jb-type='ResponsiveRow'] {
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
}
/* ================= End of ResponsiveRow (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= ResponsiveColumn (Role: None) ======================== */

.jb-control[jb-type='ResponsiveColumn'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ================= End of ResponsiveColumn (Role: None) ======================== */

/* ================= TabContainer (Role: None) ======================== */

.jb-control[jb-type='TabContainer'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: None) ======================== */

/* ================= TabContainer (Role: Default) ======================== */

.jb-control[jb-type='TabContainer'][ui-role-color='default'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: Default) ======================== */

/* ================= TabContainer (Role: Primary) ======================== */

.jb-control[jb-type='TabContainer'][ui-role-color='primary'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: Primary) ======================== */

/* ================= TabContainer (Role: Success) ======================== */

.jb-control[jb-type='TabContainer'][ui-role-color='success'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: Success) ======================== */

/* ================= TabContainer (Role: Info) ======================== */

.jb-control[jb-type='TabContainer'][ui-role-color='info'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: Info) ======================== */

/* ================= TabContainer (Role: Warning) ======================== */

.jb-control[jb-type='TabContainer'][ui-role-color='warning'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: Warning) ======================== */

/* ================= TabContainer (Role: Danger) ======================== */

.jb-control[jb-type='TabContainer'][ui-role-color='danger'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: unset;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) li > a {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-left .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'].active > [jb-type='TabHeaderPageTitleText'] {
  border-right: none;
  margin-right: -1px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-left [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-right [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  position: relative;
  right: 4px;
  float: right;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-right [jb-type='TabContent'] {
  display: inline-block;
  width: calc(90% - 5px);
  vertical-align: top;
  min-height: 200px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'] .jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
}
/* ================= End of TabContainer (Role: Danger) ======================== */

/* ================= TabHeader (Role: None) ======================== */

.jb-control[jb-type='TabHeader'] {
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: #f3f3f3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-top-color: #f3f3f3;
  color: #272727;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #141526 !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: white;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: None) ======================== */

/* ================= TabHeader (Role: None) Related Rules ======================== */

html .jb-tabs-left .nav-tabs {
  border-left-color: white;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  height: 85%;
  min-height: 85%;
}
html .jb-tabs-left .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'] {
  margin-bottom: 0px;
}
html .jb-tabs-left .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'] a {
  border: none !important;
}
html .jb-tabs-left .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'].active a {
  margin-right: 0px;
  border: none !important;
}
html .jb-tabs-right .nav-tabs {
  border-left-color: white;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  height: 85%;
  min-height: 85%;
}
html .jb-tabs-right .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'] {
  margin-bottom: 0px;
}
html .jb-tabs-right .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'] a {
  border: none !important;
}
html .jb-tabs-right .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'].active a {
  margin-left: 0px;
  border: none !important;
}
/* ================= End of TabHeader (Role: None) Related Rules ======================== */

/* ================= TabHeader (Role: Default) ======================== */

.jb-control[jb-type='TabHeader'][ui-role-color='default'] {
  border-bottom-color: #141526;
  border-left-color: #141526;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526;
  border-top-color: #141526;
  color: #141526;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #141526 !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: #141526;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: Default) ======================== */

/* ================= TabHeader (Role: Primary) ======================== */

.jb-control[jb-type='TabHeader'][ui-role-color='primary'] {
  border-bottom-color: #0d6efd;
  border-left-color: #0d6efd;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd;
  border-top-color: #0d6efd;
  color: #0d6efd;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(13, 110, 253, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #0d6efd !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: #0d6efd;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: Primary) ======================== */

/* ================= TabHeader (Role: Success) ======================== */

.jb-control[jb-type='TabHeader'][ui-role-color='success'] {
  border-bottom-color: #198754;
  border-left-color: #198754;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754;
  color: #198754;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #3D9970;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(25, 135, 84, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #198754 !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: #198754;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: Success) ======================== */

/* ================= TabHeader (Role: Info) ======================== */

.jb-control[jb-type='TabHeader'][ui-role-color='info'] {
  border-bottom-color: #0dcaf0;
  border-left-color: #0dcaf0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0;
  border-top-color: #0dcaf0;
  color: #0dcaf0;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(13, 202, 240, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #0dcaf0 !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: #0dcaf0;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: Info) ======================== */

/* ================= TabHeader (Role: Warning) ======================== */

.jb-control[jb-type='TabHeader'][ui-role-color='warning'] {
  border-bottom-color: #ffc107;
  border-left-color: #ffc107;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107;
  border-top-color: #ffc107;
  color: #ffc107;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(255, 193, 7, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #ffc107 !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: #ffc107;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: Warning) ======================== */

/* ================= TabHeader (Role: Danger) ======================== */

.jb-control[jb-type='TabHeader'][ui-role-color='danger'] {
  border-bottom-color: #dc3545;
  border-left-color: #dc3545;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545;
  border-top-color: #dc3545;
  color: #dc3545;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-radius: 0.25rem;
  font-size: 1.1em !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle'] .active {
  border-bottom: 2px solid black !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: rgba(220, 53, 69, 0.15);
  color: #272727;
  border-color: transparent;
}
a .jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  color: #dc3545 !important;
  font-weight: bold;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: #dc3545;
  border-radius: 3px 3px 0px 0px !important;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle']:not(.active) a {
  background-color: transparent;
}
/* ================= End of TabHeader (Role: Danger) ======================== */

/* ================= TabPage (Role: None) ======================== */

.jb-control[jb-type='TabPage'] {
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: #f3f3f3;
  color: #272727;
  background-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: None) ======================== */

/* ================= TabPage (Role: Default) ======================== */

.jb-control[jb-type='TabPage'][ui-role-color='default'] {
  background-color: #141526;
  border-bottom-color: #141526;
  border-left-color: #141526;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526;
  border-top-color: #141526;
  color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: Default) ======================== */

/* ================= TabPage (Role: Primary) ======================== */

.jb-control[jb-type='TabPage'][ui-role-color='primary'] {
  background-color: #0d6efd;
  border-bottom-color: #0d6efd;
  border-left-color: #0d6efd;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd;
  border-top-color: #0d6efd;
  color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: Primary) ======================== */

/* ================= TabPage (Role: Success) ======================== */

.jb-control[jb-type='TabPage'][ui-role-color='success'] {
  background-color: #198754;
  border-bottom-color: #198754;
  border-left-color: #198754;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754;
  border-top-color: #198754;
  color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: Success) ======================== */

/* ================= TabPage (Role: Info) ======================== */

.jb-control[jb-type='TabPage'][ui-role-color='info'] {
  background-color: #0dcaf0;
  border-bottom-color: #0dcaf0;
  border-left-color: #0dcaf0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0;
  border-top-color: #0dcaf0;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: Info) ======================== */

/* ================= TabPage (Role: Warning) ======================== */

.jb-control[jb-type='TabPage'][ui-role-color='warning'] {
  background-color: #ffc107;
  border-bottom-color: #ffc107;
  border-left-color: #ffc107;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107;
  border-top-color: #ffc107;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: Warning) ======================== */

/* ================= TabPage (Role: Danger) ======================== */

.jb-control[jb-type='TabPage'][ui-role-color='danger'] {
  background-color: #dc3545;
  border-bottom-color: #dc3545;
  border-left-color: #dc3545;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545;
  border-top-color: #dc3545;
  color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* ================= End of TabPage (Role: Danger) ======================== */

/* ================= Iconism (Role: None) ======================== */

.jb-control[jb-type='Iconism'] {
  color: #272727;
}
.jb-control[jb-type='Iconism'][ng-dblclick],
.jb-control[jb-type='Iconism'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #272727;
  color: #111111;
}
/* ================= End of Iconism (Role: None) ======================== */

/* ================= Iconism (Role: Default) ======================== */

.jb-control[jb-type='Iconism'][ui-role-color='default'] {
  color: #141526 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='default'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-color='default'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-color='default'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-color='default'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-color='default'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #141526 !important;
  color: #e6e6e6 !important;
}
/* ================= End of Iconism (Role: Default) ======================== */

/* ================= Iconism (Role: Primary) ======================== */

.jb-control[jb-type='Iconism'][ui-role-color='primary'] {
  color: #0d6efd !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='primary'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-color='primary'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-color='primary'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-color='primary'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-color='primary'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #0d6efd !important;
  color: #e6e6e6 !important;
}
/* ================= End of Iconism (Role: Primary) ======================== */

/* ================= Iconism (Role: Success) ======================== */

.jb-control[jb-type='Iconism'][ui-role-color='success'] {
  color: #198754 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='success'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-color='success'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-color='success'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-color='success'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-color='success'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #198754 !important;
  color: #e6e6e6 !important;
}
/* ================= End of Iconism (Role: Success) ======================== */

/* ================= Iconism (Role: Info) ======================== */

.jb-control[jb-type='Iconism'][ui-role-color='info'] {
  color: #0dcaf0 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='info'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-color='info'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-color='info'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-color='info'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-color='info'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #0dcaf0 !important;
  color: #272727 !important;
}
/* ================= End of Iconism (Role: Info) ======================== */

/* ================= Iconism (Role: Warning) ======================== */

.jb-control[jb-type='Iconism'][ui-role-color='warning'] {
  color: #ffc107 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='warning'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-color='warning'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-color='warning'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-color='warning'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-color='warning'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #ffc107 !important;
  color: #272727 !important;
}
/* ================= End of Iconism (Role: Warning) ======================== */

/* ================= Iconism (Role: Danger) ======================== */

.jb-control[jb-type='Iconism'][ui-role-color='danger'] {
  color: #dc3545 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='danger'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-color='danger'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-color='danger'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-color='danger'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-color='danger'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #dc3545 !important;
  color: #e6e6e6 !important;
}
/* ================= End of Iconism (Role: Danger) ======================== */

/* ================= Iconism (Role: ExtraSmall) ======================== */

.jb-control[jb-type='Iconism'][ui-role-font-size='xs'] {
  font-size: 8px !important;
  color: #272727;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #272727;
  color: #111111;
}
/* ================= End of Iconism (Role: ExtraSmall) ======================== */

/* ================= Iconism (Role: Small) ======================== */

.jb-control[jb-type='Iconism'][ui-role-font-size='sm'] {
  font-size: 11px !important;
  color: #272727;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #272727;
  color: #111111;
}
/* ================= End of Iconism (Role: Small) ======================== */

/* ================= Iconism (Role: Normal) ======================== */

.jb-control[jb-type='Iconism'][ui-role-font-size='med'] {
  font-size: 14px !important;
  color: #272727;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='med'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-font-size='med'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='med'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-font-size='med'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='med'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #272727;
  color: #111111;
}
/* ================= End of Iconism (Role: Normal) ======================== */

/* ================= Iconism (Role: Large) ======================== */

.jb-control[jb-type='Iconism'][ui-role-font-size='lg'] {
  font-size: 20px !important;
  color: #272727;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #272727;
  color: #111111;
}
/* ================= End of Iconism (Role: Large) ======================== */

/* ================= Iconism (Role: ExtraLarge) ======================== */

.jb-control[jb-type='Iconism'][ui-role-font-size='xl'] {
  font-size: 30px !important;
  color: #272727;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'][ng-dblclick],
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'][ng-click] {
  cursor: pointer;
  opacity: 0.8;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'][ng-dblclick]:hover,
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'][ng-click]:hover {
  opacity: 1;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'].jb-round-icon {
  padding: 10px;
  border-radius: 140px;
  background-color: #272727;
  color: #111111;
}
/* ================= End of Iconism (Role: ExtraLarge) ======================== */

/* ================= DateTimeBox (Role: None) ======================== */

.jb-control[jb-type='DateTimeBox'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][disabled],
.jb-control[jb-type='DateTimeBox'][readonly] {
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: None) ======================== */

/* ================= DateTimeBox (Role: None) Related Rules ======================== */

html .xdsoft_datetimepicker {
  box-shadow: unset;
  background: #FFFFFF;
  color: #272727;
  font-family: unset;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html .xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html .xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
html .xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
html .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
html .xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
html .xdsoft_datetimepicker button {
  border: none !important;
}
html .xdsoft_datetimepicker .xdsoft_datepicker,
html .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
html .xdsoft_datetimepicker .xdsoft_datepicker.active,
html .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
html .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
html .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
html .xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
html .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background-color: #FFFFFF;
  max-height: 160px;
  overflow-y: hidden;
}
html .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
html .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
html .xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #FFFFFF;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
html .xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
html .xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  html .xdsoft_datetimepicker .xdsoft_label i {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 306 306" style="enable-background:new 0 0 306 306;" xml:space="preserve"><g><g id="expand-more"><polygon points="270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35   " style="fill:rgb(132, 132, 132);"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    display: inline-block;
    width: 7px;
    height: 20px;
    vertical-align: middle;
    margin-left: 3px;
  }
}
html .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #272727;
  background: #e6e6e6;
}
html .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
html .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #e6e6e6;
  box-shadow: #e6e6e6 0 1px 3px 0 inset;
  color: #272727;
  font-weight: 700;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  html .xdsoft_datetimepicker .xdsoft_next,
  html .xdsoft_datetimepicker .xdsoft_prev,
  html .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 15px;
    min-width: 0;
  }
}
html .xdsoft_datetimepicker .xdsoft_next:hover,
html .xdsoft_datetimepicker .xdsoft_prev:hover,
html .xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
html .xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
}
html .xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  html .xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg version="1.1" id="Previus" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="32px" viewBox="0 0 306 306" style="enable-background:new 0 0 306 306;" xml:space="preserve"><g><g id="keyboard-arrow-left"><polygon style="fill:rgb(132, 132, 132);" points="247.35,270.3 130.05,153 247.35,35.7 211.65,0 58.65,153 211.65,306"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  html .xdsoft_datetimepicker .xdsoft_next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    margin-left: 5px;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="306px" height="306px" viewBox="0 0 306 306" style="enable-background:new 0 0 306 306;" xml:space="preserve"><g><g id="chevron-right"><polygon style="fill:rgb(132, 132, 132);" points="94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153       "/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  }
  html .xdsoft_datetimepicker .xdsoft_today_button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"   viewBox="0 0 27.02 27.02" style="enable-background:new 0 0 27.02 27.02;" xml:space="preserve"><g>  <path style="fill:rgb(132, 132, 132);" d="M3.674,24.876c0,0-0.024,0.604,0.566,0.604c0.734,0,6.811-0.008,6.811-0.008l0.01-5.581        c0,0-0.096-0.92,0.797-0.92h2.826c1.056,0,0.991,0.92,0.991,0.92l-0.012,5.563c0,0,5.762,0,6.667,0     c0.749,0,0.715-0.752,0.715-0.752V14.413l-9.396-8.358l-9.975,8.358C3.674,14.413,3.674,24.876,3.674,24.876z"/>    <path style="fill:rgb(132, 132, 132);" d="M0,13.635c0,0,0.847,1.561,2.694,0l11.038-9.338l10.349,9.28c2.138,1.542,2.939,0,2.939,0      L13.732,1.54L0,13.635z"/>   <polygon style="fill:rgb(132, 132, 132);" points="23.83,4.275 21.168,4.275 21.179,7.503 23.83,9.752   "/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  }
  html .xdsoft_datetimepicker .xdsoft_month {
    width: 110px;
    text-align: right;
  }
  html .xdsoft_datetimepicker .xdsoft_year {
    width: 50px;
    margin-left: 5px;
  }
}
html .xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
html .xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
html .xdsoft_datetimepicker .xdsoft_calendar td,
html .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
  color: #272727;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
html .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
html .xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
html .xdsoft_datetimepicker .xdsoft_calendar th {
  color: #272727 !important;
  background-color: #e6e6e6 !important;
}
html .xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #141526;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
html .xdsoft_datetimepicker .xdsoft_timepicker {
  width: 100px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #FFFFFF;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  color: #272727;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  margin: 7px auto 5px auto;
}
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin: 5px auto 7px auto;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
  html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: center;
    height: 15px;
    width: 30px;
    display: block;
  }
  html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    transform: rotate(90deg);
  }
  html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    transform: rotate(90deg);
  }
}
html .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
html .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
html .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
html .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #e6e6e6;
  box-shadow: #e6e6e6 0 1px 3px 0 inset;
  color: #272727;
  font-weight: 700;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
html .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
html .xdsoft_datetimepicker .xdsoft_calendar td:hover,
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #272727 !important;
  background: #e6e6e6 !important;
  box-shadow: none !important;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #e6e6e6 !important;
  box-shadow: #e6e6e6 0 1px 3px 0 inset !important;
  color: #272727 !important;
}
html .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
html .xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
html .xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
html .xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
html .xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
html .xdsoft_time_box {
  position: relative;
  border-top-color: #dfdfdf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dfdfdf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dfdfdf;
  border-right-style: solid;
  border-right-width: 1px;
}
html .xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
html .xdsoft_noselect::selection {
  background: transparent;
}
html .xdsoft_noselect::-moz-selection {
  background: transparent;
}
html .xdsoft_scroller_box {
  position: relative;
}
html .xdsoft_scrollbar {
  position: absolute;
  width: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
html .xdsoft_scrollbar > .xdsoft_scroller {
  background: #e6e6e6 !important;
  height: 20px;
  border-radius: 3px;
}
/* ================= End of DateTimeBox (Role: None) Related Rules ======================== */

/* ================= DateTimeBox (Role: Default) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-color='default'] {
  border-bottom-color: #141526 !important;
  border-bottom-width: 1px;
  border-left-color: #141526 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526 !important;
  border-right-width: 1px;
  border-top-color: #141526 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='default'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-color='default'][readonly] {
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='default']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Default) ======================== */

/* ================= DateTimeBox (Role: Primary) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-color='primary'] {
  border-bottom-color: #0d6efd !important;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd !important;
  border-right-width: 1px;
  border-top-color: #0d6efd !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='primary'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-color='primary'][readonly] {
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='primary']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Primary) ======================== */

/* ================= DateTimeBox (Role: Success) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-color='success'] {
  border-bottom-color: #198754 !important;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754 !important;
  border-right-width: 1px;
  border-top-color: #198754 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='success'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-color='success'][readonly] {
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='success']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Success) ======================== */

/* ================= DateTimeBox (Role: Info) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-color='info'] {
  border-bottom-color: #0dcaf0 !important;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0 !important;
  border-right-width: 1px;
  border-top-color: #0dcaf0 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='info'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-color='info'][readonly] {
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='info']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Info) ======================== */

/* ================= DateTimeBox (Role: Warning) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-color='warning'] {
  border-bottom-color: #ffc107 !important;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107 !important;
  border-right-width: 1px;
  border-top-color: #ffc107 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='warning'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-color='warning'][readonly] {
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='warning']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Warning) ======================== */

/* ================= DateTimeBox (Role: Danger) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-color='danger'] {
  border-bottom-color: #dc3545 !important;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545 !important;
  border-right-width: 1px;
  border-top-color: #dc3545 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='danger'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-color='danger'][readonly] {
  background-color: #FFFFFF !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='danger']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Danger) ======================== */

/* ================= DateTimeBox (Role: ExtraSmall) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs'] {
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 20px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs'][readonly] {
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: ExtraSmall) ======================== */

/* ================= DateTimeBox (Role: Small) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm'] {
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 25px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm'][readonly] {
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Small) ======================== */

/* ================= DateTimeBox (Role: Normal) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med'] {
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 14px;
  color: #272727;
  height: 35px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med'][readonly] {
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Normal) ======================== */

/* ================= DateTimeBox (Role: Large) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg'] {
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 20px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg'][readonly] {
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: Large) ======================== */

/* ================= DateTimeBox (Role: ExtraLarge) ======================== */

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl'] {
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 75px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  width: 100%;
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl'][disabled],
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl'][readonly] {
  background-color: #FFFFFF;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of DateTimeBox (Role: ExtraLarge) ======================== */

/* ================= PasswordTextBox (Role: None) ======================== */

.jb-control[jb-type='PasswordTextBox'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px;
  border-top-color: #f3f3f3;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: None) ======================== */

/* ================= PasswordTextBox (Role: Default) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-color='default'] {
  background-color: #141526 !important;
  border-bottom-color: #141526 !important;
  border-bottom-width: 1px;
  border-left-color: #141526 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #141526 !important;
  border-right-width: 1px;
  border-top-color: #141526 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='default']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='default']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Default) ======================== */

/* ================= PasswordTextBox (Role: Primary) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-color='primary'] {
  background-color: #0d6efd !important;
  border-bottom-color: #0d6efd !important;
  border-bottom-width: 1px;
  border-left-color: #0d6efd !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0d6efd !important;
  border-right-width: 1px;
  border-top-color: #0d6efd !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='primary']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='primary']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Primary) ======================== */

/* ================= PasswordTextBox (Role: Success) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-color='success'] {
  background-color: #198754 !important;
  border-bottom-color: #198754 !important;
  border-bottom-width: 1px;
  border-left-color: #198754 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #198754 !important;
  border-right-width: 1px;
  border-top-color: #198754 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='success']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='success']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Success) ======================== */

/* ================= PasswordTextBox (Role: Info) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-color='info'] {
  background-color: #0dcaf0 !important;
  border-bottom-color: #0dcaf0 !important;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #0dcaf0 !important;
  border-right-width: 1px;
  border-top-color: #0dcaf0 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='info']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='info']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Info) ======================== */

/* ================= PasswordTextBox (Role: Warning) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-color='warning'] {
  background-color: #ffc107 !important;
  border-bottom-color: #ffc107 !important;
  border-bottom-width: 1px;
  border-left-color: #ffc107 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #ffc107 !important;
  border-right-width: 1px;
  border-top-color: #ffc107 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='warning']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='warning']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Warning) ======================== */

/* ================= PasswordTextBox (Role: Danger) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-color='danger'] {
  background-color: #dc3545 !important;
  border-bottom-color: #dc3545 !important;
  border-bottom-width: 1px;
  border-left-color: #dc3545 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #dc3545 !important;
  border-right-width: 1px;
  border-top-color: #dc3545 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='danger']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-color='danger']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Danger) ======================== */

/* ================= PasswordTextBox (Role: ExtraSmall) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xs'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 20px !important;
  width: 100% !important;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xs']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xs']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: ExtraSmall) ======================== */

/* ================= PasswordTextBox (Role: Small) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='sm'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 25px !important;
  width: 100% !important;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='sm']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='sm']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Small) ======================== */

/* ================= PasswordTextBox (Role: Normal) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='med'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 14px;
  color: #272727;
  height: 35px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100% !important;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='med']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='med']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Normal) ======================== */

/* ================= PasswordTextBox (Role: Large) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='lg'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 20px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100% !important;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='lg']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='lg']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: Large) ======================== */

/* ================= PasswordTextBox (Role: ExtraLarge) ======================== */

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xl'] {
  background-color: #FFFFFF;
  border-bottom-color: #f3f3f3;
  border-bottom-width: 1px !important;
  border-left-color: #f3f3f3;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right-color: #f3f3f3;
  border-right-width: 1px !important;
  border-top-color: #f3f3f3;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #272727;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  height: 75px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  width: 100%;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xl']:not(:focus) {
  box-shadow: none;
}
.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xl']:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #0d6efd !important;
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.3);
}
/* ================= End of PasswordTextBox (Role: ExtraLarge) ======================== */

/* ================= FileAttachment (Role: None) ======================== */

.jb-control[jb-type='FileAttachment'] {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #272727;
}
.jb-control[jb-type='FileAttachment'] li {
  background-color: #d4d4d4;
  border-top-color: #f3f3f3;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #f3f3f3;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #f3f3f3;
  border-right-style: none;
  border-right-width: 1px;
  height: 37px;
}
.jb-control[jb-type='FileAttachment'] li a {
  color: #272727;
  cursor: pointer;
}
.jb-control[jb-type='FileAttachment'] li a.remove {
  cursor: pointer;
  opacity: 0.8;
  float: right;
}
.jb-control[jb-type='FileAttachment'] li a.remove:hover {
  opacity: 1;
}
.jb-control[jb-type='FileAttachment'] li:last-child {
  margin-bottom: 10px;
}
/* ================= End of FileAttachment (Role: None) ======================== */

/* ================= FileAttachment (Role: None) Related Rules ======================== */

html .fileattachment-inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
html .fileattachment-inputfile + label {
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
html .fileattachment-inputfile:focus + label,
html .fileattachment-inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
html .fileattachment-inputfile + label * {
  pointer-events: none;
}
html .fileattachment-inputfile + label {
  color: #272727;
  background-color: #d4d4d4;
}
html .fileattachment-inputfile:focus + label,
html .fileattachment-inputfile.has-focus + label,
html .fileattachment-inputfile + label:hover {
  background-color: #722040;
}
/* ================= End of FileAttachment (Role: None) Related Rules ======================== */

/* ================= Calendar (Role: None) ======================== */

.jb-control[jb-type='Calendar'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'] th,
.jb-control[jb-type='Calendar'] td {
  border-top-color: #f3f3f3;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f3f3f3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f3f3f3;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'] td.fc-head-container {
  background-color: #efefef;
  border-color: #efefef;
}
.jb-control[jb-type='Calendar'] td.fc-today {
  background: #e4e5ff;
}
.jb-control[jb-type='Calendar'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'] th.fc-day-header {
  background-color: #efefef;
  color: black;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'] .fc-day-number {
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  background-color: transparent;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'] .fc-event {
  border: 1px solid #f7f7f7;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #0d6efd;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'] .fc-event:hover {
  background-color: #0d6efd;
  color: #e6e6e6;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'] .fc-popover .fc-header {
  background-color: #efefef;
  color: black;
}
.jb-control[jb-type='Calendar'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #efefef;
}
.jb-control[jb-type='Calendar'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #fff;
  color: #212121;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: None) ======================== */

/* ================= Calendar (Role: Default) ======================== */

.jb-control[jb-type='Calendar'][ui-role-color='default'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] th,
.jb-control[jb-type='Calendar'][ui-role-color='default'] td {
  border-top-color: #141526;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #141526;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #141526;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #141526;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] td.fc-head-container {
  background-color: #141526;
  border-color: #141526;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] td.fc-today {
  background: #141526;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] th.fc-day-header {
  background-color: #141526;
  color: #e6e6e6;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-day-number {
  font-size: #e6e6e6;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #141526;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-event {
  border: 1px solid #141526;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #141526;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-event:hover {
  background-color: #141526;
  color: #e6e6e6;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-popover .fc-header {
  background-color: #141526;
  color: #e6e6e6;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #141526;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #141526;
  color: #e6e6e6;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: Default) ======================== */

/* ================= Calendar (Role: Primary) ======================== */

.jb-control[jb-type='Calendar'][ui-role-color='primary'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] th,
.jb-control[jb-type='Calendar'][ui-role-color='primary'] td {
  border-top-color: #0d6efd;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #0d6efd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0d6efd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0d6efd;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] td.fc-head-container {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] td.fc-today {
  background: #0d6efd;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] th.fc-day-header {
  background-color: #0d6efd;
  color: #e6e6e6;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-day-number {
  font-size: #e6e6e6;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #0d6efd;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-event {
  border: 1px solid #0d6efd;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #0d6efd;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-event:hover {
  background-color: #0d6efd;
  color: #e6e6e6;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-popover .fc-header {
  background-color: #0d6efd;
  color: #e6e6e6;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #0d6efd;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #0d6efd;
  color: #e6e6e6;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: Primary) ======================== */

/* ================= Calendar (Role: Success) ======================== */

.jb-control[jb-type='Calendar'][ui-role-color='success'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] th,
.jb-control[jb-type='Calendar'][ui-role-color='success'] td {
  border-top-color: #198754;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #198754;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #198754;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #198754;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] td.fc-head-container {
  background-color: #198754;
  border-color: #198754;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] td.fc-today {
  background: #198754;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] th.fc-day-header {
  background-color: #198754;
  color: #e6e6e6;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-day-number {
  font-size: #e6e6e6;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #198754;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-event {
  border: 1px solid #198754;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #198754;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-event:hover {
  background-color: #198754;
  color: #e6e6e6;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-popover .fc-header {
  background-color: #198754;
  color: #e6e6e6;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #198754;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #198754;
  color: #e6e6e6;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: Success) ======================== */

/* ================= Calendar (Role: Info) ======================== */

.jb-control[jb-type='Calendar'][ui-role-color='info'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] th,
.jb-control[jb-type='Calendar'][ui-role-color='info'] td {
  border-top-color: #0dcaf0;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #0dcaf0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0dcaf0;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0dcaf0;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] td.fc-head-container {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] td.fc-today {
  background: #0dcaf0;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] th.fc-day-header {
  background-color: #0dcaf0;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-day-number {
  font-size: #272727;
  font-weight: bold;
  color: #272727;
  background-color: #0dcaf0;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-event {
  border: 1px solid #0dcaf0;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #0dcaf0;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-event:hover {
  background-color: #0dcaf0;
  color: #272727;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-popover .fc-header {
  background-color: #0dcaf0;
  color: #272727;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #0dcaf0;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #0dcaf0;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: Info) ======================== */

/* ================= Calendar (Role: Warning) ======================== */

.jb-control[jb-type='Calendar'][ui-role-color='warning'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] th,
.jb-control[jb-type='Calendar'][ui-role-color='warning'] td {
  border-top-color: #ffc107;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #ffc107;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #ffc107;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ffc107;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] td.fc-head-container {
  background-color: #ffc107;
  border-color: #ffc107;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] td.fc-today {
  background: #ffc107;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] th.fc-day-header {
  background-color: #ffc107;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-day-number {
  font-size: #272727;
  font-weight: bold;
  color: #272727;
  background-color: #ffc107;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-event {
  border: 1px solid #ffc107;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #ffc107;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-event:hover {
  background-color: #ffc107;
  color: #272727;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-popover .fc-header {
  background-color: #ffc107;
  color: #272727;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #ffc107;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #ffc107;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: Warning) ======================== */

/* ================= Calendar (Role: Danger) ======================== */

.jb-control[jb-type='Calendar'][ui-role-color='danger'] {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] th,
.jb-control[jb-type='Calendar'][ui-role-color='danger'] td {
  border-top-color: #dc3545;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #dc3545;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dc3545;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dc3545;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] td.fc-head-container {
  background-color: #dc3545;
  border-color: #dc3545;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] td.fc-today {
  background: #dc3545;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] td.fc-day-top {
  border-color: transparent !important;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] th {
  border-color: transparent;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] th.fc-day-header {
  background-color: #dc3545;
  color: #e6e6e6;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-day-number {
  font-size: #e6e6e6;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #dc3545;
  border-radius: 50%;
  height: 15px;
  line-height: 15px;
  width: 15px;
  padding: 8px;
  margin: 5px;
  text-align: center;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-event {
  border: 1px solid #dc3545;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #dc3545;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-event:hover {
  background-color: #dc3545;
  color: #e6e6e6;
  text-decoration: none;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .event-icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-popover .fc-header {
  background-color: #dc3545;
  color: #e6e6e6;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #dc3545;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #dc3545;
  color: #e6e6e6;
  box-shadow: none;
  border: none;
  border-radius: 0.25rem;
  text-shadow: none;
  opacity: 1;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.75;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-button.fc-state-disabled {
  opacity: 0.3;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-button-group .fc-button {
  margin-left: 5px;
}
/* ================= End of Calendar (Role: Danger) ======================== */

/* ================= MenuControl (Role: None) ======================== */

.jb-control[jb-type='MenuControl'] {
  height: 50px;
  background-color: #141526;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #272727;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header:hover {
  background-color: white;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] a {
  color: #9193a8;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: transparent;
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #9193a8;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #9193a8;
  right: 8px;
}
.jb-control[jb-type='MenuControl'] a .sub-arrow {
  border-color: #9193a8 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #9193a8 transparent transparent;
}
.jb-control[jb-type='MenuControl'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #9193a8 transparent transparent;
}
.jb-control[jb-type='MenuControl'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #9193a8;
}
.jb-control[jb-type='MenuControl'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: None) ======================== */

/* ================= MenuControl (Role: None) Related Rules ======================== */

html #sidenav-toogle {
  position: fixed;
  top: 10px;
  left: 200px;
  z-index: 50;
  transition: left ease 0.4s;
  box-shadow: 0px 0px 2px 0px grey;
}
html #sidenav-toogle.pull {
  left: 15px;
}
html #sidenav-toogle.btn {
  cursor: pointer;
  opacity: 0.9;
  background-color: transparent !important;
  color: #272727 !important;
  outline: 0;
}
html #sidenav-toogle.btn:hover {
  opacity: 1;
}
html #sidenav-toogle i {
  color: grey;
}
html #sidenav-toogle:hover {
  box-shadow: 0px 0px 2px 0px #212121;
}
html #sidenav-toogle:hover i {
  color: #5e5d5d;
}
html body.open-sidenav {
  margin-left: 200px;
  transition: margin-left ease 0.4s;
}
html body.open-sidenav.pull {
  margin-left: 0px !important;
}
html body.open-sidenav .list-docked-grids {
  top: 0 !important;
}
html body.open-sidenav .hfill-body {
  min-height: 100vh !important;
}
html body.open-sidenav .navbar-nav {
  margin: 0px !important;
}
html body.open-sidenav .master-page-title {
  margin: -15px 0 0 55px !important;
}
html body.open-sidenav [jb-id="MainMenuHeader"] [jb-type="MenuItemLabel"] {
  border-right: none !important;
}
@media (max-width: 767px) {
  html .navbar-nav .open .dropdown-menu {
    background-color: #141526 !important;
  }
}
/* ================= End of MenuControl (Role: None) Related Rules ======================== */

/* ================= MenuControl (Role: Default) ======================== */

.jb-control[jb-type='MenuControl'][ui-role-color='default'] {
  height: 50px;
  background-color: #141526;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header:hover {
  background-color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] a {
  color: #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #e6e6e6;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] a .sub-arrow {
  border-color: #e6e6e6 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: Default) ======================== */

/* ================= MenuControl (Role: Primary) ======================== */

.jb-control[jb-type='MenuControl'][ui-role-color='primary'] {
  height: 50px;
  background-color: #0d6efd;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-menu-header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] a {
  color: #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #e6e6e6;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] a .sub-arrow {
  border-color: #e6e6e6 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: Primary) ======================== */

/* ================= MenuControl (Role: Success) ======================== */

.jb-control[jb-type='MenuControl'][ui-role-color='success'] {
  height: 50px;
  background-color: #198754;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-menu-header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] a {
  color: #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #e6e6e6;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] a .sub-arrow {
  border-color: #e6e6e6 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: Success) ======================== */

/* ================= MenuControl (Role: Info) ======================== */

.jb-control[jb-type='MenuControl'][ui-role-color='info'] {
  height: 50px;
  background-color: #0dcaf0;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #272727;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-menu-header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] a {
  color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #272727;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] a .sub-arrow {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: Info) ======================== */

/* ================= MenuControl (Role: Warning) ======================== */

.jb-control[jb-type='MenuControl'][ui-role-color='warning'] {
  height: 50px;
  background-color: #ffc107;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #272727;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-menu-header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] a {
  color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #272727;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] a .sub-arrow {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: Warning) ======================== */

/* ================= MenuControl (Role: Danger) ======================== */

.jb-control[jb-type='MenuControl'][ui-role-color='danger'] {
  height: 50px;
  background-color: #dc3545;
  box-shadow: unset;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-menu-header {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-menu-header [jb-type='MenuItemLabel'] {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 40px;
  position: fixed;
  top: 5px;
  left: 5px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-menu-header [jb-type='ImageBox'] + [jb-type='MenuItemLabel'] {
  margin-left: 40px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-menu-header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-menu-header:focus {
  background-color: transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] [jb-type='MenuItemsContainer'] {
  background-color: #0e0f1b;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  box-shadow: unset;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: -100% !important;
  left: 100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] {
  cursor: pointer;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] a {
  color: #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'].open > a,
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] > a:focus {
  background-color: #0e0f1b !important;
  color: #ffffff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] > a:hover/*ie-keep*/ {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #e6e6e6;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] a .sub-arrow {
  border-color: #e6e6e6 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #e6e6e6 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .navbar-right {
  margin-right: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .navbar-right [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  right: 100% !important;
  left: -100% !important;
  top: 0px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .dropdown-menu {
  position: absolute !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav [jb-type="MenuItemArrow"] {
  float: right;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav [jb-type="MenuItemArrow"].caret {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-top: 2px;
  height: 16px;
  width: 16px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav [jb-type="MenuItemArrow"].caret:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav [jb-type="MenuItemArrow"].caret:before {
  content: "\e258";
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .menu-root > a [jb-type="MenuItemArrow"] {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .menu-root > a [jb-type="MenuItemIcon"] {
  cursor: pointer;
  opacity: 0.8;
  float: right;
  margin-right: 2px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .menu-root > a [jb-type="MenuItemIcon"]:hover {
  opacity: 1;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .menu-root > a [jb-type="MenuItemArrow"].hasIcon {
  visibility: hidden !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav.navbar-header {
  float: none;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav.navbar-header span {
  color: white;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav.navbar {
  position: fixed;
  width: 200px;
  z-index: 45;
  height: 100%;
  border-radius: unset;
  left: 0;
  transition: left ease 0.4s;
  top: 0px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav.pull {
  left: calc(0px - 200px);
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .nav > [jb-type="MenuItem"] {
  width: 200px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .open .dropdown-menu {
  left: 100%;
  top: 0%;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .open .caret {
  /* Rotate div */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .nav.navbar-right {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .nav.navbar-right > [jb-type="MenuItem"] {
  margin-right: 0;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .caret {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  opacity: 0.45;
  transition: all ease 0.4s;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sidenav .dropdown-menu .dropdown-menu {
  left: 100% !important;
}
/* ================= End of MenuControl (Role: Danger) ======================== */

/* ================= DataSourceGrid (Role: None) ======================== */

.jb-control[jb-type='DataSourceGrid'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'] > tbody > tr:hover {
  background-color: rgba(20, 21, 38, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'] > [jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: None) ======================== */

/* ================= DataSourceGrid (Role: None) Related Rules ======================== */

html [joove-ds-sort] {
  cursor: pointer;
}
html [joove-ds-sort]:hover {
  text-decoration: underline;
}
/* ================= End of DataSourceGrid (Role: None) Related Rules ======================== */

/* ================= DataSourceGrid (Role: Default) ======================== */

.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > tbody > tr:hover {
  background-color: rgba(20, 21, 38, 0.15) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #141526;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > [jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: Default) ======================== */

/* ================= DataSourceGrid (Role: Primary) ======================== */

.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > tbody > tr:hover {
  background-color: rgba(13, 110, 253, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #0d6efd;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > [jb-type='tHeader'] {
  background-color: rgba(13, 110, 253, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: Primary) ======================== */

/* ================= DataSourceGrid (Role: Success) ======================== */

.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > tbody > tr:hover {
  background-color: rgba(25, 135, 84, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #198754;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > [jb-type='tHeader'] {
  background-color: rgba(25, 135, 84, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: Success) ======================== */

/* ================= DataSourceGrid (Role: Info) ======================== */

.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > tbody > tr:hover {
  background-color: rgba(13, 202, 240, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #0dcaf0;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > [jb-type='tHeader'] {
  background-color: rgba(13, 202, 240, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: Info) ======================== */

/* ================= DataSourceGrid (Role: Warning) ======================== */

.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > tbody > tr:hover {
  background-color: rgba(255, 193, 7, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #ffc107;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > [jb-type='tHeader'] {
  background-color: rgba(255, 193, 7, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: Warning) ======================== */

/* ================= DataSourceGrid (Role: Danger) ======================== */

.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > tbody > tr:hover {
  background-color: rgba(220, 53, 69, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > [jb-type='tFooter'] {
  background-color: transparent;
  color: #dc3545;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > [jb-type='tHeader'] {
  background-color: rgba(220, 53, 69, 0.15);
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e6e6e6;
  background-color: #272727;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode .mobile-full-width {
  width: 100%;
  position: initial;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode .mobile-full-width[jb-type='TextBox'] {
  padding-left: 10px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode .jb-mobile-hidden {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode thead tr td,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode thead tr th {
  display: block;
  width: 100%;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode thead tr td > *,
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode thead tr th > * {
  float: left;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tbody > tr {
  box-shadow: unset;
  border-radius: 0.25rem;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tbody > tr > td {
  display: block;
  padding: 8px;
  width: 100%;
  text-align: right;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tbody > tr > td.numbering {
  text-align: center;
  border-bottom: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tbody > tr > td:not(:last-child) {
  border-bottom: 1px dotted #f3f3f3;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tbody > tr > td:before {
  content: attr(title);
  float: left;
  font-weight: bold;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tbody > tr > td [jb-type='Label'] {
  max-width: 60%;
  min-height: 20px;
  word-break: break-all;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tfoot td:not(.pager-cell) {
  display: none;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].responsive-mode tfoot td {
  display: block;
}
/* ================= End of DataSourceGrid (Role: Danger) ======================== */

/* ================= Grid (Role: None) ======================== */

.jb-control[jb-type='Grid'] {
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-spacing: 3px 3px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'] [jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(20, 21, 38, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: None) ======================== */

/* ================= Grid (Role: Default) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='default'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] [jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(20, 21, 38, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='default'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Default) ======================== */

/* ================= Grid (Role: Primary) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='primary'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] [jb-type='tHeader'] {
  background-color: rgba(13, 110, 253, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(13, 110, 253, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Primary) ======================== */

/* ================= Grid (Role: Success) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='success'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] [jb-type='tHeader'] {
  background-color: rgba(25, 135, 84, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(25, 135, 84, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='success'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Success) ======================== */

/* ================= Grid (Role: Info) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='info'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] [jb-type='tHeader'] {
  background-color: rgba(13, 202, 240, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(13, 202, 240, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='info'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Info) ======================== */

/* ================= Grid (Role: Warning) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='warning'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] [jb-type='tHeader'] {
  background-color: rgba(255, 193, 7, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(255, 193, 7, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Warning) ======================== */

/* ================= Grid (Role: Danger) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='danger'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] [jb-type='tHeader'] {
  background-color: rgba(220, 53, 69, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(220, 53, 69, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Danger) ======================== */

/* ================= HorizontalLine (Role: None) ======================== */

.jb-control[jb-type='HorizontalLine'] {
  border-top: 1px solid #141526 !important;
}
/* ================= End of HorizontalLine (Role: None) ======================== */

/* ================= AddItemLabel (Role: None) ======================== */

.jb-control[jb-type='AddItemLabel'] {
  color: #272727;
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: None) ======================== */

/* ================= AddItemLabel (Role: Default) ======================== */

.jb-control[jb-type='AddItemLabel'][ui-role-color='default'] {
  color: #141526;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='default']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='default']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: Default) ======================== */

/* ================= AddItemLabel (Role: Primary) ======================== */

.jb-control[jb-type='AddItemLabel'][ui-role-color='primary'] {
  color: #0d6efd;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='primary']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='primary']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: Primary) ======================== */

/* ================= AddItemLabel (Role: Success) ======================== */

.jb-control[jb-type='AddItemLabel'][ui-role-color='success'] {
  color: #198754;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='success']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='success']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: Success) ======================== */

/* ================= AddItemLabel (Role: Info) ======================== */

.jb-control[jb-type='AddItemLabel'][ui-role-color='info'] {
  color: #0dcaf0;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='info']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='info']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: Info) ======================== */

/* ================= AddItemLabel (Role: Warning) ======================== */

.jb-control[jb-type='AddItemLabel'][ui-role-color='warning'] {
  color: #ffc107;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='warning']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='warning']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: Warning) ======================== */

/* ================= AddItemLabel (Role: Danger) ======================== */

.jb-control[jb-type='AddItemLabel'][ui-role-color='danger'] {
  color: #dc3545;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 0.25rem;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='danger']:hover {
  opacity: 1;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='danger']::before {
  content: "+" !important;
}
/* ================= End of AddItemLabel (Role: Danger) ======================== */

/* ================= RemoveItemLabel (Role: None) ======================== */

.jb-control[jb-type='RemoveItemLabel'] {
  color: #dc3545;
  cursor: pointer;
  opacity: 0.5;
}
.jb-control[jb-type='RemoveItemLabel']:hover {
  opacity: 1;
}
/* ================= End of RemoveItemLabel (Role: None) ======================== */

/* ================= Pager (Role: None) ======================== */

.jb-control[jb-type='Pager'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(243, 243, 243, 0.5);
  color: #272727;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'] li {
  display: inline;
}
.jb-control[jb-type='Pager'] li:hover a {
  background-color: #0d6efd;
  color: #e6e6e6;
}
.jb-control[jb-type='Pager'] li.jb-active a {
  background-color: transparent;
  color: #0d6efd;
  border-color: transparent;
}
.jb-control[jb-type='Pager'] li:hover:not(.jb-active) a {
  background-color: #0d6efd;
  color: #e6e6e6;
}
/* ================= End of Pager (Role: None) ======================== */

/* ================= Pager (Role: Default) ======================== */

.jb-control[jb-type='Pager'][ui-role-color='default'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: #141526;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #141526;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #141526;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #141526;
  color: #141526;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] li {
  display: inline;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] li:hover a {
  background-color: #141526;
  color: #e6e6e6;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] li.jb-active a {
  background-color: transparent;
  color: #141526;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] li:hover:not(.jb-active) a {
  background-color: #141526;
  color: #e6e6e6;
}
/* ================= End of Pager (Role: Default) ======================== */

/* ================= Pager (Role: Primary) ======================== */

.jb-control[jb-type='Pager'][ui-role-color='primary'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: #0d6efd;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0d6efd;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #0d6efd;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #0d6efd;
  color: #0d6efd;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] li {
  display: inline;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] li:hover a {
  background-color: #0d6efd;
  color: #e6e6e6;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] li.jb-active a {
  background-color: transparent;
  color: #0d6efd;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] li:hover:not(.jb-active) a {
  background-color: #0d6efd;
  color: #e6e6e6;
}
/* ================= End of Pager (Role: Primary) ======================== */

/* ================= Pager (Role: Success) ======================== */

.jb-control[jb-type='Pager'][ui-role-color='success'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: #198754;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #198754;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #198754;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #198754;
  color: #198754;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] li {
  display: inline;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] li:hover a {
  background-color: #198754;
  color: #e6e6e6;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] li.jb-active a {
  background-color: transparent;
  color: #198754;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] li:hover:not(.jb-active) a {
  background-color: #198754;
  color: #e6e6e6;
}
/* ================= End of Pager (Role: Success) ======================== */

/* ================= Pager (Role: Info) ======================== */

.jb-control[jb-type='Pager'][ui-role-color='info'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: #0dcaf0;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0dcaf0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #0dcaf0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #0dcaf0;
  color: #0dcaf0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] li {
  display: inline;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] li:hover a {
  background-color: #0dcaf0;
  color: #272727;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] li.jb-active a {
  background-color: transparent;
  color: #0dcaf0;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] li:hover:not(.jb-active) a {
  background-color: #0dcaf0;
  color: #272727;
}
/* ================= End of Pager (Role: Info) ======================== */

/* ================= Pager (Role: Warning) ======================== */

.jb-control[jb-type='Pager'][ui-role-color='warning'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: #ffc107;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffc107;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ffc107;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffc107;
  color: #ffc107;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] li {
  display: inline;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] li:hover a {
  background-color: #ffc107;
  color: #272727;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] li.jb-active a {
  background-color: transparent;
  color: #ffc107;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] li:hover:not(.jb-active) a {
  background-color: #ffc107;
  color: #272727;
}
/* ================= End of Pager (Role: Warning) ======================== */

/* ================= Pager (Role: Danger) ======================== */

.jb-control[jb-type='Pager'][ui-role-color='danger'] {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] a {
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-color: #dc3545;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dc3545;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dc3545;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dc3545;
  color: #dc3545;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] li {
  display: inline;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] li:hover a {
  background-color: #dc3545;
  color: #e6e6e6;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] li.jb-active a {
  background-color: transparent;
  color: #dc3545;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] li:hover:not(.jb-active) a {
  background-color: #dc3545;
  color: #e6e6e6;
}
/* ================= End of Pager (Role: Danger) ======================== */

/* =================  (Role: None) ======================== */

.validation-panel[jb-type='ValidationPanel'] {
  background-color: #51252b;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-style: solid;
  border-right-width: 0px;
  border-top-style: solid;
  border-top-width: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 7px 1px;
  display: none;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel {
  position: fixed;
  bottom: 2px;
  left: 3px;
  right: 3px;
  top: unset;
  z-index: 777;
  background-color: #FF4136;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-tools {
  width: 50px;
  display: inline-block;
  text-align: right;
  margin-right: 0px;
  position: relative;
  bottom: -10px;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-tools .dv-collapse,
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-tools .dv-close {
  cursor: pointer;
  opacity: 0.5;
  font-size: 14px;
  color: #e6e6e6;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-tools .dv-collapse:hover,
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-tools .dv-close:hover {
  opacity: 1;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  top: 2px;
  display: inline-block;
  width: calc(100% - 50px);
  color: #e6e6e6;
  font-size: 18px;
  margin-left: 0px;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry {
  cursor: pointer;
  opacity: 1;
  padding: 5px;
  margin-bottom: 5px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  margin-left: 0px;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry:hover {
  opacity: 1;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry.dv-error {
  color: #e6e6e6;
  background-color: #FF4136;
  border-color: #e6e6e6;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry.dv-warning {
  color: #272727;
  background-color: #ffc107;
  border-color: #272727;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry.dv-info {
  color: #272727;
  background-color: #0dcaf0;
  border-color: #272727;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry .dv-icon {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry .dv-goto {
  float: right;
  font-weight: bold;
  padding: 3px;
  cursor: pointer;
  position: relative;
  bottom: 4px;
  outline: none !important;
  border: none !important;
  color: #272727;
  background-color: transparent;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-entry .dv-goto:hover {
  color: #272727;
  background-color: black;
}
.validation-panel[jb-type='ValidationPanel'].dv-panel .dv-summary {
  margin-top: 2vh;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) {
  display: none;
  position: fixed;
  bottom: 2px;
  left: 3px;
  right: 3px;
  top: unset;
  z-index: 777;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-heading .panel-title {
  position: relative;
  top: 2px;
  color: #e6e6e6;
  font-size: 18px;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-heading .tools {
  font-size: 14px;
  position: relative;
  color: #e6e6e6;
  bottom: -10px;
  margin-right: 0px;
  cursor: pointer;
  opacity: 0.5;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-heading .tools:hover {
  opacity: 1;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body {
  overflow: auto;
  width: 100%;
  max-height: 150px;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body span.message {
  margin-left: 0px;
  cursor: pointer;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .btn-message {
  float: right;
  margin-right: 5px;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .validation-nav {
  float: right;
  position: relative;
  bottom: 4px;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .validation-nav .btn {
  outline: none !important;
  border: none !important;
  color: #272727;
  background-color: transparent;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .validation-nav .btn:hover {
  color: #272727;
  background-color: black;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert {
  cursor: pointer;
  opacity: 1;
  padding: 5px;
  margin-bottom: 5px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  border: none;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert:hover {
  opacity: 1;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert .icon {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert .message {
  font-size: 14px;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert-warning {
  color: #272727;
  background-color: #ffc107;
  border-color: #272727;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert-info {
  color: #272727;
  background-color: #0dcaf0;
  border-color: #272727;
}
.validation-panel[jb-type='ValidationPanel']:not(.dv-panel) .panel-body .alert-danger {
  color: #e6e6e6;
  background-color: #FF4136;
  border-color: #e6e6e6;
}
/* ================= End of  (Role: None) ======================== */

/* ================= FormGroup (Role: None) ======================== */

.jb-control[jb-type='FormGroup'] {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
}
.jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupLabelContainer'],
.jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupInputContainer'],
.jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupDescriptionContainer'] {
  display: inline-block;
}
/* ================= End of FormGroup (Role: None) ======================== */

/* ================= FormGroupLabelContainer (Role: None) ======================== */

.jb-control[jb-type='FormGroupLabelContainer'] {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 150px;
}
.jb-control[jb-type='FormGroupLabelContainer'] > [jb-type='Label'] {
  font-weight: inherit;
  color: rgba(39, 39, 39, 0.8);
}
/* ================= End of FormGroupLabelContainer (Role: None) ======================== */

/* ================= FormGroupInputContainer (Role: None) ======================== */

.jb-control[jb-type='FormGroupInputContainer'] > [jb-type='Label'] {
  font-weight: inherit;
}
/* ================= End of FormGroupInputContainer (Role: None) ======================== */

/* ================= FormGroupDescriptionContainer (Role: None) ======================== */

.jb-control[jb-type='FormGroupDescriptionContainer'] {
  font-size: 11px;
  margin-right: 3px;
  margin-top: 3px;
}
.jb-control[jb-type='FormGroupDescriptionContainer'] > [jb-type='Label'] {
  font-weight: inherit;
}
/* ================= End of FormGroupDescriptionContainer (Role: None) ======================== */

/* ================= Table (Role: None) ======================== */

.jb-control[jb-type='Table'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Table'][ui-variation='Borderless'] > tbody > tr > td {
  border-top: none;
}
/* ================= End of Table (Role: None) ======================== */

/* ================= Table (Role: Default) ======================== */

.jb-control[jb-type='Table'][ui-role-color='default'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Default) ======================== */

/* ================= Table (Role: Primary) ======================== */

.jb-control[jb-type='Table'][ui-role-color='primary'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Primary) ======================== */

/* ================= Table (Role: Success) ======================== */

.jb-control[jb-type='Table'][ui-role-color='success'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Success) ======================== */

/* ================= Table (Role: Info) ======================== */

.jb-control[jb-type='Table'][ui-role-color='info'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Info) ======================== */

/* ================= Table (Role: Warning) ======================== */

.jb-control[jb-type='Table'][ui-role-color='warning'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Warning) ======================== */

/* ================= Table (Role: Danger) ======================== */

.jb-control[jb-type='Table'][ui-role-color='danger'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
/* ================= End of Table (Role: Danger) ======================== */

/* ================= Grid (Role: None) ======================== */

.jb-control[jb-type='Grid'][ui-variation='Borderless'] {
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-left-color: rgba(243, 243, 243, 0.5);
  border-right-color: rgba(243, 243, 243, 0.5);
  border-top-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-spacing: 3px 3px;
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(20, 21, 38, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
}
.jb-control[jb-type='Grid'][ui-variation='Borderless'] > tbody > tr > td {
  border-top: none;
}
/* ================= End of Grid (Role: None) ======================== */

/* ================= Grid (Role: Default) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(20, 21, 38, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(20, 21, 38, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='Borderless'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Default) ======================== */

/* ================= Grid (Role: Primary) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(13, 110, 253, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(13, 110, 253, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='Borderless'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Primary) ======================== */

/* ================= Grid (Role: Success) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(25, 135, 84, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(25, 135, 84, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='Borderless'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Success) ======================== */

/* ================= Grid (Role: Info) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(13, 202, 240, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(13, 202, 240, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='Borderless'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Info) ======================== */

/* ================= Grid (Role: Warning) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(255, 193, 7, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(255, 193, 7, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='Borderless'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Warning) ======================== */

/* ================= Grid (Role: Danger) ======================== */

.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] {
  box-shadow: unset;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-bottom-color: rgba(243, 243, 243, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(243, 243, 243, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(243, 243, 243, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(243, 243, 243, 0.5);
  border-top-style: solid;
  border-top-width: 1px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] > tbody > tr {
  background-color: #FFFFFF;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] [jb-type='tHeader'] {
  background-color: rgba(220, 53, 69, 0.15);
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] [jb-type='tFooter'] [jb-type='Pager'] {
  margin-top: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(220, 53, 69, 0.2) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] .grid-add-cell {
  background-color: rgba(20, 21, 38, 0.15);
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='Borderless'] .grid-remove-cell {
  width: 40px;
}
/* ================= End of Grid (Role: Danger) ======================== */

/* ================= End of Rules derived from Mappings ======================== */

/* ================= Custom Rules ======================== */

.jb-control[jb-type='Body'] {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-control {
  box-shadow: initial;
}
.form-control.jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.5rem);
  background-position-y: 0.5rem;
  background-size: 0.5rem 0.5rem;
}
.form-control.jb-readonly {
  cursor: not-allowed;
  opacity: 0.75;
}
@media (max-width: 600px) {
  .jb-mobile-hidden {
    display: none;
  }
}
::-webkit-input-placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #272727;
}
::-moz-placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #272727;
}
:-ms-input-placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #272727;
}
#JooveBoxControlTemplates {
  display: none;
}
/* MISC */

[jb-type='PickList'].jb-disabled *,
[jb-type='DataPickList'].jb-disabled *,
[jb-type='Button'].jb-disabled * {
  cursor: not-allowed;
}
/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty * {
  box-sizing: border-box;
}
.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}
.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}
.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}
.pretty .state label:after,
.pretty .state label:before {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}
.pretty .state label:before {
  border-color: #141526;
}
.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none;
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #141526;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #141526;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.pretty.p-default input:checked ~ .state label:after {
  background-color: #141526 !important;
}
.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
  border-width: calc(1em / 7);
}
.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -ms-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}
.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}
.pretty.p-icon input:checked ~ .state label:before {
  border-color: #30313e;
}
.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}
.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}
.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}
.pretty.p-switch input {
  min-width: 2em;
}
.pretty.p-switch .state {
  position: relative;
}
.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #141526;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}
.pretty.p-switch .state label {
  text-indent: 2.5em;
}
.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pretty.p-switch .state label:after {
  background-color: #141526 !important;
}
.pretty.p-switch input:checked ~ .state:before {
  border-color: #30313e;
}
.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}
.pretty.p-switch input:checked ~ .state label:after {
  background-color: #30313e !important;
  left: 1em;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #30313e;
  background-color: #30313e !important;
}
.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}
.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #FFFFFF !important;
  left: 1em;
}
.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #141526 !important;
  top: calc(50% - .1em);
}
.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #30313e;
  background-color: #30313e !important;
}
.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}
.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0 0 3px 0 #141526;
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}
.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit;
}
.pretty.p-toggle .state.p-off .icon {
  color: #141526;
}
.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}
.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}
.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}
.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
  border-radius: 100%;
}
.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}
.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
  border-radius: 20%;
}
.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
  transition: all 0.5s ease;
}
.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}
.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
}
.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:after,
.pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}
.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}
.pretty input[disabled] ~ * {
  opacity: 0.5;
}
.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}
.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #0d6efd !important;
}
.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #0d6efd;
}
.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #0d6efd;
  stroke: #0d6efd;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #0d6efd !important;
}
.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #0d6efd;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #0d6efd !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #408cfd;
  background-color: #408cfd !important;
}
.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #0dcaf0 !important;
}
.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #0dcaf0;
}
.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #0dcaf0;
  stroke: #0dcaf0;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #0dcaf0 !important;
}
.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #0dcaf0;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #0dcaf0 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #0aa1c0;
  background-color: #0aa1c0 !important;
}
.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #198754 !important;
}
.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #198754;
}
.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #198754;
  stroke: #198754;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #198754 !important;
}
.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #198754;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #198754 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #21b26f;
  background-color: #21b26f !important;
}
.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #ffc107 !important;
}
.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #ffc107;
}
.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #ffc107;
  stroke: #ffc107;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #ffc107 !important;
}
.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #ffc107;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #ffc107 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #d39e00;
  background-color: #d39e00 !important;
}
.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #dc3545 !important;
}
.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #dc3545;
}
.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}
.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #dc3545;
  stroke: #dc3545;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #dc3545 !important;
}
.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #dc3545;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #dc3545 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #e4606d;
  background-color: #e4606d !important;
}
.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}
.pretty.p-bigger label {
  text-indent: 1.7em;
}
@media print {
  .pretty .state .icon,
  .pretty .state label:after,
  .pretty .state label:before,
  .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.spinner {
  margin: 0px auto;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(39, 39, 39, 0.2);
  border-right: 1.1em solid rgba(39, 39, 39, 0.2);
  border-bottom: 1.1em solid rgba(39, 39, 39, 0.2);
  border-left: 1.1em solid #0d6efd;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
label[jb-type="NumberingLabel"] {
  margin-bottom: 0;
}
.jb-control.jb-tabs.jb-tabs-bottom[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] {
  border-top: 1px solid rgba(243, 243, 243, 0.5);
}
.jb-control.jb-tabs.jb-tabs-bottom[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] > li {
  margin-top: -1px;
}
.jb-control.jb-tabs.jb-tabs-bottom[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] > li.active > a {
  border-bottom: 1px solid rgba(243, 243, 243, 0.5);
}
.jb-control.jb-tabs.jb-tabs-bottom[jb-type='TabContainer'] .jb-control[jb-type='TabPage'] {
  border-bottom: none;
  border-top: 1px solid rgba(243, 243, 243, 0.5);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.25rem;
}
.jb-control.jb-tabs.jb-tabs-left[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] {
  border-right: 1px solid rgba(243, 243, 243, 0.5);
}
.jb-control.jb-tabs.jb-tabs-left[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] > li {
  margin-right: -1px;
}
.jb-control.jb-tabs.jb-tabs-left[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] > li.active > a {
  border-left: 1px solid rgba(243, 243, 243, 0.5) !important;
  border-top: 1px solid rgba(243, 243, 243, 0.5) !important;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5) !important;
}
.jb-control.jb-tabs.jb-tabs-left[jb-type='TabContainer'] .jb-control[jb-type='TabPage'] {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.jb-control.jb-tabs.jb-tabs-right[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] {
  border-left: 1px solid rgba(243, 243, 243, 0.5);
}
.jb-control.jb-tabs.jb-tabs-right[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] > li {
  margin-left: -1px;
}
.jb-control.jb-tabs.jb-tabs-right[jb-type='TabContainer'] .jb-control[jb-type='TabHeader'] > li.active > a {
  border-right: 1px solid rgba(243, 243, 243, 0.5) !important;
  border-top: 1px solid rgba(243, 243, 243, 0.5) !important;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5) !important;
}
.jb-control.jb-tabs.jb-tabs-right[jb-type='TabContainer'] .jb-control[jb-type='TabPage'] {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.table .table {
  background-color: transparent !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top-color: rgba(243, 243, 243, 0.5) !important;
}
ul.pagination > li > a {
  padding: 4px 12px;
  color: #272727 !important;
  margin: 1px !important;
}
.data-list-control .buttons .btn-group > a {
  border-radius: 0.25rem !important;
}
.sign-in-panel {
  box-shadow: 2px 2px 8px 0px lightgrey;
  border-radius: 3px;
  max-width: 460px;
  padding: 20px;
  margin: 0px auto;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.master-page-footer {
  position: sticky;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  background-color: #ffffff;
  font-size: 13px;
  color: dimgrey;
  height: 32px;
  padding: 4px 60px;
  border-top: 1px solid lightgrey;
  z-index: 2;
}
.master-page-header {
  position: sticky;
  top: 0px;
  min-height: 52px;
  background: white;
  left: 0px;
  right: 0px;
  z-index: 11;
  border-bottom: 1px solid #e0e0e0 !important;
}
.master-page-header .row div {
  padding: 11px 80px;
}
.master-page-header .title-label {
  font-size: 15px;
  color: black;
  font-weight: 500;
  display: inline-block;
}
.container-fluid {
  margin-top: 88px;
  padding-left: 2% !important;
  padding-right: 2% !important;
  padding-bottom: 40px;
  padding-top: 20px;
}
.dashboard-toparea {
  background: #efefef;
  padding: 20px 4% 30px 4% !important;
  margin-bottom: 15px;
  margin-left: -56px;
  margin-right: -61px;
  margin-top: -30px;
}
.dashboard-toparea .user-label-info {
  font-size: 1.2em;
  width: 110px;
  display: block;
  font-weight: 600;
}
.dashboard-toparea .period-options {
  border: 1px solid #6495ed7a;
  padding: 1px 8px;
  text-align: center;
  font-size: 1em;
  color: #0d6efd;
  border-radius: 0px;
  box-shadow: 0px 0px 1px 0px #0d6efd;
  margin: 0px 2px;
  cursor: pointer;
}
.dashboard-toparea .selected-period-options {
  outline: 3px solid #4993ff;
  font-weight: bold !important;
  background: #0d6efd;
  color: white;
}
.dashboard-toparea .period-options:hover {
  background: #0d6efd;
  color: white;
}
.default-color {
  color: #141526 !important;
}
.jb-control[jb-type='FieldSet'].white-card:hover {
  box-shadow: 0px 0px 1px 0px darkgrey;
}
.jb-control[jb-type='FieldSet'].white-card:hover i {
  opacity: 0.8;
}
.jb-control[jb-type='FieldSet'].white-card-mini {
  display: inline-flex;
  margin: 3px 10px 30px 10px;
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
}
.jb-control[jb-type='FieldSet'].white-card-mini .panel-body {
  padding: 8px 15px;
  background-color: white !important;
  position: relative;
  width: 200px;
}
.jb-control[jb-type='FieldSet'].white-card-mini .panel-body .text-label {
  font-size: 1em;
  color: dimgrey;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
}
.jb-control[jb-type='FieldSet'].white-card-mini .panel-body .value-label {
  font-size: 2.1em;
  color: black;
  font-weight: 600;
}
.jb-control[jb-type='FieldSet'].white-card-mini .panel-body i {
  position: absolute;
  top: 38px;
  right: 11px;
  font-size: 49px;
  opacity: 0.5;
  color: lightgrey;
}
.jb-control[jb-type='FieldSet'].white-card-mini:hover {
  box-shadow: 0px 0px 1px 0px darkgrey;
}
.jb-control[jb-type='FieldSet'].white-card-mini:hover i {
  opacity: 0.8 !important;
}
.filters-btn {
  position: fixed;
  top: 6px;
  z-index: 11;
  right: 60px;
}
.filters-panel {
  position: fixed;
  width: 500px;
  top: 50px;
  right: 60px;
  z-index: 11;
  border: 1px solid #eceaea !important;
  box-shadow: lightgrey 0px 0px 10px 3px !important;
}
.jb-control[jb-id='MasterPageMasterAdministrationRoot'] {
  position: absolute;
  bottom: 0px;
}
.jb-control[jb-id='MyDashboard'] {
  width: 140px !important;
  border: 2px solid #9193a8;
  margin: 10px 26px;
  border-radius: 24px;
  padding: 6px 9px;
  height: 40px;
}
.jb-control[jb-id='MyDashboard'] a {
  padding: 0px 15px !important;
}
.jb-control[jb-id='MyDashboard'] a span {
  right: -10px !important;
  top: 3px;
}
.jb-control[jb-id='MyDashboard'] a .glyphicon {
  margin: 2px 0px 0px 0px;
}
.jb-control[jb-id='MyDashboard']:hover {
  border: 2px solid white !important;
}
.jb-control[jb-id='MyDashboard']:hover a {
  color: white !important;
}
.jb-control[jb-id='MasterPageMasterAdministrationRoot'] ul {
  bottom: 0% !important;
  top: unset !important;
}
.white-card {
  background: white;
  color: black;
}
.white-card .panel-heading {
  background: white;
}
.white-card .panel-heading label {
  color: #0d6efd;
  font-size: 15px;
  font-weight: 500 !important;
}
.notifications-icon {
  color: white !important;
  float: right;
  background: orange;
  padding: 4px;
  border-radius: 15px;
  font-size: 13px;
}
.notifications-icon:hover {
  box-shadow: 0px 0px 5px 1px lightgrey;
}
.MasterPageNotificationsContainer {
  position: fixed;
  top: 38px;
  right: 82px;
  z-index: 12;
  background: white;
  width: 280px;
  border: 1px solid #d0d0d0;
  min-height: 200px;
}
.MasterPageNotificationsContainer .head-div {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #f1efef;
}
.MasterPageNotificationsContainer .head-div label {
  font-weight: 600 !important;
  font-size: 14px;
}
.MasterPageNotificationsContainer .data-div {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px 0px 30px 0px !important;
  font-size: 13px;
}
.MasterPageNotificationsContainer .footer-div {
  padding: 5px;
  width: 100%;
  border-top: 1px solid #f1efef;
  position: absolute;
  bottom: 0px;
  background: white;
}
.MasterPageNotificationsContainer .footer-div label {
  font-weight: 500 !important;
  color: #8392a5;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.MasterPageNotificationsContainer .footer-div label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  background-color: white !important;
}
.label-success {
  padding: 1px 5px;
  color: white;
  border-radius: 15px;
  font-size: 13px;
}
.label-primary {
  padding: 1px 5px;
  color: white;
  border-radius: 15px;
  font-size: 13px;
}
.label-info {
  padding: 1px 5px;
  color: white;
  border-radius: 15px;
  font-size: 13px;
}
.form-actions {
  position: fixed;
  z-index: 11;
  top: 5px;
  right: 100px;
  border: 1px solid whitesmoke;
}
.validation-panel {
  background-color: #dc3545 !important;
}
.validation-panel .jb-control[jb-type='FieldSetHeader'] label {
  color: white !important;
  font-weight: 600 !important;
}
.validation-panel .jb-control[jb-type='FieldSetBody'] {
  background-color: #dc3545 !important;
}
.validation-panel .jb-control[jb-type='FieldSetBody'] table {
  width: 100%;
  background: transparent;
  border: 0px solid;
}
.validation-panel .jb-control[jb-type='FieldSetBody'] table tr {
  background: #0000001c !important;
}
.validation-panel .jb-control[jb-type='FieldSetBody'] table tr td {
  border: 0px solid;
  color: white !important;
}
.validation-panel .jb-control[jb-type='FieldSetBody'] table tr td i {
  color: white !important;
}
html .fileattachment-inputfile:focus + label,
html .fileattachment-inputfile.has-focus + label,
html .fileattachment-inputfile + label:hover {
  background-color: #141526;
  color: white !important;
}
body::-webkit-scrollbar {
  width: 0.6em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #272727;
  outline: 1px solid slategrey;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #7b7b7b;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  border-radius: 5px;
}
::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px;
  margin-left: -81px;
  margin-right: -81px;
  margin-top: -50px;
  background: white;
  height: 79px;
  padding: 20px 6%;
  border-bottom: 1px solid #efefef;
}
.fc-toolbar.fc-header-toolbar .fc-state-active {
  background: #0d6efd;
  color: white;
  border-radius: 1px;
}
.fc-toolbar.fc-header-toolbar .fc-today-button {
  background: whitesmoke !important;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
    width: 200px;
    text-align: center;
  }
  .navbar-header .navbar-brand {
    height: 51px !important;
    width: 200px;
    background: white !important;
    border-right: 1px solid #fbfbfb;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .navbar-header .navbar-brand [jb-type='MenuItemLabel'] {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-right: 0px solid #272727 !important;
    text-align: center;
  }
  .navbar-header .navbar-brand a:hover {
    background: white !important;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    margin-top: -1px !important;
  }
}
html .sweet-alert button.cancel {
  background-color: #141526;
  color: white;
}
html .sweet-alert button.cancel:hover {
  background-color: #30313e;
}
.label-default {
  padding: 1px 5px;
  color: white;
  border-radius: 15px;
  font-size: 13px;
}
html .dt-button-collection .dt-button.active a {
  background-color: white !important;
}
.got-it-container {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 3;
  background-color: #0d6efd;
  color: white;
  padding: 10px 20px;
  width: 275px;
  box-shadow: 0px 0px 4px 1px #0d6efd;
}
.got-it-container .got-it-message {
  font-size: 15px;
}
.got-it-container .got-it-button {
  padding: 4px 18px;
  border: 1px solid whitesmoke;
  border-radius: 2px;
  margin: 10px 5px !important;
  color: white;
}
.got-it-container .got-it-button:hover {
  border: 1px solid #e2e2e2;
  color: #e2e2e2;
  cursor: pointer;
}
.got-it-container i {
  color: #0d6efd !important;
  position: fixed;
  bottom: 22px;
  z-index: 3;
  right: 55px;
  top: unset;
  font-size: 18px;
}
.link-to-zappdev:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* ================= End of Custom Rules ======================== */

