@import "css/bootstrap.min.css";
@import "MasterPageSingIn.css";
@import "lity.css";
@import "zappdev_website_icons.css";
@import "ie7/ie7.css";
@import "1.3.0/css/line-awesome.css";
@import "1.3.0/css/line-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900");
/* ================= Imports ======================== */

/* ================= End of Imports ======================== */

/* ================= Rules derived from Options ======================== */

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

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

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

.validation-panel[jb-type='ValidationPanel'] {
  background-color: #414951;
  border-top-color: #FF6565;
  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: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  box-shadow: #f70d0d 1px 1px 7px 1px;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: unset;
  z-index: 777;
}
.validation-panel[jb-type='ValidationPanel'] .panel-heading .panel-title {
  position: relative;
  top: 6px;
  color: #272727;
  font-size: 21px;
}
.validation-panel[jb-type='ValidationPanel'] .panel-heading .tools {
  font-size: 18px;
  position: relative;
  color: #272727;
  bottom: 14px;
  margin-right: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.validation-panel[jb-type='ValidationPanel'] .panel-heading .tools:hover {
  opacity: 1;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body {
  overflow: auto;
  width: 100%;
  max-height: 150px;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body span.message {
  margin-left: 15px;
  cursor: pointer;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .btn-message {
  float: right;
  margin-right: 5px;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .validation-nav {
  float: right;
  position: relative;
  bottom: 4px;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .validation-nav .btn {
  outline: none !important;
  border: none !important;
  color: #e6e6e6;
  background-color: transparent;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .validation-nav .btn:hover {
  color: #e6e6e6;
  background-color: transparent;
}
.validation-panel[jb-type='ValidationPanel'] .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'] .panel-body .alert:hover {
  opacity: 1;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .alert .icon {
  font-size: 17px;
  position: relative;
  top: 3px;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .alert .message {
  font-size: 17px;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .alert-warning {
  color: #272727;
  background-color: #f1c40f;
  border-color: #272727;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .alert-info {
  color: #272727;
  background-color: #45aaf2;
  border-color: #272727;
}
.validation-panel[jb-type='ValidationPanel'] .panel-body .alert-danger {
  color: #272727;
  background-color: #FF6565;
  border-color: #272727;
}
/* ================= End of  (Role: None) ======================== */

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

.jb-control[jb-type='Body'] {
  background-color: #1f2327;
  color: #e6e6e6;
  overflow-x: hidden;
  font-family: Roboto;
}
/* ================= 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 ======================== */

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

.jb-control[jb-type='BodyContainer'] {
  margin-left: 2rem px;
  margin-right: 2rem px;
}
/* ================= End of BodyContainer (Role: None) ======================== */

/* ================= 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'] {
  box-shadow: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  outline: none;
  background-color: #1f2327;
  color: #fff;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.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"] {
  color: #fff !important;
}
.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: #1f2327;
  color: #fff;
}
.jb-control[jb-type='Button']:focus,
.jb-control[jb-type='PickList']:focus,
.jb-control[jb-type='DataPickList']:focus,
.jb-control[jb-type='ListCommandButton']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #1f2327;
  outline-color: #1f2327;
}
.jb-control[jb-type='Button'].active,
.jb-control[jb-type='PickList'].active,
.jb-control[jb-type='DataPickList'].active,
.jb-control[jb-type='ListCommandButton'].active,
.jb-control[jb-type='Button'].active:focus,
.jb-control[jb-type='PickList'].active:focus,
.jb-control[jb-type='DataPickList'].active:focus,
.jb-control[jb-type='ListCommandButton'].active:focus,
.jb-control[jb-type='Button'].active.focus,
.jb-control[jb-type='PickList'].active.focus,
.jb-control[jb-type='DataPickList'].active.focus,
.jb-control[jb-type='ListCommandButton'].active.focus,
.jb-control[jb-type='Button']:active,
.jb-control[jb-type='PickList']:active,
.jb-control[jb-type='DataPickList']:active,
.jb-control[jb-type='ListCommandButton']:active,
.jb-control[jb-type='Button']:active:focus,
.jb-control[jb-type='PickList']:active:focus,
.jb-control[jb-type='DataPickList']:active:focus,
.jb-control[jb-type='ListCommandButton']:active:focus {
  outline-color: #1f2327;
}
.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'] i,
.jb-control[jb-type='PickList'] i,
.jb-control[jb-type='DataPickList'] i,
.jb-control[jb-type='ListCommandButton'] i {
  color: #fff !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'].jb-link-btn i,
.jb-control[jb-type='PickList'].jb-link-btn i,
.jb-control[jb-type='DataPickList'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'].jb-link-btn i {
  color: #fff;
}
.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: #1f2327;
  text-decoration: underline;
}
.jb-control[jb-type='Button'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'].jb-link-btn:hover i {
  color: #1f2327;
}
.jb-control[jb-type='Button'].jb-link-btn:focus,
.jb-control[jb-type='PickList'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
}
html .sweet-alert button.confirm {
  background-color: #1f2327;
}
html .sweet-alert button.confirm:hover {
  background-color: #1f2327;
}
html .sweet-alert button.cancel {
  background-color: #fff;
  color: black;
}
html .sweet-alert button.cancel:hover {
  background-color: #e6e6e6;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  background-color: #1f2327 !important;
  color: #fff !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.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"] {
  color: #fff !important !important;
}
.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: #2c81bf !important;
  color: #fff !important;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #1f2327 !important;
  outline-color: #1f2327 !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'].active,
.jb-control[jb-type='PickList'][ui-role-color='default'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].active,
.jb-control[jb-type='Button'][ui-role-color='default'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='default'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='default'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='default']:active,
.jb-control[jb-type='PickList'][ui-role-color='default']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='default']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default']:active,
.jb-control[jb-type='Button'][ui-role-color='default']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='default']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default']:active:focus {
  outline-color: #1f2327 !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'] i,
.jb-control[jb-type='PickList'][ui-role-color='default'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'] i {
  color: #fff !important !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn i {
  color: #fff !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: #2c81bf !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn:hover i {
  color: #2c81bf !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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']: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 {
  border-color: #2c81bf !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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #2c81bf !important;
  color: #fff !important;
  border-top-color: #2c81bf;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #2c81bf;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #2c81bf;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #2c81bf;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-right-style: none !important;
}
.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"] {
  color: #fff !important !important;
}
.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: #1a89b8 !important;
  color: #fff !important;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2c81bf !important;
  outline-color: #2c81bf !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].active,
.jb-control[jb-type='PickList'][ui-role-color='primary'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].active,
.jb-control[jb-type='Button'][ui-role-color='primary'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='primary'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='primary']:active,
.jb-control[jb-type='PickList'][ui-role-color='primary']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='primary']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary']:active,
.jb-control[jb-type='Button'][ui-role-color='primary']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary']:active:focus {
  outline-color: #2c81bf !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'] i,
.jb-control[jb-type='PickList'][ui-role-color='primary'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'] i {
  color: #fff !important !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn i {
  color: #fff !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: #1a89b8 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn:hover i {
  color: #1a89b8 !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #00B050 !important;
  color: #e6e6e6 !important;
  border-top-color: #00B050;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #00B050;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #00B050;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #00B050;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-right-style: none !important;
}
.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"] {
  color: #e6e6e6 !important !important;
}
.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: #448700 !important;
  color: #e6e6e6 !important;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00B050 !important;
  outline-color: #00B050 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'].active,
.jb-control[jb-type='PickList'][ui-role-color='success'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].active,
.jb-control[jb-type='Button'][ui-role-color='success'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='success'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='success'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='success']:active,
.jb-control[jb-type='PickList'][ui-role-color='success']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='success']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success']:active,
.jb-control[jb-type='Button'][ui-role-color='success']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='success']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success']:active:focus {
  outline-color: #00B050 !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'] i,
.jb-control[jb-type='PickList'][ui-role-color='success'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'] i {
  color: #e6e6e6 !important !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn i {
  color: #e6e6e6 !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: #448700 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn:hover i {
  color: #448700 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #45aaf2 !important;
  color: #272727 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.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"] {
  color: #272727 !important !important;
}
.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: #1594ef !important;
  color: #272727 !important;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #45aaf2 !important;
  outline-color: #45aaf2 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'].active,
.jb-control[jb-type='PickList'][ui-role-color='info'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].active,
.jb-control[jb-type='Button'][ui-role-color='info'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='info'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='info'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='info']:active,
.jb-control[jb-type='PickList'][ui-role-color='info']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='info']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info']:active,
.jb-control[jb-type='Button'][ui-role-color='info']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='info']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info']:active:focus {
  outline-color: #45aaf2 !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'] i,
.jb-control[jb-type='PickList'][ui-role-color='info'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'] i {
  color: #272727 !important !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn i {
  color: #272727 !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: #1594ef !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn:hover i {
  color: #1594ef !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #f7bc20 !important;
  color: #fff !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.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"] {
  color: #fff !important !important;
}
.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: rgba(247, 188, 32, 0.8) !important;
  color: #fff !important;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f7bc20 !important;
  outline-color: #f7bc20 !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].active,
.jb-control[jb-type='PickList'][ui-role-color='warning'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].active,
.jb-control[jb-type='Button'][ui-role-color='warning'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='warning'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='warning']:active,
.jb-control[jb-type='PickList'][ui-role-color='warning']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='warning']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning']:active,
.jb-control[jb-type='Button'][ui-role-color='warning']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning']:active:focus {
  outline-color: #f7bc20 !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'] i,
.jb-control[jb-type='PickList'][ui-role-color='warning'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'] i {
  color: #fff !important !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn i {
  color: #fff !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: rgba(247, 188, 32, 0.8) !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn:hover i {
  color: rgba(247, 188, 32, 0.8) !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #FF6565 !important;
  color: #272727 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.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"] {
  color: #272727 !important !important;
}
.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: #ff3232 !important;
  color: #272727 !important;
}
.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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FF6565 !important;
  outline-color: #FF6565 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].active,
.jb-control[jb-type='PickList'][ui-role-color='danger'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].active,
.jb-control[jb-type='Button'][ui-role-color='danger'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='danger'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='danger']:active,
.jb-control[jb-type='PickList'][ui-role-color='danger']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='danger']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger']:active,
.jb-control[jb-type='Button'][ui-role-color='danger']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger']:active:focus {
  outline-color: #FF6565 !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'] i,
.jb-control[jb-type='PickList'][ui-role-color='danger'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'] i {
  color: #272727 !important !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn i {
  color: #272727 !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: #ff3232 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn:hover i {
  color: #ff3232 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 8px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
  min-width: 42px;
}
.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"] {
  color: #272727 !important;
}
.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: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].active,
.jb-control[jb-type='Button'][ui-role-element-size='xs'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='xs'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='xs']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='xs']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs']:active,
.jb-control[jb-type='Button'][ui-role-element-size='xs']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs']:active:focus {
  outline-color: #fff;
}
.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'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'] i {
  color: #272727 !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn i {
  color: #272727;
}
.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: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 11px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
  min-width: 66px;
}
.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"] {
  color: #272727 !important;
}
.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: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].active,
.jb-control[jb-type='Button'][ui-role-element-size='sm'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='sm'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='sm']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='sm']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm']:active,
.jb-control[jb-type='Button'][ui-role-element-size='sm']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm']:active:focus {
  outline-color: #fff;
}
.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'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'] i {
  color: #272727 !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn i {
  color: #272727;
}
.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: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 18px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
  min-width: 90px;
}
.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"] {
  color: #272727 !important;
}
.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: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='med']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].active,
.jb-control[jb-type='Button'][ui-role-element-size='med'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='med'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='med']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='med']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med']:active,
.jb-control[jb-type='Button'][ui-role-element-size='med']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med']:active:focus {
  outline-color: #fff;
}
.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'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'] i {
  color: #272727 !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn i {
  color: #272727;
}
.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: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 21px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
  min-width: 120px;
}
.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"] {
  color: #272727 !important;
}
.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: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].active,
.jb-control[jb-type='Button'][ui-role-element-size='lg'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='lg'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='lg']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='lg']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg']:active,
.jb-control[jb-type='Button'][ui-role-element-size='lg']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg']:active:focus {
  outline-color: #fff;
}
.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'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'] i {
  color: #272727 !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn i {
  color: #272727;
}
.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: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  font-size: 28px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  padding-right: 16px !important;
  padding-top: 16px !important;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
  min-width: 140px;
}
.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"] {
  color: #272727 !important;
}
.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: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].active,
.jb-control[jb-type='Button'][ui-role-element-size='xl'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='xl'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='xl']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='xl']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl']:active,
.jb-control[jb-type='Button'][ui-role-element-size='xl']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl']:active:focus {
  outline-color: #fff;
}
.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'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'] i {
  color: #272727 !important;
}
.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;
  background-color: transparent !important;
  border: 0px;
}
.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,
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn i {
  color: #272727;
}
.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: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.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'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6;
  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;
  height: 34px;
  width: 100%;
  background-color: #FFFFFF;
  border-top-color: #1a1a1a;
  border-bottom-color: rgba(65, 86, 99, 0.2);
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][disabled] {
  background-color: #FFFFFF;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][readonly] {
  background-color: #FFFFFF;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][disabled]:hover,
.jb-control[jb-type='TextBox'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: None) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='default'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  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;
  color: #253138c2 !important;
  height: 34px;
  width: 100%;
  background-color: #1f2327 !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='default'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='default'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='default']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Default) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='primary'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  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;
  color: #253138c2 !important;
  height: 34px;
  width: 100%;
  background-color: #1f2327 !important;
  border-top-color: #2c81bf !important;
  border-bottom-color: #2c81bf !important;
  border-left-color: #2c81bf !important;
  border-right-color: #2c81bf !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='primary'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Primary) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='success'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  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;
  color: #253138c2 !important;
  height: 34px;
  width: 100%;
  background-color: #1f2327 !important;
  border-top-color: #00B050 !important;
  border-bottom-color: #00B050 !important;
  border-left-color: #00B050 !important;
  border-right-color: #00B050 !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='success'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='success'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='success']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Success) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='info'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  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;
  color: #253138c2 !important;
  height: 34px;
  width: 100%;
  background-color: #1f2327 !important;
  border-top-color: #45aaf2 !important;
  border-bottom-color: #45aaf2 !important;
  border-left-color: #45aaf2 !important;
  border-right-color: #45aaf2 !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='info'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='info'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='info']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Info) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='warning'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  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;
  color: #253138c2 !important;
  height: 34px;
  width: 100%;
  background-color: #1f2327 !important;
  border-top-color: #f1c40f !important;
  border-bottom-color: #f1c40f !important;
  border-left-color: #f1c40f !important;
  border-right-color: #f1c40f !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='warning'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Warning) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='danger'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #fff !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;
  height: 34px;
  width: 100%;
  background-color: #1f2327 !important;
  border-top-color: #FF6565 !important;
  border-bottom-color: #FF6565 !important;
  border-left-color: #FF6565 !important;
  border-right-color: #FF6565 !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='danger'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Danger) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='xs'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][readonly]:hover {
  cursor: not-allowed;
}
.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']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='sm'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][readonly]:hover {
  cursor: not-allowed;
}
.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']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Small) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='med'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 18px;
  color: #e6e6e6;
  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: 34px !important;
  width: 100% !important;
  width: 100%;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][readonly]:hover {
  cursor: not-allowed;
}
.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']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Normal) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='lg'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 21px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][readonly]:hover {
  cursor: not-allowed;
}
.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']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Large) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='xl'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][readonly]:hover {
  cursor: not-allowed;
}
.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']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='DropDownBox'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e6e6e6;
}
.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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
}
.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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #1a1a1a;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #e6e6e6;
  font-size: 14px;
  line-height: 36px;
}
.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: #e6e6e6 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'] + .select2-container .select2-placeholder {
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='DropDownBox'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= 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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
  color: #e6e6e6;
  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(69, 170, 242, 0.3);
  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: #25a9e0;
  color: #272727;
}
html .typeahead,
html .tt-query,
html .tt-hint {
  width: 396px;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 30px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  outline: none;
}
html .typeahead {
  background-color: #1f2327;
}
html .tt-hint {
  color: #999;
}
html .tt-menu {
  width: 100%;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
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: #25a9e0;
  color: #272727;
}
html .tt-suggestion.tt-cursor {
  background-color: #25a9e0;
  color: #272727;
}
html .tt-suggestion p {
  margin: 0;
}
html [jb-type="TypeaheadBoxEntryContainer"] {
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e6e6e6;
}
/* ================= End of DropDownBox (Role: None) Related Rules ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-color='default'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #fff !important;
  border-top-color: #fff !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #272727 !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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff !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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #fff !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #272727 !important;
  font-size: 14px;
  line-height: 36px;
}
.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: #272727 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'] + .select2-container .select2-placeholder {
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #fff !important;
  border-top-color: #fff !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #272727 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'][readonly] {
  background-color: #fff !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='default'][disabled] {
  background-color: #fff !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= End of DropDownBox (Role: Default) ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #2c81bf !important;
  border-top-color: #2c81bf !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #2c81bf !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #2c81bf !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #2c81bf !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff !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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #2c81bf !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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #2c81bf !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2c81bf !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #2c81bf !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #2c81bf !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #fff !important;
  font-size: 14px;
  line-height: 36px;
}
.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: #fff !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'] + .select2-container .select2-placeholder {
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #2c81bf !important;
  border-top-color: #2c81bf !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #2c81bf !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #2c81bf !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #2c81bf !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'][readonly] {
  background-color: #2c81bf !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='primary'][disabled] {
  background-color: #2c81bf !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= End of DropDownBox (Role: Primary) ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-color='success'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #00B050 !important;
  border-top-color: #00B050 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #00B050 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00B050 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00B050 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #00B050 !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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #00B050 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00B050 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #00B050 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #00B050 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 36px;
}
.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: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #00B050 !important;
  border-top-color: #00B050 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #00B050 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00B050 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00B050 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'][readonly] {
  background-color: #00B050 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='success'][disabled] {
  background-color: #00B050 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= End of DropDownBox (Role: Success) ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-color='info'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #45aaf2 !important;
  border-top-color: #45aaf2 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #45aaf2 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #45aaf2 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #45aaf2 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #45aaf2 !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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #45aaf2 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #45aaf2 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #45aaf2 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #45aaf2 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 36px;
}
.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: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #45aaf2 !important;
  border-top-color: #45aaf2 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #45aaf2 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #45aaf2 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #45aaf2 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #272727 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'][readonly] {
  background-color: #45aaf2 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='info'][disabled] {
  background-color: #45aaf2 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= End of DropDownBox (Role: Info) ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #f1c40f !important;
  border-top-color: #f1c40f !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f1c40f !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f1c40f !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f1c40f !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #f1c40f !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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #f1c40f !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f1c40f !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f1c40f !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f1c40f !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 36px;
}
.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: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #f1c40f !important;
  border-top-color: #f1c40f !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f1c40f !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f1c40f !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f1c40f !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #272727 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'][readonly] {
  background-color: #f1c40f !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='warning'][disabled] {
  background-color: #f1c40f !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= End of DropDownBox (Role: Warning) ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] {
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #FF6565 !important;
  border-top-color: #FF6565 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FF6565 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FF6565 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #FF6565 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #272727 !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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #FF6565 !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: 36px;
  outline: none;
  background-color: transparent;
  border-top-color: #FF6565 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF6565 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FF6565 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FF6565 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #272727 !important;
  font-size: 14px;
  line-height: 36px;
}
.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: #272727 !important transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'] + .select2-container .select2-placeholder {
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  background-color: #FF6565 !important;
  border-top-color: #FF6565 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FF6565 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FF6565 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #FF6565 !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #272727 !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'][readonly] {
  background-color: #FF6565 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-color='danger'][disabled] {
  background-color: #FF6565 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
}
.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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #1a1a1a;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #7c7b98;
  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: #7c7b98 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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xs'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= 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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
}
.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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #1a1a1a;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #7c7b98;
  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: #7c7b98 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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='sm'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= End of DropDownBox (Role: Small) ======================== */

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

.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] {
  width: 100% !important;
  height: 36px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 18px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
}
.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: 36px !important;
  outline: none;
  background-color: transparent;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #1a1a1a;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #7c7b98;
  font-size: 18px;
  line-height: 36px !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: #7c7b98 transparent transparent transparent;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'] + .select2-container .select2-placeholder {
  height: 36px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 18px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='med'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= 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: 21px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
}
.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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #1a1a1a;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #7c7b98;
  font-size: 21px;
  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: #7c7b98 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: 21px;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='lg'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= 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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.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: 100%;
  background-position-y: 0;
  background-size: 5px;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'] + .select2-container {
  min-width: 100px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1f2327;
}
.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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-left-width: 1px !important;
  border-left-style: solid;
  border-left-color: #1a1a1a;
  border-right-width: 1px !important;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #7c7b98;
  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: #7c7b98 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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #7c7b98;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
.jb-control[jb-type='DropDownBox'][ui-role-element-size='xl'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1) !important;
  border-bottom-color: rgba(128, 128, 128, 0.1) !important;
  border-left-color: rgba(128, 128, 128, 0.1) !important;
  border-right-color: rgba(128, 128, 128, 0.1) !important;
}
/* ================= 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: 18px;
  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: 21px;
  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'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327;
  color: #e6e6e6;
  min-height: 100px;
  resize: vertical;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextArea'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][disabled]:hover,
.jb-control[jb-type='TextArea'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'].focus:not([readonly]),
.jb-control[jb-type='TextArea'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea']:focus:not([readonly]),
.jb-control[jb-type='TextArea']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][disabled]:focus,
.jb-control[jb-type='TextArea'][readonly]:focus,
.jb-control[jb-type='TextArea'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: None) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-color='default'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327 !important;
  color: #e6e6e6 !important;
  min-height: 100px;
  resize: vertical;
  border-top-color: #1a1a1a !important;
  border-bottom-color: #1a1a1a !important;
  border-left-color: #1a1a1a !important;
  border-right-color: #1a1a1a !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='default'][disabled] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='default'][readonly] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='default'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-color='default'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-color='default'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='default'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='default']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='default']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='default'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='default'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='default'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-color='default'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='default'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Default) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-color='primary'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327 !important;
  color: #fff !important;
  min-height: 100px;
  resize: vertical;
  border-top-color: #2c81bf !important;
  border-bottom-color: #2c81bf !important;
  border-left-color: #2c81bf !important;
  border-right-color: #2c81bf !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'][disabled] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'][readonly] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-color='primary'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='primary'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='primary']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='primary']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='primary'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='primary'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-color='primary'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='primary'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Primary) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-color='success'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327 !important;
  color: #e6e6e6 !important;
  min-height: 100px;
  resize: vertical;
  border-top-color: #00B050 !important;
  border-bottom-color: #00B050 !important;
  border-left-color: #00B050 !important;
  border-right-color: #00B050 !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='success'][disabled] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='success'][readonly] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='success'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-color='success'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-color='success'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='success'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='success']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='success']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='success'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='success'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='success'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-color='success'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='success'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Success) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-color='info'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327 !important;
  color: #272727 !important;
  min-height: 100px;
  resize: vertical;
  border-top-color: #45aaf2 !important;
  border-bottom-color: #45aaf2 !important;
  border-left-color: #45aaf2 !important;
  border-right-color: #45aaf2 !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='info'][disabled] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='info'][readonly] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='info'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-color='info'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-color='info'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='info'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='info']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='info']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='info'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='info'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='info'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-color='info'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='info'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Info) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-color='warning'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327 !important;
  color: #e6e6e6 !important;
  min-height: 100px;
  resize: vertical;
  border-top-color: #f1c40f !important;
  border-bottom-color: #f1c40f !important;
  border-left-color: #f1c40f !important;
  border-right-color: #f1c40f !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'][disabled] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'][readonly] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-color='warning'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='warning'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='warning']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='warning']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='warning'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='warning'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-color='warning'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='warning'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Warning) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-color='danger'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  height: 36px;
  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: #1f2327 !important;
  color: #e6e6e6 !important;
  min-height: 100px;
  resize: vertical;
  border-top-color: #FF6565 !important;
  border-bottom-color: #FF6565 !important;
  border-left-color: #FF6565 !important;
  border-right-color: #FF6565 !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'][disabled] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'][readonly] {
  background-color: #1f2327 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-color='danger'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='danger'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='danger']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-color='danger']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='danger'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-color='danger'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-color='danger'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-color='danger'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Danger) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-element-size='xs'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 8px;
  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;
  background-color: #1f2327;
  color: #e6e6e6;
  min-height: 100px;
  resize: vertical;
  width: 100%;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='xs']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='xs']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xs'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-element-size='sm'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 11px;
  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;
  background-color: #1f2327;
  color: #e6e6e6;
  min-height: 100px;
  resize: vertical;
  width: 100%;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='sm']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='sm']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='sm'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Small) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-element-size='med'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 18px;
  height: 36px !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;
  background-color: #1f2327;
  color: #e6e6e6;
  min-height: 100px;
  resize: vertical;
  width: 100%;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='med'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='med']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='med']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='med'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='med'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Normal) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-element-size='lg'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 21px;
  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;
  background-color: #1f2327;
  color: #e6e6e6;
  min-height: 100px;
  resize: vertical;
  width: 100%;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='lg']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='lg']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='lg'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: Large) ======================== */

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

.jb-control[jb-type='TextArea'][ui-role-element-size='xl'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 30px;
  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;
  background-color: #1f2327;
  color: #e6e6e6;
  min-height: 100px;
  resize: vertical;
  width: 100%;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][disabled]:hover,
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'].focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'].active.focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='xl']:focus:not([readonly]),
.jb-control[jb-type='TextArea'][ui-role-element-size='xl']:active:focus:not([readonly]) {
  outline: none !important;
  border: 1px solid #fff !important;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][disabled]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][readonly]:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][disabled]:active:focus,
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'][readonly]:active:focus {
  box-shadow: none;
  outline: none;
}
.jb-control[jb-type='TextArea'][ui-role-element-size='xl'].jb-required {
  padding-right: 20px;
  background-image: url(images/icon-asterisk.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 2px;
  background-size: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  
}
/* ================= End of TextArea (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='RichTextBox'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px;
  border-top-color: #1a1a1a;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6;
  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: 36px;
}
/* ================= 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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
html trix-toolbar .trix-button {
  position: relative;
  float: left;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  color: #e6e6e6;
  background-color: #1f2327;
}
html trix-toolbar .trix-button:first-child {
  border-left: none !important;
}
html trix-toolbar .trix-button.trix-active {
  background: #1a1a1a;
  color: #e6e6e6;
}
html trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
html trix-toolbar .trix-button:disabled {
  color: #e6e6e6;
}
@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";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  width: 2.25em;
  height: 2.25em;
  text-indent: -9999px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-device-width: 768px) {
  
}
html trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  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: "S";
  text-decoration: line-through;
  margin-top: -8px;
  font-size: 20px;
}
html trix-toolbar .trix-button--icon-quote::before {
  content: "\201C";
  font-size: 33px;
  margin-top: -12px;
  font-weight: bold;
}
html trix-toolbar .trix-button--icon-heading-1::before {
  content: "H";
  font-weight: bold;
  font-size: 20px;
  margin-top: -8px;
}
html trix-toolbar .trix-button--icon-code::before {
  content: "</>";
}
html trix-toolbar .trix-button--icon-bullet-list::before {
  content: "\e056";
}
html trix-toolbar .trix-button--icon-number-list::before {
  content: "\e032";
}
html trix-toolbar .trix-button--icon-undo::before {
  content: "\e030";
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
html trix-toolbar .trix-button--icon-redo::before {
  content: "\e030";
}
html trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  content: "\e114";
}
html trix-toolbar .trix-button--icon-increase-nesting-level::before {
  content: "\e113";
}
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: none;
  border: none !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
  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: #e6e6e6;
  background-color: #1f2327;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  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: #FF6565 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: #e6e6e6 !important;
  background-color: #1f2327 !important;
  border-top-color: #FF6565 !important;
  border-bottom-color: #FF6565 !important;
  border-left-color: #FF6565 !important;
  border-right-color: #FF6565 !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: #fff !important;
  border-bottom-color: #fff !important;
  border-bottom-width: 1px;
  border-left-color: #fff !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #fff !important;
  border-right-width: 1px;
  border-top-color: #fff !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: 36px;
}
/* ================= End of RichTextBox (Role: Default) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-color='primary'] {
  border-bottom-color: #2c81bf !important;
  border-bottom-width: 1px;
  border-left-color: #2c81bf !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #2c81bf !important;
  border-right-width: 1px;
  border-top-color: #2c81bf !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #fff !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: rgba(44, 129, 191, 0.6) !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 36px;
}
/* ================= End of RichTextBox (Role: Primary) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-color='success'] {
  border-bottom-color: #00B050 !important;
  border-bottom-width: 1px;
  border-left-color: #00B050 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #00B050 !important;
  border-right-width: 1px;
  border-top-color: #00B050 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: rgba(0, 176, 80, 0.6) !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 36px;
}
/* ================= End of RichTextBox (Role: Success) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-color='info'] {
  border-bottom-color: #45aaf2 !important;
  border-bottom-width: 1px;
  border-left-color: #45aaf2 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #45aaf2 !important;
  border-right-width: 1px;
  border-top-color: #45aaf2 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: rgba(69, 170, 242, 0.6) !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 36px;
}
/* ================= End of RichTextBox (Role: Info) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-color='warning'] {
  border-bottom-color: #f1c40f !important;
  border-bottom-width: 1px;
  border-left-color: #f1c40f !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #f1c40f !important;
  border-right-width: 1px;
  border-top-color: #f1c40f !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: rgba(241, 196, 15, 0.6) !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 36px;
}
/* ================= End of RichTextBox (Role: Warning) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-color='danger'] {
  border-bottom-color: #FF6565 !important;
  border-bottom-width: 1px;
  border-left-color: #FF6565 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #FF6565 !important;
  border-right-width: 1px;
  border-top-color: #FF6565 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: rgba(255, 101, 101, 0.6) !important;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  width: 100%;
  height: unset;
  min-height: 36px;
}
/* ================= End of RichTextBox (Role: Danger) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-element-size='xs'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #e6e6e6;
  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;
}
/* ================= End of RichTextBox (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-element-size='sm'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #e6e6e6;
  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;
}
/* ================= End of RichTextBox (Role: Small) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-element-size='med'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 18px;
  color: #e6e6e6;
  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: 36px !important;
}
/* ================= End of RichTextBox (Role: Normal) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-element-size='lg'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 21px;
  color: #e6e6e6;
  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;
}
/* ================= End of RichTextBox (Role: Large) ======================== */

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

.jb-control[jb-type='RichTextBox'][ui-role-element-size='xl'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #e6e6e6;
  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;
}
/* ================= End of RichTextBox (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='HyperLink'] {
  font-weight: normal;
  color: #2c81bf;
}
.jb-control[jb-type='HyperLink']:hover {
  color: #1a89b8;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: None) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-color='default'] {
  font-weight: normal;
  color: #fff !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='default']:hover {
  color: #fff !important;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Default) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-color='primary'] {
  font-weight: normal;
  color: #2c81bf !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='primary']:hover {
  color: #1a89b8 !important;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Primary) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-color='success'] {
  font-weight: normal;
  color: #00B050 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='success']:hover {
  color: #448700 !important;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Success) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-color='info'] {
  font-weight: normal;
  color: #45aaf2 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='info']:hover {
  color: #1594ef !important;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Info) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-color='warning'] {
  font-weight: normal;
  color: #f1c40f !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='warning']:hover {
  color: #c29d0b !important;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Warning) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-color='danger'] {
  font-weight: normal;
  color: #FF6565 !important;
}
.jb-control[jb-type='HyperLink'][ui-role-color='danger']:hover {
  color: #ff3232 !important;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= 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: #2c81bf;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='xs']:hover {
  color: #1a89b8;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= 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: #2c81bf;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='sm']:hover {
  color: #1a89b8;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Small) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-font-size='med'] {
  font-size: 18px;
  font-weight: normal;
  color: #2c81bf;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='med']:hover {
  color: #1a89b8;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: Normal) ======================== */

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

.jb-control[jb-type='HyperLink'][ui-role-font-size='lg'] {
  font-size: 21px;
  font-weight: normal;
  color: #2c81bf;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='lg']:hover {
  color: #1a89b8;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= 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: #2c81bf;
}
.jb-control[jb-type='HyperLink'][ui-role-font-size='xl']:hover {
  color: #1a89b8;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}
/* ================= End of HyperLink (Role: ExtraLarge) ======================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

.jb-control[jb-type='ImageBox'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label {
  font-size: 1.25rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border-color: red;
  position: relative;
  outline: none;
  border: none;
  font-size: 1em;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label:hover {
  text-decoration: underline;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label.has-error::before {
  content: "\e917";
  top: 1px;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label.has-success::before {
  content: "\e918";
  top: 1px;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label.has-uploading::before {
  animation: rotating 2s linear infinite;
  content: "\e919";
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label::before {
  content: "\e916";
  font-family: themeicons;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin-right: 0.625rem;
  z-index: 10;
  position: relative;
  height: 100%;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label[disabled],
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label[disabled].state-loading {
  cursor: default;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label .fileattachment_content {
  z-index: 10;
  position: relative;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label.has-error .fileattachment_progress,
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label.has-success .fileattachment_progress {
  visibility: hidden;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label.has-uploading .fileattachment_progress {
  visibility: visible;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label .fileattachment_progress {
  background: red;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label .fileattachment_progress_inner {
  position: absolute;
  left: 0;
  background: #1f2327;
}
.jb-control[jb-type='ImageBox'] ~ .image_upload_button label .fileattachment_progress_inner {
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
.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) ======================== */

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

html canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
html .filter-row .remove-filter {
  position: relative;
  right: 4px;
  top: 9px;
  font-size: 16px;
  opacity: 0.8;
}
html .filter-row .remove-filter:hover {
  cursor: pointer;
  opacity: 1;
}
html .chart-toolbar #chart-preferences-button {
  visibility: hidden;
  opacity: 0.8;
}
html .chart-toolbar #chart-preferences-button:hover {
  cursor: pointer;
  opacity: 1;
}
html .chart-toolbar #chart-quick-filter-button {
  visibility: hidden;
  margin-left: 3px;
  opacity: 0.8;
}
html .chart-toolbar #chart-quick-filter-button:hover {
  cursor: pointer;
  opacity: 1;
}
html .no-records {
  display: table-cell;
  vertical-align: middle;
  opacity: 0.5;
  text-align: center;
  background-color: #e6e6e6;
  color: #1f2327;
  font-size: 18px;
}
/* ================= End of Chart (Role: None) Related Rules ======================== */

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

.jb-control[jb-type='ProgressBar'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'] .progress-bar {
  background-color: #2c81bf;
  color: #fff;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='default'] .progress-bar {
  background-color: #fff;
  color: #272727;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='primary'] .progress-bar {
  background-color: #2c81bf;
  color: #fff;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='success'] .progress-bar {
  background-color: #00B050;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='info'] .progress-bar {
  background-color: #45aaf2;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='warning'] .progress-bar {
  background-color: #f1c40f;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-color='danger'] .progress-bar {
  background-color: #FF6565;
  color: #272727;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 5px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='xs'] .progress-bar {
  background-color: #2c81bf;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 10px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='sm'] .progress-bar {
  background-color: #2c81bf;
  color: #fff;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 20px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='med'] .progress-bar {
  background-color: #2c81bf;
  color: #fff;
  font-size: 18px;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 30px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='lg'] .progress-bar {
  background-color: #2c81bf;
  color: #fff;
  font-size: 21px;
  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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  height: 50px;
  background-color: #1f2327 !important;
}
.jb-control[jb-type='ProgressBar'][ui-role-element-size='xl'] .progress-bar {
  background-color: #2c81bf;
  color: #fff;
  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;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #fff;
}
.jb-control[jb-type='Label'][ui-role-color='default'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #2c81bf;
}
.jb-control[jb-type='Label'][ui-role-color='primary'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #00B050;
}
.jb-control[jb-type='Label'][ui-role-color='success'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #45aaf2;
}
.jb-control[jb-type='Label'][ui-role-color='info'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #f1c40f;
}
.jb-control[jb-type='Label'][ui-role-color='warning'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #FF6565;
}
.jb-control[jb-type='Label'][ui-role-color='danger'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='xs'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='sm'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #b5b5b5;
}
.jb-control[jb-type='Label'][ui-role-font-size='med'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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: 21px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #fff;
}
.jb-control[jb-type='Label'][ui-role-font-size='lg'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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;
  color: #fff;
}
.jb-control[jb-type='Label'][ui-role-font-size='xl'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'] {
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: collapse !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-spacing: 0px 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
}
.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: #25a9e0;
  color: #272727;
}
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #414951;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #dbdbdb;
  background: #dbdbdb;
}
.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 > td,
.jb-control[jb-type='DataList'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover > td {
  background-color: transparent !important;
  color: #272727 !important;
}
.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: rgba(69, 170, 242, 0.3) !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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: #1f2327;
}
.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 !important;
  color: #e6e6e6;
}
/* ================= End of List, DataList (Role: None) ======================== */

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

