/**************************************************************
General Css
buttons
Page Layout
Top Navigation
SIdebar Nav
Panel
Company Widget
Modern Dashboard
User Comment
Mail Box
Lock Screen
Pricing tables
dark price
Responsive
bootstrap wizard form css****/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700,700i,900,900i');
/* @import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&display=swap'); */

/* button {
    border-bottom: 3px solid rgba(0,0,0,.15)!important;
}
 */
body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #e1e1e1;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  overflow-x: hidden;
  font-weight: 400;
}

li.disabled i {
  /* color: #505050; */
  cursor: not-allowed;
}

li.disabled {
  opacity: 0.3
}

.board_tab .nav-tabs li a span.dueTasks {
  background: #ffb1b1 !important;
  border: #ffb1b1 !important;
  color: #fff !important;
  font-weight: bold;
}


.board_tab .nav-tabs li a.active span.dueTasks {
  background: #ffb1b1 !important;
  border: #ffb1b1 !important;
  color: #fff !important;
  font-weight: bold;
}

.m-b {
  margin-bottom: 15px;
}

.blog-post img {
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.blog-desc {
  padding: 15px;
  background: #fff;
}

.recent-activities .media img {
  height: 40px;
}

.sale-state-box {
  background-color: #4E5D73;
  border-radius: 3px;
  box-shadow: 3px 4px 5px rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-top: 15px;
  padding: 15px;
}

.user-col {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}

.show-grid span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 1px;
  margin-bottom: 15px;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

.profile-overview,
.profile-edit {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #eee;
}

.profile-overview1,
.profile-edit {
  padding: 0 5px;
}

.margin-b-30 {
  margin: 15px 0px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

a:focus,
a:hover,
a {
  color: #4E5D73;
  outline: 0 none;
  text-decoration: none;
}

.white-textt {
  color: #fff;
}

.white-text {
  color: #fff !important;
}

.cyan {
  background-color: #00bcd4;
}

.right {
  float: right !important;
}

.orange {
  background-color: #7986CB;
}

.teal {
  background-color: #009688;
}

.green {
  background-color: #4CAF50;
}

.background-icon {
  font-size: 74px;
  float: none;
  color: rgba(255, 255, 255, 0.5);
}

.widget-icon {
  color: #4E5D73;
  float: left;
  font-size: 55px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: visible;
}

.page-title.marginb0 {
  margin-bottom: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #4E5D73;
  border-color: #4E5D73;

}

.btn:not(.btn-raised).btn-primary,
.input-group-btn .btn:not(.btn-raised).btn-primary {
  color: #fff;
}

.btn.btn-sm,
.input-group-btn .btn.btn-sm,
.btn-group-sm .btn,
.btn-group-sm .input-group-btn .btn {
  padding: 5px 10px;

}

.progress {
  position: relative;
}

.wdt-lable {
  min-width: 120px;
  text-align: right;
}

.panel {
  min-width: 250px;
}

.icon-wrap .icon,
.icon-wrap .wi {
  font-size: 40px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  min-width: 54px;
  text-align: center;

}

.fontawesome-icon-list li {
  list-style: none;
}

.wi {
  margin-right: 10px;
}

.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
}

.glyphs.character-mapping .icon {
  margin: 10px 0 10px 15px;
  padding: 15px;
  position: relative;
  width: 55px;
  height: 55px;
  color: #162a36 !important;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 32px;
}

.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  outline: 0;
}

.glyphs.css-mapping .icon {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #162a36 !important;
  overflow: hidden;
  float: left;
  font-size: 24px;
}

.glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

.glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  outline: 0;
  float: right;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress.progress-xxs {
  height: 3px;
}

.progress.progress-xs {
  height: 6px;
}

.progress.progress-lg {
  height: 36px;
  overflow: hidden;
}

.progress.progress-lg span {
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.progress.progress-lg span.inline-text {
  text-align: left;
  padding: 8px;
  display: block;
  font-size: 14px;
  position: absolute;
  min-width: 50%;
}

.progress-bar-default {
  background-color: rgba(11, 11, 11, 0.9);
}


/****buttons*********/
.btn {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 8px 12px;
}

.btn:hover {
  opacity: 0.9 !important;
}

.btn-link {
  color: #4E5D73;
}

.btn-link:hover {
  color: #333;
}

/*.btn-default {
    background-color: #dae6ec;
    border-color: #dae6ec;
}*/

.btn-default:hover,
.btn-default:focus {

  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  /* border-radius: 0px; */
  box-shadow: none;
  border: 1px solid #9099a8;
  color: #999;
  background-color: transparent;
}

.btn-primary {
  background-color: #4E5D73;
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, .15) !important;
}

.btn-circle {
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-size: 30px;
}

.btn-circle.btn-lg {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
}

.btn-circle.btn-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

.hr-line-dashed {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 20px 0;
}

.input-group-addon {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  border-color: rgba(0, 0, 0, 0.1);
  color: #666;
}

.btn-white {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #666;
}

