/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  body .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  /* 20px padding + 1px border */
  /* margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px; */
  margin: 15px -21px 20px -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/*
 * Main content
 */

.gr-main {
  padding: 20px;
}
@media (min-width: 768px) {
  .gr-main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.gr-main .page-header {
  margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*Modifications*/
body {
  background-color: #f0f0f4;
}

.gr-main {
  padding: 20px;
}

.navbar-brand {
  width: 200px;
}

.gravatar {
  border-radius: 4px;
  height: 36px;
  width: 36px;
  margin: -10px 5px -8px 0;
  border: solid 1px #ddd;
}

.navbar-inverse {
  background-color: #333;
}
.nav-sidebar li {
  /* border-bottom: 1px solid #444; */
}
.nav-sidebar li > a {
  color: #89949b;
  border-left: solid transparent;
}
.nav-sidebar li a:hover,
.nav-sidebar li a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-sidebar .active > a,
.nav-sidebar .active > a:hover,
.nav-sidebar .active > a:focus {
  border-left: solid #d85e16;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.nav-sidebar.nav li > a {
  position: relative;
  display: block;
  padding: 15px;
}

.nav-sidebar.nav ul > li > a {
  padding-left: 25px;
  text-decoration: none;
}

.nav-sidebar.nav ul li {
  margin-left: -40px;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #89949b;
  color: #ccd6df;
  text-align: center;
}

#table > .well {
  margin-bottom: 0 !important;
}
.nivo-controlNav {
  display: none;
}
.theme-default .nivoSlider {
  margin-bottom: 20px;
}

.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  /*background:url(arrows.png) no-repeat;*/
  background: #fff;
  border-radius: 15px;
  /*text-indent:-9999px;*/
  /*text-indent:10px;*/
  border: 0;
  border: solid 1px #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: transparent;
}
.theme-default .nivo-directionNav a:before {
  content: "\f061";
  /*font-weight:bold;*/
  font-size: 21px;
  font-family: FontAwesome, "Open Sans", sans-serif;
  color: #666;
  position: absolute;
  top: -1px;
  left: 6px;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 0.6;
}
.theme-default a.nivo-nextNav {
  /*background*/
  -position: -30px 0;
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default .nivo-directionNav a.nivo-prevNav:before {
  content: "\f060";
  left: 4px;
}
.editor .generated-content:hover .cobler_container {
  min-height: 100px;
  outline: dashed 1px #aaa;
}

.widget > .parent-hover {
  z-index: 1;
}
.fa-toggle:before {
  content: "\f068";
}
.cob-collapsed .fa-toggle:before {
  content: "\f067";
}
#layout {
  display: none;
}
.editor #layout {
  display: initial;
}

/* Begin Bootstrap Callouts TJC Added 2/10/18 */
.callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .callout {
  margin-top: -5px;
}
.callout-default {
  border-left-color: #777;
  /* background-color: #f5f5f5; */
}
.callout-default h4 {
  color: #777;
}
.callout-primary {
  border-left-color: #428bca;
  /* background-color: #fff; */
}
.callout-primary h4 {
  color: #428bca;
}
.callout-success {
  border-left-color: #5cb85c;
  /* background-color: #dff0d8; */
}
.callout-success h4 {
  color: #5cb85c;
}
.callout-danger {
  border-left-color: #d9534f;
  /* background-color: #f2dede; */
}
.callout-danger h4 {
  color: #d9534f;
}
.callout-warning {
  border-left-color: #f0ad4e;
  /* background-color: #fcf8e3; */
}
.callout-warning h4 {
  color: #f0ad4e;
}
.callout-info {
  border-left-color: #5bc0de;
  /* background-color: #d9edf7; */
}
.callout-info h4 {
  color: #5bc0de;
}
/* End Bootstrap Callouts */