html .datatables-wrapper .global-search .input-group {
  background-color: #1f2327;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
html .datatables-wrapper .global-search .input-group input {
  background-color: #1f2327;
  color: #e6e6e6;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
html .datatables-wrapper .global-search .input-group .input-group-btn > button {
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
html .datatables-wrapper .global-search .input-group .input-group-btn > button:hover {
  color: #272727;
  background-color: #414951;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-webkit-input-placeholder {
  color: #e6e6e6;
  opacity: 0.5;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-moz-placeholder {
  color: #e6e6e6;
  opacity: 0.5;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-ms-input-placeholder {
  color: #e6e6e6;
  opacity: 0.5;
}
html .datatables-wrapper .global-search .input-group input.form-control.search-input::-moz-placeholder {
  color: #e6e6e6;
  opacity: 0.5;
}
html .datatables-wrapper .dt-buttons > a:focus,
html .datatables-wrapper .dt-buttons > a:hover,
html .datatables-wrapper .dt-buttons > span:focus,
html .datatables-wrapper .dt-buttons > span:hover {
  color: #fff !important;
  background-color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
}
html .datatables-wrapper .dt-buttons > a,
html .datatables-wrapper .dt-buttons > span {
  margin: 3px;
  color: #fff;
  background-color: #1f2327;
  border: 1px solid #1a1a1a;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
html .datatables-wrapper select {
  color: #fff;
  background-color: #1f2327;
  border-radius: 0px;
  border: 1px solid #1a1a1a;
}
html .datatables-wrapper .settings .dataTables_length {
  margin: 3px 5px -5px -10px;
  float: right;
}
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: #fff !important;
  background-color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
}
html ul.pagination > li > a {
  margin: 3px;
  color: #fff;
  background-color: #1f2327;
  border: 1px solid #1a1a1a;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
html ul.pagination > li:hover > a {
  color: #fff !important;
  background-color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
}
html ul.pagination > li.active > a {
  color: #e6e6e6 !important;
  background-color: #363c43 !important;
  border: 1px solid #363c43 !important;
}
html ul.pagination > li.disabled > a {
  color: rgba(230, 230, 230, 0.5) !important;
  background-color: #414951 !important;
  border: 1px solid #414951 !important;
}
html .data-list-standalone-outer-static-elements-dummy {
  height: 160px;
}
html .btn-group > button.datalist-select {
  cursor: pointer;
  background-color: #414951;
  color: #fff;
  border: 1px solid #1a1a1a;
  outline: none;
  margin-left: 5px;
  border-radius: 0px;
}
html .btn-group > button.datalist-select:hover {
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}
html .dt-button-collection {
  color: #fff;
  background-color: #1f2327;
  border-radius: 0px;
  border: 1px solid #1a1a1a;
  overflow: auto;
}
html .dt-button-collection .dt-button {
  color: #fff !important;
  background-color: #1f2327 !important;
}
html .dt-button-collection .dt-button:hover {
  color: #fff !important;
  background-color: #1a1a1a !important;
}
html .dt-button-collection .dt-button a {
  color: #fff;
}
html .dt-button-collection .dt-button a:hover {
  color: #fff !important;
  background-color: #dbdbdb !important;
}
html .dt-button-collection .dt-button span {
  color: #fff;
}
html .dt-button-collection .dt-button.active:hover {
  color: #fff !important;
  background-color: #dbdbdb !important;
}
html .dt-button-collection .dt-button.active a {
  color: #fff;
  background-color: #dbdbdb;
}
html .dt-button-collection .dt-button.active a:hover {
  color: #fff !important;
  background-color: #dbdbdb !important;
}
html .btn-group > button:focus,
html .btn-group > button:active,
html .btn-group > button:active:focus,
html .btn-group > button.active,
html .btn-group > button.focus {
  color: #fff;
}
html .btn-group > button {
  cursor: pointer;
  background-color: #414951;
  color: #fff;
  border: 1px solid #1a1a1a;
  outline: none;
  margin-left: 5px;
  border-radius: 0px;
}
html .btn-group > button:hover {
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}
html .btn-group > ul {
  background-color: #414951;
  border-radius: 0px;
}
html .btn-group > ul li a {
  color: #fff;
}
html .btn-group > ul li a:hover {
  background-color: #1a1a1a;
  color: #fff;
}
html .btn-group > ul li:hover {
  background-color: #1a1a1a;
  color: #fff;
}
html .modal-dialog .btn-csv-download {
  padding-left: 0px;
}
html .modal-dialog .is-name-control {
  width: 270px;
  padding-right: 5px;
}
html .modal-dialog .is-name-control [jb-type="TextBox"] {
  width: 100%;
}
html .modal-dialog .is-default-control {
  text-align: center;
  width: 80px;
}
html .modal-dialog .encoding-notice {
  font-size: 11px;
}
html .modal-dialog .export-range,
html .modal-dialog .export-type {
  padding: 5px 5px;
}
html .modal-dialog .view-link {
  padding: 10px 5px;
}
html .modal-dialog .group-input {
  margin-bottom: 5px;
}
html .modal-dialog .group-input label {
  font-weight: 400;
}
html .modal-dialog .export-options {
  margin-top: 15px;
}
html .modal-dialog [jb-type="HtmlContainer"] {
  margin-bottom: 5px;
}
html .modal-dialog .modal-header {
  border: none;
}
html .modal-dialog .modal-header .modal-title {
  text-align: left;
}
html .modal-dialog .modal-footer {
  border: none;
}
html .modal-dialog .jscolor {
  border-radius: 0px !important;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
}
html .datalist-grouping .column-group {
  margin-bottom: 10px;
}
html .datalist-grouping .grouping-columns,
html .datalist-grouping .available-columns {
  height: 250px;
  width: 230px;
  padding: 0px;
  overflow: auto;
}
html .datalist-grouping .grouping-columns option,
html .datalist-grouping .available-columns option {
  font-size: 12px;
  padding: 5px;
  margin: 0px;
}
html .datalist-grouping .grouping-columns,
html .datalist-grouping .available-columns,
html .datalist-grouping .btn-group {
  display: inline-block;
  vertical-align: middle;
}
html .datalist-grouping .btn-group {
  margin-left: 5px;
  width: 40px;
}
html .datalist-grouping .btn-group .remove-group,
html .datalist-grouping .btn-group .move-down {
  margin-left: 0px !important;
  margin-top: 5px !important;
}
html .datalist-grouping .group-left {
  padding-right: 0px;
}
html .datalist-grouping .group-right {
  padding-left: 0px;
  padding-right: 0px;
}
@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'] {
  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;
  box-shadow: none;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
}
.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: #fff;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='default'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px none #1a1a1a;
  border-top: 0px none #1a1a1a;
  border-left: 0px none #1a1a1a;
  border-right: 0px none #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #272727;
  background-color: #fff;
  background: #fff;
}
.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: #272727;
}
.jb-control[jb-type='List'][ui-role-color='default'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover > 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 > td {
  background-color: transparent !important;
  color: #272727 !important;
}
.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: #e6e6e6 !important;
  color: #272727 !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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 !important;
  color: #272727;
}
/* ================= 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'] {
  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;
  box-shadow: none;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
}
.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: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='primary'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px none #1a1a1a;
  border-top: 0px none #1a1a1a;
  border-left: 0px none #1a1a1a;
  border-right: 0px none #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #fff;
  background-color: #2c81bf;
  background: #2c81bf;
}
.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: #fff;
}
.jb-control[jb-type='List'][ui-role-color='primary'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover > 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 > td {
  background-color: transparent !important;
  color: #fff !important;
}
.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: #1a89b8 !important;
  color: #fff !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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 !important;
  color: #272727;
}
/* ================= 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'] {
  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;
  box-shadow: none;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
}
.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: #00B050;
  color: #e6e6e6;
}
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='success'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px none #1a1a1a;
  border-top: 0px none #1a1a1a;
  border-left: 0px none #1a1a1a;
  border-right: 0px none #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #00B050;
  background: #00B050;
}
.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 > 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 > td {
  background-color: transparent !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: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: #448700 !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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 !important;
  color: #272727;
}
/* ================= 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'] {
  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;
  box-shadow: none;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
}
.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: #45aaf2;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='info'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px none #1a1a1a;
  border-top: 0px none #1a1a1a;
  border-left: 0px none #1a1a1a;
  border-right: 0px none #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #45aaf2;
  background: #45aaf2;
}
.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 > 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 > td {
  background-color: transparent !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: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: #1594ef !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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 !important;
  color: #272727;
}
/* ================= 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'] {
  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;
  box-shadow: none;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
}
.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: #f1c40f;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='warning'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px none #1a1a1a;
  border-top: 0px none #1a1a1a;
  border-left: 0px none #1a1a1a;
  border-right: 0px none #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #f1c40f;
  background: #f1c40f;
}
.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 > 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 > td {
  background-color: transparent !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: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: #c29d0b !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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 !important;
  color: #272727;
}
/* ================= 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'] {
  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;
  box-shadow: none;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
}
.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: #FF6565;
  color: #272727;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting:after,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_asc:after,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_desc:after,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_asc_disabled:after,
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after,
.jb-control[jb-type='DataList'][ui-role-color='danger'].data-list.table.table-hover.jb-control > thead .sorting_desc_disabled:after {
  top: 15px !important;
  font-weight: normal !important;
}
.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 {
  vertical-align: bottom !important;
  text-align: left !important;
  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: 18px;
}
.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: #1f2327;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  color: #e6e6e6;
}
.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 {
  background-color: #1f2327 !important;
  color: #e6e6e6 !important;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: 0px;
  border-bottom-right-radius: 0px;
  color: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  background-color: #1f2327;
}
.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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  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: #e6e6e6;
  border: 1px solid #1a1a1a;
}
.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: #1f2327;
  color: #e6e6e6;
}
.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: #1f2327;
  color: #e6e6e6;
  border-bottom: 1px none #1a1a1a;
  border-top: 0px none #1a1a1a;
  border-left: 0px none #1a1a1a;
  border-right: 0px none #1a1a1a;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  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: #e6e6e6;
  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 solid #1a1a1a;
}
.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 solid #1a1a1a;
}
.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: #272727;
  background-color: #FF6565;
  background: #FF6565;
}
.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: #272727;
}
.jb-control[jb-type='List'][ui-role-color='danger'].data-list.table.table-hover.jb-control.list-control-container > tbody > tr:not(.selected):hover > 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 > td {
  background-color: transparent !important;
  color: #272727 !important;
}
.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: #ff3232 !important;
  color: #272727 !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: #1f2327;
  border: 1px solid #1a1a1a;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.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 !important;
  color: #272727;
}
/* ================= End of List, DataList (Role: Danger) ======================== */

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

.jb-control[jb-type='Table'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: None) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='default'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Default) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='primary'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Primary) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='success'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Success) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='info'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Info) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='warning'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Warning) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='danger'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Danger) ======================== */

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

