#sidebar-wrapper {
  display: none;
}
#offcanvas {
  display: none;
}
.input-group .form-control {
  position: initial;
}

#slideNotice {
  display: none;
  position: fixed;
  height: 70px;
  background-color: #f0f0f0;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  color: #fff;
  text-shadow: 0 1px 0 #677c13;
  border: 1px solid #829e18;
  background: #adc800;
  background: -moz-linear-gradient(top, #adc800 0%, #829e18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #adc800),
    color-stop(100%, #829e18)
  );
  background: -webkit-linear-gradient(top, #adc800 0%, #829e18 100%);
  background: -o-linear-gradient(top, #adc800 0%, #829e18 100%);
  background: -ms-linear-gradient(top, #adc800 0%, #829e18 100%);
  background: linear-gradient(top, #adc800 0%, #829e18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADC800', endColorstr='#829E18', GradientType=0 );
}
#slideNotice h4 {
  position: relative;
  padding: 0px;
  margin: 0px;
  top: 10%;
}

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}
div#member_leads_wrapper {
  padding-top: 10px;
}

.custom-group {
  margin: 0 auto;
}
.custom-control {
  width: 70% !important;
  margin: 0 auto;
}
.custom-control-upper {
  width: 70% !important;
}
.custom-row {
  text-align: center;
  margin-bottom: 10px;
}
.inner_bottom {
  margin-top: 30px;
}
.sk-spinner.sk-spinner-three-bounce.loding {
  position: fixed;
  z-index: 999;
  height: 2em;
  overflow: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999;
}

input#attach {
  height: 1px;
  border: #f8fafb;
  background: #f8fafb;
  width: 10px;
}
input#system_attach {
  height: 1px;
  border: #f8fafb;
  background: #f8fafb;
  width: 10px;
}

input#marketing_attach {
  height: 1px;
  border: #f8fafb;
  background: #f8fafb;
  width: 10px;
}
.form-group.mini_label label {
  display: block;
}
select.mini {
  width: 30%;
  display: inline-block;
}

button.btn.btn-primary.generate_report {
  position: relative;
  top: 5px;
  width: 100%;
}
div#reports_div {
  min-height: 900px;
}
.wrapper.wrapper-content.top_null {
  position: relative;
  bottom: 100px;
}

table#leads_reports td {
  font-size: 10px;
  font-weight: 600;
}
.well {
  background-color: #fff !important;
  border-radius: 0 !important;
  border: black solid 1px;
}

.well.login-box {
  width: 100%;
  border: #d1d1d1 solid 1px;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 50px;
}
.well.login-box legend {
  font-size: 26px;
  text-align: center;
  font-weight: 300;
}
.well.login-box label {
  font-weight: 300;
  font-size: 13px;
}
.well.login-box input[type="text"] {
  box-shadow: none;
  border-color: #ddd;
  border-radius: 0;
}

.well.welcome-text {
  font-size: 21px;
}