.parent-hover {
  visibility: hidden;
}
*:hover > .parent-hover {
  visibility: visible;
}
.cobler_container {
  list-style: none; /*padding-left:0;*/
}
.cobler_container > li > .parent-hover {
  z-index: 10;
  opacity: 0.6;
  position: absolute;
  top: 3px;
  right: 3px;
}
.cobler_container > li {
  position: relative;
  display: block;
}
.cobler_container > li:hover {
  outline: dashed 1px #ccc;
  z-index: 2;
}
.cobler_container > li.sortable-chosen {
  outline: none;
  outline: dashed 1px #222;
  background: #fff;
}
.cobler_container > li.sortable-ghost {
  opacity: 1;
  border: solid 0px #ccc;
}
.cobler_container > li.sortable-ghost .parent-hover {
  display: none !important;
}
.cobler_select.cobler_container > li:before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cobler_select.cobler_container > li.widget_active {
  outline: dashed 1px #222;
  z-index: 2;
  background: #fffff8;
}
.cobler_select.cobler_container > li.sortable-ghost:before {
  background: #fff;
}

.cobler_select.cobler_container > li.widget_active {
  outline: solid 2px #4ca8e9;
  z-index: 2;
  background: #fffff8;
}

.cobler_select.cobler_container > li:hover:after {
  opacity: 0.7;
  content: attr(data-name);
  background: #4ca8e9;
  z-index: 10;
  position: absolute;
  padding: 2px 4px;
  bottom: 0;
  right: 0;
  /* top: -25px;
  left: -2px; */
  color: #fff;
  border-radius: 5px 0 0 0;
}
.cobler_select.cobler_container > li.widget_active:after {
  opacity: 1;
  content: attr(data-name);
  background: #4ca8e9;
  z-index: 10;
  position: absolute;
  padding: 2px 4px;
  bottom: 0;
  right: 0;
  /* top: -25px;
  left: -2px; */
  color: #fff;
  border-radius: 5px 0 0 0;
}

.cobler_container > li.widget_active {
  outline: dashed 1px #999;
  z-index: 2;
  background: #fffff8;
}

/*.opaque.cobler_container > li.sortable-ghost {opacity: 0;}
.opaque.cobler_container > li.sortable-fallback {opacity: 1 !important;overflow:initial;}
.opaque.cobler_container > li.sortable-chosen {outline:none;border:0;margin:0;background:none}
.opaque.cobler_container > li:hover .cobler-li-content{box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);}
.opaque.cobler_container > li.sortable-chosen .cobler-li-content{box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);}
.opaque.cobler_container > li:hover{outline:0;}*/

.cobler_container {
  min-height: 50px;
}

.editor .editTools {
  display: none;
}
.editor .editTools.hidden {
  display: block !important;
  visibility: visible !important;
}

/*berryTables*/
[data-popins] {
  border-bottom: 1px dotted;
}
[data-popins] {
  cursor: pointer;
}
/*[data-inline] .form-group{margin-bottom:0;}  */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
/*.ace_editor{height:500px}*/

.dupable {
  padding-left: 60px;
}
.dupable hr {
  margin: 5px 0px 5px -60px;
}
.dupable .actions {
  position: absolute;
  left: 0;
}
#modal .dupable hr {
  display: none;
}

.editor .slice,
#sortableList a {
  cursor: move;
}
#editor .slice {
  /* overflow: hidden; */
  min-height: 34px;
}
#editor .cobler-li-content {
  overflow: hidden;
}
li.widget_active {
  cursor: default;
}

.note-editor.note-frame.fullscreen {
  top: 50px;
  left: 200px;
}
.sortable-ghost {
  padding: 10px;
  color: #666;
  font-size: 16px;
}
.nodisplay {
  display: none;
}
[data-event="add"].custom-event-all,
[data-event="edit"].custom-event-all,
[data-event="delete"].custom-event-all {
  display: none;
}