.jb-control[jb-type='tHeader'] {
  background-color: #1f2327;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'] > tr > td,
.jb-control[jb-type='tHeader'] > tr > th {
  font-weight: bold;
}
.jb-control[jb-type='tHeader'] > tr > td > label,
.jb-control[jb-type='tHeader'] > tr > th > label {
  font-weight: bold;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
/* ================= End of tHeader (Role: None) ======================== */

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

.jb-control[jb-type='tHeader'][ui-role-color='default'] {
  background-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'][ui-role-color='default'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='default'] > tr > th {
  font-weight: normal;
}
.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: normal;
  font-size: 13px;
  color: #272727;
}
/* ================= End of tHeader (Role: Default) ======================== */

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

.jb-control[jb-type='tHeader'][ui-role-color='primary'] {
  background-color: #2c81bf;
  border-bottom-color: #2c81bf;
  border-left-color: #2c81bf;
  border-right-color: #2c81bf;
  border-top-color: #2c81bf;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'][ui-role-color='primary'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='primary'] > tr > th {
  font-weight: normal;
}
.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: normal;
  font-size: 13px;
  color: #fff;
}
/* ================= End of tHeader (Role: Primary) ======================== */

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

.jb-control[jb-type='tHeader'][ui-role-color='success'] {
  background-color: #00B050;
  border-bottom-color: #00B050;
  border-left-color: #00B050;
  border-right-color: #00B050;
  border-top-color: #00B050;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'][ui-role-color='success'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='success'] > tr > th {
  font-weight: normal;
}
.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: normal;
  font-size: 13px;
  color: #e6e6e6;
}
/* ================= End of tHeader (Role: Success) ======================== */

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

.jb-control[jb-type='tHeader'][ui-role-color='info'] {
  background-color: #45aaf2;
  border-bottom-color: #45aaf2;
  border-left-color: #45aaf2;
  border-right-color: #45aaf2;
  border-top-color: #45aaf2;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'][ui-role-color='info'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='info'] > tr > th {
  font-weight: normal;
}
.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: normal;
  font-size: 13px;
  color: #272727;
}
/* ================= End of tHeader (Role: Info) ======================== */

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

.jb-control[jb-type='tHeader'][ui-role-color='warning'] {
  background-color: #f1c40f;
  border-bottom-color: #f1c40f;
  border-left-color: #f1c40f;
  border-right-color: #f1c40f;
  border-top-color: #f1c40f;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'][ui-role-color='warning'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='warning'] > tr > th {
  font-weight: normal;
}
.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: normal;
  font-size: 13px;
  color: #272727;
}
/* ================= End of tHeader (Role: Warning) ======================== */

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

.jb-control[jb-type='tHeader'][ui-role-color='danger'] {
  background-color: #FF6565;
  border-bottom-color: #FF6565;
  border-left-color: #FF6565;
  border-right-color: #FF6565;
  border-top-color: #FF6565;
  font-family: Roboto;
}
.jb-control[jb-type='tHeader'][ui-role-color='danger'] > tr > td,
.jb-control[jb-type='tHeader'][ui-role-color='danger'] > tr > th {
  font-weight: normal;
}
.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: normal;
  font-size: 13px;
  color: #272727;
}
/* ================= 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: none;
  color: #4D4F5C;
}
/* ================= End of tFooter (Role: None) ======================== */

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

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

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

.jb-control[jb-type='tFooter'][ui-role-color='primary'] {
  background-color: #2c81bf;
  border-bottom-color: #2c81bf;
  border-left-color: #2c81bf;
  border-right-color: #2c81bf;
  border-top-color: #2c81bf;
  color: #fff;
}
/* ================= End of tFooter (Role: Primary) ======================== */

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

.jb-control[jb-type='tFooter'][ui-role-color='success'] {
  background-color: #00B050;
  border-bottom-color: #00B050;
  border-left-color: #00B050;
  border-right-color: #00B050;
  border-top-color: #00B050;
  color: #e6e6e6;
}
/* ================= End of tFooter (Role: Success) ======================== */

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

.jb-control[jb-type='tFooter'][ui-role-color='info'] {
  background-color: #45aaf2;
  border-bottom-color: #45aaf2;
  border-left-color: #45aaf2;
  border-right-color: #45aaf2;
  border-top-color: #45aaf2;
  color: #272727;
}
/* ================= End of tFooter (Role: Info) ======================== */

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

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

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

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

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

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

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

