body{
  background: #321e41;
}
.status-style {
  color: #fff;
  padding: 6px;
  border-radius: 8px;
  font-size: 13px;
}
.lead-name{
  text-decoration: none;
color: #333;
}
#accordionSidebar {
  background: #1b0556;
}
.navbar{
  background: #fff;
margin-bottom: 23px;
}
.navtext{
  font-weight: bold;
font-size: 29px;
}
#add-payment {
  width: 28%;
}
.profile-img{
  width:150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.styled-table .payment thead tr {
  background-color: #3b72a9;
  color: #ffffff;
  text-align: left;
}
.profile h3{
  text-align: center;
font-size: 1.2em;
}
.profile span{
  display:block;
}
.profile label{
  margin-bottom: 0px;
  color: #0a5e85;
}

.s013 {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: url("../images/Searchs_013.png");
    background-size: cover;
    background-position: center center;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
  }
  .styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
  }
  .styled-table thead tr {
    background-color: #1b0556;
    color: #ffffff;
    text-align: left;
  }
  .styled-table th,
  .styled-table td {
      padding: 12px 15px;
  }
  .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }
  
  .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
  
  .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #85d4f3;
  }
  .styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
  }
  
  .s013 form {
    width: 100%;
    max-width: 914px;
    margin: 0;
  }
  
  .s013 form fieldset {
    margin-bottom: 0px;
  }
  
  .s013 form fieldset legend {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
  }
  
  .s013 form .inner-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .s013 form .inner-form .left {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
  }
  
  .s013 form .inner-form .input-wrap {
    background: #fff;
    height: 80px;
    position: relative;
    padding: 20px 25px 20px 25px;
  }
  
  .s013 form .inner-form .input-wrap .input-field label {
    font-size: 11px;
    font-weight: 500;
    display: block;
    color: #555;
  }
  
  .s013 form .inner-form .input-wrap .input-field input {
    font-size: 16px;
    color: #333;
    background: transparent;
    width: 100%;
    border: 0;
    font-family: 'Lato', sans-serif;
    padding: 8px 0;
  }
  
  .s013 form .inner-form .input-wrap .input-field input.placeholder {
    color: #808080;
  }
  
  .s013 form .inner-form .input-wrap .input-field input:-moz-placeholder {
    color: #808080;
  }
  
  .s013 form .inner-form .input-wrap .input-field input::-webkit-input-placeholder {
    color: #808080;
  }
  
  .s013 form .inner-form .input-wrap .input-field input.hover, .s013 form .inner-form .input-wrap .input-field input:focus {
    box-shadow: none;
    outline: 0;
  }
  
  .s013 form .inner-form .input-wrap.first {
    -ms-flex-positive: 1;
        flex-grow: 1;
    border-radius: 3px 0 0 3px;
  }
  
  .s013 form .inner-form .input-wrap.second {
    min-width: 262px;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #e5e5e5;
  }
  
  .s013 form .input-select {
    height: 34px;
    padding: 10px 0 6px 0;
  }
  
  .s013 form .choices__inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    padding-right: 30px;
    font-size: 16px;
    min-height: auto;
    font-family: 'Lato', sans-serif;
  }
  
  .s013 form .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  
  .s013 form .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    opacity: 1;
    color: #808080;
    font-weight: 400;
  }
  
  .s013 form .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  
  .s013 form .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .s013 form .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
  }
  
  .s013 form .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: transparent;
    color: #333;
  }
  
  .s013 form .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
  }
  
  .s013 form .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 0;
  }
  
  .s013 form .choices[data-type*="select-one"]:after {
    border: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    transform: none;
    opacity: 1;
    right: 0;
    top: 0;
    background-size: 18px 18px;
    background-position: right center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }
  
  .s013 form .choices[data-type*="select-one"].is-open:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
  }
  
  .s013 form .btn-search {
    min-width: 110px;
    height: 80px;
    padding: 0 15px;
    background: #fa4251;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
  }
  
  .s013 form .btn-search:hover {
    background: #f9293a;
  }
  .property_title{
    font-size: 1em;
font-weight: bold;
width: 70%;
  }
  .property_price{
    font-size: 1em;
font-weight: bold;
color:#069b38;
  }
  .bg-white a{
    color:#000 !important;
  }
  .budgetrange{
    padding: 0px 0px 0px 9px;
margin: 0px !important;
background: #ffffff;
border: 1px solid #d7d7d7;
    border-top-color: rgb(215, 215, 215);
    border-right-color: rgb(215, 215, 215);
    border-bottom-color: rgb(215, 215, 215);
    border-left-color: rgb(215, 215, 215);
width: 77px;
height: 27px;
float: left;
  }
  .searchproperty{
    width: 100%;
background: #f7eee9;
margin: 0 auto;
padding: 16px;
  }
  .pinputfield{
height: 20px;
display: inline-block;
  }
  .summary_title{
    font-size: 1rem;
color: #909090;
letter-spacing: .2px
  }
  .summary_info{
    font-size: 1.2rem;
font-weight: 600;
  }
  .summary_item{
   text-align: left;
min-width: 130px;
  }
  .add_client_form{
  padding: 4%;
  }
  .property-form{
    padding: 4%;
  }
  #add-client {
    width: 35%;
}
#add-notes {
  width: 45%;
}
#edit-task{
  width: 45%;
}
#add-property {
  width: 45%;
}
#add-task{
  width:500px; 
}
.lead-form{
width:35%;
}
.add-lead{
 
  background-color: #D32A0E;
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 57px;

}
.task-form {
  width: 90%;
  padding: 3%;
}
  .form-task{
    padding: 4%;
  }
  .rentdiv{
    width: 82%;
background: #2e6ed0;
color: #fff;
text-align: center;
  }
  .salediv{
    width: 82%;
background: #05857a;
color: #fff;
text-align: center;
  }
  .brktdiv{
    width: 82%;
    background: #ebc005;
    color: #fff;
    text-align: center;
  }
  .owndiv{
    width: 82%;
    background: #039752;
    color: #fff;
    text-align: center;
  }
  #button1{
    color: #fff;