.input-group.state-error {
  margin-bottom: 5px;
}
em.invalid {
  color: #e2273a;
  position: relative;
  bottom: 24px;
  font-size: 10px;
  float: right;
  right: 15px;
  height: 0px;
  font-weight: 600;
}
.bottom_notice {
  text-align: center;
  color: red;
}
.page-alerts {
  display: none;
  margin: 0px 20px 20px 20px;
}
.custom_btn {
  padding: 3px 11px !important;
  margin-bottom: 0px !important;
}
.small_btn {
  padding: 1px 7px !important;
  margin-bottom: 0px !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.center {
  text-align: center;
}
.tdcenter {
  text-align: center;
  color: red !important;
}
.modal-dialog.modal-lg {
  width: 100%;
  margin: 10px;
}
.customOrdertextarea {
  height: 180px !important;
}
input.invalid {
  border: 1px solid #f1848f !important;
}
select.invalid {
  border: 1px solid #f1848f !important;
}
textarea.invalid {
  border: 1px solid #f1848f !important;
}
.button_adjustment {
  text-align: left;
  margin-bottom: 10px;
}
.button_adjustment_info {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.modal_view {
  background-color: #f8fafb;
  border: 1px solid #f8fafb;
}
.view_data {
  font-size: 14px;
}
div#view_desc {
  height: 180px;
  overflow-y: scroll;
}
.inline_block {
  display: flex;
}
.modal-dialog.modal-sm {
  width: 60%;
}

.modal-dialog.modal-md {
  width: 80%;
}
.modal-dialog.modal-option {
  width: 40%;
}
.footer_style {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.upload {
  float: right;
}
.estimated_table {
  height: 320px;
  min-height: 350px;
}
.view_data.view_est_comment {
  height: 60px;
  overflow-y: scroll;
}
.view_data.view_message {
  height: 120px;
  overflow-y: scroll;
}
.view_data.viewc_est_comment {
  height: 60px;
  overflow-y: scroll;
}
.custom_message {
  max-width: 100%;
  position: relative;
  top: 30%;
}
.custom_message h1 {
  font-size: 30px;
}
.box-content {
  overflow-y: scroll;
  height: 108px;
}

ul.resource {
  margin-left: 0;
  padding: 0;
}

ul.resource li {
  list-style: none;
}
ul.resource li label input {
  color: #676a6c;
  position: relative;
  bottom: -8px;
  left: -5px;
  width: 18px;
  height: 24px;
}
ul.resource li label {
  margin-bottom: 0;
}

textarea.form-control.finished.shapearea {
  height: 93px;
  width: 100%;
}
textarea.form-control.finished.extra-shapearea {
  height: 178px;
  width: 100%;
}
textarea.form-control.finished.shapeareaplus {
  height: 105px;
  width: 100%;
}
textarea.form-control.finished.shapeareaextra {
  height: 80px;
  width: 100%;
}
textarea.form-control.finished.shapeareproperty {
  height: 97px;
  width: 100%;
}
textarea.form-control.shapeareaprofile {
  height: 107px;
  width: 100%;
}
.bottom_button_main {
  height: 200px;
  text-align: center;
}
button.btn.btn-primary.next_deveice {
  padding: 15px 34px;
  width: 50%;
  vertical-align: middle;
  margin-top: 20px;
}
.custom em.invalid {
  bottom: -4px !important;
}
.button_adjustment_right {
  text-align: right;
  margin-bottom: 10px;
}

.button_adjustment_center {
  text-align: center;
  margin-bottom: 10px;
}

.button_adjustment_center_plus {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.button_adjustment_right_plus {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bottom_button_main {
  height: 200px;
  text-align: center;
}
button#next_file {
  float: left;
}
button#next_complete {
  float: right;
}

.form-group p {
  font-size: 12px;
}

.markat_msg {
  color: red;
  padding-top: 3px;
}
.button_center_adjustment {
  text-align: center;
}
.info_table {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
button.center_button {
  text-align: center;
  margin: 0 auto;
  min-width: 80px;
  width: 90%;
}
.custom-group {
  margin-bottom: 0px;
}
.list-group.clear-list .list-group-item {
  padding: 3px 0;
  border-top: 1px solid #ffffff;
}
.slimScrollBar {
  width: 10px !important;
}
li.list-group-item.mail {
  padding: 12px 0 !important;
}
.slimScrollBar {
  display: none !important;
}
.client-details {
  height: 800px;
}
.clients-list .tab-pane {
  height: 1100px;
}
div#member-tab {
  margin-top: 10px;
}
table#market_table td {
  height: 6px !important;
}
div#market_table_filter {
  position: relative;
  left: -56px;
}
li.list-group-item p {
  font-size: 12px;
}
li.list-group-item p span {
  color: red;
}
li.list-group-item.notice {
  margin-bottom: -8px !important;
  padding: 5px 12px !important;
}

.padding_top {
  margin-top: 20px;
}

#property_map {
  margin-top: 20px;
}
.reportInput {
  border: 0px;
  width: 90px;
  color: #c56666;
}
.extraTD {
  width: 100%;
  background: white;
  position: relative;
  display: list-item;
  top: 90px;
  text-align: center;
  font-size: 18px;
}