.jb-control[jb-type='FieldSet'] {
  background-color: #414951;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  box-shadow: none;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: #CACED5;
  border-top-style: solid;
  border-top-width: 0px;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: None) ======================== */

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

.jb-control[jb-type='FieldSet'][ui-role-color='default'] {
  background-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #fff;
  border-top-color: #fff;
  box-shadow: none;
  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;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'][ui-role-color='default'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'][ui-role-color='default'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='default'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: Default) ======================== */

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

.jb-control[jb-type='FieldSet'][ui-role-color='primary'] {
  background-color: #2c81bf;
  border-bottom-color: #2c81bf;
  border-left-color: #2c81bf;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #2c81bf;
  border-top-color: #2c81bf;
  box-shadow: none;
  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;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'][ui-role-color='primary'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'][ui-role-color='primary'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='primary'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: Primary) ======================== */

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

.jb-control[jb-type='FieldSet'][ui-role-color='success'] {
  background-color: #00B050;
  border-bottom-color: #00B050;
  border-left-color: #00B050;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #00B050;
  border-top-color: #00B050;
  box-shadow: none;
  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;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'][ui-role-color='success'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'][ui-role-color='success'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='success'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: Success) ======================== */

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

.jb-control[jb-type='FieldSet'][ui-role-color='info'] {
  background-color: #45aaf2;
  border-bottom-color: #45aaf2;
  border-left-color: #45aaf2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #45aaf2;
  border-top-color: #45aaf2;
  box-shadow: none;
  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;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'][ui-role-color='info'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'][ui-role-color='info'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='info'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: Info) ======================== */

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

.jb-control[jb-type='FieldSet'][ui-role-color='warning'] {
  background-color: #f1c40f;
  border-bottom-color: #f1c40f;
  border-left-color: #f1c40f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #f1c40f;
  border-top-color: #f1c40f;
  box-shadow: none;
  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;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'][ui-role-color='warning'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'][ui-role-color='warning'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='warning'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: Warning) ======================== */

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

.jb-control[jb-type='FieldSet'][ui-role-color='danger'] {
  background-color: #FF6565;
  border-bottom-color: #FF6565;
  border-left-color: #FF6565;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #FF6565;
  border-top-color: #FF6565;
  box-shadow: none;
  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;
  margin-bottom: 10px;
  color: #e6e6e6 !important;
}
.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;
}
.jb-control[jb-type='FieldSet'][ui-role-color='danger'] [jb-type="FieldSetBody"] {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='FieldSet'][ui-role-color='danger'] [jb-type="FieldSetBody"].table-wrapper {
  padding: 0px 0px 20px 0px;
}
.jb-control[jb-type='FieldSet'][ui-role-color='danger'] [jb-type="FieldSetBody"].jb-collapsed {
  display: none;
}
/* ================= End of FieldSet (Role: Danger) ======================== */

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

.jb-control[jb-type='FieldSetHeader'] {
  background-color: #414951;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #e6e6e6;
  border-bottom-color: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* ================= End of FieldSetHeader (Role: None) ======================== */

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

.jb-control[jb-type='FieldSetHeader'][ui-role-color='default'] {
  background-color: #fff;
  border-bottom-color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* ================= End of FieldSetHeader (Role: Default) ======================== */

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

.jb-control[jb-type='FieldSetHeader'][ui-role-color='primary'] {
  background-color: #2c81bf;
  border-bottom-color: #2c81bf;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* ================= End of FieldSetHeader (Role: Primary) ======================== */

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

.jb-control[jb-type='FieldSetHeader'][ui-role-color='success'] {
  background-color: #00B050;
  border-bottom-color: #00B050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* ================= End of FieldSetHeader (Role: Success) ======================== */

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

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

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

.jb-control[jb-type='FieldSetHeader'][ui-role-color='warning'] {
  background-color: #f1c40f;
  border-bottom-color: #f1c40f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #fff;
}
/* ================= End of FieldSetHeader (Role: Warning) ======================== */

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

.jb-control[jb-type='FieldSetHeader'][ui-role-color='danger'] {
  background-color: #FF6565;
  border-bottom-color: #FF6565;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* ================= End of FieldSetHeader (Role: Danger) ======================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jb-control[jb-type='FieldSetFooter'] {
  background-color: #414951;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #1a1a1a;
  color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 0px;
}
/* ================= End of FieldSetFooter (Role: None) ======================== */

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

.jb-control[jb-type='FieldSetFooter'][ui-role-color='default'] {
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #fff;
  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: #2c81bf;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #2c81bf;
  color: #fff;
  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: #00B050;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #00B050;
  color: #e6e6e6;
  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: #45aaf2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #45aaf2;
  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: #f1c40f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #f1c40f;
  border-top-style: solid;
  border-top-width: 1px;
  color: #fff;
}
/* ================= End of FieldSetFooter (Role: Warning) ======================== */

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

.jb-control[jb-type='FieldSetFooter'][ui-role-color='danger'] {
  background-color: #FF6565;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-color: #FF6565;
  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: #414951;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  box-shadow: none;
  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.9;
  z-index: 100;
  display: none;
  background-color: black;
}
html .modal-content {
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  background-color: #414951;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
html .sweet-alert {
  background-color: #414951;
  color: #e6e6e6;
  max-height: 50vh;
  overflow-y: auto;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
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: #414951;
  background-color: #414951;
}
html .sweet-alert #errorlist > .list-group-item {
  background-color: #FF6565;
  color: white;
  font-weight: normal;
  border: none;
  margin: 5px;
}
html .sweet-alert a {
  color: #00B050;
}
html [jb-type='Slide'] {
  position: fixed;
  height: 100%;
  background-color: #414951;
  right: 0px;
  width: 35%;
  z-index: 9999;
  box-shadow: none;
  transition: all ease-in 0.5s;
}
html [jb-type='Slide'] .popup-close-button {
  opacity: 0.6;
  background-color: transparent;
  color: #e6e6e6;
  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: #414951;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #fff;
  border-top-color: #fff;
  box-shadow: none;
  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: Default) ======================== */

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

.jb-control[jb-type='Modal'][ui-role-color='primary'] {
  background-color: #414951;
  border-bottom-color: #2c81bf;
  border-left-color: #2c81bf;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #2c81bf;
  border-top-color: #2c81bf;
  box-shadow: none;
  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: Primary) ======================== */

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

.jb-control[jb-type='Modal'][ui-role-color='success'] {
  background-color: #414951;
  border-bottom-color: #00B050;
  border-left-color: #00B050;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #00B050;
  border-top-color: #00B050;
  box-shadow: none;
  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: Success) ======================== */

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

.jb-control[jb-type='Modal'][ui-role-color='info'] {
  background-color: #414951;
  border-bottom-color: #45aaf2;
  border-left-color: #45aaf2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #45aaf2;
  border-top-color: #45aaf2;
  box-shadow: none;
  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: Info) ======================== */

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

.jb-control[jb-type='Modal'][ui-role-color='warning'] {
  background-color: #414951;
  border-bottom-color: #f1c40f;
  border-left-color: #f1c40f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #f1c40f;
  border-top-color: #f1c40f;
  box-shadow: none;
  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: Warning) ======================== */

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

.jb-control[jb-type='Modal'][ui-role-color='danger'] {
  background-color: #414951;
  border-bottom-color: #FF6565;
  border-left-color: #FF6565;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #FF6565;
  border-top-color: #FF6565;
  box-shadow: none;
  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: Danger) ======================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jb-control[jb-type='ModalHeader'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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'] .popup-close-button,
.jb-control[jb-type='ModalHeader'] .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'] .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: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #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='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: #2c81bf;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #fff;
  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: #00B050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #e6e6e6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #45aaf2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #f1c40f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #FF6565;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #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='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: #1f2327;
  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: #414951;
  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: #414951;
  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: #414951;
  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: #414951;
  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: #414951;
  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: #414951;
  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: #1f2327;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 8px;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  min-height: 30px;
  width: 100%;
}
/* ================= End of ModalFooter (Role: Default) ======================== */

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

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

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

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

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

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

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

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

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

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

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

.jb-control[jb-type='ResponsiveRow'] {
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
}
/* ================= 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: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: none;
  /* left */

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: None) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Default) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Primary) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Success) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Info) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Warning) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.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) > .nav-tabs {
  border-bottom: none;
}
.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.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.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-bottom-style: solid !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;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Danger) ======================== */

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

.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'] {
  cursor: pointer;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'] a {
  background-color: #f5f5f5f5;
  color: #e6e6e6;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #414951;
  color: #e6e6e6;
}
.jb-control[jb-type='TabHeader'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #fff !important;
  color: #e6e6e6 !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: None) ======================== */

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

html .jb-tabs-left .nav-tabs {
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #fff;
  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: 3px;
}
html .jb-tabs-left .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-style: solid !important;
  border-right-style: none !important;
  border-width: 1px !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
html .jb-tabs-left .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'].active a {
  margin-right: 0px;
}
html .jb-tabs-right .nav-tabs {
  position: relative;
  bottom: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #fff;
  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: 3px;
}
html .jb-tabs-right .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'] a {
  border-style: solid !important;
  border-left-style: none !important;
  border-width: 1px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
html .jb-tabs-right .nav-tabs .jb-control[jb-type='TabHeaderPageTitle'].active a {
  margin-left: 0px;
}
/* ================= End of TabHeader (Role: None) Related Rules ======================== */

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

.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 {
  background-color: transparent;
  color: #fff;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #fff;
  color: #272727;
}
.jb-control[jb-type='TabHeader'][ui-role-color='default'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #fff !important;
  color: #272727 !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: Default) ======================== */

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

.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 {
  background-color: transparent;
  color: #fff;
  border-top-color: #414951;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #414951;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #414951;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #414951;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='TabHeader'][ui-role-color='primary'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #2c81bf !important;
  color: #fff !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: Primary) ======================== */

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

.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 {
  background-color: transparent;
  color: #00B050;
  border-top-color: #00B050;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #00B050;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00B050;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00B050;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #00B050;
  color: #e6e6e6;
}
.jb-control[jb-type='TabHeader'][ui-role-color='success'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #00B050 !important;
  color: #e6e6e6 !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: Success) ======================== */

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

.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 {
  background-color: transparent;
  color: #45aaf2;
  border-top-color: #45aaf2;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #45aaf2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #45aaf2;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #45aaf2;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #45aaf2;
  color: #272727;
}
.jb-control[jb-type='TabHeader'][ui-role-color='info'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #45aaf2 !important;
  color: #272727 !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: Info) ======================== */

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

.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 {
  background-color: transparent;
  color: #f1c40f;
  border-top-color: #f1c40f;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f1c40f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f1c40f;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f1c40f;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #f1c40f;
  color: #272727;
}
.jb-control[jb-type='TabHeader'][ui-role-color='warning'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #f1c40f !important;
  color: #272727 !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: Warning) ======================== */

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

.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 {
  background-color: transparent;
  color: #FF6565;
  border-top-color: #FF6565;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FF6565;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FF6565;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #FF6565;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle']:hover:not(.active) a {
  background-color: #FF6565;
  color: #272727;
}
.jb-control[jb-type='TabHeader'][ui-role-color='danger'] .jb-control[jb-type='TabHeaderPageTitle'].active a {
  background-color: #FF6565 !important;
  color: #272727 !important;
  font-weight: bold;
}
/* ================= End of TabHeader (Role: Danger) ======================== */

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

.jb-control[jb-type='TabContent'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: None) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='default'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Default) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='primary'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Primary) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='success'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Success) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='info'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Info) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='warning'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Warning) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='danger'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Danger) ======================== */

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

.jb-control[jb-type='TabPage'] {
  background-color: #414951;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-top-color: #1a1a1a;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: None) ======================== */

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

.jb-control[jb-type='TabPage'][ui-role-color='default'] {
  background-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #fff;
  border-top-color: #fff;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: Default) ======================== */

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

.jb-control[jb-type='TabPage'][ui-role-color='primary'] {
  background-color: #2c81bf;
  border-bottom-color: #2c81bf;
  border-left-color: #2c81bf;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #2c81bf;
  border-top-color: #2c81bf;
  color: #fff;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: Primary) ======================== */

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

.jb-control[jb-type='TabPage'][ui-role-color='success'] {
  background-color: #00B050;
  border-bottom-color: #00B050;
  border-left-color: #00B050;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #00B050;
  border-top-color: #00B050;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: Success) ======================== */

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

.jb-control[jb-type='TabPage'][ui-role-color='info'] {
  background-color: #45aaf2;
  border-bottom-color: #45aaf2;
  border-left-color: #45aaf2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #45aaf2;
  border-top-color: #45aaf2;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: Info) ======================== */

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

.jb-control[jb-type='TabPage'][ui-role-color='warning'] {
  background-color: #f1c40f;
  border-bottom-color: #f1c40f;
  border-left-color: #f1c40f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #f1c40f;
  border-top-color: #f1c40f;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: Warning) ======================== */

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

.jb-control[jb-type='TabPage'][ui-role-color='danger'] {
  background-color: #FF6565;
  border-bottom-color: #FF6565;
  border-left-color: #FF6565;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #FF6565;
  border-top-color: #FF6565;
  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;
  height: 100% !important;
  min-height: 100% !important;
}
/* ================= End of TabPage (Role: Danger) ======================== */

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

.jb-control[jb-type='Iconism'] {
  color: #e6e6e6;
}
.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: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Iconism'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: None) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-color='default'] {
  color: #fff !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: #fff !important;
  color: #272727 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='default'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-color='default'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Default) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-color='primary'] {
  color: #2c81bf !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: #2c81bf !important;
  color: #fff !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='primary'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-color='primary'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Primary) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-color='success'] {
  color: #00B050 !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: #00B050 !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='success'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-color='success'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Success) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-color='info'] {
  color: #45aaf2 !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: #45aaf2 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='info'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-color='info'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Info) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-color='warning'] {
  color: #f1c40f !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: #f1c40f !important;
  color: #272727 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='warning'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-color='warning'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Warning) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-color='danger'] {
  color: #FF6565 !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: #FF6565 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Iconism'][ui-role-color='danger'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-color='danger'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Danger) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-font-size='xs'] {
  font-size: 8px !important;
  color: #e6e6e6;
}
.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: #e6e6e6;
  color: #111111;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xs'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-font-size='sm'] {
  font-size: 11px !important;
  color: #e6e6e6;
}
.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: #e6e6e6;
  color: #111111;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='sm'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Small) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-font-size='med'] {
  font-size: 18px !important;
  color: #e6e6e6;
}
.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: #e6e6e6;
  color: #111111;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='med'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='med'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Normal) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-font-size='lg'] {
  font-size: 21px !important;
  color: #e6e6e6;
}
.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: #e6e6e6;
  color: #111111;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='lg'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: Large) ======================== */

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

.jb-control[jb-type='Iconism'][ui-role-font-size='xl'] {
  font-size: 30px !important;
  color: #e6e6e6;
}
.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: #e6e6e6;
  color: #111111;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'].is-left {
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 0;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='xl'].is-right {
  height: 2.25em;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  right: 0;
}
/* ================= End of Iconism (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='DateTimeBox'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #e6e6e6;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  font-family: Roboto;
  width: 100%;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: None) ======================== */

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

html .xdsoft_datetimepicker {
  box-shadow: none;
  background: #1f2327;
  color: #e6e6e6;
  font-family: Roboto;
  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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background-color: #1f2327;
  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: #1f2327;
  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:light-grey;"/></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: #fff;
}
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: #363c43;
  box-shadow: #363c43 0 1px 3px 0 inset;
  color: #e6e6e6;
  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:light-grey;" 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:light-grey;" 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:light-grey;" 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:light-grey;" 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:light-grey;" 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: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
  color: #e6e6e6;
  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: #e6e6e6 !important;
  background-color: #363c43 !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: #fff;
}
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: 120px;
  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: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
html .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #1f2327;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  color: #e6e6e6;
  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: #363c43;
  box-shadow: #363c43 0 1px 3px 0 inset;
  color: #e6e6e6;
  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: #fff !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: #fff !important;
  box-shadow: #fff 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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  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: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
html .xdsoft_scrollbar > .xdsoft_scroller {
  background: #fff !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-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #fff !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff !important;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='default'][readonly] {
  background-color: #fff !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='default'][disabled] {
  background-color: #fff !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Default) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-color='primary'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #fff !important;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #2c81bf !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #2c81bf !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #2c81bf !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #2c81bf !important;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='primary'][readonly] {
  background-color: #2c81bf !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='primary'][disabled] {
  background-color: #2c81bf !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Primary) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-color='success'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #00B050 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #00B050 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00B050 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00B050 !important;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='success'][readonly] {
  background-color: #00B050 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='success'][disabled] {
  background-color: #00B050 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Success) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-color='info'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #45aaf2 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #45aaf2 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #45aaf2 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #45aaf2 !important;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='info'][readonly] {
  background-color: #45aaf2 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='info'][disabled] {
  background-color: #45aaf2 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Info) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-color='warning'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #f1c40f !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f1c40f !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f1c40f !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f1c40f !important;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='warning'][readonly] {
  background-color: #f1c40f !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='warning'][disabled] {
  background-color: #f1c40f !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Warning) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-color='danger'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #FF6565 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FF6565 !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FF6565 !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #FF6565 !important;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='danger'][readonly] {
  background-color: #FF6565 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-color='danger'][disabled] {
  background-color: #FF6565 !important;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Danger) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 8px;
  color: #e6e6e6;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  height: 20px !important;
  width: 100% !important;
  font-family: Roboto;
  width: 100%;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xs'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 11px;
  color: #e6e6e6;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  height: 25px !important;
  width: 100% !important;
  font-family: Roboto;
  width: 100%;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='sm'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Small) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 18px;
  color: #e6e6e6;
  height: 36px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  width: 100% !important;
  font-family: Roboto;
  width: 100%;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='med'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Normal) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 21px;
  color: #e6e6e6;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  height: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100% !important;
  font-family: Roboto;
  width: 100%;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='lg'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: Large) ======================== */

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

