body {
	background-color: #f5f5f5;
}
.logo_page{
  width: 65%;
}
.sidebar .nav-item .nav-link span {
    font-size: 12px;
    display: inline;
    padding-left: 6px;
}
.dropdown-item{
      font-size: 12px;
}
.sidebar .nav-item .nav-link{
  padding: 1rem 2rem;font-size: 13px;
}
.bg-dark,.sidebar {
    background-color: #ffffff!important;
    box-shadow: 2px 2px 2px 2px #f2f2f3;
}
.navbar-dark .navbar-nav .nav-link,.sidebar .nav-item .nav-link{
	    color: rgb(15, 47, 78);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover{
	color: rgb(158, 160, 162);
}
.navbar-dark .navbar-nav .active, .sidebar .nav-item .active{
	color: rgb(15, 47, 78);    font-weight: 700;
}
.sidebar {
    width: 300px !important;
	background-image: url('../../assets/img/footer-background.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 5px !important;
    background-size: contain;
}
.fa, .fas{
	    font-size: 11px;
}
footer.sticky-footer{
	z-index: -1;
}
.sidebar .nav-item .dropdown-menu{
		margin: unset;
		border-radius: unset;
	}
	.tab_house_details{
		padding-bottom: 1%;
	}
  .div_item{
    box-shadow: -1px 0px 7px 0px #d2cbcb;    margin-bottom: 6%;
  }
  .div_item h3{
    background-color: #e7e8ea;
    text-align: left;
    color: #101c5a;
    padding: 2% 5%;
    margin: unset;
    font-size: 17px;
  }
  .div_item_text{
    background-color: white;
    min-height: 130px;padding: 2%;
  }
  .div_item_text p{
    padding: 1% 3%;
  }
  .div_item_text a{
    cursor: pointer;
    color: #0ca73d ;
    font-weight: 600;
  }
  .div_item_text h5{
    text-align: center;padding: 2%;
  }
  .div_item_text table{
    width: 100%;margin: 0% 3%;
  }
  .div_house_item h3{
  	padding: 1%;text-align: left;
  }
  .div_house h3{
  	background-color: #0f2f4e;
    text-align: center;
    color: white;
    padding: 2%;
    margin: unset;
    font-size: 17px;
  }
  .div_item_text .container .row .col-md-3{
  	    margin: 2% 0;
  }
  .div_house_text img{
  	width: 100%;
  }
  .house_div_height .house_name{
  	font-size: 18px;
    padding: 1% 2%;
    color: #0f2f4e;
  }
  .house_div_height .house_info{
  	margin-left: 2%;
    width: 90%;
  }
  .house_div_height .payment_info{
  	margin-left: 2%;
    width: 90%;
  }
  .house_div_height .house_info th,.house_div_height .house_info td{
  	color: #0f2f4e;
    padding: 0.3%;
    text-align: left;
  }
  .house_div_height .payment_info th,.house_div_height .payment_info td{
  	color: #0f2f4e;
  	padding: 1%;
  }
  .house_div_height .house_info td{
    font-weight: 500;
  }
  .div_house_item{
    margin-bottom: unset;background-color: white;
  }
  .house_div_height .room_name{
  	font-size: 16px;
    padding: 1% 2%;
    color: #0f2f4e;
}
.house_div_height .card_img{
      width: 100%;
    height: 200px;
}
.house_div_height .card_img img{
      width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.house_div_height .card-body .info{
  font-size: 11px;
}
.house_div_height .card-body p{
  margin:unset;color: white;
}
.house_div_height .card-body{
  background-color: #0f2f4e;padding: 0.4rem;
}
.house_div_height .card-body .msg_btn{
  background-color: white;
    color: #0f2f4e;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    width: 40%;
    font-size: 12px;
    padding: 2%;
    text-align: center;
}
.div_guest_text img{width: 65%;
    margin: 0 auto;
    display: block;}
    .div_aggrement_img img{
      width: 100%;
    margin: 0 auto;
    display: block;
    }
    .div_aggrement h3{
      font-size: 17px;    text-align: center;background-color: unset;
    }
    .house_div_height .pay_head{
      font-size: 20px;
    padding: unset;
    color: #0f2f4e;    margin-bottom: 3%;
    }
.div_guest h3{background-color: unset;font-size: 14px;text-align: center;}
.div_guest p{text-align: center;font-size: 10px;color: #969393;}
.house_div_height .tenant_buttons{
  border: 2px solid #0f2f4e;
    color: #0f2f4e;
    padding: 5%;
    margin-bottom: 6%;
    background-color: white;
}
.due_pay_link{
	background-color: #0ca73d;
    color: white !important;
    padding: 2% 10%;
    border-radius: 3px;
}
.last_pay_link{
	background-color: #007bfd;
    color: white !important;
    padding: 2% 10%;
    border-radius: 3px;
}
.transact span{
	    font-size: 13px;
	    margin-left: 5%;
}
  .mob_view_topbar{
    display: none;
  }


  @media
    only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }

    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 0;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
  }
	.edit_icons{
		color:#50d8af;
	}
	.btn_save{background-color: #0f2f4e;border-color: #0f2f4e;}
  .review_h4{
    color: #0f2f4e;
  }
  .star_icon_review{
        font-size: 11px;padding: unset !important;
  }
  .star_icon_review .fa{
    color: #3cc59f; font-size: 16px;
  }
  .pay_info{
        margin: unset !important;
  }
  .pay_info td,.pay_info th{
    font-size: 18px;padding: 0.5%;    color: #545151;
  }
  .pay_info td span{
    font-size: 9px;
  }
  .div_payment_bottom h3{
    background-color: unset;
    color: #545151;
    font-weight: 700;font-size: 19px;
  }
  .usable3 p{
    margin:unset;font-size: 18px;text-align: right;
  }
  .usable1 .check,.usable1 #use_cr{
    display: inline-block;
  }
  .usable2 .check,.usable2 h3{
    display: inline-block;
  }
  .usable1 p,.usable2 #avail_p{
    padding: 1%;
    margin: unset;
    font-size: 14px;
    color: #33cc99;
    font-weight: 500;
  }
  .pay_btn{
    float: right;
    color: white !important;
    background: #3fcf9f;
    text-transform: uppercase;
    padding: 1%;
    border-radius: 14px;
  }
  .select_home{
        width: 45%;
    border-radius: 10px;
    background: url(../../img/angle-arrow-down.png) no-repeat right;
    -webkit-appearance: none;
    background-size: 14px 14px;
        background-position-x: 96%;
        border: 1px solid #797d82;margin-bottom: 3%;
  }
  .text_write{
    border-radius: 10px;height: 120px !important;   border: 1px solid #797d82; margin-bottom: 3%;
  }
  .upload_raise_label{
        border: 1px solid #0f2f4e;
        color: #0f2f4e;
    font-size: 14px;
    padding: 0.7% 2%;
    cursor: pointer;
  }
  .submit_raise{
        background-color: #0f2f4e;
    color: white;
    border: 2px solid #0f2f4e;
    padding: 0.5% 3%;

  }

  .requ_elements input[type=radio]{
   display: none;
   }
   .requ_elements input[type=radio]:checked + .label_req_for img{
     color: #fff;
    border: 3px solid #0f2f4e;
    border-radius: 50%;
   }
   .label_req_for{
    width: 13%;
   }
   .label_req_for img{
    margin: 0 auto;
    display: block;
   }
   .label_req_for p{
        font-size: 12px;text-align: center;
   }
@media only screen and (max-width: 768px){
	.sidebar{
		width: unset !important;
	}
	.sidebar .nav-item .nav-link {
		padding: .2rem 0;
    text-align: left;
    padding-left: 8%;
	}
	.sidebar .nav-item .nav-link span {
		font-size: 2vw;
	}
  .logo_page{
    width: 50%;
  }
  .div_item_text{
    min-height: unset;
  }
  .mob_view_topbar{
    display: block;
  }
  .no-arrow{
    display: none;
  }
  footer.sticky-footer{
    height: 40px;
  }
  .div_item h3{
    font-size: 3.5vw;
  }
  .house_div_height .house_name {
    font-size: 4vw;
  }
  .div_item_text p{
	font-size: 3vw;  
  }
  .div_house_item h3{
    padding: 3%;
    font-size: 3vw;
  }
  .column_tables .col-md-2{
        width: 50%;
  }
  .tab_house_details{
    display: block;
	width: 50%;
    padding-bottom: 8%;
	
  }
  .house_div_height .room_name {
    font-size: 3vw;
  }
  .navbar-dark .navbar-nav .nav-link, .sidebar .nav-item .nav-link{
	font-size: 3vw;
  }
  .column_tables .col-md-3{
    width: 50%;
  }
  .house_div_height .tenant_buttons{
    margin: 0 auto;
    display: block;
    margin-bottom: 6%;
  }
}

.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
}