button.btn.btn-primary.user_password_submit {
  position: relative;
  top: 22px;
  width: 98%;
}
.form-group.signup-group {
  margin-bottom: 3px;
}
.signup-group em.invalid {
  bottom: 2px;
}
.inmodal .custom-header {
  padding: 15px 15px;
}
.inmodal .custom-title {
  font-size: 18px;
}

.comment_div {
  border-bottom: 1px solid #d1d1d1;
}

.comment_div:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.comment_place_load {
  height: 200px;
  overflow-y: scroll;
}

.comment_div {
  display: none;
  padding: 5px 2px 2px 12px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;

  margin-bottom: 5px;
}

#loadMore {
  padding: 10px;
  text-align: center;
  background-color: #33739e;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
  background-color: #fff;
  color: #33739e;
}

.special_hidden_text {
  width: 0px;
  height: 0px;
  display: none;
}

.video_div {
  border-bottom: 1px solid #d1d1d1;
  height: 106px;
  margin-top: 10px;
}

.video_div h3 {
  position: relative;
  top: 33px;
  margin-left: 20px;
}

.content_div {
  border-bottom: 1px solid #d1d1d1;
  height: 80px;
}

.content_div h3 {
  margin-top: 20px;
  margin-left: 15px;
}

.content_div p {
  margin-left: 15px;
}
img.img-responsive.logo_class {
  background: #f3f3f4;
}
.login_title {
  color: #2f4050;
}
.fa-custom {
  color: #2f4050;
}

.status {
  width: 100%;
}

.status .leads,
.status .funds {
  display: inline-block;
  background: #6e4792;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 8px 20px;
  width: auto;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 22px;
  box-shadow: 1px 2px #97c15f;
  border-radius: 25px;
}

span.leads.plus {
  background: #625bce;
}

button.btn.btn-primary.open_important {
  background: #bf1e2e;
  border: 1px solid #fff;
}

.show_div {
  display: none;
}

.top_margin {
  margin-top: 30px;
}
.extra {
  margin-top: 40px;
}

input#idpc_input {
  display: inline-block;
  width: 300px;
}

button#idpc_button {
  display: inline-table;
}
select#idpc_dropdown {
  display: inline-block;
  width: 300px;
  margin-left: 5px;
}

select#search_type_dashoard {
  margin-bottom: 10px;
}
#property_map {
  height: 450px;
  width: 100%;
}


span.bg-primary.custom-badge {
  background-color: #337ab7;
  color: #fff;
  padding: 5px 15px;
}

span.bg-success.custom-badge {
  background-color: #40b111;
  color: #fff;
  padding: 5px 15px;
}

span.bg-danger.custom-badge {
  background-color: #f11752;
  color: #fff;
  padding: 5px 15px;
}

.full_width_modal {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 98%;
}

.info-scroll {
  min-height: 600px;
  height: 600px;
  overflow-y: auto;
}

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

.info-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #e0eef9;
}

.info-scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a1d1f5;
}

.row.row-pad {
  padding: 0 10px;
}

.form-group.custom-group {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-left: 10px;
}

.form-group.custom-group label {
  margin-left: 10px;
}

.card.mb-3 {
  margin-bottom: 30px !important;
}

.widget-content {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
}

.widget-content .widget-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
  padding: 10px;
}

.widget-content .widget-content-left .widget-heading {
  font-size: 2.2rem;
  font-weight: 700;
}

.widget-content .widget-content-left .widget-subheading {
  color: #fff;
  font-size: 14px;
}

.widget-content .widget-content-right {
  margin-left: auto;
}

.widget-content .widget-numbers {
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
}

.card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
  transition: all 0.2s;
}

.rounded {
  border-radius: 0.25rem !important;
}