.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 30px;
  color: #e6e6e6;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  height: 75px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  font-family: Roboto;
  width: 100%;
  background-color: white;
  color: #7c7b98 !important;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px !important;
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl'][readonly] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='DateTimeBox'][ui-role-element-size='xl'][disabled] {
  background-color: #1f2327;
  color: #7c7b98 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
/* ================= End of DateTimeBox (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='PasswordTextBox'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px;
  border-top-color: #1a1a1a;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: None) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-color='default'] {
  background-color: #fff !important;
  border-bottom-color: #fff !important;
  border-bottom-width: 1px;
  border-left-color: #fff !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #fff !important;
  border-right-width: 1px;
  border-top-color: #fff !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: Default) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-color='primary'] {
  background-color: #2c81bf !important;
  border-bottom-color: #2c81bf !important;
  border-bottom-width: 1px;
  border-left-color: #2c81bf !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #2c81bf !important;
  border-right-width: 1px;
  border-top-color: #2c81bf !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #fff !important;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: Primary) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-color='success'] {
  background-color: #00B050 !important;
  border-bottom-color: #00B050 !important;
  border-bottom-width: 1px;
  border-left-color: #00B050 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #00B050 !important;
  border-right-width: 1px;
  border-top-color: #00B050 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: Success) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-color='info'] {
  background-color: #45aaf2 !important;
  border-bottom-color: #45aaf2 !important;
  border-bottom-width: 1px;
  border-left-color: #45aaf2 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #45aaf2 !important;
  border-right-width: 1px;
  border-top-color: #45aaf2 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: Info) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-color='warning'] {
  background-color: #f1c40f !important;
  border-bottom-color: #f1c40f !important;
  border-bottom-width: 1px;
  border-left-color: #f1c40f !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #f1c40f !important;
  border-right-width: 1px;
  border-top-color: #f1c40f !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: Warning) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-color='danger'] {
  background-color: #FF6565 !important;
  border-bottom-color: #FF6565 !important;
  border-bottom-width: 1px;
  border-left-color: #FF6565 !important;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #FF6565 !important;
  border-right-width: 1px;
  border-top-color: #FF6565 !important;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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%;
}
/* ================= End of PasswordTextBox (Role: Danger) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xs'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #e6e6e6;
  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;
}
/* ================= End of PasswordTextBox (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='sm'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #e6e6e6;
  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;
}
/* ================= End of PasswordTextBox (Role: Small) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='med'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 18px;
  color: #e6e6e6;
  height: 36px !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;
}
/* ================= End of PasswordTextBox (Role: Normal) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='lg'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 21px;
  color: #e6e6e6;
  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;
}
/* ================= End of PasswordTextBox (Role: Large) ======================== */

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

.jb-control[jb-type='PasswordTextBox'][ui-role-element-size='xl'] {
  background-color: #1f2327;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 1px !important;
  border-left-color: #1a1a1a;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #1a1a1a;
  border-right-width: 1px !important;
  border-top-color: #1a1a1a;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #e6e6e6;
  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;
}
/* ================= End of PasswordTextBox (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='FileAttachment'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #272727;
}
.jb-control[jb-type='FileAttachment'] li {
  padding: 10px 0px;
  background-color: #414951;
  border-top-color: #1a1a1a;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: none;
  border-right-width: 1px;
}
.jb-control[jb-type='FileAttachment'] li a {
  color: #e6e6e6;
  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;
}
@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}
.jb-control[jb-type='FileAttachment'] .box__dragndrop,
.jb-control[jb-type='FileAttachment'] .box__uploading,
.jb-control[jb-type='FileAttachment'] .box__success,
.jb-control[jb-type='FileAttachment'] .box__error {
  display: none;
}
.jb-control[jb-type='FileAttachment'] .box {
  font-size: 1.25rem;
  position: relative;
  padding: 30px 20px;
  margin-bottom: 5px;
}
.jb-control[jb-type='FileAttachment'] .box.has-advanced-upload {
  border: 2px dashed #d0d0d0;
  border-radius: 8px;
}
.jb-control[jb-type='FileAttachment'] .box.has-advanced-upload .box__dragndrop {
  display: inline;
}
.jb-control[jb-type='FileAttachment'] .box.has-advanced-upload .box__icon {
  width: 100%;
  height: 40px;
  fill: #9695ad;
  display: block;
  margin-bottom: 20px;
}
.jb-control[jb-type='FileAttachment'] .box.is-dragover {
  outline-color: #fff;
  background-color: #1f2327;
}
.jb-control[jb-type='FileAttachment'] .box.is-dragover .box__icon {
  fill: #fff;
}
.jb-control[jb-type='FileAttachment'] .box.is-uploading .box__input,
.jb-control[jb-type='FileAttachment'] .box.is-success .box__input,
.jb-control[jb-type='FileAttachment'] .box.is-error .box__input {
  visibility: hidden;
}
.jb-control[jb-type='FileAttachment'] .box.is-uploading {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jb-control[jb-type='FileAttachment'] .box.is-success {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jb-control[jb-type='FileAttachment'] .box.is-error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jb-control[jb-type='FileAttachment'] .box .box__uploading {
  font-style: italic;
}
.jb-control[jb-type='FileAttachment'] .box .box__success {
  -webkit-animation: appear-from-inside 0.25s ease-in-out;
  animation: appear-from-inside 0.25s ease-in-out;
}
.jb-control[jb-type='FileAttachment'] .box .box__restart {
  font-weight: 700;
}
.jb-control[jb-type='FileAttachment'] .box .box__restart:focus,
.jb-control[jb-type='FileAttachment'] .box .box__restart:hover {
  color: #e6e6e6;
}
.jb-control[jb-type='FileAttachment'] .box .box__input {
  width: 100%;
  text-align: center;
}
.jb-control[jb-type='FileAttachment'] .box .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.jb-control[jb-type='FileAttachment'] .box .box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  font-size: 1.2em;
  color: #9695ad;
  opacity: 0.7;
  font-weight: 500;
}
.jb-control[jb-type='FileAttachment'] .box .box__file + label:hover strong,
.jb-control[jb-type='FileAttachment'] .box .box__file:focus + label strong,
.jb-control[jb-type='FileAttachment'] .box .box__file.has-focus + label strong {
  color: #e6e6e6;
}
.jb-control[jb-type='FileAttachment'] .box .box__file:focus + label,
.jb-control[jb-type='FileAttachment'] .box .box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.jb-control[jb-type='FileAttachment'] .box .box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
}
.jb-control[jb-type='FileAttachment'] .box .box__button:hover,
.jb-control[jb-type='FileAttachment'] .box .box__button:focus {
  background-color: #e6e6e6;
}
/* ================= End of FileAttachment (Role: None) ======================== */

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

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
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: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border-color: #1f2327;
  position: relative;
  outline: none;
  border: none;
  font-size: 1em;
}
html .fileattachment-inputfile + label.has-error::before {
  content: "\e917";
  top: 1px;
}
html .fileattachment-inputfile + label.has-success::before {
  content: "\e918";
  top: 1px;
}
html .fileattachment-inputfile + label.has-uploading::before {
  animation: rotating 2s linear infinite;
  content: "\e919";
}
html .fileattachment-inputfile + label::before {
  content: "\e916";
  font-family: themeicons;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin-right: 0.625rem;
  z-index: 10;
  position: relative;
  height: 100%;
}
html .fileattachment-inputfile + label[disabled],
html .fileattachment-inputfile + label[disabled].state-loading {
  cursor: default;
}
html .fileattachment-inputfile + label .fileattachment_content {
  z-index: 10;
  position: relative;
}
html .fileattachment-inputfile + label.has-error .fileattachment_progress,
html .fileattachment-inputfile + label.has-success .fileattachment_progress {
  visibility: hidden;
}
html .fileattachment-inputfile + label.has-uploading .fileattachment_progress {
  visibility: visible;
}
html .fileattachment-inputfile + label .fileattachment_progress {
  background: #fff;
}
html .fileattachment-inputfile + label .fileattachment_progress_inner {
  position: absolute;
  left: 0;
  background: #1f2327;
}
html .fileattachment-inputfile + label .fileattachment_progress_inner {
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
html .fileattachment-inputfile:focus + label,
html .fileattachment-inputfile.has-focus + label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #1f2327;
  outline-color: #1f2327;
}
html .fileattachment-inputfile + label * {
  pointer-events: none;
}
html .fileattachment-inputfile + label {
  color: #272727;
  background-color: #fff;
}
html .fileattachment-inputfile:focus + label,
html .fileattachment-inputfile.has-focus + label,
html .fileattachment-inputfile + label:hover {
  background-color: #e6e6e6;
}
/* ================= 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: #1a1a1a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #1a1a1a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'] td.fc-head-container {
  background-color: #25a9e0;
  border-color: #25a9e0;
}
.jb-control[jb-type='Calendar'] td.fc-today {
  background: #fff;
}
.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: #25a9e0;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.jb-control[jb-type='Calendar'] div.fc-row.fc-widget-header {
  border: none;
}
.jb-control[jb-type='Calendar'] .fc-day-number {
  font-size: 18px;
  font-weight: bold;
  color: #272727;
  background-color: #25a9e0;
  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 #25a9e0;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #e6e6e6;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'] .fc-event:hover {
  background-color: #25a9e0;
  color: #272727;
  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: #25a9e0;
  color: #272727;
}
.jb-control[jb-type='Calendar'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #25a9e0;
}
.jb-control[jb-type='Calendar'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #25a9e0;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] td.fc-head-container {
  background-color: #fff;
  border-color: #fff;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] td.fc-today {
  background: #fff;
}
.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: #fff;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.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: #272727;
  font-weight: bold;
  color: #272727;
  background-color: #fff;
  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 #fff;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-event:hover {
  background-color: #fff;
  color: #272727;
  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: #fff;
  color: #272727;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #fff;
}
.jb-control[jb-type='Calendar'][ui-role-color='default'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #fff;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: #2c81bf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #2c81bf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #2c81bf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #2c81bf;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] td.fc-head-container {
  background-color: #2c81bf;
  border-color: #2c81bf;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] td.fc-today {
  background: #2c81bf;
}
.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: #2c81bf;
  color: #fff;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.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: #fff;
  font-weight: bold;
  color: #fff;
  background-color: #2c81bf;
  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 #2c81bf;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #2c81bf;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-event:hover {
  background-color: #2c81bf;
  color: #fff;
  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: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #2c81bf;
}
.jb-control[jb-type='Calendar'][ui-role-color='primary'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #2c81bf;
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: #00B050;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #00B050;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00B050;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00B050;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] td.fc-head-container {
  background-color: #00B050;
  border-color: #00B050;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] td.fc-today {
  background: #00B050;
}
.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: #00B050;
  color: #e6e6e6;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.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: #00B050;
  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 #00B050;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #00B050;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-event:hover {
  background-color: #00B050;
  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: #00B050;
  color: #e6e6e6;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #00B050;
}
.jb-control[jb-type='Calendar'][ui-role-color='success'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #00B050;
  color: #e6e6e6;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: #45aaf2;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #45aaf2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #45aaf2;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #45aaf2;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] td.fc-head-container {
  background-color: #45aaf2;
  border-color: #45aaf2;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] td.fc-today {
  background: #45aaf2;
}
.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: #45aaf2;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.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: #45aaf2;
  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 #45aaf2;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #45aaf2;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-event:hover {
  background-color: #45aaf2;
  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: #45aaf2;
  color: #272727;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #45aaf2;
}
.jb-control[jb-type='Calendar'][ui-role-color='info'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #45aaf2;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: #f1c40f;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f1c40f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f1c40f;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f1c40f;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] td.fc-head-container {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] td.fc-today {
  background: #f1c40f;
}
.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: #f1c40f;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.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: #f1c40f;
  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 #f1c40f;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #f1c40f;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-event:hover {
  background-color: #f1c40f;
  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: #f1c40f;
  color: #272727;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #f1c40f;
}
.jb-control[jb-type='Calendar'][ui-role-color='warning'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #f1c40f;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: #FF6565;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FF6565;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FF6565;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #FF6565;
  border-right-style: solid;
  border-right-width: 1px;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] td.fc-head-container {
  background-color: #FF6565;
  border-color: #FF6565;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] td.fc-today {
  background: #FF6565;
}
.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: #FF6565;
  color: #272727;
  vertical-align: middle;
  height: 40px;
  font-size: 18px;
}
.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: #272727;
  font-weight: bold;
  color: #272727;
  background-color: #FF6565;
  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 #FF6565;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #FF6565;
  cursor: pointer;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-event:hover {
  background-color: #FF6565;
  color: #272727;
  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: #FF6565;
  color: #272727;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-popover .fc-body {
  overflow-y: scroll;
  max-height: 200px;
  background-color: #FF6565;
}
.jb-control[jb-type='Calendar'][ui-role-color='danger'] .fc-button {
  background-image: none;
  outline: none;
  background-color: #FF6565;
  color: #272727;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  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: 51px;
  background-color: #25a9e0;
  box-shadow: none;
  border: 1px solid transparent;
}
.jb-control[jb-type='MenuControl'] [jb-type='MenuItemLabel'] {
  font-size: unset;
}
.jb-control[jb-type='MenuControl'] .navbar-toggle {
  border: none !important;
  background-color: #25a9e0;
}
.jb-control[jb-type='MenuControl'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'] .navbar-toggle .icon-bar {
  background-color: #272727;
}
.jb-control[jb-type='MenuControl'] .navbar-collapse {
  border: none !important;
  background-color: #25a9e0;
  box-shadow: none;
}
.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: 18px;
  font-weight: bold;
  border-right: 1px solid #272727;
  padding-right: 20px;
}
.jb-control[jb-type='MenuControl'] .jb-menu-header [jb-type='ImageBox'] {
  max-height: 41px;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'] .jb-menu-header:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'] [jb-type='MenuItemsContainer'] {
  background-color: #25a9e0;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: #272727;
}
.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: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #272727;
  text-decoration: unset;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] > a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.jb-control[jb-type='MenuControl'] .jb-control[jb-type='MenuItem'] .jb-control[jb-type='MenuItemIcon'] {
  position: relative;
  font-size: 14px;
  color: #272727;
  right: 8px;
}
.jb-control[jb-type='MenuControl'] a .sub-arrow {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.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;
}
.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: 19px;
  left: 204px;
  z-index: 50;
  transition: left ease 0.4s;
}
html #sidenav-toogle.pull {
  left: 3px;
}
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 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-default .navbar-nav .open .dropdown-menu > li > a {
    color: white !important;
  }
}
/* ================= End of MenuControl (Role: None) Related Rules ======================== */

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