.fb-image-profile
{
    margin: -90px 10px 0px 13px;
    z-index: 9;
    width: 12%;
}
.fb-profile-text h5,.fb-profile-text p{text-align: center;margin: unset;}
.col_user_info{
  padding: 0 4%;background-color: white;
}
.col_user_info h5{
  margin: unset;
    font-size: 17px;
}
.col_user_info p{
    font-size: 12px;margin: unset;
}
.col_user_info .col_info_addr p{
  text-align: right;
}
.col_info_addr{
      padding-right: unset;
}
.fb-profile-text{
  width: 100%;background-color: white;
    padding: 0 2%;
}
.fb-profile-text a{
  float: right;
}
.about_div{
  padding: 1%;
    margin-top: 2%;
    border-top: 1px solid #e4e1e1;
}
.about_div h3{
  font-size: 17px;
}
.about_div p{
  font-size: 13px;
}
.working_main{
  padding: 2%;border-bottom: 1px solid #e8e6e6;
}
.working_head h4{
  font-size: 18px;display: inline-block;font-weight: 400;
}
.working_head a{
  display: inline-block;float: right;
}
.wrking_div{
      padding: 1%;
    border-bottom: 1px solid #eaeaea;
}
.wrking_div2{
  border-bottom: unset;
}
.wrking_div h3{
    font-weight: 700;
    font-size: 14px;margin: unset;
}
.wrking_div h5{
    font-size: 12px;margin: unset;
}
.wrking_div p{
    font-size: 9px;
    margin: unset;
}
.col_infos_img,.col_user_infos{
  padding: unset;
}
.col_infos_img img{
      width: 65%;
    margin: 0 auto;
    display: block;
}
.col_infos_img p{
      font-size: 12px;
    text-align: center;margin: unset;
}
.col_user_infos p{
      font-size: 12px;
    text-align: justify;
    color: #133454;
    font-weight: 500;padding:unset;padding-top: 2%;
    height: 105px;
    overflow: auto;
}
.review_div .row{
  padding: 1%;
}
.star_icon .fa{
      font-size: 9px;    color: #3cc59f;
}
.star_icon_top{
  font-size: 11px;
}
.star_icon_top .fa{
  font-size: 11px; color: #3cc59f;
}
.replies_review p{
  height: unset !important;
}
.replies_review{
  padding: unset;
}
@media (max-width:768px)
{
    
.fb-profile-text>h1{
    font-weight: 700;
    font-size:16px;
}

.fb-image-profile
{
        margin: -40px 100px 7px 7px;
    z-index: 9;
    width: 21%; 
}
.col_user_info .col_info_addr p {
    text-align: left;
}
.about_div p {
    font-size: 3vw;
}
.col_infos_img img{
  width: 30%;
}
}