.btn-white:hover,
.btn-white:focus {
  color: #4E5D73;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/***************************************************************

Page Layout

****************************************************************/

.fixed-top .page-container {
  margin-top: 50px;
}

.page-container {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 800px;
}

.content-wrapper.container {
  width: 100%;
}

.page-title {
  background-color: #fff;
  margin: 0 -15px 8px -14px;
  padding: 9px 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}

div.dataTables_filter label {
  font-weight: normal;
  float: right;
}

.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.content-wrapper.container {
  padding-bottom: 45px;
  padding-left: 8px;
  padding-right: 8px;
}

.well,
.white-bg {
  background: #fbfbfb;
}

.sidebar-toggler {
  color: #fff;
  float: left;
  font-size: 23px;
  padding: 11px 0 3px 15px;
}

.search-bar {
  float: left;
  padding: 10px;
  width: 21%;
}

.portal-header .search-bar {
  margin-left: 44px;
}

.search-bar input[type=text] {
  border-radius: 20px !important;
  border: none !important;
  background: #4B5D75 none repeat scroll 0 0;
  margin-left: 10px;
  padding: 10px;
  height: 31px;
  color: #fff;
}

/****************************************************************

Top Navigation

*****************************************************************/
@media (max-width: 771px) {
  .top-menu,
  .search-bar {
    display: none;
  }

  .sidebar-toggler {
    float: right;
    margin-right: 20px;
  }
}

.menu-toggler a {
  color: #fff;
}

.page-header.navbar {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  height: 50px;
  min-height: 50px;
  filter: none;
  background-image: none;
}

.page-header.navbar .page-logo {
  background: #24364e none repeat scroll 0 0;
  display: block;
  float: left;
  height: 50px;
  overflow: inherit;
  padding-left: 20px;
  padding-right: 20px;
  position: inherit;
  width: 14% !important;
  margin-left: 4% !important;
}

.sidebar {
  transition: all 0.3s ease;
}

.metismenu li a i {
  transition: all 0.3s ease 0s;
}

.menu-toggler.sidebar-toggler.sidebar {
  height: auto;
  overflow: inherit;
  position: inherit;
  width: 3%;
}

.page-header.navbar .page-logo .logo-default {
  margin: 6px 0 0 0;
  height: 38px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>img {
  float: left;
  margin-top: -5px;
  margin-right: 5px;
  height: 29px;
  display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav>li>a:hover,
.page-header.navbar .top-menu .navbar-nav>li>a:focus,
.page-header.navbar .top-menu .navbar-nav>li.open>a {
  text-decoration: none;
  background-color: #32445c;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i {
  font-size: 21px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>.badge {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 300;
  padding: 3px 6px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
  padding: 16px 2px 34px 8px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
  display: block;
  overflow: hidden;
  padding: 15px;
  letter-spacing: .5px;

}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>h3 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 275px;
  width: 275px;
  z-index: 9995;
  padding: 0px;
}

.navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
  display: inline-block;
  padding: 0;
  background: 0 0;
  clear: inherit;
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  border: 0;
  margin-top: -1px;
}

.nav.pull-right>li>.dropdown-menu,
.nav>li>.dropdown-menu.pull-right {
  right: 0px;
  left: auto;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .time {
  float: right;
  max-width: 75px;
  font-size: 11px;
  font-weight: 400;
  opacity: .7;
  filter: alpha(opacity=70);
  text-align: right;
  padding: 1px 5px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details {
  overflow: hidden;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon {
  margin-right: 10px;

}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon i {
  margin-right: 2px;
  margin-left: 1px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li:first-child a {
  border-top: none;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .progress {
  display: block;
  height: 8px;
  margin: 8px 0 2px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .percent {
  float: right;
  font-weight: 600;
  display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .desc {
  font-size: 13px;
  font-weight: 300;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a {
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 13px;
  padding: 16px 15px 18px;
  text-shadow: none;
}

.label.label-icon {
  margin-right: 2px;
  text-align: center;
  padding: 4px 0px 4px 4px;
}

.ring-point {
  background-color: #A7B1C0;
  border-radius: 100%;
  height: 4px;
  position: absolute;
  right: 12px;
  top: 1px;
  width: 4px;
}

.ring {
  animation: 1s ease-out 0s normal none infinite running pulsate;
  border: 5px solid #A7B1C0;
  border-radius: 100%;
  height: 20px;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: -7px;
  width: 20px;
  z-index: 10;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/**********************************************************

SIdebar Nav

***********************************************************/
.sidebar-toggler {
  display: block !important;
}

#page-wrapper .sidebar {
  /*width: auto;*/
}

#page-wrapper.mini-navbar .sidebar {
  width: 49px;
  display: block;
  position: absolute;
}

#page-wrapper.mini-navbar .profile-element,
#page-wrapper.mini-navbar .nav-label,
#page-wrapper.mini-navbar span.arrow {
  display: none;
}

#page-wrapper:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none;
}

.mini-navbar .metismenu li:hover>.nav-second-level,
.mini-navbar .metismenu li:focus>.nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  height: auto !important;
}

.mini-navbar .nav-heading,
.mini-navbar .sidebar li .label {
  display: none;
}

.mini-navbar .page-content-wrapper {
  margin-left: 49px;
  z-index: 0;
}

@media (max-width:768px) {
  .mini-navbar .page-content-wrapper {
    margin-left: 0;
  }
}

.mini-navbar .sidebar-nav ul li a i {
  font-size: 20px;
}

.mini-navbar .sidebar-nav ul li {
  position: relative;
}

.mini-navbar .sidebar {
  verflow: visible;
  z-index: 1;
}

.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0px;
  background-color: #222;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  min-width: 210px;
  z-index: 999999;
}

.sidebar-nav {
  background: #0e2038;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav a,
.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a:active {
  outline: none;
}

.sidebar-nav ul li,
.sidebar-nav ul a {
  display: block;
}

.sidebar-nav ul a {
  color: #aaa;
  padding: 9px 13px;
  position: relative;
}

.sidebar-nav li a span {
  font-weight: 300;
  padding-left: 8px;
}

.nav-heading span {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 10px;
  margin: 10px 0px;
  float: left;
  display: block;
  width: 100%;
}

.sidebar-nav ul a:hover,
.sidebar-nav ul a:focus,
.sidebar-nav ul a:active {
  color: #fff;
  text-decoration: none;
}

.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-nav ul ul a:hover,
.sidebar-nav ul ul a:focus,
.sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-nav-item {
  padding-left: 5px;
}

.sidebar-nav-item-icon {
  padding-right: 5px;
}

@media (min-width: 992px) {
  .sidebar {
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    width: 150px;
    z-index: 999;
  }

  .mini-navbar .sidebar {
    overflow: visible;
  }
}

.page-content-wrapper {
  /*background: #f5f5f5 none repeat scroll 0 0; vivek*/
  background: #e6e6e6 none repeat scroll 0 0;
  margin-left: 150px;
  margin-top: 0;
  min-height: 800px;
  position: relative;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {

  .mini-navbar .page-content-wrapper {
    float: left;
    /* width: 927px; */
  }

  .page-content-wrapper {
    margin-left: 0px;
  }

  .sidebar {
    z-index: 1000;
    float: left;
    display: none;
    width: 237px;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
    background: rgb(54, 54, 54);
  }
}

.mini-navbar-show .sidebar {
  display: block;
}

/*******************************************************

Panel

********************************************************/
.panel {
  border-radius: 0px;
}

/*.panel-title{color:#fff;}*/
.panel-heading {
  border-bottom: 1px solid #eef1f5;
  padding: 15px 20px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
}

.panel-heading p {
  font-size: 10px;
  margin-bottom: 0px;
  display: block;
}

.panel-actions {
  right: 30px;
  position: absolute;
  top: 7px;
}

.panel-action-toggle:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 30px;
}

.panel-action-dismiss:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 30px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card {
  position: relative;
  transition: box-shadow .25s;
  border-radius: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-bottom: 15px;
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
  position: inherit;
}

.card h4 {
  font-size: 3.28rem;
  line-height: 110%;
  color: #fff;
  margin: 1.14rem 0 0.912rem 0;
}

.card .card-content-left {
  padding: 16px;
  padding-left: 0px;
}

.card .card-content-right {
  padding: 20px 0;
  text-align: center;
}

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.1);
}

.padding20 {
  padding: 20px;
}


/******************************************

Company Widget

*******************************************/
.dashboard-pinned-project-1 .x-header {
  background-color: #4E5D73;
}

.dashboard-pinned-project-header .project-client-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.dashboard-pinned-project-header .project-title {
  display: block;
}

.dashboard-pinned-project .x-icon-contaner {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  opacity: 0.3;
}

.dashboard-pinned-project-footer {
  display: table;
  width: 100%;
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 0 0 2px 2px;
}

.dashboard-pinned-project-footer li {
  display: table-cell;
  padding: 9px 5px;
  text-align: center;
}

.border-right {
  border-right: solid 1px #e7e7e7;
}

.dashboard-pinned-project-footer .text-count {
  font-size: 16px;
  font-weight: bold;
}

.dashboard-pinned-project-footer .text-description {
  text-transform: uppercase;
}

.text-muted {
  color: #999999 !important;
}

.dashboard-pinned-project-header {
  padding: 10px 15px;
  color: #FFFFFF;
  border-radius: 0px 0px 0 0;
  position: relative;
}

/*************************************************

Modern Dashboard

**************************************************/
.blog-news .overlaybg {
  overflow: hidden;
  height: 409px;
}

.blog-news .news-content {
  position: absolute;

  z-index: 10;
  width: 100%;
  bottom: 0;
  padding: 30px;
  margin-bottom: 30px;
}

.blog-news h2,
.blog-news a {
  color: #fff;
}

/****************************************

User Comment

*****************************************/
.comment {
  margin-left: -15px;
  margin-right: -15px;
}

.comment .message-content {
  padding: 0px 15px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.comment .message-content:first-child {
  padding-top: 0px !important;
}

.comment .message-content:last-child {
  border-bottom: 0px solid #e7eaec;
  margin-bottom: -10px;
}

.comment .user-img {
  width: 40px;
  display: table-cell;
  position: relative;
  margin: 0px 10px 0px 0px;
  float: left;
}

.comment-message {
  display: inline-block;
  width: 91%;
}

/**************************************

Material + Boostrap

***************************************/
.form-group {
  padding-bottom: 7px;
  margin: 0px 0 0 0;
}

.head_color {
  background: #DDE0E5;
}

[class*="panel-"]>.panel-heading {

  border: 0;
  border-bottom: 1px solid #eef1f5;
  background-color: #fff;
}

.panel-heading .btn.btn-xs,
.panel-heading .btn:not(.btn-raised):not(.btn-link):hover,
.panel-heading .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
.panel-heading .btn:not(.btn-raised):not(.btn-link):focus,
.panel-heading .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
  background: #4E5D73;
  border-color: #4E5D73;
  color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  margin: 0px 1px;
}

.panel {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.panel-heading .dropdown-menu {
  left: auto;
  right: 0px;
}

/***********************************************************************

Mail Box

*************************************************************************/
.mail-side-bar {
  height: 100%;
  background: #fff;
  padding: 20px;
}

.mail-side-bar .lables {
  font-weight: 400;
  font-size: 11px;
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  color: #838383;
}

.mail-side-bar li a {
  display: block;
  padding: 6px 15px 7px;
  font-size: 13px;
  color: #333;
}

.mail-side-bar .lables i {
  font-size: 14px;
  margin-top: 2px;
}

.star {
  color: #fff;
  background: #B7C1D3;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #B7C1D3;
}

.file-box {
  float: left;
  width: 220px;
}

.file {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.file .icon {
  padding: 15px 10px;
  text-align: center;
}

.file .icon i {
  font-size: 70px;
  color: #666;
}

.file .file-name {
  padding: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/**********************************************

Lock Screen

************************************************/

.lockscreen {
  background-color: #f5f5f5;
  padding-top: 150px;
}

.locksreen-col {
  width: 220px;
  margin: 0 auto;
}

.lockscreen img {
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.account-col {
  background: rgba(255, 255, 255, 0.92) none repeat scroll 0 0;
  margin: 0 auto;
  padding: 20px 21px;
  text-align: center;
  width: 440px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.account {
  background: #f5f5f5;
  padding-top: 150px;
}

.account-col h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.account-col h1 {
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.error .container {
  max-width: 450px;
  text-align: center;
  padding-top: 200px;
}

body.error {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.error-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}

.gallery-col a {
  display: block;
  width: 20%;
  float: left;
  padding: 3px;
}

.tag-list a:hover {
  color: #4E5D73;
  border-color: #4E5D73;
}

.tag-list a {
  display: inline-block;
  margin: 3px;
  padding: 2px 12px;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.tag-list a span.tag-remove {
  font-size: 17px;
  vertical-align: bottom;
  cursor: pointer;
}

.tag-color-dropdown {
  padding: 10px;
}

.tag-list .fa-cog {
  margin-top: 4px;
  margin-left: 4px;
}

/*********

Pricing tables
**********/
.price-box {
  box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-box.popular h3 {
  background-color: #4E5D73;
  color: #fff;
}

.price-box:hover {
  box-shadow: none;
  -webit-box-shadow: none;
}

.price-box h3 {
  color: #333;
  background-color: transparent;
  text-transform: uppercase;
  padding: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}

.price-box h4 {
  font-size: 40px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.price-box h4 sup,
.price-box h4 sub {
  font-size: 12px;
}

.price-box h4 sup {
  vertical-align: top;
  top: 9px;
  font-weight: 400;
}

.price-box h4 sub {
  vertical-align: bottom;
  bottom: 7px;
  left: -9px;
  font-weight: 400;
}

.price-box h4 span {
  display: block;
  font-size: 13px;
  color: #4E5D73;
  font-weight: 600;
  margin-top: 5px;
}

.price-box ul {
  text-align: left;

}

.price-box ul li {
  padding: 8px 25px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-box ul li i {
  color: #4E5D73;
  margin-right: 10px;
}

.price-box p {
  padding: 20px 25px;
  font-size: 12px;
  line-height: 18px;

}

/**dark price**/
.price-box.dark {
  background-color: #222;
  border: 0px;
}

.price-box.dark h4,
.price-box.dark h3 {
  color: #fff;
  background-color: rgba(68, 70, 79, 0.5);
}

.price-box.dark.popular h3 {
  background-color: #4E5D73;
}

.price-box.dark ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.price-box.dark p {
  color: rgba(255, 255, 255, 0.8);
}

.socials li a:hover {
  color: #fff;
  background-color: #4E5D73;
}

.socials li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #4c5761;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  font-size: 18px;
  display: block;
}

/*************bootstrap wizard form css****/
.bwizard ul.bwizard-steps {
  margin-bottom: 30px;
}

.bwizard ul.pager {
  margin-bottom: 0px;
}

.bwizard-steps li a {
  display: block;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #666;
  border-radius: 5px;
  margin-bottom: 5px;
}

.bwizard-steps li.completed a {
  background-color: #333;
  color: #fff;
}

.bwizard-steps li.active a {
  background-color: #4E5D73;
  color: #fff;
}

.bwizard-steps li.completed a {
  background-color: #4E5D73;
  color: #fff;
}

.pager li>a,
.pager li>span,
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>span:hover,
.pager li>a:focus,
.pager li>span:focus {
  background-color: #4E5D73;
  color: #fff;
}

input[type=checkbox],
input[type=radio] {
  margin: 8px 0 0;
}

.bwizard .control-label {
  font-size: 12px;
}

.dropzone {
  min-height: 150px;
  border: 1px dotted rgba(0, 0, 0, 0.3) !important;
  background: white;
  padding: 20px 20px;
  margin-top: 20px;
}

.sweet-buttons .btn-primary,
.btn-default[data-toggle="tooltip"],
.btn-default[data-toggle="popover"] {
  margin: 3px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: #000 !important;
  opacity: 1;
}

.progress {
  -webkit-box-shadow: none !important;
  background-color: rgba(120, 130, 140, 0.13);
  box-shadow: none !important;
  height: 4px;
  border-radius: 0px;
  margin-bottom: 18px;
  overflow: hidden;
}

#markermap {
  min-height: 300px !important;
}

.white {
  background: #fff;
}

.h370 {
  height: 370px;
}

.h180 {
  height: 180px;
}

.h600 {
  height: 600px;
}

.w80 {
  width: 80px;
}

.wmap {
  width: 100%;
  height: 280px
}

.line-through {
  text-decoration: line-through;
}

.sq100 {
  width: 100px;
  height: 100px;
}

.h20 {
  height: 20px;
}

.vpmap {
  width: 100%;
  height: 550px
}

.size_increz {
  color: #4b5d75;
  float: left;
  font-size: 40px;
}

.sidebar-search .input-group {
  width: 100%;
}

.search_posti {
  position: relative;
}

.search_posti .fa {
  color: #dfdfdf;
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: 99;
}

.profile-edit b {
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 7px;
  width: 100%;
  margin-bottom: 20px;
}

/****profile claims tabs ******/
.board {
  background: #fff none repeat scroll 0 0;
}

.board .nav-tabs {
  position: relative;
  /* margin: 40px auto; */
  margin-bottom: 0;
  box-sizing: border-box;
}

.board>div.board-inner {
  background-size: 30%;
}

p.narrow {
  width: 60%;
  margin: 10px auto;
}

.board_tab .liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 84%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.board_tab .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

.board_tab span.round-tabs {
  background: white none repeat scroll 0 0;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
  height: 100px;
  left: 0;
  line-height: 95px;
  position: absolute;
  text-align: center;
  width: 100px;
  z-index: 2;
}

.board_tab .nav-tabs li a span {
  background: #fafafa none repeat scroll 0 0 !important;
  border: 1px solid #4E5D73 !important;
  color: #4E5D73;
}

.board_tab .nav-tabs li a .caret  {
  color: #fff;
}

.board_tab li.active span.round-tabs.one {
  background: #fff !important;
  border: 2px solid #ddd;
  color: rgb(34, 194, 34);
}

.board_tab span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
}

.board_tabv li.active span.round-tabs.two {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #febe29;
}

.board_tab span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}

.board_tab li.active span.round-tabs.three {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #3e5e9a;
}

.board_tab span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
}

.board_tab li.active span.round-tabs.four {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #f1685e;
}

.board_tab span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}

.board_tab li.active span.round-tabs.five {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #999;
}

.board_tab .nav-tabs>li.active>a span.round-tabs {
  background: #fafafa;
  border: 1px solid #4E5D73 !important;
  color: #4E5D73 !important;
}

.board_tab .nav-tabs>li {
  height: 141px;
  width: 11%;
}

.board ul li a {
  background: transparent none repeat scroll 0 0 !important;
}

.board_tab .nav-tabs>li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;

}

.board_tab .nav-tabs>li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;

}

.board_tab .nav-tabs>li a {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  height: 39px;
  margin: 20px auto;
  padding: 0;
  width: 111px;
}

.board_tab .nav-tabs>li a:hover {
  background: transparent;
}

.board_tab .tab-pane {
  position: relative;
}

.board_tab .tab-content .head {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.board_tab .btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.board_tab .btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}



@media(max-width : 585px) {

  .board {
    height: auto !important;
  }

  .board_tab span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .board_tab .tab-content .head {
    font-size: 20px;
  }

  .board_tab .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .board_tab .nav-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .board_tab .btn-outline-rounded {
    padding: 12px 20px;
  }
}

/****profile claims tabs End******/
.avtar.text-center img {
  height: 121px;
  margin: 0 0 -3px;
}

.claim {
  border: 1px solid #c8c8c8;
  float: left;
  margin: 5px 2%;
  padding: 15px 0;
  width: 96%;
}

.claim.active {
  background: #f7f7f7 none repeat scroll 0 0;
}

.tab-content {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0;
  position: relative;
  z-index: 999;
}

.claim hr {
  background: #ccc none repeat scroll 0 0;
  float: left;
  height: 2px;
  margin: 0 15px;
  width: 89%;
}

.claim input,
.claim select {
  background: #fff;
}

.claim .hight_claim {
  float: left;
  height: 20px;
  width: 100%;
}

/*.tab-content b {
  float: left;
  font-size: 73px;
  padding: 150px 0;
  text-align: center;
  width: 100%;
}*/

.content-wrapper .board .active a span {
  /*background: #4E5D73 none repeat scroll 0 0 !important;*/
  font-weight: bold;
}

.panel-heading {
  color: #484848;
  font-weight: bold;
}

.padding_add {
  padding: 15px;
}

.shorting a {
  color: #6d6d6d;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
}

thead {
  background: #e8ecec none repeat scroll 0 0;
}

.clickable {
  cursor: pointer;
}

.head1 span {
  margin-top: -20px;
  font-size: 15px;
}

.head_color {
  background: #DDE0E5;
}

/*.panel-heading.head_color {
  color: #fff;
}*/
.head1 i,
.head1 h3 {
  /*color: #fff;*/
  font-size: 14px;
  font-weight: bold;
}

.panel-body.home_sec {
  min-height: 460px;
}

.well1 {
  padding: 0 15px 15px;
}

.well2 {
  padding: 0 0 15px;
}

.teal-text {
  color: #4E5D73 !important;
}

.active_op {
  background: #65dd02 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  margin-left: 9px;
  padding: 2px 5px;
  text-transform: uppercase;
  display: inline-block;
}

.status-label {
  background: #65dd02 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  margin-left: 9px;
  padding: 2px 5px;
  text-transform: uppercase;
  display: inline-block;
}

.status-label.active {
  background: #65dd02 none repeat scroll 0 0;
}

.status-label.deactive {
  background: red none repeat scroll 0 0;
}

.shorting {
  padding-left: 10px;
}

.form-group.add {
  padding: 0 10px 15px 0;
}

.bc_none {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}

.searc_filter {
  border-bottom: 1px solid #cacaca;
  float: left;
  margin-bottom: 6px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.searc_filter .fa.fa-search {
  color: #a4a4a4;
  height: 34px;
  left: 11px;
  padding-top: 10px;
  position: absolute;
  top: 0;
}

.searc_filter .form-control {
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  font-style: italic;
  padding-left: 32px !important;
}

.searc_filter input {
  border: none;
}

.searc_filter .form-control:focus {
  border-color: transparent !important;
  outline: 0 none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 0 rgba(102, 175, 233, 0.5) !important;
}

.filter_li>a {
  color: #888888;
  padding: 0 12px;
}

.filter_li input {
  display: inline-block;
  margin-right: 5px;
}

.dropdown-menu.panel-dropdown.filter_ul {
  max-width: 412px;
  width: 240px;
}

.scroll_class {
  height: 281px;
  list-style: outside none none;
  overflow-y: scroll;
  padding-left: 1px;
}

.my_li {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #cacaca;
  margin-top: 6px;
  padding: 13px;
}

.modal-body .add .form-control.input-sm {
  width: 100%;
}

.divider1 {
  border: 1px solid #f0f0f0;
  float: left;
  margin: 6px 0;
  width: 100%;
}

@media (min-width:992px) {
  .modal-dialog.modal-lg.client_detail_modal,
  .spl-modal.modal-lg {
    margin-top: 90px;
    width: 1200px;
  }
}

.claims_info {
  border: 1px solid #ccc;
  padding-bottom: 17px;
}

.claims_info>table {
  width: 100%;
}

.claims_info>h3 {
  background: #e8ecec none repeat scroll 0 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  padding: 9px 11px;
}

.phone_info {
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.phone_info>table {
  width: 100%;
}

.phone_info>h3 {
  background: #e8ecec none repeat scroll 0 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  padding: 9px 11px;
}

.claim1 {
  padding: 0 14px;
}

#myModal1 .table.profile-detail.table-condensed.table-hover {
  margin: 0;
}

.titell {
  float: left;
  font-size: 15px;
  padding: 1px 0 12px;
  width: 100%;
}

footer {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 99;
}

/***Chat***/

.chat-window {
  bottom: 0;
  position: fixed;
  float: right;
  margin-left: 10px;
  right: 0px;
}

.chat-window>div>.panel {
  border-radius: 5px 5px 0 0;
}

.icon_minim {
  padding: 2px 10px;
}

.msg_container_base1 {
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height: 300px;
  overflow-x: hidden;
}

.panel-body.msg_container_base {
  padding: 0;
}

.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.msg_receive {
  padding-left: 0;
  margin-left: 0;
}

.msg_sent {
  padding-bottom: 20px !important;
  margin-right: 0;
}

.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.messages>p {
  font-size: 13px;
  margin: 0 0 0.2rem 0;
}

.messages>time {
  font-size: 11px;
  color: #ccc;
}

.msg_container {
  padding: 10px;
  overflow: hidden;
  display: flex;
}

.chat-window img {
  display: block;
  width: 100%;
}

.avatar {
  position: relative;
}

.base_receive>.avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid #FFF;
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}

.base_sent>.avatar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(black, 0.2);
}

.msg_sent>time {
  float: right;
}

.msg_container_base::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.btn-group.dropup {
  position: fixed;
  left: 0px;
  bottom: 0;
}

#chat_window_1 .panel-heading.top-bar {
  background-color: #24364e;
}

#chat_window_1 .panel-title {
  color: #fff;
}

#chat_window_1 .glyphicon.glyphicon-remove.icon_close {
  color: #fff;
}

#chat_window_1 .glyphicon.glyphicon-minus.icon_minim {
  color: #fff;
}

#chat_window_1 .glyphicon.icon_minim.panel-collapsed.glyphicon-plus {
  color: #fff;
}