.jb-control[jb-type='MenuControl'][ui-role-color='default'] {
  height: 50px;
  background-color: #fff;
  box-shadow: none;
  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'] .navbar-toggle {
  border: none !important;
  background-color: #fff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .navbar-toggle .icon-bar {
  background-color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .navbar-collapse {
  border: none !important;
  background-color: #fff;
  box-shadow: none;
}
.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: #272727;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #272727;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-menu-header:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] [jb-type='MenuItemsContainer'] {
  background-color: #fff;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: #272727;
}
.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: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #272727;
  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 #272727;
}
.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: #272727;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'] a .sub-arrow {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='default'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.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;
}
.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: #2c81bf;
  box-shadow: none;
  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'] .navbar-toggle {
  border: none !important;
  background-color: #2c81bf;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .navbar-toggle .icon-bar {
  background-color: #fff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .navbar-collapse {
  border: none !important;
  background-color: #2c81bf;
  box-shadow: none;
}
.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: #fff;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #fff;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] [jb-type='MenuItemsContainer'] {
  background-color: #2c81bf;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: #fff;
}
.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: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  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 #fff;
}
.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: #fff;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'] a .sub-arrow {
  border-color: #fff transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #fff transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #fff transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='primary'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #fff;
}
.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;
}
.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: #00B050;
  box-shadow: none;
  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'] .navbar-toggle {
  border: none !important;
  background-color: #00B050;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .navbar-toggle .icon-bar {
  background-color: #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .navbar-collapse {
  border: none !important;
  background-color: #00B050;
  box-shadow: none;
}
.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: 18px;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] [jb-type='MenuItemsContainer'] {
  background-color: #00B050;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: rgba(0, 0, 0, 0.1);
  color: #e6e6e6;
}
.jb-control[jb-type='MenuControl'][ui-role-color='success'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #e6e6e6;
  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;
}
.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: #45aaf2;
  box-shadow: none;
  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'] .navbar-toggle {
  border: none !important;
  background-color: #45aaf2;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .navbar-toggle .icon-bar {
  background-color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .navbar-collapse {
  border: none !important;
  background-color: #45aaf2;
  box-shadow: none;
}
.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: 18px;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] [jb-type='MenuItemsContainer'] {
  background-color: #45aaf2;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='info'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #272727;
  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;
}
.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: #f1c40f;
  box-shadow: none;
  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'] .navbar-toggle {
  border: none !important;
  background-color: #f1c40f;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .navbar-toggle .icon-bar {
  background-color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .navbar-collapse {
  border: none !important;
  background-color: #f1c40f;
  box-shadow: none;
}
.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: 18px;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] [jb-type='MenuItemsContainer'] {
  background-color: #f1c40f;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='warning'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #272727;
  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;
}
.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: #FF6565;
  box-shadow: none;
  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'] .navbar-toggle {
  border: none !important;
  background-color: #FF6565;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .navbar-toggle:hover,
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .navbar-toggle .icon-bar {
  background-color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .navbar-collapse {
  border: none !important;
  background-color: #FF6565;
  box-shadow: none;
}
.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: #272727;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #272727;
  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: rgba(0, 0, 0, 0.1);
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] [jb-type='MenuItemsContainer'] {
  background-color: #FF6565;
  border-radius: 0px;
  border: none !important;
  min-width: 160px !important;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] [jb-type='MenuItemsContainer'] [jb-type='MenuItemsContainer'] {
  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: #272727;
}
.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: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] .jb-control[jb-type='MenuItem'] > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #272727;
  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 #272727;
}
.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: #272727;
  right: 8px;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'] a .sub-arrow {
  border-color: #272727 transparent transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sm-rtl.sm-vertical a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sm-clean.sm-rtl ul a .sub-arrow {
  border-color: transparent #272727 transparent transparent;
}
.jb-control[jb-type='MenuControl'][ui-role-color='danger'].sm-vertical a .sub-arrow {
  border-color: transparent transparent transparent #272727;
}
.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;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(69, 170, 242, 0.3) !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'] .numbering label {
  margin-bottom: 0px !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: #272727;
}
.jb-control[jb-type='DataSourceGrid'] > [jb-type='tHeader'] {
  background-color: #414951;
  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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].jb-hover-effect > tbody > tr:hover {
  background-color: #e6e6e6 !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] .numbering label {
  margin-bottom: 0px !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: #fff;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'] > [jb-type='tHeader'] {
  background-color: #fff;
  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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='default'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].jb-hover-effect > tbody > tr:hover {
  background-color: #1a89b8 !important;
  color: #fff !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] .numbering label {
  margin-bottom: 0px !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: #2c81bf;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'] > [jb-type='tHeader'] {
  background-color: #2c81bf;
  color: #fff;
}
.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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='primary'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].jb-hover-effect > tbody > tr:hover {
  background-color: #448700 !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] .numbering label {
  margin-bottom: 0px !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: #00B050;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'] > [jb-type='tHeader'] {
  background-color: #00B050;
  color: #e6e6e6;
}
.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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='success'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].jb-hover-effect > tbody > tr:hover {
  background-color: #1594ef !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] .numbering label {
  margin-bottom: 0px !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: #45aaf2;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'] > [jb-type='tHeader'] {
  background-color: #45aaf2;
  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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='info'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].jb-hover-effect > tbody > tr:hover {
  background-color: #c29d0b !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] .numbering label {
  margin-bottom: 0px !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: #f1c40f;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'] > [jb-type='tHeader'] {
  background-color: #f1c40f;
  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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='warning'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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: collapse;
  border-spacing: 3px 3px;
  table-layout: fixed;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].jb-hover-effect > tbody > tr:hover {
  background-color: #ff3232 !important;
  color: #272727 !important;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] .progress {
  margin-bottom: 0px;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] .numbering {
  width: 3em;
  text-align: center;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] .numbering label {
  margin-bottom: 0px !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: #FF6565;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'] > [jb-type='tHeader'] {
  background-color: #FF6565;
  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: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='DataSourceGrid'][ui-role-color='danger'].table-striped > tbody > tr:nth-of-type(even) {
  background-color: #363c43;
  background-color: #e6e6e6;
}
.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: none;
  border-radius: 0px;
  margin: 20px;
  padding: 20px;
  display: block;
  border: 1px solid #1a1a1a;
}
.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 #1a1a1a;
}
.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'] {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  box-shadow: none;
}
.jb-control[jb-type='Grid'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'] .pager-cell {
  text-align: right;
}
.jb-control[jb-type='Grid'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'] [jb-type='tHeader'] {
  background-color: #F5F6FA;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jb-control[jb-type='Grid'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(69, 170, 242, 0.3) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: None) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='default'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.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: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] [jb-type='tHeader'] {
  background-color: #fff;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='default'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'].jb-hover-effect > tbody > tr:hover {
  background-color: #e6e6e6 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='default'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Default) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='primary'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.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: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] [jb-type='tHeader'] {
  background-color: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='primary'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'].jb-hover-effect > tbody > tr:hover {
  background-color: #1a89b8 !important;
  color: #fff !important;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Primary) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='success'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.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: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] [jb-type='tHeader'] {
  background-color: #00B050;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='success'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'].jb-hover-effect > tbody > tr:hover {
  background-color: #448700 !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='success'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Success) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='info'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.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: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] [jb-type='tHeader'] {
  background-color: #45aaf2;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='info'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'].jb-hover-effect > tbody > tr:hover {
  background-color: #1594ef !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='info'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Info) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='warning'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.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: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] [jb-type='tHeader'] {
  background-color: #f1c40f;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='warning'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'].jb-hover-effect > tbody > tr:hover {
  background-color: #c29d0b !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Warning) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='danger'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.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: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] [jb-type='tHeader'] {
  background-color: #FF6565;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='danger'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'].jb-hover-effect > tbody > tr:hover {
  background-color: #ff3232 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Danger) ======================== */

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

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

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

.jb-control[jb-type='AddItemLabel'] {
  font-size: 18px;
  color: #363c43;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: None) ======================== */

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

.jb-control[jb-type='AddItemLabel'][ui-role-color='default'] {
  color: #fff;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='default']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: Default) ======================== */

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

.jb-control[jb-type='AddItemLabel'][ui-role-color='primary'] {
  color: #2c81bf;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='primary']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: Primary) ======================== */

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

.jb-control[jb-type='AddItemLabel'][ui-role-color='success'] {
  color: #00B050;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='success']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: Success) ======================== */

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

.jb-control[jb-type='AddItemLabel'][ui-role-color='info'] {
  color: #45aaf2;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='info']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: Info) ======================== */

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

.jb-control[jb-type='AddItemLabel'][ui-role-color='warning'] {
  color: #f1c40f;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='warning']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: Warning) ======================== */

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

.jb-control[jb-type='AddItemLabel'][ui-role-color='danger'] {
  color: #FF6565;
  font-size: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  opacity: 0.85;
  display: block;
  background-color: #f5f6fa;
  color: #49494b;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
}
.jb-control[jb-type='AddItemLabel'][ui-role-color='danger']:hover {
  opacity: 1;
}
/* ================= End of AddItemLabel (Role: Danger) ======================== */

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

.jb-control[jb-type='RemoveItemLabel'] {
  color: #FF6565;
  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'] {
  font-weight: normal;
  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: #E8E9EC;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E8E9EC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #E8E9EC;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E8E9EC;
  color: #475e6c;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: unset;
  margin-bottom: unset;
  margin-left: unset;
  background-color: #25a9e0;
}
.jb-control[jb-type='Pager'] li {
  display: inline;
}
.jb-control[jb-type='Pager'] li:hover a {
  background-color: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='Pager'] li.jb-active a {
  background-color: #2c81bf;
  color: #fff;
  border-color: #2c81bf;
}
.jb-control[jb-type='Pager'] li:hover:not(.jb-active) a {
  background-color: #2c81bf;
  color: #fff;
}
/* ================= End of Pager (Role: None) ======================== */

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

.jb-control[jb-type='Pager'][ui-role-color='default'] {
  font-weight: normal;
  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: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  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: #fff;
  color: #272727;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] li.jb-active a {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='default'] li:hover:not(.jb-active) a {
  background-color: #fff;
  color: #272727;
}
/* ================= End of Pager (Role: Default) ======================== */

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

.jb-control[jb-type='Pager'][ui-role-color='primary'] {
  font-weight: normal;
  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: #2c81bf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2c81bf;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #2c81bf;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #2c81bf;
  color: #2c81bf;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  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: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] li.jb-active a {
  background-color: transparent;
  color: #2c81bf;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='primary'] li:hover:not(.jb-active) a {
  background-color: #2c81bf;
  color: #fff;
}
/* ================= End of Pager (Role: Primary) ======================== */

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

.jb-control[jb-type='Pager'][ui-role-color='success'] {
  font-weight: normal;
  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: #00B050;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00B050;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #00B050;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #00B050;
  color: #00B050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  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: #00B050;
  color: #e6e6e6;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] li.jb-active a {
  background-color: transparent;
  color: #00B050;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='success'] li:hover:not(.jb-active) a {
  background-color: #00B050;
  color: #e6e6e6;
}
/* ================= End of Pager (Role: Success) ======================== */

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

.jb-control[jb-type='Pager'][ui-role-color='info'] {
  font-weight: normal;
  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: #45aaf2;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #45aaf2;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #45aaf2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #45aaf2;
  color: #45aaf2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  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: #45aaf2;
  color: #272727;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] li.jb-active a {
  background-color: transparent;
  color: #45aaf2;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='info'] li:hover:not(.jb-active) a {
  background-color: #45aaf2;
  color: #272727;
}
/* ================= End of Pager (Role: Info) ======================== */

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

.jb-control[jb-type='Pager'][ui-role-color='warning'] {
  font-weight: normal;
  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: #f1c40f;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f1c40f;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f1c40f;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f1c40f;
  color: #f1c40f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  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: #f1c40f;
  color: #272727;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] li.jb-active a {
  background-color: transparent;
  color: #f1c40f;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='warning'] li:hover:not(.jb-active) a {
  background-color: #f1c40f;
  color: #272727;
}
/* ================= End of Pager (Role: Warning) ======================== */

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

.jb-control[jb-type='Pager'][ui-role-color='danger'] {
  font-weight: normal;
  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: #FF6565;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF6565;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FF6565;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FF6565;
  color: #FF6565;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  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: #FF6565;
  color: #272727;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] li.jb-active a {
  background-color: transparent;
  color: #FF6565;
  border-color: transparent;
}
.jb-control[jb-type='Pager'][ui-role-color='danger'] li:hover:not(.jb-active) a {
  background-color: #FF6565;
  color: #272727;
}
/* ================= End of Pager (Role: Danger) ======================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

.jb-control[jb-type='CheckBox'][ui-variation='Round'] {
  border: 1px solid black;
  border-radius: 4px;
}
/* ================= End of CheckBox (Role: None) ======================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

.jb-control[jb-type='OptionButton'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='default'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='primary'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='success'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='info'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='warning'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='danger'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='xs'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='sm'][ui-variation='Curve'] [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'][ui-variation='Curve'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='med'][ui-variation='Curve'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Normal) ======================== */

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

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

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

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

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

.jb-control[jb-type='OptionButton'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='default'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='primary'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='success'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='info'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='warning'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-color='danger'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='xs'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='sm'][ui-variation='Switch'] [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'][ui-variation='Switch'] {
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
}
.jb-control[jb-type='OptionButton'][ui-role-element-size='med'][ui-variation='Switch'] [jb-type="OptionButtonEntryCaption"] {
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
/* ================= End of OptionButton (Role: Normal) ======================== */

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

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

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

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

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

.jb-control[jb-type='TabContainer'][ui-variation='Flex'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: none;
  /* left */

  /* right */

  /* bottom */

}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .tab-content {
  padding-top: unset;
  padding-right: unset;
  padding-left: unset;
  padding-bottom: unset;
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex']: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-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].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-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].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-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'].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-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] {
  display: inline-block;
  width: 10%;
  border-bottom: none;
  float: left;
  right: 7px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .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-variation='Flex'] .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-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .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-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .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-variation='Flex'] .jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-variation='Flex'] .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'][ui-variation='Flex'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: none;
  /* left */

  /* right */

  /* bottom */

  /* scrollable header */

}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .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'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex']: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'][ui-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].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'][ui-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li > a.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-bottom-style: solid !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'] .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'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='default'][ui-variation='Flex'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Default) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .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'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex']: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'][ui-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].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'][ui-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li > a.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-bottom-style: solid !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'] .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'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='primary'][ui-variation='Flex'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Primary) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .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'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex']: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'][ui-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].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'][ui-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li > a.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-bottom-style: solid !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'] .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'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='success'][ui-variation='Flex'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Success) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .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'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex']: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'][ui-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].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'][ui-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li > a.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-bottom-style: solid !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'] .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'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='info'][ui-variation='Flex'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Info) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .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'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex']: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'][ui-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].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'][ui-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li > a.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-bottom-style: solid !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'] .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'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='warning'][ui-variation='Flex'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Warning) ======================== */

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

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

  /* right */

  /* bottom */

  /* scrollable header */

}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .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'][ui-variation='Flex']:not(.jb-tabs-left):not(.jb-tabs-right):not(.jb-tabs-bottom) > .nav-tabs {
  border-bottom: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex']: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'][ui-variation='Flex'].jb-tabs-left .nav-tabs {
  border-bottom: 0;
  float: left;
  margin-right: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-left .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].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'][ui-variation='Flex'].jb-tabs-right .nav-tabs {
  border-bottom: 0;
  float: right;
  margin-left: 19px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li {
  float: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-right .nav-tabs > li > a.jb-control[jb-type='TabHeaderPageTitleText'] {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-right: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-right .tab-content {
  width: calc(100% - 101px) !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-bottom > .nav-tabs {
  border-bottom: none !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-bottom .tab-content {
  padding-top: 10px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-bottom .tab-content > [jb-type='TabPage'] {
  border-bottom-left-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-bottom li {
  margin-bottom: initial;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-bottom li > a {
  border-top: none !important;
  border-bottom-style: solid !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .jb-tabs-left {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-left [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right {
  margin-bottom: 20px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .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'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitle'] {
  float: none;
  margin-bottom: 2px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .jb-tabs-right [jb-type='TabHeader'] > [jb-type='TabHeaderPageTitleText'] {
  float: none;
  border: none;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'] .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'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabContent'] {
  margin-bottom: 0px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-bottom [jb-type='TabHeader'] {
  margin-bottom: 20px;
  position: relative;
  top: -1px;
}
.jb-control[jb-type='TabContainer'][ui-role-color='danger'][ui-variation='Flex'].jb-tabs-top [jb-type='TabHeader'] {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  top: 1px;
}
/* ================= End of TabContainer (Role: Danger) ======================== */

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

.jb-control[jb-type='TabContent'][ui-variation='Flex'] {
  border-bottom-color: #394c57;
  border-left-color: #394c57;
  border-right-color: #394c57;
  border-top-color: #394c57;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: None) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='default'][ui-variation='Flex'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Default) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='primary'][ui-variation='Flex'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Primary) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='success'][ui-variation='Flex'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Success) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='info'][ui-variation='Flex'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Info) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='warning'][ui-variation='Flex'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Warning) ======================== */

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

.jb-control[jb-type='TabContent'][ui-role-color='danger'][ui-variation='Flex'] {
  border-bottom-color: #9e9e9e42;
  border-left-color: #9e9e9e42;
  border-right-color: #9e9e9e42;
  border-top-color: #9e9e9e42;
  height: 85% !important;
  min-height: 85% !important;
  flex-grow: 1;
}
/* ================= End of TabContent (Role: Danger) ======================== */

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

.jb-control[jb-type='Button'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'] {
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-color: #fff;
  border-top-color: #fff;
  box-shadow: none;
  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;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.jb-control[jb-type='Button'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline']:hover {
  background-color: transparent;
  color: #fff;
}
.jb-control[jb-type='Button'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].jb-link-btn label {
  color: transparent;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].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-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].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-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-variation='Outline'].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: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
}
html .sweet-alert button.confirm {
  background-color: transparent;
}
html .sweet-alert button.confirm:hover {
  background-color: transparent;
}
html .sweet-alert button.cancel {
  background-color: #fff;
  color: black;
}
html .sweet-alert button.cancel:hover {
  background-color: #e6e6e6;
}
/* ================= 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'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  color: #fff !important;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #fff !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline']:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline']:active:focus {
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] i {
  color: #fff !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn i {
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:hover i {
  color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Default) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  color: #2c81bf !important;
  border-top-color: #2c81bf;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #2c81bf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #2c81bf;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #2c81bf;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #2c81bf !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline']:hover {
  background-color: transparent !important;
  color: #2c81bf !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline']:active:focus {
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] i {
  color: #2c81bf !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn i {
  color: #2c81bf !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:hover i {
  color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Primary) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  color: #00B050 !important;
  border-top-color: #00B050;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #00B050;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00B050;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00B050;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #00B050 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline']:hover {
  background-color: transparent !important;
  color: #00B050 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline']:active:focus {
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] i {
  color: #00B050 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn i {
  color: #00B050 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:hover i {
  color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Success) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  color: #45aaf2 !important;
  border-top-color: #45aaf2;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #45aaf2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #45aaf2;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #45aaf2;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #45aaf2 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline']:hover {
  background-color: transparent !important;
  color: #45aaf2 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline']:active:focus {
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] i {
  color: #45aaf2 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn i {
  color: #45aaf2 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:hover i {
  color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Info) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  color: #f1c40f !important;
  border-top-color: #f1c40f;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #f1c40f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #f1c40f;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f1c40f;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #f1c40f !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline']:hover {
  background-color: transparent !important;
  color: #f1c40f !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline']:active:focus {
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] i {
  color: #f1c40f !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn i {
  color: #f1c40f !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:hover i {
  color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Warning) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  color: #FF6565 !important;
  border-top-color: #FF6565;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FF6565;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #FF6565;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #FF6565;
  border-right-style: solid;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #FF6565 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline']:hover {
  background-color: transparent !important;
  color: #FF6565 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent !important;
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline']:active:focus {
  outline-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] i {
  color: #FF6565 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn i {
  color: #FF6565 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover label {
  color: transparent !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:hover i {
  color: transparent !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Danger) ======================== */

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

.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 8px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Outline'].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'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 11px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Outline'].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'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 18px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Outline'].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'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 21px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Outline'].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'][ui-variation='Outline'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 30px !important;
  box-shadow: none;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].active,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline']:active,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].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'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Outline'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='ImageBox'][ui-variation='Avatar'] {
  background-color: #394c57;
  border-bottom-color: #415663;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #415663;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-right-color: #415663;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #415663;
  border-top-style: solid;
  border-top-width: 0px;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
}
.jb-control[jb-type='ImageBox'][ui-variation='Avatar'][jb-thumbnail='true'] {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='ImageBox'][ui-variation='Avatar'][jb-thumbnail='true']:hover {
  opacity: 1;
}
/* ================= End of ImageBox (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;
}
@media all and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  .jb-control[jb-type='FormGroup'].jb-horizontal {
    display: grid;
    grid-template-columns: 20% auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
  }
  .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'] {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupLabelContainer'] {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupInputContainer'] {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupDescriptionContainer'] {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }
}
@media all and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 0), (-moz-device-pixel-ratio: 1) {
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupLabelContainer'] {
    grid-column: 1 / 2;
    grid-row-start: 1;
    justify-self: end;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupLabelContainer'] > [jb-type='Label'] {
    text-align: right;
    padding-top: 7px;
    height: 36px;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupInputContainer'] {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupInputContainer'] > .pretty {
    margin-top: 9px;
  }
  .jb-control[jb-type='FormGroup'].jb-horizontal > [jb-type='FormGroupDescriptionContainer'] {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }
}
/* ================= End of FormGroup (Role: None) ======================== */

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

.jb-control[jb-type='FormGroupLabelContainer'] {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 50px;
}
.jb-control[jb-type='FormGroupLabelContainer'] > [jb-type='Label'] {
  width: 100%;
  font-weight: inherit;
}
/* ================= 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) ======================== */

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

.jb-control[jb-type='FormGroupInputContainer'][ui-variation='Search'] {
  clear: both;
  position: relative;
  text-align: left;
}
.jb-control[jb-type='FormGroupInputContainer'][ui-variation='Search'] > [jb-type='Label'] {
  font-weight: inherit;
}
/* ================= End of FormGroupInputContainer (Role: None) ======================== */

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

.jb-control[jb-type='TextBox'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6;
  height: 36px;
  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%;
  padding-right: 2.25em;
  padding-left: 2.25em;
  background-color: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-variation='Search'][disabled],
.jb-control[jb-type='TextBox'][ui-variation='Search'][readonly] {
  background-color: #1f2327;
  opacity: 0.4;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-variation='Search']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #1a1a1a;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
/* ================= End of TextBox (Role: None) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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: #1f2327 !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='default'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Default) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #fff !important;
  height: 36px;
  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: #1f2327 !important;
  border-top-color: #2c81bf !important;
  border-bottom-color: #2c81bf !important;
  border-left-color: #2c81bf !important;
  border-right-color: #2c81bf !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='primary'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Primary) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #e6e6e6 !important;
  height: 36px;
  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: #1f2327 !important;
  border-top-color: #00B050 !important;
  border-bottom-color: #00B050 !important;
  border-left-color: #00B050 !important;
  border-right-color: #00B050 !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='success'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Success) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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: #1f2327 !important;
  border-top-color: #45aaf2 !important;
  border-bottom-color: #45aaf2 !important;
  border-left-color: #45aaf2 !important;
  border-right-color: #45aaf2 !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='info'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Info) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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: #1f2327 !important;
  border-top-color: #f1c40f !important;
  border-bottom-color: #f1c40f !important;
  border-left-color: #f1c40f !important;
  border-right-color: #f1c40f !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='warning'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Warning) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search'] {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  font-size: 14px;
  color: #272727 !important;
  height: 36px;
  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: #1f2327 !important;
  border-top-color: #FF6565 !important;
  border-bottom-color: #FF6565 !important;
  border-left-color: #FF6565 !important;
  border-right-color: #FF6565 !important;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search'][disabled] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search'][readonly] {
  background-color: #1f2327 !important;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-color='danger'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Danger) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 8px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xs'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: ExtraSmall) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 11px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='sm'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Small) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 18px;
  color: #e6e6e6;
  height: 36px !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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='med'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Normal) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 21px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='lg'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: Large) ======================== */

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

.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search'] {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  font-size: 30px;
  color: #e6e6e6;
  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: #1f2327;
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  border-left-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search'][disabled] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search'][readonly] {
  background-color: #1f2327;
  border-top-color: rgba(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgba(128, 128, 128, 0.1);
  border-right-color: rgba(128, 128, 128, 0.1);
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search'][disabled]:hover,
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search'][readonly]:hover {
  cursor: not-allowed;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search'].force-left-align {
  text-align: left;
}
.jb-control[jb-type='TextBox'][ui-role-element-size='xl'][ui-variation='Search']:not([readonly]):not([disabled]):focus {
  box-shadow: none !important;
  border: 1px solid;
}
/* ================= End of TextBox (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='Button'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise']:hover {
  background-color: #e6e6e6;
  color: #272727;
  transform: translateY(-1px);
}
.jb-control[jb-type='Button'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].jb-link-btn label {
  color: #fff;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].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-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].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-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-variation='Raise'].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: #fff;
}
html .sweet-alert button.confirm:hover {
  background-color: #e6e6e6;
}
html .sweet-alert button.cancel {
  background-color: #fff;
  color: black;
}
html .sweet-alert button.cancel:hover {
  background-color: #e6e6e6;
}
/* ================= 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'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff !important;
  color: #272727 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise']:hover {
  background-color: #e6e6e6 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff !important;
  outline-color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise']:active:focus {
  outline-color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] i {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #e6e6e6 !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='default'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='default'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='default'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='default'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Default) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #2c81bf !important;
  color: #fff !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #fff !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise']:hover {
  background-color: #1a89b8 !important;
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2c81bf !important;
  outline-color: #2c81bf !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise']:active:focus {
  outline-color: #2c81bf !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] i {
  color: #fff !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn i {
  color: #fff !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #1a89b8 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #1a89b8 !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='primary'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='primary'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='primary'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='primary'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Primary) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #00B050 !important;
  color: #e6e6e6 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #e6e6e6 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise']:hover {
  background-color: #448700 !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00B050 !important;
  outline-color: #00B050 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise']:active:focus {
  outline-color: #00B050 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] i {
  color: #e6e6e6 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn i {
  color: #e6e6e6 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #448700 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #448700 !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='success'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='success'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='success'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='success'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Success) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #45aaf2 !important;
  color: #272727 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise']:hover {
  background-color: #1594ef !important;
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #45aaf2 !important;
  outline-color: #45aaf2 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise']:active:focus {
  outline-color: #45aaf2 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] i {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #1594ef !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #1594ef !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='info'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='info'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='info'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='info'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Info) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #f1c40f !important;
  color: #272727 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise']:hover {
  background-color: #c29d0b !important;
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f1c40f !important;
  outline-color: #f1c40f !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise']:active:focus {
  outline-color: #f1c40f !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] i {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #c29d0b !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #c29d0b !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='warning'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='warning'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='warning'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='warning'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Warning) ======================== */

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

.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #FF6565 !important;
  color: #272727 !important;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise']:hover {
  background-color: #ff3232 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FF6565 !important;
  outline-color: #FF6565 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise']:active:focus {
  outline-color: #FF6565 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] i {
  color: #272727 !important !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #ff3232 !important;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #ff3232 !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-color='danger'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-color='danger'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-color='danger'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-color='danger'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: Danger) ======================== */

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

.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 8px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xs'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xs'][ui-variation='Raise'].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'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 11px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='sm'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='sm'][ui-variation='Raise'].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'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 18px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='med'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='med'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='med'][ui-variation='Raise'].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'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 21px !important;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='lg'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='lg'][ui-variation='Raise'].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'][ui-variation='Raise'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 30px !important;
  box-shadow: none;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: #272727;
  border-top-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-color: #fff;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #fff;
  border-right-style: none;
  border-right-width: 1px;
  min-width: 140px !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type="Iconism"],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type="Iconism"] {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise']:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise']:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise']:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise']:hover {
  background-color: #e6e6e6;
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise']:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise']:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise']:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise']:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fff;
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].active,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].active,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].active:focus,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].active.focus,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise']:active,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise']:active,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise']:active,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise']:active,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise']:active:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise']:active:focus {
  outline-color: #fff;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] > * {
  position: initial;
  color: inherit;
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] i {
  color: #272727 !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] label {
  margin-bottom: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] label.glyphicon {
  min-width: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'] {
  position: relative;
  top: 2px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'],
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'] [jb-type='Iconism'] + [jb-type='Label'] {
  margin-left: 10px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn {
  box-shadow: initial;
  background-color: transparent !important;
  border: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn label,
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn i {
  color: #272727;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover label {
  color: #e6e6e6;
  text-decoration: underline;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover i,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:hover i {
  color: #e6e6e6;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:focus,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].jb-link-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle label.glyphicon {
  top: -1px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].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'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label {
  font-weight: lighter;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label.glyphicon,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-circle-sm label.glyphicon {
  top: 0px;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].transparent,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].transparent,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].transparent,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].transparent {
  background-color: transparent;
  box-shadow: initial;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img {
  cursor: pointer;
  opacity: 0.9;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img:hover,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-img:hover {
  opacity: 1;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link {
  cursor: pointer;
}
.jb-control[jb-type='Button'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='PickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='DataPickList'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link > *,
.jb-control[jb-type='ListCommandButton'][ui-role-element-size='xl'][ui-variation='Raise'].btn-link > * {
  cursor: pointer;
}
/* ================= End of Button, PickList, DataPickList, ListCommandButton (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='Label'][ui-variation='Title label'] {
  background-color: transparent;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-right: 50px;
  padding-top: 20px;
}
.jb-control[jb-type='Label'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #fff;
}
.jb-control[jb-type='Label'][ui-role-color='default'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #2c81bf;
}
.jb-control[jb-type='Label'][ui-role-color='primary'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #00B050;
}
.jb-control[jb-type='Label'][ui-role-color='success'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #45aaf2;
}
.jb-control[jb-type='Label'][ui-role-color='info'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #f1c40f;
}
.jb-control[jb-type='Label'][ui-role-color='warning'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #FF6565;
}
.jb-control[jb-type='Label'][ui-role-color='danger'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-size: 8px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='xs'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='sm'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='med'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='lg'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Title label'] {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='xl'][ui-variation='Title label'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='Label'][ui-variation='Badge'] {
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 2px 6px;
  border-radius: 0px;
  width: auto;
}
/* ================= End of Label (Role: None) ======================== */

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

.jb-control[jb-type='Label'][ui-role-color='default'][ui-variation='Badge'] {
  background-color: #4D4F5C;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #FFFFFF;
}
.jb-control[jb-type='Label'][ui-role-color='default'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  background-color: #2c81bf;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #fff;
}
.jb-control[jb-type='Label'][ui-role-color='primary'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  background-color: #00B050;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-color='success'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  background-color: #45aaf2;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #272727;
}
.jb-control[jb-type='Label'][ui-role-color='info'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  background-color: #f1c40f;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #272727;
}
.jb-control[jb-type='Label'][ui-role-color='warning'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  background-color: #FF6565;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #272727;
}
.jb-control[jb-type='Label'][ui-role-color='danger'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  font-size: 8px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='xs'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='sm'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='med'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='lg'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  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'][ui-variation='Badge'] {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #e6e6e6;
}
.jb-control[jb-type='Label'][ui-role-font-size='xl'][ui-variation='Badge'].round-icon {
  font-size: 25px;
  color: #fff;
  background-color: #2c81bf;
  padding: 10px;
  border-radius: 140px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
/* ================= End of Label (Role: ExtraLarge) ======================== */

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

.jb-control[jb-type='Grid'][ui-variation='No-border'] {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  box-shadow: none;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] .pager-cell {
  text-align: right;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #F5F6FA;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: rgba(69, 170, 242, 0.3) !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: None) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #fff;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: #e6e6e6 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='default'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Default) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #2c81bf;
  color: #fff;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: #1a89b8 !important;
  color: #fff !important;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='primary'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Primary) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #00B050;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: #448700 !important;
  color: #e6e6e6 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='success'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Success) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #45aaf2;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: #1594ef !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='info'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Info) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #f1c40f;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: #c29d0b !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='warning'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Warning) ======================== */

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

.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] {
  box-shadow: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 3px 3px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] > tbody > tr {
  background-color: #1f2327;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] .grid-numbering-label {
  margin-left: 40%;
  margin-top: 4%;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] .pager-cell {
  text-align: center;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] > tfoot.jb-control[jb-type='tFooter'] {
  background-color: transparent;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] [jb-type='tHeader'] {
  background-color: #FF6565;
  color: #272727;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] [jb-type='tFooter'] [jb-type='Pager'],
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] [jb-type='tHeader'] [jb-type='Pager'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'].jb-hover-effect > tbody > tr:hover {
  background-color: #ff3232 !important;
  color: #272727 !important;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'].jb-alternate-rows > tbody > tr:nth-child(even) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #363c43;
  color: #e6e6e6;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] .grid-pager-row {
  background-color: #3b4149;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] .grid-add-row > td {
  padding: 0px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] td.grid-remove-cell.jb-control {
  width: 25px;
}
.jb-control[jb-type='Grid'][ui-role-color='danger'][ui-variation='No-border'] .grid-total-records-row > td {
  padding-right: 24px;
  text-align: right;
}
/* ================= End of Grid (Role: Danger) ======================== */

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

.jb-control[jb-type='Table'][ui-variation='No Border'] {
  background-color: transparent;
  border-bottom-color: none;
  border-collapse: separate;
  border-left-color: none;
  border-right-color: none;
  border-spacing: 0px 0px;
  border-top-color: none;
  color: none;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: None) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='default'][ui-variation='No Border'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Default) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='primary'][ui-variation='No Border'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Primary) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='success'][ui-variation='No Border'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Success) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='info'][ui-variation='No Border'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Info) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='warning'][ui-variation='No Border'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Warning) ======================== */

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