.card-purple {
  background-color: #7027d5;
  color: #ffffff;
}
.card-purple-light {
  background-color: #d219c2;
  color: #ffffff;
}
.card-green-light {
  background-color: #90a300;
  color: #ffffff;
}
.card-green {
  background-color: #57b95f;
  color: #ffffff;
}
.card-blue {
  background: #1976d2;
  color: #ffffff;
}
.card-red {
  background: #ef5350;
  color: #ffffff;
}
.card-gray {
  background-color: #1d6c6d;
  color: #ffffff;
}
.card-pink {
  background-color: #f3368c;
  color: #ffffff;
}
.card-yellow {
  background: #ffb22b;
  border-color: #ffb22b;
}

.sign-action {
  margin: 20px 0;
}
.sign-action button {
  width: 100%;
}
.sign-modal {
  margin: 30px 0;
}
.canvas-bottom {
  margin-top: 30px;
}
canvas#canvas {
  width: 95%;
}
.canvas {
  border: 2px dotted #cccccc;
  border-radius: 15px;
  cursor: crosshair;
}

.form-group.custom.search-group {
  width: 350px;
  display: flex;
  height: 100%;
  justify-content: end;
}

.col-sm-6.mcol.custom-col {
  display: flex;
  justify-content: right;
}

.first-item {
  display: flex;
  flex-direction: column;
}

.second-item {
  vertical-align: text-bottom;
  position: relative;
  top: 23px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .modal-dialog.modal-sm {
    width: 100%;
  }

  .modal-dialog.modal-md {
    width: 100%;
  }

  .modal-dialog.modal-option {
    width: 100%;
  }
  #sign-modal {
    z-index: 99999999 !important;
  }
  canvas.canvas {
    width: 330px !important;
    height: 150px !important;
  }  
}
@media (max-width: 768px) {
  .modal-dialog.modal-sm {
    width: 100%;
  }
  .modal-dialog.modal-md {
    width: 100%;
  }

  .modal-dialog.modal-option {
    width: 100%;
  }
  .top_stats .label {
    display: block;
    text-align: left;
  }
}
@media (max-width: 350px) {
  .modal-dialog.modal-sm {
    width: 100%;
  }
  .modal-dialog.modal-option {
    width: 100%;
  }
  .top_stats .label {
    display: block;
    text-align: left;
  }
}

.spinner {
  margin: 0 auto;
  text-align: center;
  z-index: 99999;
  position: relative;
}

img#mySpinner {
  z-index: 99999999;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.video_div {
  z-index: -1;
}

textarea#service_description {
  resize: none;
}

.imageplace {
  text-align: center;
}

.imageplace img {
  border: 1px solid #d1d1d1;
  width: 190px;
  height: 210px;
  cursor: pointer;
}

.comment_div {
  border-bottom: 1px solid #d1d1d1;
}

.comment_div:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.comment_place_load {
  height: 200px;
  overflow-y: scroll;
}

.comment_div {
  display: none;
}

#loadMore {
  padding: 10px;
  text-align: center;
  background-color: #ddd;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
  background-color: #cabbbb;
  color: #33739e;
  cursor: pointer;
}