#chat_window_1 .panel.panel-default {
  margin: 0;
}

.event {
  border-bottom: 1px solid #e8e8e8;
  float: left;
  font-weight: bold;
  padding: 5px 0 15px 15px;
  width: 100%;
}

.dropdown-menu.panel-dropdown a {
  text-transform: capitalize;
}

.dropdown-menu i {
  margin-right: 10px;
}

.table_head {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.dropdown-menu.panel-dropdown.right_menu {
  right: 0;
  left: inherit;
}

.checklist {
  margin-bottom: 10px;
  position: relative;
}

.remove_field {
  color: red;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  right: -22px;
  top: 2px;
}

.claims_info.claims_info1 {
  background: #fbfbfb none repeat scroll 0 0;
  height: 100%;
}

.account {
  /*background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0 / cover ;*/
  padding-top: 150px;
  min-height: 662px;
  background-color: #e1e1e1;
}

.account-col.text-center img {
  display: inline;
  margin: 6px 0 21px;
  width: 200px;
}

.input_fields_wrap1 {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.modal-dialog.modal-lg.client_detail_modal2 {
  margin-top: 200px;
  width: 702px;
}

.fa.fa-remove {
  cursor: pointer;
}

.contact_img {
  border: 2px solid #e0e0e0;
  float: right;
  margin-left: -5px;
  margin-top: 1px;
  width: 25px;
}

.pncil-edit {
  color: #4E5D73;
  cursor: pointer;
  font-size: 17px;
}

.tab_detail .nav-tabs {
  border-bottom: 2px solid #DDD;
}

.tab_detail .nav-tabs>li>a {
  border: none;
  color: #666;
}

.tab_detail .nav-tabs>li.active>a,
.tab_detail .nav-tabs>li>a:hover {
  border: none;
  color: #666 !important;
  background: transparent;
}

.tab_detail .nav-tabs>li.active>a::after,
.tab_detail .nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.tab_detail .tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab_detail .tab-pane {
  padding: 15px 0;
}

.tab_detail .tab-content {
  padding:10px 20px;
}

.tab_detail .card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.tab_detail .nav.nav-tabs>li {
  height: auto;
  width: auto;
}

.tab_detail .nav.nav-tabs li a {
  background: #fafafa none repeat scroll 0 0;
  border-color: transparent transparent #e2e2e2;
  border-radius: 0;
  border-style: solid;
  border-width: 2px 1px 3px;
  color: #aaa;
  margin: 0 0 -1px;
  padding: 12px 20px;
  width: auto;
}

.col-md-12.tab_detail ul .active a {
  background: #fff none repeat scroll 0 0;
  border-color: #4E5D73 #e2e2e2 #fff;
  border-style: solid;
  border-width: 2px 1px 3px;
}

.tab_detail li a:hover {
  border-top: 2px solid #4E5D73;
}

.tab_detail .nav-tabs>li.active:after {
  opacity: 0;
}

.border_dashed {
  border-bottom: 1px dashed #cbcbcb;
  margin-bottom: 19px;
}

.space {
  float: left;
  height: 14px;
  width: 100%;
}

.doc {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #cccccc;
  font-size: 20px;
  padding: 24px 0;
  text-align: center;
}

.tab_detail .nav.nav-tabs {
  margin-left: -1px;
}

#log>h3 {
  margin-top: -15px;
}

.tab_detail .nav.nav-tabs {
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
}

.sidebar_profile {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}

.profile_page .panel-heading {
  background: #fafafa none repeat scroll 0 0;
}

.print_detail {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  min-height: 156px;
  padding: 15px;
}

.employe_pop .modal-dialog.modal-lg.client_detail_modal1 {
  width: 1100px;
}

.line_table .checkbox-inline>input {
  margin-top: 4px;
}

.line_table .checkbox-inline {
  margin-bottom: -18px;
  margin-top: 0;
}

.padding_non {
  padding: 0 !important;
}

.cursor {
  cursor: pointer;
}

/*.panel-title a {
  text-transform: capitalize;
}*/

.modal-dialog.modal-lg.client_detail_modal1 {
  margin-top: 15%;
  width: 702px;
}

.new_plus {
  margin-right: 3px;
  margin-top: 2px;
}

.page-header .search-bar form input::-moz-placeholder {
  color: #dfdfdf;
  font-size: 13px;
  font-weight: 300;
}

.new_dropdown {
  float: left;
  margin-left: 15px;
  width: 5%;
}

.top-menu {
  float: right;
  width: 24%;
}

.new_dropdown .btn {
  background: #dfdfdf none repeat scroll 0 0;
  border: medium none transparent;
  color: #24364e;
  font-weight: 600;
  margin-top: 14px;
  padding: 5px 16px;
}

.new_dropdown .open .btn {
  opacity: 0.9 !important;
  /*background: #70829a none repeat scroll 0 0;*/
}

.page-logo.sidebar a {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.page-logo.sidebar img {
  display: inline-block;
}

.quick {
  list-style: outside none none;
  padding: 0;
}

.quick li i {
  background: rgba(75, 93, 117, 0.19) none repeat scroll 0 0;
  border-radius: 50%;
  float: none;
  font-size: 32px;
  height: 80px;
  margin-bottom: 8px;
  padding: 24px 0;
  transition: all 0.5s ease 0s;
  width: 80px;
  cursor: pointer;
  display: inline-block;
}

.quick a {
  /*color: #fff;*/
  float: left;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
}

.quick>li {
  float: left;
  margin-right: 2px;
  text-align: center;
  width: 108px;
}

.mucolor {
  background: rgba(75, 93, 117, 0.19) none repeat scroll 0 0 !important;
}

.date_range {
  float: left;
  margin-top: 3px;
  width: 300px;
}

.date_range label {
  float: left;
  line-height: 31px;
  margin-right: 14px;
}

input.error {
  color: #a94442;
  border: 1px #a94442 solid
}

textarea.form-control.input-sm {
  height: 143px;
}

/* .phone_info.phone_table input,
.phone_info.phone_table select {
  border: none;
} */

.phone_info.phone_table th {
  background: #e4e4e4 none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 0;
  padding-left: 3px;
  /* padding: 7px 45px 0 11px; */
}

.phone_info.phone_table td {
  border: 1px solid #ccc;
  padding: 4px;
}

.phone_info.phone_table table {
  border: 0;
}

.phone_info.phone_table {
  border: 0 none;
}

.info_refer {
  color: #24364e !important;
  float: left;
  font-size: 25px !important;
  margin: 0 0 13px;
  padding: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}


#representation .phone_table .form-group {
  margin: 0;
}

.modal.delete-modal,
.modal-dialog.delete-modal {
  text-align: center;
}

.modal.delete-modal i,
.modal-dialog.delete-modal i {
  color: #a94442;
  font-size: 53px;
}

.img_brow:hover .fafa_icon {
  opacity: 1;
}

.img_brow {
  position: relative;
  border: transparent;
  padding: 0;
  width: 116px;
}

.img_brow .img-thumbnail {
  width: 100%;
}

.img_brow input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.img_brow .fa.fa-camera {
  color: #fff;
  font-size: 25px;
  position: absolute;
  bottom: 7px;
  right: 10px;
}

.fafa_icon {
  width: 100%;
  height: 100%;
  left: 0;
  background: #0006;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  position: absolute;
}


.client_detail_modal .modal-title {
  line-height: 1.1;
}

.noInput {
  border: none;
  outline: none;
}

table.profileedittable.table-hover tr:hover input.noInput,
table.profileedittable.table-hover tr:hover textarea.noInput {
  background-color: #f5f5f5;
}

table.profileedittable.table-hover tr:hover input {
  background-color: #fff;
}

table.profileedittable input.form-control {
  padding: 2px 9px;
  height: 32px;
}

table.profileedittable tr td i {
  cursor: pointer;
}

.settings .tab_detail .nav.nav-tabs li a {
  height: auto !important;
}



ul.dropdown-menu.dropdown-menu-default li a {
  cursor: pointer;
}


.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #333;
}