.jb-control[jb-type='Table'][ui-role-color='danger'][ui-variation='No Border'] {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px 1px;
  box-shadow: none;
  width: 100%;
}
/* ================= End of Table (Role: Danger) ======================== */

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

.jb-control[jb-type='Cell'][ui-variation='No Border'] {
  border-bottom-color: none;
  border-bottom-style: none;
  border-left-color: none;
  border-left-style: none;
  border-right-color: none;
  border-right-style: none;
  border-top-color: none;
  border-top-style: none;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}
/* ================= End of Cell (Role: None) ======================== */

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

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

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #fff;
}
.status-message {
  float: right;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .status-message {
    float: none;
    padding-top: 0px;
  }
}
.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% - 3px);
  background-position-y: 3px;
  background-size: 5px;
}
.form-control.jb-readonly:focus {
  cursor: not-allowed;
  box-shadow: none;
}
@media (max-width: 600px) {
  .jb-mobile-hidden {
    display: none;
  }
}
::-webkit-input-placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #e6e6e6;
}
::-moz-placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #e6e6e6;
}
:-ms-input-placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #e6e6e6;
}
#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: #fff;
}
.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 #fff;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  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: #fff !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: #e6e6e6;
}
.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 #fff;
  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: #fff !important;
}
.pretty.p-switch input:checked ~ .state:before {
  border-color: #e6e6e6;
}
.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}
.pretty.p-switch input:checked ~ .state label:after {
  background-color: #e6e6e6 !important;
  left: 1em;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #e6e6e6;
  background-color: #e6e6e6 !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: #1f2327 !important;
  left: 1em;
}
.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #fff !important;
  top: calc(50% - .1em);
}
.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #e6e6e6;
  background-color: #e6e6e6 !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 #fff;
}
.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: #fff;
}
.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: #2c81bf !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: #1f2327;
  stroke: #1f2327;
}
.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #2c81bf;
}
.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: #2c81bf;
  stroke: #2c81bf;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #2c81bf !important;
}
.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #2c81bf;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #2c81bf !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #1a89b8;
  background-color: #1a89b8 !important;
}
.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #45aaf2 !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: #1f2327;
  stroke: #1f2327;
}
.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #45aaf2;
}
.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: #45aaf2;
  stroke: #45aaf2;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #45aaf2 !important;
}
.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #45aaf2;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #45aaf2 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #1594ef;
  background-color: #1594ef !important;
}
.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #00B050 !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: #1f2327;
  stroke: #1f2327;
}
.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #00B050;
}
.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: #00B050;
  stroke: #00B050;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #00B050 !important;
}
.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #00B050;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #00B050 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #448700;
  background-color: #448700 !important;
}
.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f1c40f !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: #1f2327;
  stroke: #1f2327;
}
.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f1c40f;
}
.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: #f1c40f;
  stroke: #f1c40f;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f1c40f !important;
}
.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f1c40f;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f1c40f !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c29d0b;
  background-color: #c29d0b !important;
}
.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #FF6565 !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: #1f2327;
  stroke: #1f2327;
}
.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #FF6565;
}
.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: #FF6565;
  stroke: #FF6565;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #FF6565 !important;
}
.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #FF6565;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #FF6565 !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #ff3232;
  background-color: #ff3232 !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(230, 230, 230, 0.2);
  border-right: 1.1em solid rgba(230, 230, 230, 0.2);
  border-bottom: 1.1em solid rgba(230, 230, 230, 0.2);
  border-left: 1.1em solid #2c81bf;
  -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);
  }
}
.jb-control.table > tbody > tr > td,
.jb-control.table > tbody > tr > th,
.jb-control.table > tfoot > tr > td,
.jb-control.table > tfoot > tr > th,
.jb-control.table > thead > tr > td,
.jb-control.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.header-weight {
  font-weight: bold !important;
}
.jb-control.table > tbody > tr > td,
.jb-control.table > tbody > tr > th,
.jb-control.table > tfoot > tr > td,
.jb-control.table > tfoot > tr > th,
.jb-control.table > thead > tr > td,
.jb-control.table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border-top: none;
}
.fileattachment-inputfile + label {
  color: #F9FAFB;
  background-color: #4d4f5c;
  border-radius: 4px;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
body.no-scroll {
  overflow: hidden;
}
.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #1f2327;
}
.menu.has-shadow {
  box-shadow: 0 2px 8px rgba(2, 8, 20, 0.08);
}
.menu-item {
  color: #b5b5b5 !important;
  display: inline;
  font-size: 16px !important;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}
