:root {
  --avatar-size: 8rem;
  /* change this value anything, e.g., 100px, 10rem, etc. */
}

.circle {
  background-color: #ccc;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
}

.initials {
  font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

body{
}
.inline-actions form{
  display: inline; 
}

.table-bg{
  background-color: white;
}

.table{
 border-radius: 10px;
}
.editable-click, a.editable-click {
  border-bottom: none;
}

.table td.tdLeft {
  text-align: left;
}
.table td.tdRight {
  text-align: right;
}
.table td.tdCenter {
  text-align: center;
}
.table-nonfluid {
 width: auto;
}
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.table td{
    font-size: .875rem;
    line-height: 1;
    /* padding: 12px 15px; */
    vertical-align: middle;
    white-space: nowrap;
}

.modal-large-content {
  height: 100%;
  border-radius: 0;
  overflow-y: hidden;
}
.modal-md-content {
  height: 100%;
  border-radius: 0;
  overflow: auto;
}
.modal-no-overflow {
  overflow-y: hidden;
}


/*.modal-content {
  overflow: auto;
}*/
.pdf{
  background-color: #fff;
  margin-top: 40px;
  padding: 30px;
}
.document-padding{
  padding: 25px;
}

.large-padding{
  padding: 25px 0;
}

.modal-header {
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #F8F8F8;
 /* -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
}

.close {
  font-size: 30px;
}

.vertical-line {
  border-left: thick solid #F8F8F8;
}
.table-padding {
  padding: 10px;
  color: black;
}
.login-pg{
  height:100%;
  width:100%;
  top:0;
  position:fixed;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-pg{
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-pg{
    position: relative;
  }
}
@media(max-width: 768px) {
  .login-pg{
    position: relative;
  }
  .pull-right {
    float: none!important;
  }
}


/*
 * Wizard Styling.
 */
/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
  margin:20px 10px 40px 200px;
  padding:0px;
  position: relative;
  clear:both;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.wizard-steps div {
  position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
  display: block;
  float: left;
  font-size: 10px;
  text-align:center;
  width:15px;
  margin: 2px 5px 0px 0px;
  line-height:15px;
  color: #ccc;
  background: #FFF;
  border: 2px solid #CCC;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
  position:relative;
  display:block;
  width:auto;
  height:24px;
  margin-right: 18px;
  padding:0px 10px 0px 3px;
  float: left;
  font-size:11px;
  line-height:24px;
  color:#666;
  background: #F0EEE3;
  text-decoration:none;
  text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps a:before {
  width:0px;
  height:0px;
  border-top: 12px solid #F0EEE3;
  border-bottom: 12px solid #F0EEE3;
  border-left:12px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: -12px;
}
.wizard-steps a:after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left:12px solid #F0EEE3;
  position: absolute;
  content: "";
  top: 0px;
  right: -12px;
}

/* = COMPLETED STEPS
----------------------------*/

.wizard-steps .completed-step a {
  color:#163038;
  background: #A3C1C9;
}
.wizard-steps .completed-step a:before {
  border-top: 12px solid #A3C1C9;
  border-bottom: 12px solid #A3C1C9;
}
.wizard-steps .completed-step a:after {
  border-left: 12px solid #A3C1C9;
}
.wizard-steps .completed-step span {
  border: 2px solid #163038;
  color: #163038;
  text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
  color:#A3C1C9;
  background: #163038;
  text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active-step a:before {
  border-top: 12px solid #163038;
  border-bottom: 12px solid #163038;
}
.wizard-steps .active-step a:after {
  border-left: 12px solid #163038;
}
.wizard-steps .active-step span {
  color: #163038;
  -webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
  -moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
  box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
  text-shadow:none;
  border: 2px solid #A3C1C9;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
  color:#fff;
  background: #8F061E;
  text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
  color:#8F061E;
}
.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
  border-top: 12px solid #8F061E;
  border-bottom: 12px solid #8F061E;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
  border-left: 12px solid #8F061E;
}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(66, 139, 202, 1);}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);text-decoration: none;}
.breadcrumb>.active {color: rgba(102, 102, 102, 1);}
.breadcrumb>li+li:before {color: rgba(176, 173, 173, 1); content: "\2771\00a0";}

.container-if-fixed-header
{
  margin-top:50px;
}
.container-if-fixed-footer
{
  margin-bottom:50px;
}
/*fixed header*/
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}



/*.dropdown-menu {
  position: inherit;
  min-width: 108px;
  z-index: 1020px;
  }*/
 .datepicker-container ul {
    position: fixed;
    /*min-width: 108px;*/
    z-index: 10000px;
    margin-bottom: -90px;
  }

  .datepicker-container {
  position: relative;
}
.datepicker-container .dropdown-menu {
   left: auto !important;
   right: auto !important;
   top: auto !important;
   right: 0px;
 }

  #wizard-step-container {
    margin: 20px 0;
  }

  #wizard-content-container {
    margin: 20px 0;
  }

  #wizard-navigation-container {
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding-top: 20px;
  }
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*@media (max-width: 1500px){
  .navbar-nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
  }
}*/

@media(max-width:767px){
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
}
}
@media(min-width:768px){}
@media(min-width:992px){

}
@media (max-width: 1131px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/*@media(min-width:1200px){
  .navbar-nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
  }
}*/
@media(max-width:1500px){
  .navbar-nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
 .th{
  width:20px;
     float:left;
     word-wrap:break-word;
 }

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border-color: #ff0000
}

.capitalize {
  text-transform: capitalize;
}

/* Modals ----------------------------------------- */

/* Hide all steps by default: */
.tab {
  display: none;
}

.page-tab {
  display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 5.5px;
  width: 5.5px;
  margin: 0 1px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.page-step {
  height: 5.5px;
  width: 5.5px;
  margin: 0 1px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
/* Mark the active step: */
.step.active {
  opacity: 1;
}
.page-step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.page-step.finish {
  background-color: #4CAF50;
}
.form-control {
    display: block;
    width: 100%;
    height: 2rem;
    /*padding-left: 1rem;*/
     /*padding: 3.875rem 1.375rem; */
     padding: 0 0 0 1rem; 
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group.ffrequired .ffcontrol-label:after {
  content:"*";
  color:red;
}
.sidebar .nav.sub-menu {
    margin-bottom: 0;
    padding: 0 0 0 3rem;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 80%;
  }
}
.largest-modal .modal-lg {
  max-width: 98%;
}
/*1. chatting css*/
.container_chat{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}

/*2. chatting css */

.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow-y: scroll
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.flex-grow-0 {
    flex-grow: 0!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.sidebar .nav.sub-menu .nav-item .countside {
    background: #ff0017;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 16px;
    left: 50%;
    padding-top: 2px;
    position: absolute;
    top: -1px;
    width: 16px;
}
#sm-countdown-dialog{
  display:none;position:relative;z-index:8000;
}
#sm-countdown{
  font-size: 20px;color: #db3e00;
}
.dashb{background: #262262 !important;}
