.nested-row [class*='col-'] {
  padding-left: 0px;
}
.widget .full-height {
  margin-bottom: 100px;
  overflow-x: hidden;
}
.widget .widget-body {
  overflow: auto;
}
.widget .widget-header {
  padding: 0px;
}
.widget .widget-header .table {
  margin-bottom: 0px;
}
.widget .widget-header .pull-right {
  text-align: right;
}
.widget .widget-body table tbody tr td {
  vertical-align: middle;
}
.table-responsive {
  overflow-x: visible;
  overflow-y: scroll;
  border-bottom: 1px solid #ddd;
}
.table-footer {
  text-align: center;
}
.table-footer .footer-buttons {
  margin: 20px 0;
}
.table .borderless td,
.borderless th {
  border: none;
}
.no-margin {
  margin-bottom: 0px;
}
.table .top-align tbody tr td,
.widget .widget-body .table .top-align tbody tr td {
  vertical-align: top;
}
.panel-login {
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.panel-login > .panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
}
.panel-login > .panel-heading a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login > .panel-heading a.active {
  color: #029f5b;
  font-size: 18px;
}
.panel-login > .panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
/* Sidebard */
#sidebar-wrapper {
  background: #14A2E9;
}
ul.sidebar .sidebar-main a {
  background: #14A2E9;
}
#page-wrapper:not(.open) ul.sidebar .sidebar-title.separator,
.sidebar-footer,
ul.sidebar .sidebar-list a:hover,
ul.sidebar .sidebar-main a {
  background: #14A2E9;
}
ul.sidebar .sidebar-title {
  color: #FFF;
}
ul.sidebar .sidebar-list a {
  color: #FFF;
}
.sidebar-footer div a {
  color: #FFF;
}
ul.sidebar li a {
  color: #FFF;
}
ul.sidebar .sidebar-list a:hover {
  color: #333;
}
/* Accordion */
.accordion-toggle:focus {
  outline: 0;
}
.accordian-header {
  width: 100%;
  line-height: 20px;
  display: inline-block;
  padding: 10px 15px;
}
.accordian .panel-heading {
  padding: 0;
}
/* Inline Edit */
.ng-inline-edit__input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ng-inline-edit__input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
[class*='scrolling-table-'] {
  overflow: auto;
}
.scrolling-table-sm {
  max-height: 300px;
}
.dropdown-menu {
  max-height: 250px;
  overflow: scroll;
}
.table .open > .dropdown-menu li:last-child {
  margin-bottom: 30px;
}
.typeahead-demo .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}
.typeahead-demo .custom-popup-wrapper > .message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}
.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  right: 10px;
  left: auto;
}
.bold {
  font-weight: bold;
}
.week-link {
  margin-right: 5px;
}
.row-collapse:not(.collapse) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tab-content .tab-pane {
  padding-top: 20px;
}
.chats tr.selected {
  background: #f0faff;
}
.chat-viewer .msg {
  margin: 5px 0px;
}
.chat-viewer .msg-wrapper {
  margin: 5px 0px;
}
.chat-viewer .user .msg-wrapper {
  background-color: #00B2EE;
  float: left;
  padding: 15px 20px;
}
.chat-viewer .bot .msg-wrapper {
  background-color: #70BF41;
  float: right;
  padding: 15px 20px;
}
.chat-viewer .user .msg-wrapper {
  border-radius: 15px 15px 15px 0px;
}
.chat-viewer .bot .msg-wrapper {
  border-radius: 15px 15px 0px 15px;
}
.icm-messages .icm-message .icm-text-wrapper::after,
.icm-messages .icm-message .icm-text-wrapper:before {
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.icm-messages .icm-message .icm-text-wrapper::after {
  border-width: 13px;
  margin-top: 0px;
}
.icm-messages .icm-message .icm-text-wrapper::before {
  border-width: 15px;
  margin-top: -2px;
}
input[type=checkbox] {
  margin: 9px 0 0;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loadingSpinner {
  position: absolute;
  left: 50%;
  top: 50%;
}
a[disabled=disabled] {
  cursor: not-allowed;
}
.error {
  color: red;
}
.role-checkbox {
  display: block;
}