.cancel-button {
  font-size: 17px;
  padding: 0px 10px !important;
  height: 28px;
}


/************** Pagination css *********/
.ngx-pagination li {
  display: inline-block;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-right: 0px !important;
}


.ngx-pagination li.current:hover {
  background: #4E5D73 !important;
}

.ngx-pagination li:hover {
  background: #eee !important;
}

.ngx-pagination a:hover,
.ngx-pagination button:hover {
  background: transparent !important;
  text-decoration: none;
}

.ngx-pagination .current {
  background: #4E5D73 !important;
  color: #fefefe;
  cursor: default;
  border-color: #4E5D73 !important;
  padding: 0 !important;
}

.ngx-pagination .disabled {
  padding: 6px 12px !important;
}

.ngx-pagination a,
.ngx-pagination button {
  padding: 6px 15px !important;
}

.ngx-pagination .current div {
  padding: 6px 15px !important;
}

.dropdown-menu li:hover {
  cursor: pointer;
}


@keyframes placeHolderShimmer {
  0% {
    background-position: -768px 0
  }

  100% {
    background-position: 768px 0
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

table.loading-table td span {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
  padding: 14px 0 !important;
  width: 100%;
  height: 7px;
  display: block;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.form-group.filter-search {
  padding: 10px 10px 12px 0 !important;
}

.white-bg {
  /*border: 1px #efebeb solid !important;  vivek*/
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.panel {
  border-radius: 0px !important;
}

.cxc .btn {
  padding: 6px 6px !important;
  text-transform: uppercase;
}

/* .cxc .btn.active, .btn:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #4E5D73 !important;
	outline: none !important;
	background-color: #4E5D73 !important;
	color: #fff !important;
} */

.pad-left-0 {
  padding-left: 0 !important;
}

.btnleft button.btn {
  text-align: left !important;
}

.btnleft button.btn span.right {
  position: absolute;
  top: 15px;
  right: 10px;
}


.btn-group>.btn-group:not(:first-child)>.btn {
  border-left: 0 !important;
}

.white-text a {
  color: #fff !important;
}

.tpbtn {
  border-left: none;
  border-right: none;
  border-top: none;
}

.tpbtn span {
  position: relative;
  top: 9px
}


.content-wrapper .board .active a[role="menuitem"] span {
  background-color: transparent !important
}


.dropdown-item.search {
  padding: 5px;
}

.dropdown-item.empty {
  padding-left: 9px
}

.tags i {
  font-size: 17px;
  cursor: pointer;
}

.tags i.active,
.popoverlist.active {
  color: #4E5D73
}

.tags i.inactive,
.popoverlist.inactive {
  color: #cecece
}


.tags i+i {
  margin-left: 4px
}

.tags i+i {
  margin-left: 4px
}


.input-group-addon.default {
  background-color: #efefef;
}



.ui-state-active {
  background: #1f89ce !important;
}


.calenderListGroup li.list-group-item a i {
  top: 2px;
  position: relative;
}

.calenderListGroup li.list-group-item input {
  vertical-align: sub;
}



.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox {
  line-height: 17px;
}

.checkbox-completed input[type="checkbox"]:checked+label::before {
  background-color: #8a8583;
  border-color: #8a8583;
}

.checkbox-completed input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}


.completer-input {
  border: 1px #e4e4e4 solid;
  padding: 6px 12px;
  width: 100%;
}

.calender-event-span {
  display: block;
  background-color: #a2e1ff;
  color: #000;
  text-align: left;
  padding-left: 4px;
  font-size: 12px;
  height: 19px;
  padding-top: 0px;
  line-height: 1.4;
  overflow: hidden;
  border-top: 1px #8c8c8c solid;
  border-bottom: 1px #8c8c8c solid;
}

.calender-event-span.isMiddle {
  margin-right: 0;
  border-right: none;
  margin-left: 0;
  border-left: none;
}

.calender-event-span.isStart {
  border-left: 1px #8c8c8c solid;
  margin-left: 5px;
  border-right: none;
  margin-right: 0;
}

.calender-event-span.isLast {
  border-right: 1px #8c8c8c solid;
  margin-right: 5px;
  border-left: none;
  margin-left: 0;
}

.calender-event-span.isOneday {
  border-right: 1px #8c8c8c solid;
  margin-right: 5px;
  border-left: 1px #8c8c8c solid;
  margin-left: 5px;
}

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 1px !important;
  margin-right: 0px !important;
  float: right;
  margin-bottom: 0px !important;
  text-align: right !important;
  padding-right: 7px !important;
}


.hand {
  cursor: pointer !important;
}

form#form-order .table {
  margin-bottom: 0;
}

table.table.panel-table {
  margin: 20px 0;
  border: 1px solid #ddd;
}

#form-order .table.panel-table:hover {
  background-color: #f5f5f5;
}