background-color: #069b38;
border: 1px solid #069b38;
  }
  #button2{
    color: rgb(0, 0, 0);
background-color: #fff;
border: 1px solid #069b38;
  }
  #button3{
    color: rgb(255, 255, 255);
background-color: rgb(206, 77, 2);
border: 1px solid #da7707;
  }
  #button4 {
    color: #fff;
    background-color: #d10707;
    border: 1px solid #d10707;
}
 .dselect input[type="radio"]{
    -webkit-appearance: none;
}
.dselect label{
  height: 35px;
  width: 80px;
  border: 1px solid #d3d7d5;
  margin: auto;
  border-radius: 6px;
  position: relative;
  color: #000;
  transition: 0.5s;
  background: #fff;
 }
 .dselect .fa {
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%); 
}
.dselect label>span {
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 80%);
    top: -6px;
}
.dselect input[type="radio"]:checked + label {
	background-color: #be0e2b;
	color: #ffffff;

}

.minc{
  padding-left: 5px;
  width: 135px;
  height: 30px;
  border: .6px solid #c6c6c6;
  -moz-appearance: textfield;
  margin-bottom: 15px;
}
.uk-timeline .uk-timeline-item .uk-card {
	max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #1e87f0;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 20px;
    width: 2px;
		z-index: 1;
}


.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
  margin-top: 8px;
    width: 20px;
    height: 20px;
}
.uk-timeline-content h3{
  font-size:15px;
  padding-top: 10px;
}
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #1e87f0;
  color: #fff;
  font-size: .875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
    height: 71px;
}
.upload-form h4{
  font-size: 14px;
}
#contracts h3{
  font-size: 15px;
font-weight: bold;
padding-bottom: 1%;
}
.prop-listing {
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  padding: 0px !important;
}
.price-title {
  line-height: normal;
  font-size: 18.5px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: roboto;
  color: #e3342f;
}
.prop-listing p {
  font-size: 13px;
  color: #808080;
  padding-top: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prop-listing h5 {
    font-family: roboto;
  padding-top: 6px;
  font-size: 1rem;
}
.cbe-je0 {
  display: inline-block;
  width: 32%;
  padding-right: 10px;
  font-family: Open Sans,Helvetica,Arial,sans-serif;
}
.cbe-18tu5 {
  font-size: 12px;
  color: #909090;
  letter-spacing: .2px;
}
.cbe-18tu4 {
  font-size: 13px;
  font-weight: 600;
}
.cb {
  font-weight: 700;
  font-size: 20px;
  color: #002f34;
  font-family: Roboto,Arial,Helvetica,sans-serif;
}
.m758jN-detail {
  display: inline-block;
  width: 50%;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 29px;
  color: #6a6868;
}
  @media screen and (max-width: 767px) {
    .s013 form .inner-form {
      display: block;
    }
    .s013 form .inner-form .left {
      display: block;
    }
    .s013 form .inner-form .left .input-wrap {
      margin-bottom: 15px;
    }
    .s013 form .btn-search {
      margin: 0;
      width: 100%;
    }
  }