.chat-img img {
  height: 34px;
  width: 34px;
}
.member_list li {
  border-bottom: 1px solid #dddddd;
  padding: 6px;
}
.member_list li:last-child {
  border-bottom: none;
}
.member_list {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sub_menu_ {
  background: #e8e6e7 none repeat scroll 0 0;
  left: 100%;
  max-width: 233px;
  position: absolute;
  width: 100%;
}
.sub_menu_ {
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
  width: 100%;
}
.all_conversation ul li:hover .sub_menu_ {
  display: block;
}
.new_message_head button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.new_message_head {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 10px;
  width: 100%;
}
.message_section {
  border: 1px solid #dddddd;
}
.chat_area {
  float: left;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chat_area li {
  padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}
.chat_area .chat-body-uleft {
  margin-left: 50px;
}
.cbody p {
  background: #fbf9fa none repeat scroll 0 0;
  padding: 10px;
}

.cbody span {
  position: relative;
  bottom: 10px;
  font-size: 16px;
}
.chat_area .chat-body-aright {
  margin-left: 0;
  margin-right: 50px;
}

.cbody.chat-body-aright p {
  text-align: right;
}
.chat_area li:last-child {
  padding-bottom: 10px;
}
.chat_time {
  position: relative;
  bottom: 8px;
}
.uleft {
  float: left;
}
.aright {
  float: right;
}

.btn-theme-custom {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 10px;
}

.btn-theme-custom-plus {
  display: inline-block;
  padding: 10px 12px;
}
span.notify {
  display: none;
  position: relative;
  top: 5px;
  color: green;
  left: 10px;
}
.chat-body-uleft a {
  float: right;
  position: relative;
  bottom: 15px;
}
.custom-textarea-plus {
  height: 150px !important;
  background: #2f4050 !important;
  color: #fff;
}
.custom-textarea {
  height: 80px !important;
}

.label-success {
  background-color: #2f4050;
  color: #ffffff;
  display: block;
  padding: 12px;
  font-size: 14px;
}

.label-success-plus {
  background-color: #2f4050;
  color: #ffffff;
  display: block;
  padding: 12px;
  font-size: 12px;
}

#submit {
  background: #2f4050;
  color: #fff;
  font-size: 22px;
  font-variant: small-caps;
  text-transform: uppercase;
  height: 70px;
}
.message_class {
  background-color: #bf1e2e;
  border-color: #bf1e2e;
  color: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%;
}
p.message_content {
  font-size: 13px;
  font-weight: bold;
}

input#userfile {
  display: none;
}

.label-custom {
  display: block;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}

textarea.form-control.view_area {
  height: 80px;
  background-color: #fff;
  border-color: #f3eeee;
}

.widget-custom {
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.widget-custom p {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}

.widget-custom div {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 25px 50px;
  width: 100%;
  cursor: initial;
}
.widget-custom div span {
  font-size: 26px;
}

.legendLabel {
  padding-left: 5px;
  text-align: left;
  padding: 5px;
}

.pad-top-20 {
  padding-top: 20px;
}
h5.modal_heading {
  background: #2f4050;
  color: #fff;
  padding: 4px 10px 4px 10px;
  margin-bottom: 10px;
}

ul.clearfix.controls {
  height: 20px;
}

input#checkAll {
  width: 18px;
  height: 28px;
  position: relative;
  top: 10px;
}
label#allCheck {
  margin-right: 15px;
  cursor: pointer;
}
.SubmitButton.delete {
  cursor: pointer;
  padding: 8px 20px;
}
td.sorting_1 {
  text-align: center;
}
.check {
  width: 15px;
  height: 15px;
}

li.notification-mass-actions {
  margin-bottom: 8px;
}

.modal-dialog.modal-option-plus {
  width: 30%;
}

ul.nav.navbar-top-links.navbar-left.custom-navbar {
  line-height: 60px;
}
.fa-custom-plus {
  font-size: 18px;
  color: #f3f3f4;
}

ul.nav.navbar-top-links li span {
  background: #ed5565;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}

.top_message_class {
  background-color: #d88221;
  border-color: #bf1e2e;
  color: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 400;
  text-align: center;
}

.header_message_class {
  background-color: #d88221;
  border-color: #bf1e2e;
  color: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.master_attach_place {
  display: inline-flex;
}

.add_attach_place {
  display: block;
}

.attahment-class tr {
  width: 100%;
}
.attahment-class td .delete_master_id {
  float: right;
}

.uploaded_image {
  text-align: center;
}

img.img-responsive.web-logo {
  width: 200px;
}
.ibox-content.product-div {
  border: 3px solid #697777;
}
img.img-responsive.product-logo {
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

.row.mainarea {
  margin-top: 50px;
}

.ibox-content.product-div:hover {
  background: #697777;
  color: #fff;
}

h3.login_title {
  margin-bottom: 20px;
}

.login-box {
  max-width: 450px;
  margin: 0 auto;
  z-index: 100;
}

.loginbox {
  border: 2px solid #304251;
  padding: 50px 30px;
}
img.img-responsive.web-logo-single {
  width: 200px;
  margin: 0 auto;
}

img.img-responsive.web-logo-inside {
  width: 115px;
  margin: 0 auto;
}
.top-navigation .nav > li.active > a {
  color: #fff;
  background: #304251;
}

@media (min-width: 320px) and (max-width: 480px) {
  #offcanvas {
    display: block;
  }

  .custom-tools {
    float: none !important;
  }

  .m-custom li {
    width: 100%;
    margin: 1px;
  }

  .breadcrumb {
    margin-top: 30px;
  }

  .wrapper.wrapper-content.animated.fadeInRight {
    margin-top: 20px;
  }

  img.img-responsive.web-logo-inside {
    width: 90px;
    margin: 0 auto;
  }

  .loginscreen.middle-box {
    width: 100%;
  }

  #top-custom-nav {
    display: block;
  }

  #sidebar-wrapper {
    display: block;
  }
}