.list-group-item .handle {
  color: #aaa;
  width: 45px;
  background: #fcfdfc;
  text-align: center;
  border-right: solid 1px #eee;
  cursor: move;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: -10px 20px -10px -15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-group-item:hover .handle {
  background: #f8f8f8;
  color: #626262;
}
.list-group-item .handle:before {
  content: "\f0c9";
}

.cob-collapsed .collapsible {
  display: none;
}

.on-collapse {
  display: none;
}
.editing .on-collapse,
.cob-collapsed .on-collapse {
  display: block;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.42
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  z-index: 1050;
}
/* berry-wizard */
.berry-wizard .wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.berry-wizard .wizard:after,
.berry-wizard .wizard:before {
  display: table;
  line-height: 0;
  content: "";
}
.berry-wizard .wizard:after {
  clear: both;
}
.berry-wizard .wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.berry-wizard .wizard ul.previous-disabled li.complete {
  cursor: default;
}
.berry-wizard .wizard ul.previous-disabled li.complete:hover {
  color: #356e35;
  cursor: default;
  background: #f3f4f5;
}
.berry-wizard .wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.berry-wizard .wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999;
  cursor: default;
  background: #ededed;
}
.berry-wizard .wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}
.berry-wizard .wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}
.berry-wizard .wizard ul li.complete {
  color: #468847;
  background: #f3f4f5;
}
.berry-wizard .wizard ul li.complete:hover {
  cursor: pointer;
  background: #e7eff8;
}
.berry-wizard .wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}
.berry-wizard .wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.berry-wizard .wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc;
}
.berry-wizard .wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

.berry-wizard .wizard ul li.error {
  color: #eee;
  background: #b94a48;
}
.berry-wizard .wizard ul li.error .chevron:before {
  border-left: 14px solid #b94a48;
}

.berry-wizard .wizard ul li .badge {
  margin-right: 8px;
}
.berry-wizard .wizard ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}
.berry-wizard .step-content .step-pane {
  display: none;
}
.berry-wizard .step-content .active {
  display: block;
}
.berry-wizard .step-content .active .btn-group .active {
  display: inline-block;
}

a.popins {
  border-bottom: 1px dotted #111;
}
.popins {
  cursor: pointer;
}

/* .btn.btn-success{background-color:#7BC143;} */

.txt-color-blueDark {
  color: #4377ae !important;
}
.rating i {
  padding: 0 1px;
  font-size: 19px;
  float: left;
}
.berry.popover .popover-content {
  margin-bottom: -15px;
}
.berry.popover {
  max-width: none;
  min-width: 300px;
}
.berry.popover .popover-title {
  color: #797979;
}

.berry .tab-pane > fieldset > legend {
  display: none;
}

form.berry.tab-content {
  margin-top: 20px;
}

.editor .slice > div {
  min-height: 36px;
}

.slice .slice-label {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #efefef;
  border: solid 1px #fff;
  color: #333;
  padding: 3px;
}
.editor .slice:hover .label {
  z-index: -1;
}
.slice .slice-actions {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 6;
}
.panel-title a .fa-collapse:before {
  content: "\f107";
}
.panel-title a.collapsed .fa-collapse:before {
  content: "\f105";
}

table.table-fixed td {
  word-wrap: break-word;
}
.table-fixed {
  table-layout: fixed;
}
thead .form-group {
  margin-bottom: 0;
}

.cob-collapsed.widget > .panel > .panel-heading.hide {
  display: block !important;
}
.editor .widget_active > form {
  padding: 10px;
}
.admin-main {
  padding: 20px;
  background-color: white;
}
.admin-main .table-container {
  color: black;
}

@media (min-width: 768px) {
  .admin-main {
    padding-left: 220px;
  }
}
@media (min-width: 768px) {
  body .sidebar {
    top: 0;
    border-right: 0;
    padding: 0 20px;
    background-color: #273135;
    /* background-color:#27313524; */
    /* background-color:#fff; */
    /*font-size: 16px;*/
    width: 200px;
    top: 50px;
  }

  body#page #main-container {
    margin-left: 200px;
  }
}

.table tr.filter {
  background: #f4feff !important;
}

.table-well {
  background: #fff;
}