.menu-item:hover {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
}
.menu-item.selected {
  border-bottom: 2px solid #2c81bf;
  color: #fff !important;
}
.main-logo {
  opacity: 1;
  cursor: pointer;
}
.main-logo:hover {
  opacity: 1;
}
.menu-item2 {
  color: #fff !important;
  display: inline;
  font-size: 16px !important;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #fff;
}
.menu-item2:hover {
  background-color: #2c81bf !important;
  color: #e6e6e6;
  cursor: pointer;
  border: 1px solid #2c81bf;
  text-decoration: none;
}
.menu-item2.selected {
  border-bottom: 2px solid #2c81bf;
}
.menu2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  position: sticky;
  top: 12vh;
  z-index: 5;
  background-color: #1f2327;
}
.menu2-item {
  color: #fff !important;
}
.menu2-item:hover {
  color: #2c81bf !important;
  cursor: pointer;
}
.menu2-item:active {
  color: #2c81bf !important;
}
.menu2-item.selected {
  color: #2c81bf !important;
}
.menu3-tab {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  position: sticky;
  top: 12vh;
  z-index: 5;
  background-color: #1f2327;
  height: 12vh;
  display: flex;
  align-items: center;
}
.menu3-tab-item {
  color: #fff !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
  padding: 6px 12px;
  font-size: 16px !important;
}
.menu3-tab-item:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #2c81bf;
  padding: 6px 12px;
}
.menu3-tab-item:active {
  color: #fff !important;
  background-color: #2c81bf;
  padding: 6px 12px;
}
.menu3-tab-item.selected {
  color: #fff !important;
  cursor: pointer;
  background-color: #2c81bf;
  padding: 6px 12px;
}
.menu4-tab-item {
  color: #fff !important;
  padding: 10px 20px;
}
.menu4-tab-item:hover {
  cursor: pointer;
  background-color: #1f2327 !important;
}
.menu4-tab-item:active {
  background-color: #1f2327 !important;
}
.menu4-tab-item.selected {
  background-color: #1f2327 !important;
}
.menu-burger {
  display: none;
}
.centered-menu {
  background-color: #1f2327;
  position: fixed;
  top: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 50;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.centered-menu-item:hover {
  color: #2c81bf !important;
  cursor: pointer;
}
.slides-cont {
  display: flex;
  flex-direction: row;
}
.menu3-item {
  cursor: pointer;
  padding: 0px 25px 0px 10px;
  border-bottom: 1px solid #ffffff54;
  width: 100%;
}
.menu3-item:hover label {
  color: #2c81bf !important;
}
.menu3-item label {
  cursor: pointer !important;
  padding-bottom: 13px !important;
  padding-top: 15px !important;
}
.menu3-item-selected {
  border-bottom: 2px solid #2c81bf;
  width: 100%;
  background-color: #2c81bf;
}
.menu3-item-selected:hover label {
  color: #fff !important;
}
.alter-bg-color:hover {
  background-color: #2c81bf;
  cursor: pointer;
  border: 1px solid #2c81bf;
}
.alter-bg-color:hover .jb-control[jb-type='Label'] {
  color: #fff;
}
.alter-border-color:hover {
  cursor: pointer;
  border: 1px solid #2c81bf;
}
.alter-border-color:hover .jb-control[jb-type='Label'] {
  color: #fff;
}
.first-section {
  height: 88vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-row {
  border-top: 1px solid #fbf8f817;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.column {
  display: flex;
  justify-content: center;
}
.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.left-alignment-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.set-half {
  width: 50%;
}
.dropdown-cont-width {
  width: 60%;
}
.split-2-cont {
  width: 45%;
  margin-top: 40px;
  margin-right: 38px;
  padding: 20px;
  border: 1px solid #fbf8f8;
  box-shadow: 0 2px 8px #020806;
  border-radius: 5px;
  background-color: #1f2327;
}
.split-3-columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
/*
.split-3-columns-B {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    
    //display: flex;
    //align-items: center;
    padding-right: 110px;
    padding-left: 110px;
}
*/

.split-3-columns-C {
  display: none;
}
.split-3-containers {
  width: 30%;
  margin-top: 40px;
  margin-right: 38px;
  padding: 20px;
  border: 1px solid #fbf8f8;
  box-shadow: 0 2px 8px rgba(2, 8, 20, 0.08);
  border-radius: 5px;
  background-color: #1f2327;
}
.split-3-containers-no-borders {
  width: 33%;
  margin-top: 40px;
  padding: 10px 15px 0px 15px;
}
.split-4-containers {
  width: 23%;
  margin-top: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 20px;
  border: 1px solid #fbf8f8;
  box-shadow: 0 2px 8px #020806;
  border-radius: 5px;
  /*
    > [jb-type="ContainerControl"]:nth-child(2) {
        display: none;
    }
    
    &:hover > [jb-type="ContainerControl"]:nth-child(1) {
        display: none;
        
    }
    
    &:hover > [jb-type="ContainerControl"]:nth-child(2) {
        display: block;
    }
    */

}
.split-4-containers-B {
  width: 23%;
  margin-top: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* > [jb-type="ContainerControl"]:nth-child(2) {
        display: none;
    }
    
    &:hover > [jb-type="ContainerControl"]:nth-child(1) {
        display: none;
        
    }
    
    &:hover > [jb-type="ContainerControl"]:nth-child(2) {
        display: block;
    }
    */

}
.split-4-containers-B-title {
  color: #2c81bf !important;
}
.split-4-containers-C {
  width: 23%;
  margin-top: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 20px;
  border: 1px solid #fbf8f8;
  box-shadow: 0 2px 8px #020806;
  border-radius: 5px;
}
.split-4-containers-D {
  width: 20%;
  text-align: center;
  border-radius: 5px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* > [jb-type="ContainerControl"]:nth-child(2) {
        display: none;
    }
    
    &:hover > [jb-type="ContainerControl"]:nth-child(1) {
        display: none;
        
    }
    
    &:hover > [jb-type="ContainerControl"]:nth-child(2) {
        display: block;
    }
    */

}
.parallel-cont {
  -webkit-transform: skew(-10deg);
}
.parallel-cont .jb-control[jb-type='Label'] {
  -webkit-transform: skew(10deg);
  margin-left: 20px;
}
.parallel-cont .jb-control[jb-type='ImageBox'] {
  -webkit-transform: skew(10deg);
}
.parallel-cont .jb-control[jb-type='Iconism'] {
  -webkit-transform: skew(10deg);
}
.parallel-cont-B {
  -webkit-transform: skew(-10deg);
}
.parallel-cont-B .jb-control[jb-type='Label'] {
  -webkit-transform: skew(10deg);
}
.parallel-cont-B .jb-control[jb-type='ImageBox'] {
  -webkit-transform: skew(10deg);
}
.white-plex {
  background-color: #fff;
  border-radius: 0;
}
.black-plex {
  background-color: #1f2327;
}
.split-4-steps {
  width: 13%;
  margin-top: 40px;
  text-align: center;
}
.split-3-steps {
  width: 25%;
  margin-top: 40px;
  text-align: center;
  padding: 0px 10px 40px;
  border: 1px solid #2c81bf;
}
.split-3-steps:hover {
  background-color: #1a89b8 !important;
  cursor: pointer;
}
.split-3-steps2 {
  width: 22%;
  margin-top: 40px;
  text-align: center;
  padding: 0px 10px 40px;
  border: 1px solid;
  background-color: #2c81bf !important;
  color: #1f2327;
}
.gap-between-steps {
  width: 15%;
  text-align: center;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-3-cols {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 30% 30% 30%;
  justify-content: space-between;
}
.card-item {
  display: flex;
  flex-direction: column;
  margin: 5px;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.set-gap-container {
  margin-bottom: 30px;
}
.set-gap-btn {
  margin: 50px 0px;
}
.set-gap-left {
  margin-left: 30px;
}
.set-gap-right {
  margin-right: 20px;
}
.set-gap-top {
  margin-top: 0px;
}
.set-flex-item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.content-gap {
  padding-left: 150px;
  padding-right: 150px;
}
.bg-color1 {
  background-color: #1f2327;
}
.bg-color2 {
  background-color: #2c81bf;
}
.color2 {
  color: #2c81bf !important;
}
.linear-icon {
  font-size: 50px;
  color: #2c81bf;
}
.lnr-icon-circle {
  color: #2c81bf !important;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 50px;
  border: 1px solid;
  padding: 12px !important;
}
.lnr-icon {
  color: #2c81bf !important;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 65px;
  padding: 12px !important;
  position: relative;
  top: -45px;
  background-color: #1f2327;
}
.lnr-icon2 {
  color: #2c81bf !important;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 65px;
  padding: 12px !important;
}
.zapp-icon {
  font-size: 94px !important;
  color: #dbdddeab !important;
  display: flex;
  justify-content: flex-end;
}
.zap-icon-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zap-icon-container-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zap-icon-container-w-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.zap-icon-btn.jb-control[jb-type='Button'][ui-role-color='default']:hover {
  border-color: #fff !important;
}
.table {
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: auto;
  margin-bottom: auto;
}
.table-hover > tbody > tr:hover > td {
  background-color: #2c81bf !important;
}
.table-hover > tbody > tr:hover > td .jb-control[jb-type='Label'][ui-role-font-size='med'] {
  color: #fff !important;
}
.table-hover > tbody > tr:hover > td .jb-control[jb-type='Iconism'][ui-role-font-size='med'] {
  color: #fff !important;
}
.jb-control[jb-type='Iconism'][ui-role-font-size='med'] {
  color: #fff;
}
/*
.pricing-table > tbody > tr > td:nth-child(2) {
    //background-color: #403f3f94;
    //background-color: lighten(black, 25%);
}
*/

.pricing-table > tbody > tr > td:nth-child(3) {
  background-color: #404040;
}
.pricing-table > tbody > tr > td:nth-child(4) {
  background-color: #333333;
}
.pricing-table > tbody > tr > td:nth-child(5) {
  background-color: #1f1f1f;
}
.pricing-table > tbody > tr > td:nth-child(6) {
  background-color: black;
}
.set-list {
  display: list-item;
}
.graph-popup {
  background-color: #1f2327;
  position: fixed;
  top: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 50;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.graph-header {
  background-color: #2c3238;
  height: 25px;
  border: 1px solid black;
  border-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 0px 10px black;
  position: sticky;
  top: 12vh;
  z-index: 5;
}
.graph-container.full-screen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #1f2327;
  z-index: 100;
}
.graph-container.full-screen #GraphQueryFrame {
  height: 100vh !important;
}
.set-color-blue {
  color: #2c81bf !important;
}
.btn-1.jb-control[jb-type='Button'][ui-role-element-size='med'] {
  border: 1px solid #fff !important;
}
.btn-1.jb-control[jb-type='Button'][ui-role-element-size='med']:hover {
  border: 1px solid #2c81bf !important;
}
.btn-2.jb-control[jb-type='Button'][ui-role-element-size='med'] {
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
.btn-2.jb-control[jb-type='Button'][ui-role-element-size='med']:hover {
  border: 1px solid #2c81bf !important;
  background-color: #2c81bf !important;
}
.contact-modal.jb-control[jb-type='Modal'] {
  width: 55vw;
}
.contact-cont1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popover {
  color: black;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
}
.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: #fff;
  color: #1f2327;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  bottom: 200%;
  font-family: Roboto;
  left: -30px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
.custom-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 14%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.cookiealert {
  background: #212327 !important;
}
@media (max-width: 480px) {
  .center-container {
    margin-top: 50px;
  }
  .jb-control[jb-type='Label'][ui-role-font-size='xl'] {
    font-size: 25px;
  }
  .jb-control[jb-type='Label'][ui-role-font-size='lg'] {
    font-size: 20px;
  }
  .jb-control[jb-type='HyperLink'][ui-role-font-size='xl'] {
    font-size: 25px;
  }
  .jb-control[jb-type='ImageBox'].img3 {
    width: 360px !important;
  }
  .hide-graph {
    display: none !important;
  }
  .set-gap-left {
    margin-left: 0px;
  }
  div.split-3-columns-C {
    padding-right: 85px !important;
    padding-left: 55px !important;
  }
  .split-4-containers-D {
    height: 120px;
  }
  .split-4-containers-D .jb-control[jb-type='ImageBox'] {
    width: 35px;
  }
  .split-4-containers-D .jb-control[jb-type='Label'][ui-role-font-size='lg'] {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .split-3-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 100px;
  }
  .set-half {
    width: 100%;
  }
  /*
      .split-3-containers {
          width: 100%;
          margin-top: 40px;
          //box-shadow: 0 2px 8px rgb(2, 8, 20 / 8%);
      }
      */
  
  .split-3-steps2 {
    width: 100%;
    padding: 0px 30px 40px;
  }
  .split-4-containers {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .split-4-containers-B {
    width: 100%;
  }
  .split-4-containers-D {
    width: 50%;
  }
  .sm-res-flex {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
  .jb-control[jb-type='ImageBox'].img {
    width: 400px;
  }
  .jb-control[jb-type='ImageBox'].img2 {
    width: 60px;
  }
  .jb-control[jb-type='ImageBox'].img3 {
    width: 600px;
  }
  .jb-control[jb-type='ImageBox'].img4 {
    width: 500px;
  }
  .jb-control[jb-type='ImageBox'].img5 {
    width: 350px;
  }
  .jb-control[jb-type='ImageBox'].img6 {
    width: 80px;
  }
  .center-container {
    padding: 0px !important;
  }
  .menu-item {
    display: none;
  }
  .menu-item2 {
    display: none;
  }
  .menu-burger {
    display: block;
  }
  .layout-sm-res {
    width: 100%;
  }
  .content-gap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .split-4-steps {
    width: 100%;
  }
  .gap-between-steps {
    width: 100%;
  }
  .set-gap-right {
    margin-right: 0px;
  }
  .remove-gap-top-sm-res {
    margin-top: 0px;
  }
  .set-gap-top {
    margin-top: 20px;
  }
  .set-bottom-gap-sm-res {
    margin-bottom: 20px;
  }
  .slides-row-sm-res-hide {
    display: none !important;
  }
  .gif {
    width: 360px !important;
  }
  .split-4-containers-C {
    width: 100% !important;
  }
  .table-font-sm-res {
    font-size: 15px !important;
  }
  .contact-modal.jb-control[jb-type='Modal'] {
    width: 80vw !important;
  }
  .contact-cont1 {
    display: flex;
    flex-direction: column;
  }
  .contact-cont2 {
    display: flex;
    margin-bottom: 20px;
  }
  .left-alignment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.split-3-columns-C {
    padding-right: 85px !important;
    padding-left: 55px !important;
  }
}
@media (min-width: 769px) {
  .menu-burger {
    display: none !important;
  }
  .slides-row-lg-res-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .split-3-columns-B {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .gif {
    width: 950px;
  }
}
@media (max-width: 1024px) {
  .center-container {
    padding: 0px 30px !important;
  }
  .split-3-containers {
    width: 100% !important;
    margin-top: 40px;
  }
  .split-3-containers-no-borders {
    width: 100% !important;
    margin-top: 40px;
  }
  .dropdown-cont-med-res {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
  .dropdown-cont-width {
    width: 100%;
  }
  .menu3-cont-med-res {
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
  }
  .slides-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .jb-control[jb-type='ImageBox'].img3 {
    width: 600px;
  }
  .gif {
    width: 600px;
  }
  .split-3-columns-B {
    display: none;
    /*
          display: flex;
          flex-wrap: wrap;
          //flex-direction: column;
          justify-content: space-between;
          margin-top: 100px;
          */
  
  }
  .hide-row {
    display: none;
  }
  .split-3-columns-C {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .split-4-containers-D {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .split-3-containers {
    width: 28%;
    margin-right: 50px;
  }
  .split-4-containers-C {
    width: 23%;
    margin-right: 5px;
  }
}
/* ================= End of Custom Rules ======================== */