.ibox-content.custom-content .row {
  padding: 0px 10px;
}

select.form-control.mselect {
  height: 30px;
  font-size: 12px;
  padding: 4px 12px;
}

input.form-control.mtext {
  height: 30px;
  font-size: 13px;
  padding: 4px 12px;
}

.form-group.custom {
  margin-bottom: 10px;
}

.mcol {
  padding-left: 1px;
  padding-right: 1px;
}

.form-group.custom label {
  font-weight: 600;
  display: block;
}

div#jointClient {
  margin: 10px 0px;
}
.cRow {
  display: grid;
}

hr.age_divider {
  margin-bottom: 1px;
  margin-top: 2px;
  border: 0;
}

.custom-tools {
  float: right;
}

.m-custom li.active {
  background: #1ab394;
  padding: 2px 10px;
  color: #fff;
}

.m-custom li {
  background: #c7c5c5;
  padding: 2px 10px;
  color: #fff;
}

.breadcrumb.m-custom > li + li:before {
  padding: 0;
  color: #ccc;
  content: "";
}

textarea.form-control.extra-textarea {
  height: 66px;
}
input.form-control.mtext.extra-text {
  margin-top: 5px;
}

legend.custom_legend {
  font-size: 12px;
  background: #b2cf8b;
  padding: 2px 14px;
  border-bottom: 0px;
  margin: 10px 0px;
  color: #ffffff;
}

.table > thead > tr > th {
  border-bottom: 1px solid #ffffff;
}
.table-responsive tbody tr td {
  font-size: 12px;
  border-top: 1px solid #ffffff;
  padding: 2px;
}
.table-responsive tbody tr td .mtext {
  height: 25px;
  font-size: 12px;
  text-align: right;
}
input.form-control.mtext.total_income,
input.form-control.mtext.total_expenditure {
  text-align: right;
}

input.form-control.mtext.total {
  text-align: right;
  width: 350px;
}

.i-checks.agree_check {
  margin-top: 20px;
}

.navbar-inverse {
  background-color: #dae7cb;
}

.top-navigation .nav > li.active > a {
  color: #fff;
  background: #b2cf8b;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #b2cf8b;
}
.top-navigation .wrapper.wrapper-content {
  padding: 20px 20px;
}

.form-group.extra-custom label {
  font-weight: 600;
  text-transform: uppercase;
}

.form-group.extra-custom {
  margin-bottom: 8px;
}

nav.navbar.navbar-inverse {
  min-height: 35px;
}

.nav.navbar-nav.custom-nav > li > a {
  padding: 8px 15px;
  font-size: 12px;
}

.custom-h4 {
  font-weight: 400;
  font-weight: 400;
}

.form-group.extra-custom textarea {
  border: 0;
  background: aliceblue;
}

.form-group.extra-custom input {
  border: 0;
  background: aliceblue;
  height: 28px;
}
.form-group.extra-custom select {
  border: 0;
  background: aliceblue;
  height: 28px;
}

ul.nav.nav-tabs.mail-tabs li a {
  padding: 8px 15px;
}

button.btn.btn-primary.mail-marge,
button.btn.btn-primary.de-mail-marge {
  float: right;
}

button#PrintAll {
  margin-top: 50px;
}

textarea#code {
  height: 1px !important;
  border: 0px;
  background: #fff;
  width: 1px !important;
  border-color: #fff;
}