.filterable.nodisplay {
  display: none !important;
}
a:hover {
  text-decoration: none;
}

.btn.btn-new {
  /* background: #7eb37e; */
  border-radius: 30px;
  color: #fff;
  border-color: #fff;
  border-color: #eee;
}
.btn.btn-new .fa-plus {
  color: #7eb37e;
}
.btn.btn-new:hover .fa-plus {
  color: #fff;
}
.btn.btn-new:hover {
  background: #53a553;
  background: #7eb37e;
  box-shadow: 0 0 10px #fff;
}

a.list-group-action:hover {
  background: #eee;
}
a.list-group-action {
  display: inline-block;
  color: #666;
  width: 180px;
  /* float: left; */
  border: solid 1px #aaa;
  margin: 4px;
  /* border-left: solid 4px; #f16919; */
  border-left-width: 4px;
  border-radius: 4px;
  padding: 12px;
}
.page-menu {
  margin: 10px 0 -10px;
}

.gr-main {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body#page #main-container {
    margin-left: 0;
  }
}

@media screen {
  #page.flow .flow-title {
    z-index: 3;
    top: 50px;
    position: sticky;
    background: #fff;
    margin: -15px -15px 15px;
    padding: 15px 15px 10px;
    border-bottom: solid 1px #eee;
  }
}
@media print {
  .form-group {
    page-break-inside: avoid;
  }
  .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
  }
  body {
    padding-top: 0;
  }
  .gr-main {
    padding-top: 0;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2.2rem;
  margin: 0.5em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: solid 0.1rem #c8c8c8;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  left: 0.1rem;
  bottom: 0.1rem;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:checked + .slider {
  background-color: #1690d8;
}

input:focus + .slider {
  border-color: #1690d8;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

input:checked + .slider:before {
  -webkit-transform: translateX(1.8rem);
  -ms-transform: translateX(1.8rem);
  transform: translateX(1.8rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 2rem;
}

.slider.round:before {
  border-radius: 50%;
}

/* start timeline*/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/* end timeline */
@media (min-width: 768px) {
  .form-search .combobox-container,
  .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .form-search .combobox-container .input-group-addon,
  .form-inline .combobox-container .input-group-addon {
    width: auto;
  }
}
.combobox-selected .caret {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .fa-times {
  display: none;
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}
.control-group.error .combobox-container .add-on {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #b94a48;
}
.control-group.warning .combobox-container .add-on {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #c09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}
#flow-preview {
  border: solid 2px #fff;
  overflow: auto;
  position: relative;
  text-align: center;
}
#flow-preview foreignObject {
  /* overflow: visible; */
  /* height:11px */
}
#flow-preview .edgeLabel {
  background: #f0f0f4 !important;
}
/* #flow-form {
  background: #fff;
  box-shadow: inset 2px 0px 1px #ccc;
  overflow: scroll;
  padding:25px;
  margin-bottom: -20px;
} */

#flow-preview .edgeLabel rect {
  display: none;
}
#flow-preview svg {
  /* width: 200%; */
  position: relative;
}
fieldset fieldset {
  margin-left: 10px !important;
}

.nodes .node:hover {
  cursor: pointer;
}
.node rect,
.node polygon {
  fill: #f9f9f9 !important;
  stroke: #888 !important;
}
.node circle {
  fill: #f4f4ff !important;
  stroke: #90ddaa !important;
  stroke: #55aaff !important;
}
.closedClass > rect {
  fill: #ffcccc !important;
  /* stroke:#FF0000 !important; */
  /*stroke-width:4px !important;;*/
}
.selectedClass > rect,
.selectedClass > polygon {
  stroke: #68b767 !important;
}
.selectedClass > * {
  /* fill:#FF0000 !important;
    stroke:#1166ff !important;
    stroke:#68b767 !important; */

  stroke-width: 2px !important;
}
.closedClass > rect {
  fill: #ffcccc !important;
  stroke: #ff8888 !important;

  /* stroke:#FF0000 !important; */
  /*stroke-width:4px !important;;*/
}
.selectedClass.closedClass > rect {
  stroke: #ff0000 !important;
}