#form-order tr:hover {
  background: none;
}

#form-order tr:hover .table.panel-table {
  background-color: #f5f5f5 !important;
}

#form-order .table .table {
  background: inherit;
}

.table.tasktbl>tbody>tr>td {
  border: none;
}

#form-order tr.border-b {
  border-bottom: 1px solid #ddd;
  background: #f4f4f4;
}

.task-container .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
  font-style: italic;
  color: #ccc;
}


p-calendar span {
  width: 100%;
}

input.ngPrimeDatePicker {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
}


.has-error input.ngPrimeDatePicker {
  border-color: #a94442 !important;
}


.total-records {
  padding: 10px 22px;
  text-transform: capitalize;
}


.password-watch .input-group-addon {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  display: table-cell !important;
  cursor: pointer;
}

.password-watch input {
  border-right: 0 !important;
}

.form-group.has-error .password-watch input {
  border: 1px solid #a94442 !important;
}


.has-error .password-watch .input-group-addon {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #666 !important;
}


.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.fa-pencil,
.fa-copy,
.fa-trash {
  cursor: pointer !important;
}



.loader-div,
.loader-div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader-div {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(243, 93, 93, 0.2);
  border-right: 1.1em solid rgba(243, 93, 93, 0.2);
  border-bottom: 1.1em solid rgba(243, 93, 93, 0.2);
  border-left: 1.1em solid #d70001;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

body .loader .my-loader {
  background-color: #000;
}

@-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);
  }
}


.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}


.input-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.anchor-hover:hover {
  text-decoration: underline;
}

span.my-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
}

ul.stDropDown {
  padding: 0px !important;
}

ul.stDropDown li.active a {
  background-color: #eaeaea !important;
  color: #000;
}

.header-status {
  font-size: 15px;
  font-weight: 600;
  height: 49px;
}

.header-status.donotdisturb {
  color: red !important
}

.header-status.away {
  color: #ffc600 !important
}

.header-status.available {
  color: #29c329 !important
}

.header-status span {
  vertical-align: text-bottom;
}

/*
body ckeditor a span.cke_button_label , body a span.cke_button_icon
{
  background-color: transparent !important;
}

.page-content-wrapper .cke_inner.cke_reset a span {
    background: transparent;
}*/

