.form_middle_wrapper {
  max-width: 700px;
  margin: auto;
  padding: 20px 0;
  border: 1px solid #ededed;
  position: relative;
  top: 100px;
  border-radius: 4px;
}
.login_form {
  padding: 30px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
  max-width: 500px;
}
.form_middle_wrapper h2.form_header {
  margin-bottom: 40px;
  font-size: 24px;
}
.center {
  text-align: center;
}
.form_middle_wrapper .form-group {
  margin-bottom: 25px;
}
.custom-btn, .custom-btn:active
{
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #6772e5;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  outline: none;
  min-width: 120px;
  border: none;
  cursor: pointer !important;
}
.btn-sh-green, .btn-sh-green:active
{
  color: #fff !important;
  background: #3ecf8e;
  text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
}
.mt30 {
  margin-top: 30px;
}
.meta_link {
  font-size: 16px;
}
.meta_link a {
  text-decoration: none;
}
.login_form label {
  font-size: 16px;
  margin-bottom: .5rem;
}
.form_middle .error_message {
  color: red;
}
.user_info_error_message {
  color: red;
  display: none;
}

.admin_menu_sidebar
{
  height: 100vh;
  background: #eff2f6;
  min-width: 250px;
  max-height: 100vh;
  position: relative;
  z-index: 99;
}

.admin_menu_sidebar ul
{
  padding-left: 0;
  font-size: 16px;
  padding-top: 70px;
  max-height: 86vh;
  overflow: auto;
}

.admin_menu_sidebar ul li
{
  list-style: none;
  padding: 15px;
  cursor: pointer;
  position: relative;
}

.admin_menu_sidebar ul li.active
{
  background: #fff;
}
.sidebar_user_block
{
  padding: 10px;
  border-top: 2px solid #ededed;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 999;
  background: #eff2f6;
}
.user_info_image > i {
  font-size: 60px;
}

.user_meta_info_wrapper {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  max-width: 72%;
  word-break: break-all;
}
.user_meta_info_wrapper p {
  margin-bottom: 0;
}
p.user_logout_link {
  color: grey;
  cursor: pointer;
}
.user_meta_info_wrapper a {
  text-decoration: none;
  font-size: 14px;
}
.admin_menu_content {
  margin-top: 15px;
  padding-left: 40px;
  overflow: auto;
  max-height: 100vh;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.admin_menu_content .content_header {
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.inline.top_menu_label {
  display: inline-block;
  vertical-align: top;
}
.dataTables_wrapper {
  padding: 10px;
}
.dataTable {
  border: 1px solid #ededed;
}
.all_clients_tbl a {
  text-decoration: none;
}
table.dataTable thead th, table.dataTable thead td {
  border: none !important;
}
table th {
  text-align: center !important;
}
table.dataTable tbody td, table.dataTable thead th {
  padding: 15px;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  border-left-width: 0;
}
.dataTables_filter {
  float: left !important;
  margin: 15px 0;
}
.dataTables_filter input[type='search'] {
  border: 1px solid #ededed;
  border-radius: 5px;
  outline: none;
  padding: 5px;
}
.info_placeholder {
  color: #70828b;
  margin-top: 30px;
}
.action_btn_wrapper {
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  display: inline-block;
}
.white-popup
{
  position: relative;
  background: #FFF;
  padding: 40px 45px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.rel_parent
{
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.alt_loader
{
  position: absolute;
  left: 40%;
  height: 1.5rem;
  width: 1.5rem;
  top: 8px;
  display: none;
}
.form_field_wrapper label {
  font-weight: 500;
}
.header_wrap {
  text-align: right;
  padding-right: 30px;
}
.header_wrap a {
  text-decoration: none;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.clients_meta_info_top {
  text-align: right;
  position: relative;
  right: 12px;
  top: 70px;
}
.all_clients_tbl div.indicator-wrapper {
  position: relative;
  text-align: center;
}
.all_clients_tbl div.indicator-wrapper .kw-red-indicator {
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #E55151;
}
.all_clients_tbl div.indicator-wrapper .kw-grey-indicator {
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #C0C0C0;
}
.date_alert_indicator.info_blue:before {
  content: "";
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #3597f7;
  margin-right: 5px;
}
.date_alert_indicator.info_red:before, .alert_content_row.red:before {
  content: "";
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #E55151;
  margin-right: 5px;
}
.alert_content_row.red:before {
  height: 12px;
  position: relative;
  top:5px;
}
.alert_content_row.grey:before {
  content: "";
  min-width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #C0C0C0;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.white-popup .info_label {
  font-weight: normal;
}
.view_kw_alert_info {
  color: #0d6efd;
  margin-left: 5px;
  cursor: pointer;
}
#top_5_alert_content_popup {
  padding: 50px;
  max-width: 800px;
}
.alert_content_row p {
  display: inline-block;
  margin-left: 10px;
}
.alert_content_row {
  margin: 10px 0;
  display: flex;
}