button#loadCreditor {
  margin-left: 5px;
  color: #ffffff;
}

#modal-form {
  padding: 10px 10px;
}

.top-navigation .nav > li > a {
  padding: 15px 9px;
}

.nav-side-menu {
  overflow: -webkit-paged-x;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  color: #676a6c;
}
.nav-side-menu .brand {
  background-color: #ffffff;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid #cabbbb;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #5c9acf;
  background-color: #cabbbb;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}

.nav-side-menu li a {
  display: block;
  padding: 4px 0px;
  color: #ccc;
  text-decoration: none;
  font-weight: 300;
  background: none;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #928d8d;
}

.nav-side-menu li.active a {
  color: #fff;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #cabbbb;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-side-menu li a:hover {
  color: #ffffff;
}

.sub-menu li {
  padding: 5px;
}

.sub-menu li a {
  display: block;
  padding: 4px 0px;
  color: #ccc;
  text-decoration: none;
  font-weight: 300;
  background: none;
}

.sub-menu li a i {
  width: 10px !important;
  padding-right: 5px !important;
}

.tabs-container.custom-container ul li a {
  padding: 10px 8px;
}

.folder-list {
  margin-top: 32px;
}

.folder-list li a {
  color: #666666;
  display: block;
  padding: 8px 0px;
  text-align: left;
  font-size: 14px;
}
.folder-list li a:hover {
  background: #dae7cb;
  color: #fff;
  padding: 8px;
}

.hidden_content ~ br {
  display: none;
}

.content-middle-box {
  margin: 0 auto;
  max-width: 400px;
}

.content-middle-box-wide {
  margin: 0 auto;
  max-width: 650px;
}

.dashboard-sts {
  margin-bottom: 50px;
}

ul.contacts {
  width: 100%;
  min-height: 300px;
  overflow-y: scroll;
  height: 200px;
}

ul.contacts li {
  list-style: none;
}

ul.contacts li label input {
  color: #676a6c;
  position: relative;
  bottom: -2px;
  left: -5px;
  width: 16px;
  height: 16px;
}

div#contactDiv {
  border: 1px solid #f3f3f4;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
}

.custom-check input[type="checkbox"] {
  margin-left: 0px !important;
  width: 18px;
  height: 18px;
}
.custom-check label {
  padding-left: 25px;
  margin-top: 3px;
}

.add_button_block {
  display: block;
  padding: 3px 10px;
  font-size: 12px;
}

.place {
  display: inline-flex;
}

.delete_master_under,
.delete_master_over {
  padding: 3px 12px;
  margin-bottom: 10px !important;
}

#joint_client_button {
  margin-bottom: 20px;
}

.custom-group em.invalid {
  bottom: 19px !important;
}

#bank_button {
  padding: 5px 10px;
}

.custom-tabs-container .nav > li > a {
  padding: 10px 15px;
}

.custom-tabs-container .nav > li.active {
  background: none;
  border: none;
}

.custom-tabs-container .nav-tabs > li.active > a:hover,
.custom-tabs-container.nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #9ebf71;
  color: #fff;
}

.panels-sortcut {
  margin-top: 39px;
}

.panels-sortcut h2 {
  font-size: 14px;
  text-align: left;
  color: #000;
}

.tab-content.panels-sortcut .panel-heading {
  padding: 5px 10px;
}

.client_pack_button {
  margin-top: 20px;
}

hr.menu_separetor {
  margin: 1px 0px;
}
.top_add_new {
  margin-bottom: 30px !important;
}
.top_stats {
  margin-bottom: 15px;
}

.top_stats .label {
  padding: 5px 20px;
  font-size: 12px;
}

.top_stats .zero {
  background: #4585ab;
}

.top_stats .one {
  background: #a02cb5;
}

.top_stats .two {
  background: #97c15f;
}

.top_stats .three {
  background: #6d4692;
}
.top_stats .four {
  background: #615ace;
}

.client_letter {
  display: block;
}
.process_button {
  margin-top: 20px;
}