.widget.WorkflowSubmissionReport .list {
  margin: -15px 0 -15px -15px;
  background: #e8e8e8;
  padding: 15px;
  position: fixed;
  overflow: scroll;
  top: 45px;
  bottom: 0;
}
.gform_isArray > fieldset:before {
  content: "";
  border: dashed 1px #102e7946;
  border-right: 0px;
  width: 10px;
  position: absolute;
  bottom: 5px;
  left: 7px;
  top: 0px;
}
fieldset .gform_isArray > fieldset:before {
  left: 16px;
}
/* .gform_isArray > fieldset:after {
  content: "";
  border: dashed 1px #102e7959;
  border-left:0px;
  width:5px;
  position: absolute;
  right: 7px;
  bottom: 5px;
  top: 0px;
} */
fieldset:disabled .actions {
  display: none;
}
.shake {
  animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  backface-visibility: hidden;
  transform-origin: top center;
}

@keyframes bellshake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0);
  }
}

/* Allow Other Menu to Scroll Past Page Bottom */
.other-menu {
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}

#workflows .dataTable,
#workflows .assignments {
  cursor: pointer;
}

#waiting {
  /* position: absolute; */
  /* width: 100%; */
  /* top: 0; */
  /* height: 100%; */
  /* overflow: hidden; */
  border-radius: 0 5px 5px 0;
  padding: 5px 10px;
  position: fixed;
  bottom: 20px;
  left: 0;
  color: #333;
  background: rgb(200 200 200);
  box-shadow: 0 0 2px #fff;
  border: rgb(200 200 200);
  height: auto;
  /* width:200px; */

  white-space: nowrap;
  transition: all 1s;
}

#waiting.hide_wait {
  /* top: 100%; */
  padding: 5px 0;
  overflow: hidden;
  opacity: 0;
  width: 0;
  /* bottom:0; */
  /* height: 0; */
}
hr.thin {
  margin: 5px 0;
}
.Workflow.widget center {
  display: none;
}

/* .Workflow.widget .gform-footer,.Workflow.widget .header {
  position: sticky;
  margin: -15px;
  padding: 15px;
  background: #fff;
}

.Workflow.widget .header{
  top: 122px;
  z-index: 10;
}
.Workflow.widget .gform-footer{
  bottom: 0;
}
.workflow_sidebar{top:140px} */

.Workflow.widget #form center:only-child {
  display: block;
}
.panel-body.workflow-required {
  padding-right: 10px;
}
.required-field {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 5px;
}
.required-field .label {
  text-overflow: ellipsis;
  /* line-height: 12px; */
  overflow: hidden;
  max-width: 100%;
  /* margin: 0 5px 0 0; */
  display: inline-block;
  cursor: pointer;
}
.required-field:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1px;
  top: -5px;
  background-color: rgb(63, 144, 63);
  opacity: 0.8;
  box-shadow: white 0px 0px 1px 1px;

  color: white;
  font-size: 75%;
  content: "\f00c";
  border-radius: 50%;
  padding: 3px;
  opacity: 0.8;
  box-shadow: 0 0 1px 1px white;
}

.required-field:hover:before {
  opacity: 0.65;
}
.required-field.missing:before {
  display: none;
}

.slice .Workflow .panel {
  border-top: solid 3px #eee;
}
.slice .panel.success {
  border-color: #5cb85c !important;
}
.slice .panel.error {
  border-color: #d9534f !important;
}
.slice .flow-title {
  border-bottom: solid 1px #eee;
  margin: 0 -15px 10px;
  padding: 0 10px 10px;
}
.animate-border {
  border-width: 0 !important;
  padding-top: 3px;
  background: linear-gradient(90deg, #888 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 40px 3px;
  background-position: 0% 0%;
  animation: dash 30s linear infinite;
}

@keyframes dash {
  to {
    background-position: 100% 0%;
  }
}