.cke_1 .cke_toolgroup {
  background-image: linear-gradient(to bottom, #fff, #e4e4e4) !important;
  border-color: #a6a6a6;
}

.cke_1 .cke_combo_button {
  background-image: linear-gradient(to bottom, #fff, #e4e4e4) !important;
  border-color: #a6a6a6;
}

.icons a {
  margin: 0px 4px 0px 4px;
}

.comment-text {
  font-style: italic;
  color: #999696;
}

.my-comment-box {
  font-size: 14px;
  border: 1px #e9e9e9 solid;
  padding: 6px;
  width: 100%;
  margin-top: 10px;
  float: left;
}

.my-comment-box span {
  color: #cacaca;
  font-style: italic;
}

/*.my-comment-box + .my-comment-box
{
  margin-top: 10px;
}*/

body .btn-group .btn {
  text-align: center !important;
}


.completer-description {
  color: red !important;
  float: right;
}

.completer-dropdown-holder,
.completer-dropdown {
  width: 400px !important;
  padding-right: 4px !important;
}

/*.completer-list-item
{
  width: 400px !important;
}*/

.delete-modal-small {
  width: 293px !important;
}

/*#templatePreview app-document-information .cke_top, #templatePreview app-document-information .cke_bottom ,  .docModal .cke_top ,  .docModal .cke_bottom
{
  display: none !important;
}*/

#cke_137 {
  display: none !important;
}

[hand] {
  cursor: pointer;
}


.ui-datepicker select.ui-datepicker-year {
  width: 45% !important;
}

.ngx-pagination {
  padding-left: 0px !important;
  margin-top: 12px;
}

.tag-list a:first-child {
  margin-left: 0px !important;
}

.date_image_panel {
  float: right;
  width: 71px;
  text-align: center;
}

.date_image_panel a.user-img {
  width: auto;
  margin: 0;
}

.date_image_panel img {
  width: 100%;
  margin: 0;
}

.user_offline .circle {
  border-radius: 100px;
  background-color: #bcbcbc;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.user_online .circle {
  border-radius: 100px;
  background-color: green;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.user_dnd .circle {
  border-radius: 100px;
  background-color: red;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.user_away .circle {
  border-radius: 100px;
  background-color: #ffc600;
  height: 10px;
  width: 10px;
  display: inline-block;
}

/*
body #import-hearing .import_error_claim i.success, body  #import-hearing .import_error_client i.success {
	display: none !important;
}*/


.mymodalDrop {
  width: 100%;
  background-color: #000;
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999999;
  opacity: 0.6;
  display: none;
}

.panel {
  border: none !important;
}


span.new-comment-label a {
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
  cursor: pointer;
  vertical-align: middle;
}

span.new-comment-label a:hover {
  color: #e6e6e6 !important;
}

.task-activity-container {
  float: left;
  width: 100%;
  border-right: 1px solid #c3c3c3;
  margin-bottom: 12px;
}

.task-activity-container .comment-text {
  border: 1px #c3c3c3 solid;
  border-bottom-left-radius: 63px;
  padding-left: 27px;
  border-top: 0px;
}

.btn-info {
  color: #fff !important;
  background-color: #4E5D73 !important;
  border-color: #4E5D73 !important;
}

.jqx-scheduler-appointment.jqx-rc-all {
  /*background: #4E5D73 !important;
  border-color: #4E5D73 !important;*/
  height: 20px !important;
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #4E5D73;
  border-color: #ddd;
}

/*.panel-title a:focus
{
  color: #fff !important;
}*/

.panel-title a[aria-expanded="true"]:first-child {
  text-decoration: underline;
}

.tag-list.selected a.active {
  background-color: #4E5D73 !important;
  color: #fff;
  border: 1px #4E5D73 solid !important;
}

.completer-input {
  padding: 4px 12px !important;
}

.custom-autocomplete__input input {
  padding: 6px 12px !important;
  height: auto !important;
  font-size: 14px;
  margin-bottom: 11px;
  color: #111 !important;
}

.btnnn {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

/*.fr-wrapper div:first-child
{
  display: none;
}

.fr-wrapper .fr-placeholder
{
  margin-top: 0px !important
}*/

ul.ngx-pagination li.current {
  padding: 6px 15px !important
}

.jqx-widget,
.jqx-widget-content {
  -moz-background-clip: padding;
  font-family: inherit;
  font-style: normal;
  font-size: 13px;
}

input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 80px;
  height: 34px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

#toolbarjqxWidget70501f19c72f>div {
  width: 64% !important;
}

table.direct_entry tr:not(.border) td input,
table.direct_entry tr:not(.border) td select,
table.direct_entry tr:not(.border) td textarea {
  border: none !important;
  outline: none;
}

table.direct_entry td a {
  text-decoration: underline;
  color: #337ab7;
}

table.record_direct_entry tr:not(.border) td input,
table.record_direct_entry tr:not(.border) td select,
table.record_direct_entry tr:not(.border) td textarea {
  border: none !important;
  outline: none;
}

table.record_direct_entry td a {
  text-decoration: underline;
  color: #337ab7;
}

table.ui-datepicker-calendar td a {
  text-decoration: none !important;
}



/* .chat-bx{display: table} */
.chat-bx .left-avatar-img {
  float: left;
  width: 6%;

}

.chat-bx .left-avatar-img img {
  border-radius: 100%;
  width: 90%;

}

.right-avatar-detail {
  background: rgb(234, 234, 234);
  float: right;
  width: 93%;
  padding: 10px;
  border-radius: 5px;
}

.right-avatar-detail h1 {
  font-size: 15px;
  color: rgb(234, 234, 234);
  margin: 0;
  font-weight: 400;
  word-break: break-all;
}

.right-avatar-detail span {
  color: rgb(234, 234, 234);
  font-size: 14px;
}

.chat-bx.rightside {
  width: 82%;
  float: right;
  margin: 6px 16px 0 0;
}

.chat-bx.rightside .right-avatar-detail {
  position: relative;
  margin-top: 10px;
}

.chat-bx-main-sec {
  float: left;
  width: 100%;
}

.text-box {
  position: relative;
  float: left;
  margin: 8px 0 0;
  width: 100%;

}

.text-box textarea {
  width: 100%;
  resize: none;
  padding: 5px;
  height: 95px;
}

.right-avatar-detail em {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
}

.text-box a i {
  position: absolute;
  right: 9px;
  top: 12px;
  border: 2px solid #24364e;
  padding: 5px 0;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #24364e;
  font-size: 19px;
}

.bottom-sec a i {
  top: 51px;
}

.bottom-sec {
  float: left;
  width: 100%;
}

.right-side {
  float: right;
  width: 100%;
}

.atwho-view .cur {
  background: #24364e;
  color: #fff;
}

.sidebar-nav ul a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.btnstyle1 {
  background-color: #4E5D73 !important;
  color: #fff !important;
}

.btnstyle2 {
  background-color: #fff !important;
  color: rgb(29, 92, 175) !important;
}

.btnstyle3 {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.table_comment h4,
.table_comment span {
  color: #fff;
}

/*.btn-block {
  color: #fff;
}*/

/************** Responsive **************/
@media (max-width:1440px) {
  label.filter-col {
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  label.filter-col {
    font-size: 13px;
  }

  .form-control {
    padding: 6px 3px !important;
  }
}

@media (max-width:1366px) {
  #form-order .btn {
    padding: 3px 7px;
  }
}

@media (max-width:1024px) {
  .card[_ngcontent-c7] .card-content-left[_ngcontent-c7] h4[_ngcontent-c7] {
    top: 40px !important;
  }

  label.filter-col {
    font-size: 12px;
  }

  .background-icon {
    font-size: 36px
  }

  .cxc .btn {
    padding: 6px 8px !important;
  }

  .card .card-content-left {
    padding: 0px 13px 13px;
  }

  .card .card-content-left .panel-title {
    font-size: 12px !important;
    color: #fff;
  }

  .card[_ngcontent-c1] .card-content-left[_ngcontent-c1] h4[_ngcontent-c1] {
    top: 41px !important;
    color: #fff;
  }

  .card h4 {
    font-size: 20px !important;
  }

  #form-order .btn {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent-activites .panel-body {
    padding: 15px 15px 45px;
  }

  #form-order .table-responsive {
    overflow-x: auto;
  }

  .card .card-content-left .panel-title {
    font-size: 11px !important;
  }

  .wdt-lable {
    width: 100%;
    text-align: center;
  }

  .background-icon {
    width: 100%;
    text-align: center;
  }

  .well1 .btn, .well2 .btn {
    padding: 6px 8px;
    font-size: 12px;
  }

  .total-records {
    display: none !important;
  }

  .top-menu {
    display: block !important;
  }

  .top-menu {
    width: 24% !important;
  }

  .page-header.navbar .page-logo {
    width: 60% !important;
    padding: 0;
  }

  .top-menu .nav>li>a {
    padding: 15px 10px 10px !important;
  }

  .pad-left-0 {
    display: block;
  }

  .btnleft .btn {
    padding: 6px 26px;
    font-size: 12px;
  }

  label.filter-col {
    font-size: 12px;
    text-transform: capitalize !important;
  }

  .cxc .btn {
    padding: 6px 5px !important;
  }
}

@media (max-width: 767px) {
  .pad-left-0 {
    display: block;
  }

  .btnleft .btn {
    padding: 6px 26px;
    font-size: 12px;
  }

  label.filter-col {
    font-size: 12px;
  }

  .cxc .btn {
    padding: 6px 5px !important;
  }

  .well1 .btn, .well2 .btn {
    width: 100%;
    margin-bottom: 7px;
  }

  .wdt-lable {
    width: 70%;
  }

  .page-header.navbar .page-logo {
    width: 54% !important;
  }

  .btn-group-justified>.btn,
  .btn-group-justified>.btn-group {
    float: left;
    width: 24%;
    font-size: 11px !important;
    margin: 0 !important;
  }

  .btnleft .btn {
    margin: 0;
  }

  .btn-group>.btn-group:not(:first-child)>.btn {
    border-left: 1px solid #ccc !important;
  }
}

@media(max-width:320px) {

  .quick>li {
    width: 100%;
    margin-bottom: 15px;
  }
}


#qw12 {
  width: 0;
  position: absolute;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 9px 1px 9px 11px;
  border-color: transparent transparent transparent rgb(234, 234, 234);
  right: -10px;
}

/*.panel-default > .panel-heading
{
    color: #fff;
    background-color: #4E5D73;
    border-color: #ddd;
}*/

.mark-search mark {
  background: green;
  color: #fff;
  padding: 0px !important;
}

.practiceAreas li span {
  display: none;
}

.practiceAreas li.activee span {
  display: block;
  color: #4E5D73;
}


.selected-list .c-btn {
  box-shadow: none !important;
  padding: 4px !important;
  cursor: pointer;
  display: flex;
  position: relative;
}

.selected-list .c-list .c-token {
  list-style: none;
  padding: 0px 5px;
  background: #0079FE;
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
  margin-top: 0px !important;
  float: left;
}

.c-btn {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.event-detail-sec ul li {
  float: left;
  width: 16%;
  list-style-type: none;
}

.event-detail-sec {
  margin-bottom: 30px;
  border: 1px #e4e4e4 solid;
  padding: 18px !important;
}

.event-detail-sec ul li label,
.second-bx label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

.event-detail-sec,
.event-detail-sec ul {
  float: left;
  padding: 0;
  width: 100%;
}

.event-detail-sec .second-bx li,
.event-detail-sec .third-bx li {
  width: 100%;
}

.no-border {
  border: none !important;
}

app-records ng2-completer .completer-holder {
  width: 100%;
}

.full ng2-completer .completer-holder {
  width: 100%;
}

.tags-box-sec .completer-holder {
  width: 98%;
}

.completer-holder {
  width: 40%;
}

.input-error-parent .c-btn {
  border-color: #a94442 !important;
}


.linkss {
  margin-bottom: 5px;
  font-size: 15px;
}

.linkss a {
  color: #3376A4 !important
}

.linkss a+a {
  margin-left: 12px;
}

.divider-input {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  outline: none;
}

.col12 {
  width: 100% !important;
}

.record-autocomplete .completer-holder {
  width: 100% !important;
}


.full-completer-holder ng2-completer .completer-holder {
  width: 100% !important;
}

.onlineIndicator {
  height: 10px;
  width: 10px;
  background-color: #b5b5b5;
  display: block;
  border-radius: 100px;
  margin: auto;
}

.onlineIndicator.offline {
  background-color: #ff7272;
}

.onlineIndicator.online {
  background-color: #509c76;
}


.jqx-scheduler-month-cell-popup.jqx-popup {
  height: 145px !important;
  width: 174px !important;
  overflow-y: scroll !important;
}

.full-completer-holder ng2-completer .completer-holder {
  width: 100% !important;
}

.recent-activites .table_comment h4,
.table_comment span {
  color: #666;
}

/*app-client-claims-list app-client-claims .panel-title a:focus
{
    color: inherit !important;
}*/



@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.loading {
  -webkit-animation: rotation 2s infinite linear;
}


.ui-datepicker.ui-widget {
  display: block;
}

input.ngPrimeDatePicker.input-error {
  border-color: #a94442 !important;
}


.cal-completer ng2-completer {
  display: inline-block;
  width: 80%;
}


.cal-completer ng2-completer+button {
  line-height: 1.49;
  border-radius: 0;
  border-left: none;
  border: 1px #e4e4e4 solid;
  position: relative;
  top: 1px;
}

.cal-completer ng2-completer input {
  border-right: none !important;
}

.cal-completer ng2-completer input {
  outline: none !important;
}

.cal-info-popup {
  max-width: unset !important;
}

.selected-list .c-btn {
  padding: 10px !important;
}


@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ball-pulse-sync>div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.loader .my-loader {
  background-color: #D32F2F;
}

.loader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;z-index:99999;
  height: 100%;
  padding-top: 250px;
  text-align: center;
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.btn+.btn,
.btn+.btn-group,
.btn-group+.btn {
  margin-left: 4px;
}

.Alphabets .btn-default.active {
  background-color: #4E5D73;
  border-color: #4E5D73;
  color: #fff !important;
}

[data-toggle="collapse"]:focus,
.Alphabets button {
  outline: none !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button {
  outline: none !important;
}

div.main-email .gmail_quote {
  display: none !important;
}

div.main-email.show_quote .gmail_quote {
  display: block !important;
}

div.main-email .handle {
  background-color: #dadada;
  padding: 0 8px;
  border-radius: 10px;
  line-height: 1;
  padding-top: 1px;
  margin: 12px 0;
}

.gmail_quote {
  color: #500050;
}

.emails li.open .email-body {
  display: block !important;
}

.emails li .email-body {
  display: none !important;
}

.emails li.open .fa-chevron-up {
  display: block !important;
}

.emails li.open .fa-chevron-down {
  display: none !important;
}

nav.sidebar-nav ul li a span.email-badge {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #ff4c4c;
  border-radius: 100px;
  padding: 0;
  border: 1px #fff solid;
  line-height: 20px;
  right: 42px;
  font-size: 10px;
  text-align: center;
}

.email-header span {
  font-weight: bold;
}

.email-header.read span {
  font-weight: normal;
}

.modalwid90 {
  width: 90% !important;
}

.importhearing .import_error_claim input.req,
.importhearing .import_error_client input.req,
.importac .import_error_claim input.req,
.importac .import_error_client input.req {
  border-color: red !important;
}

.importhearing .import_error_claim i.error,
.importhearing .import_error_client i.error,
.importac .import_error_claim i.error,
.importac .import_error_client i.error {
  display: block !important;
}

.importac .import_ok i.success {
  display: block !important;
}

.tashactdue {
  float: left;
  width: 15%;
}

.tashactdue input,
.tashactduecp input {
  padding: 0.290em !important;
}

.tashactduecp {
  float: left;
  width: 45%;
}


.form-control {
  padding: 6px 10px !important;
  border-radius: 0px !important;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.direct_entry tr:nth-child(2) td .popover,
.direct_entry tr:nth-child(3) td .popover {
  top: 0px;
}

.record_direct_entry tr:nth-child(2) td .popover,
.record_direct_entry tr:nth-child(3) td .popover {
  top: 0px;
}

.input-group .btn {
  line-height: 1.42857143;
  padding: 6px 12px;
}

body .c-btn {
  font-size: 14px !important;
}

.btn {
  cursor: pointer;
}

li[title="Matters"] {
  display: none !important;
}

.p-inputtext {
  font-size: 13px !important;
}

.p-component {
  font-family: inherit !important;
  font-size: 13px !important;
}

.p-datepicker table {
  font-size: 13px !important;
}

.form-control.sm,
.form-control {
  font-size: 14px !important;
}

app-email-box {
  cursor: pointer;
}

.btn .caret {
  margin-left: 5px !important;
}

.input-sm {
  font-size: 14px !important;
}

.sidebar-nav ul::-webkit-scrollbar {
  width: 2px;
  scrollbar-width: thin;
}

.sidebar-nav ul {
  max-height: 100%;
  overflow: auto;
}

.add_tags_section input {
  border: 1px #9099a8 solid;
}

a.doc-tag.ng-star-inserted {
  display: inline-block;
  margin: 1px;
}

#tags .modal-body, #updateTags .modal-body {
  overflow: auto;
  max-height: 420px;
}

.account-col .form-group {
  position: relative;
}

span.showhide_password {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
  bottom: 0;
  width: 14px;
  height: 24px;
  margin: auto;
}

span.showhide_password i.active {
  color: #204d74;
}

.profile_over_panel h4 {
  padding: 10px;
  margin: 0;
  background: #fff;
}

.profile_over_panel h4.media-heading {
  background: none;
  padding: 0;
  margin: 10px 0;
}

.profile_over_panel .recent-activities {
  background: #fff;
  padding: 15px;
  overflow-y: auto;
  max-height: 700px;
}

.profile_over_panel .no_background h4 {
  background: none;
}

.p_l_0 {
  padding-left: 0 !important;
}

.phone_info.phone_table .has-error .form-control,
.input-error {
  border: 1px solid #a94442 !important;
}

@media (min-width:1025px) {
  nav.sidebar-nav ul {
    padding-bottom: 60px;
  }
}

.th_action {
  width: 76px;
}

/* Toggle Switch */

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 14px;
  top: -2px;
}

.toggle-switch.appoint {
  top: 17px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #76757d;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* .toggle-switch input:checked+.slider {
  background-color: #2196F3;
}

.toggle-switch input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
} */

.toggle-switch input:checked+.slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.toggle-switch .slider.round {
  border-radius: 34px;
}

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


.toggle-switch {
  left: 12px;
}

.toggle-switch .slider:before {
  height: 25px;
  width: 25px;
  left: -1px;
  bottom: 0;
  border: 5px solid #a7a7ac;
  box-shadow: 0 0 20px #333;
}

.toggle-switch .slider.round {
  border: 1px solid #eee;
}

.toggle-switch .slider {
  height: 27px;
  width: 54px;
}

.dashboard-panel .recent-activites .panel-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 5px;
}