.top_area_place {
  margin-bottom: 30px !important;
}
.title_name {
  display: block;
  padding: 10px 5px;
  font-size: 12px;
}
.margin_top_20 {
  margin-top: 20px;
}

.row.finalcial_statement {
  padding: 10px 20px;
}
.count-info .label {
  right: 1px;
  top: 6px;
}

.button_adjustment_both {
  margin-bottom: 10px;
  margin-top: 20px;
}

.button_adjustment_both #next_step {
  float: right;
}

#title_name {
  width: 100%;
  background-color: #1ab394;
  text-align: center;
  color: #fff;
  border: 0;
}
#sms_search {
  margin-bottom: 10px;
}

.note-resizebar {
  display: none;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 60px 60px;
}

.modal-footer .text-center a {
  display: none;
}

.extra-custom-plus {
  margin-bottom: 20px;
  position: relative;
  bottom: 5px;
}
.extra-custom-plus input[type="radio"] {
  width: 30px;
  height: 22px;
}

.extra-custom-plus p {
  display: inline;
  position: relative;
  bottom: 6px;
}

legend.custom_legend_extra {
  font-size: 18px;
  background: #b2cf8b;
  padding: 2px 14px;
  border-bottom: 0px;
  margin: 10px 0px;
  color: #ffffff;
}

li.li_head p {
  text-align: center;
  padding-top: 5px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 5px;
  background: #dae7cb;
}
.form-group.inline-form {
  display: flex;
}

/* Online/Offline */

.indicator.Online {
  background: #28b62c;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: pulse-animation 2s infinite linear;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

.indicator.Offline {
  background: #ff4136;
  display: inline-block;
  width: 1em;
  height: 1em;
}

ul.folder-list li.active {
  font-weight: bold;
}

textarea#message_content,
textarea#msg_content {
  display: block !important;
  border-color: #fff;
  resize: none;
  width: 1px;
  height: 1px;
  opacity: 0.1;
}
.mail-box > .invalid {
  float: left;
  right: 0px;
  font-size: 12px;
  margin-top: 5px;
}
.nomargin {
  padding: 0px;
}

.fa-style-unread {
  font-size: 20px;
  color: #d1d1d1;
}

.fa-style-read {
  font-size: 20px;
}

.mail-box-header {
  background-color: transparent;
  border: 0px solid #e7eaec;
  border-bottom: 0;
  padding: 0px 20px 6px 20px;
}

#msg_scroll {
  overflow-y: scroll;
  min-height: 300px;
  height: 300px;
}
#to_addess {
  position: relative;
  top: 6px;
}

p.letter_notice span {
  background: #4685ab;
  color: #fff;
  padding: 6px 11px;
  margin-right: 10px;
}

a.clockwise {
  background: #f2f2f5;
}

p#clock {
  margin: 0;
  font-size: 18px;
}
#clock span {
  vertical-align: top;
  font-size: 10px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .content-middle-box {
    width: 100%;
  }

  .content-middle-box-wide {
    width: 100%;
  }

  .custom-tools {
    float: none !important;
  }

  .m-custom li {
    width: 100%;
    margin: 1px;
  }

  .breadcrumb {
    margin-top: 30px;
  }

  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/* Menu Submenu Hover */

.dropdown:hover > .dropdown-menu {
  display: block;
}

.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: 8px;
  margin-right: -12px;
}

.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;
}

select#matter_switch {
  height: 29px;
  font-size: 12px;
  padding: 0px 60px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.note-editor.note-frame.panel.note-document {
  background: #fafafa;
}
.note-editor.note-frame.note-document .note-editing-area {
  margin-top: 20px;
}

@keyframes blink {
  0% {
    background-color: rgba(255, 255, 255);
  }
  50% {
    background-color: rgb(237, 86, 101);
  }
  100% {
    background-color: rgb(237, 86, 101);
  }
}
@-webkit-keyframes blink {
  0% {
    background-color: rgba(255, 255, 255);
  }
  50% {
    background-color: rgb(237, 86, 101);
  }
  100% {
    background-color: rgb(237, 86, 101);
  }
}

.taskNotify {
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
  /* Opera */
}