.Alphabets.cxc .btn {
  padding: 6px 0 !important;
}

td a.doc-tag {
  margin: 0 5px 2px 0 !important;
}

.fr-element.fr-view {
  max-height: 250px;
  overflow-y: auto;
}

.completer-dropdown-holder>div {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

div#devNoteHtml, div#clauseNoteHtml {
  height: 0;
  overflow: hidden;
}

.fixed-top.mini-navbar nav.sidebar-nav ul li a span.email-badge {
  right: 3px;
  top: 0;
}

.popover-top.popover {
  z-index: 99;
}

#proposalAccordianTask .clickable.collapsed i.glyphicon.glyphicon-chevron-up {
  transform: rotate(180deg);
}

.ngPrimeDatePicker.p-inputtext {
  height: 34px;
}

#client_edit_page .board_tab .nav-tabs>li,
#client_edit_page .board_tab .nav-tabs>li a {
  height: auto;
  text-align: center;
}

#client_edit_page .board_tab .nav-tabs li a:hover {
  border-color: transparent;
}

#client_edit_page .board_tab .nav-tabs li a span {
  border: none !important;
  display: block;
  background: none !important;
  padding: 2px 0 0;
}

#client_edit_page .board_tab .nav-tabs li a span.dueTasks {
  background: #ffb1b1 !important;
  border: #ffb1b1 !important;
  color: #fff !important;
  font-weight: bold;
}

#client_edit_page .form-group.has-error input {
  border: 1px solid #a94442 !important;
}

#client_edit_page .board_tab .nav-tabs>li.active:after {
  bottom: -1px;
}

.remove-completer-holder .completer-holder {
  width: 100%;
}

.sub-task-section .tashactduecp {
  width: 100% !important;
}

.subtask-black {
  color: #535252 !important;
}

.subtask-gray {
  color: #D8D8D8 !important;
}

.subtask-blue {
  color: #717AFF !important;
}

.subtask-green {
  color: #29C329 !important;
}

.subtask-yellow {
  color: #EFB267 !important;
}

.subtask-red {
  color: #ff0000 !important;
}

.subtask-ele1 {
  background-color: #000000 !important;
}

.subtask-ele0 {
  background-color: #D8D8D8 !important;
}

.subtask-ele.subtask-blue {
  background-color: #717AFF !important;
}

.subtask-ele2 {
  background-color: #29C329 !important;
}

.subtask-ele3 {
  background-color: #EFB267 !important;
}

.subtask-ele.subtask-red {
  background-color: #D81B2E !important;
}

tbody#proposalAccordianTask td i.fa.fa-check-square-o {
  margin: 0 2px;
}

input.form-control.noBorderInput,
.comment-text.noBorderInput {
  border-right: 0;
  width: 100.1%;
}

label.daily_chkbx {
  margin-top: 27px;
}

label.daily_chkbx input[type=checkbox] {
  vertical-align: -2px;
  margin-right: 5px;
}

.input-group.act_border {
  border-bottom: 1px solid #c3c3c3;
  width: 100.1%;
}

.input-group.act_border .sub-task-section select.form-control {
  margin-bottom: 5px;
}

#client_edit_page .tag-list a {
  display: inline-block;
  padding: 4.6px 12px !important;
}

#client_edit_page .tag-list-client a{
  margin: 0 5px 5px !important;
}

#client_edit_page .tag-list {
  float: left;
}

.st-notes {
  margin: 15px 0 0;
  padding: 0 15px;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: -2px;
}

.phone_info.phone_table td:last-child .btn {
  margin: 1px;
  width: 32px;
  padding: 6px 9px;
}

#client_edit_page .phone_info.phone_table input.form-control,
#client_edit_page .phone_info.phone_table button.btn.btn-default {
  height: 34px;
}

.sticky-note textarea {
  resize: none;
}

#fileUpload .modal-header {
  text-align: center;
}

#fileUpload .modal-header h3 {
  font-size: 18px;
  font-weight: 600;
}

.client_custom_upload {
  width: 100%;
  border: 1px dashed #ccc;
  text-align: center;
  position: relative;
}

.client_custom_upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
}

.client_custom_upload span {
  padding: 50px;
  cursor: pointer;
  font-weight: 400;
  display: block;
}

.client_custom_upload span i {
  margin: 5px 0;
  display: block;
  font-family: arial;
  font-weight: 600;
  font-size: 14px;
  color: #c3c9d2;
}

.client_custom_upload span em {
  font-style: normal;
  font-weight: 600;
}

#custom-form .get-data, .save-template {
  display: none !important;
}

#custom-form .completer-holder {
  width: 100% !important;
}

form .modal-body.add_client {
  background: #fff;
  height: auto !important;
}

ul.dropdown-menu-list.scroller {
  max-height: 500px;
  overflow-y: auto;
}

button.btn.btn-info.dropdown-toggle.action-toggle {
  margin-left: 3px;
}

.form_dropdown button.btn.dropdown-toggle {
    width: 100%;
    text-align: left;
}
.form_dropdown .btn .caret {
    float: right;
    margin-top: 6px;
}

.form_dropdown ul.dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  min-width: 240px;
}

.form_dropdown li {
    float: left;
    width: 96%;
    padding: 5px 1%;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
  
.form_dropdown li:first-child {
  display: block;
}

.form_dropdown li a {
  display: inline-block;
}

.form_dropdown .dropdown-menu>li>a {
  padding: 3px 5px 3px 16px;
}

.form_dropdown button.btn{
  float: right;
  margin: 0 2px;
}

.form_dropdown li .btn {
  padding: 5px 0px 2px 10px;
}

.form_dropdown li a.btn.btn-primary {
  display: inline-block;
  min-width: inherit;
  float: right;
  padding: 4px;
}

.form_dropdown li span {
    display: inline-block;
    float: none !important;
}
ul.list-group.calenderListGroup {
    max-height: 300px;
    overflow: auto;
}

.form-control.readonly {
    background: rgb(181 180 180 / 18%);
    pointer-events: none;
}
.formbuilder-radio input, .formbuilder-checkbox-group input {
    float: left;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    top: 3px;
    position: relative;
}
.form-control.readonly + label {
  pointer-events:none;
}

.ng-completer-large .completer-holder {
  width: 100% !important;
}

.form-ng-completer .completer-holder {
  width: 100% !important;
}

#cp-claim-data input, #cp-claim-data select, #cp-claim-data textarea, #cp-claim-data .selected-list {
  pointer-events: none !important;
  background: #ddd !important;
}

#cp-claim-data .panel-editable input, #cp-claim-data .panel-editable select, #cp-claim-data .panel-editable textarea, #cp-claim-data .panel-editable .selected-list{
  pointer-events: auto !important;
  background: none !important;
}

#cp-claim-data .panel-editable .readonly{
  pointer-events: none !important;
  background: #ddd !important;
}

.cp-firm-logo{
  max-height: 46px;
}

.cp-firm-name {
  float: left;
  margin-left: 90px;
  margin-top: 14px;
  font-size: 18px;
  color: #fff;
}

.modal-backdrop.fade.in {
  z-index: -1 !important;
}

.modal.fade.in {
  background: rgb(0 0 0 / 67%);
  pointer-events: none;
}

.modal-dialog {
  pointer-events: all;
}

/* event modal css */
#eventReminder .modal-content {
    background: #3bb566;
    z-index: 1;
    color: #fff;
}
#eventReminder .modal-dialog { margin-right: 0; }
#eventReminder .modal-body {
    z-index: -1;
}

#eventReminder button.close {
    color: #fff;
    margin-right: 5px;
}

#eventReminder button.close:hover {
    opacity: 1;
}

@media (max-width:640px)
{
  .page-header.navbar .page-logo {  width: 41% !important; }
}

.modal {
  margin-top: 50px;
}

.modal.ui-draggable{
  margin-top: 0px !important;
}

.form-group .showhide_password {
  margin-top: 8px;
}

.claim-filter ul.dropdown-menu.panel-dropdown {
  left: inherit;
  max-height:350px;
  overflow-y: auto;
}

.module_head .claim-filter h4.hand {
  margin-top: -1px;
  margin-left: 15px;
}

.module_head h4, .module_head .claim-filter {
  display: inline-block;
  vertical-align: middle;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
background-color: #EEEEEE;
cursor: not-allowed;
}

.claim-panel-title a:focus, .claim-panel-title a:hover {
  color: #bfbcbc;
  outline: 0 none;
  text-decoration: none;
}

.mCSB_container_wrapper{margin-right: 0 !important;}
.mCSB_container_wrapper > .mCSB_container{padding-right: 0 !important;}
.mCSB_container_wrapper ol {padding:0 10px 0 15px;}
.mCSB_container_wrapper ol li {list-style-type: none;}

.stage-title-section .btn-group.stage-dates a {
  padding: 8px 3px;
}

.stage-box-columns .cards {
  display: block !important;
}

#pll .form-horizontal{ padding:0 15px;}

.custom-fields .cuppa-dropdown .dropdown-list.tagToBody {bottom: 0;top: inherit !important;}

a.ng-star-inserted.row-tags {
  padding: 5px;
  text-decoration: none;
  border: rgb(255, 220, 143) 1px solid;
}

a.row-tags {
  margin: 0 5px 0 0;
  text-transform: capitalize;
}

.stage-box-columns #column-0 table.dropdown-menu.panel-dropdown.leadStagesUl, .stage-box-columns #column-1 table.dropdown-menu.panel-dropdown.leadStagesUl  {
  right: inherit;
  left: 0;
}

.stage-box-columns .column table.dropdown-menu.panel-dropdown.leadStagesUl {
  max-width: 800px;
  overflow-x: auto;
  right: 0 !important;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  position: fixed;
  top: 20%;
  height: 450px;
}

td.divider .list-area {
  min-width: 190px !important;
}

.selected-list .c-list .c-token {
  margin-bottom: 2px;
}

hr.border-thicker {
  border-top: 2px solid;
}

#misc input[type=radio] {
   margin-top: 4px;
}

i.fa.fa-phone {
  transform: rotate(271deg);
  font-weight: bold;
}

.medical-provider-searchbx{position: relative;}

.medical-provider-searchbx input {
  max-width: 100% !important;
}

.medical-provider-searchbx .note_subject_section .note_subject_list {
    max-width: 100% !important;
}

.medical-provider-searchbx button#dropdownMenuButton {
    position: absolute;
    right: 14px;
    padding: 7px 0;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #0e1137;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    z-index: 999999;
}

.mt-10{
  margin-top:10px;
}

input.ngPrimeDatePicker {
  border: 1px solid #9099a8 !important;
}

h4 .billableTime {
  font-size: 16px;
}

.filter_rightPanel .p-calendar .p-inputtext {
  max-width: 116px !important;
}

#updateNote .modal-dialog {
  max-width: 900px; width: 100%;
}

table.table.record_direct_entry select.form-control {
  border: 1px solid #ccc !important;
}

.no-placeholder .ng-placeholder {
  display: none;
}

.ng-input input {
  padding-left: 10px !important;
}

.required_field {
  font-family: initial;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.client-tags .completer-holder {
  width: 96% !important;
}

.modal .fr-fullscreen .fr-wrapper {
  height: 410px !important;
}

.fr-fullscreen .fr-element.fr-view {
  max-height: 100% !important;
}

.mr-top-10 {
  margin-top: 10px;
}

.dropBoxPanel{
  padding: 0;
  overflow-y: auto;
  max-height:180px;
  border:1px solid #ddd;
}

.dropBoxPanel li{
  display: block;
  border-bottom:1px solid #ddd;
}

.dropBoxPanel li span {
  padding: 8px 15px 5px;
  display: block;
  cursor: pointer;
}

#massUpdateModal .cuppa-dropdown .dropdown-list.tagToBody {
  left: 173px !important;
  top: 143px !important;
}

.contactType label {
  margin-right: 12px;
}

.filter-search .filter-col {
  display: block;
}

.ng-optgroup {
  margin-left: 8px;
  margin-top: 6px;
  font-size: 18px;
}
.ng-option-child {
  margin-left: 8px;
}

/* .modal-dialog.modal-lg{
  overflow-y: auto;
} */

#rc-widget {
  margin-bottom: -8px;
  margin-right: 184px;
}

iframe.hlp-checklist-button {
  margin-bottom: -14px;
}

#page-wrapper.mini-navbar .sub-menu, #page-wrapper.mini-navbar a.sub-btn span{display: none ;}
.mini-navbar .sidebar-nav ul li.menu-item{position: relative;}
#page-wrapper.mini-navbar .sidebar-nav ul li.menu-item .sub-menu {position: absolute;z-index: 9;left: 47px;top: 0;width: 150px;}
#page-wrapper.mini-navbar .sidebar-nav ul li.menu-item i.fa.fa-angle-right{display: none;}
#page-wrapper.mini-navbar .sidebar-nav ul li.menu-item:hover .sub-menu {  display: block !important; background: #24364E;}
.menu-item a.dropdown {margin: 3px 13px;transition: 0.3s ease;}
nav.sidebar-nav, #page-wrapper.mini-navbar .sidebar, #page-wrapper.mini-navbar ul#menu {overflow: visible;}
.mini-navbar .sidebar-nav ul li a i {font-size: 20px; width: 20px; height: 20px; display: flex; justify-content: center;}

.text-capitalize {
  text-transform: capitalize;
}

.text-capitalize select {
  text-transform: capitalize;
}

.SubTaskPanel .p-calendar .p-datepicker {
  left: 0 !important;
  min-width: inherit !important;
  max-width: 280px !important;
  right: 0 !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: inherit !important;
  position: fixed;
  height: 364px;
  transform-origin: inherit !important;
  display:block !important;
}

.stage-dates .ng-select-container {
  width: 280px !important;
}

.stage-dates .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: inherit !important; word-break: break-all;
}

.stage-dates .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  border-bottom: 1px solid #e3e3e3;
}

*::-webkit-scrollbar {
  height: 7px;
}

.employe_pop .modal-content {
  padding-bottom: 25px;
}

@media (min-width: 768px){
  .modal-dialog {
    width: 702px;
  }
}

#add-field-module .dropdown-list.tagToBody {
  right: 16px !important;
  left: inherit !important;
  top: 135px !important;
  height: 300px;
  overflow-y: auto;
}

.has-error .cuppa-dropdown {
  border: 1px solid #a94442;
}

.ng-select .ng-has-value .ng-placeholder {
  display: none;
}

modal-container.modal.fade.show {
  opacity: 1;
}

@media (min-width: 768px)
{
  modal-container.modal .modal-dialog {
    max-height: 560px;
    overflow-y: auto;
    top: 112px;
  }
}

.modal-backdrop.fade.show {
  background: rgb(0 0 0 / 56%);
  opacity: 1;
}

modal-container.modal.fade.show {
  pointer-events: none;
}

tr.row-gray  {
  background: #c8c8c2;
}

tr.row-gray:hover {
  background: #e3e3dd !important;
}

.cc-message-list {
  max-height: 280px !important;
}

cometchat-label {
  margin-top: 32px;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}

.full-dropdown .completer-dropdown-holder>div {
  margin-top: 1px!important;
  width: 100% !important;
}

#customFields .dropdown-list.tagToBody.animated.fadeIn {
  position: absolute;
  z-index: 9999;
  left: 0 !important;
  top: 43px !important;
  bottom: inherit;
}

#customFields .p-datepicker {
  position: fixed;
  max-width: 400px;
  min-width: inherit;
  left: 0 !important;
  right: 0;
  margin: auto;
  top: 0 !important;
  bottom: 0;
  display: block !important;
  max-height: 275px;
}

.add-module-modal.modal-dialog .cuppa-dropdown .dropdown-list{
  top: auto !important;
  left: auto !important;
}

.add-module-modal.modal-dialog{
  overflow-x: hidden;
}

.popover-content {
  min-width: 250px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #1967d2 !important;
}

.ng-clear-wrapper {
  z-index: 9;
}

.log-list-table .ng-select-container {
  border: 1px solid #9099a8 !important;
}

.log-list-table .ng-option-label {
  font-weight: 500;
}

.multi-select-visi .c-btn {
  height: 0 !important;
}

#client-portal-content {
  padding-left: 14px;
}

#clientDataManagementBox, #nextActionBox {
  overflow: hidden;
}

.toggle-switch input:checked + .slider{
  background:#76757d;  
}

table#print-section td .selected-list .c-btn {
  min-width: 150px !important;
}

.color-green {
  color: green;
}

.color-red {
  color: red;
}

.module-sec ng-select .ng-option-label {
  color: #4E5D73;
}

.sticky-col {
  position: sticky;
  background: white;
  z-index: 2;
}

.left-col {
  left: 0;
}

.second-col {
  left: 100px;
}

.sticky-col:has(.open), .sticky-col:has(.ng-select-opened) {
  position: static;
}

.sticky-col .btn-group.open .dropdown-menu {
  top: auto;
  width: auto;
}