.searchbox.searchbox-singleline .btn-group-range .dropdown-menu {
    min-width: 400px;
}

.searchbox.searchbox-singleline .dropdown-input-range.range-min {
    float: left;
}

.searchbox.searchbox-singleline .dropdown-input-range input.form-control {
    width: 100%;
    border: 1px solid #e3e3e3;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    font-size: 16px;
}

.searchbox.searchbox-singleline .dropdown-input-range.range-min:after {
    content: "-";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.searchbox.searchbox-singleline .dropdown-input-range.range-max {
    float: right;
    clear: right;
}

.searchbox.searchbox-singleline .dropdown-input-range {
    padding: 5px;
    width: 40%;
}

.searchbox .search-box-parameters .form-group-numeric {
    margin-bottom: 0;
}

.searchbox.searchbox-singleline .btn-group-range .range-options {
    border-top: 1px solid #fff;
}

.searchbox.searchbox-singleline .btn-group-range .range-options .dropdown-menu {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.searchbox.searchbox-singleline .btn-group-range .dropdown-menu .dropdown-menu {
    display: block;
    min-height: 200px;
    top: 0;
    height: auto;
    float: none;
    max-height: initial;
    position: relative;
}

.searchbox.searchbox-singleline .btn-group-range .dropdown-menu {
    min-width: 290px;
}

.searchbox.searchbox-singleline .btn-group-expand-left .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-group.open .dropdown-menu {
    margin-top: 5px;
    margin-bottom: 4px;
}

.step-options, .dropdown-menu {
    padding: 0;
    margin: 0;
}

.searchbox.searchbox-singleline .btn-group-range .dropdown-menu .option-range-min li {
    text-align: left;
}

.searchbox.searchbox-singleline .btn-group-range .range-options {
    border-top: 1px solid #fff;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.step-options>li>a, .dropdown-menu>li>a, .dropdown-multi-step .step-options>li>a, #navbar-main .accordion>a.collapsed {
    padding: 8px 15px;
}

.dropdown-menu>li>a, .dropdown-multi-step .step-options>li>a, #navbar-main .accordion>a.collapsed {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.searchbox.searchbox-singleline .btn-group-range .range-options .dropdown-menu {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.searchbox.searchbox-singleline .btn-group-range .dropdown-menu .dropdown-menu {
    display: block;
    min-height: 200px;
    top: 0;
    height: auto;
    float: none;
    max-height: initial;
    position: relative;
}

.searchbox.searchbox-singleline .btn-group-expand-left .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-group.open .dropdown-menu {
    margin-top: 5px;
    margin-bottom: 4px;
}

.searchbox .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    top: 110%;
}

.open>.dropdown-menu, .fake-open>.dropdown-menu {
    display: block;
}

.searchbox.searchbox-singleline .btn-group-range .dropdown-menu .dropdown-menu {
    display: block;
    min-height: 200px;
    top: 0;
    height: auto;
    float: none;
    max-height: initial;
    position: relative;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic .profile-container {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: 50%;  
}

/*.profile-userpic img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}*/

.profile-changer { 
  display: none; 
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 5;
  background: #abcdef;
  padding: 1px 6px;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #0072BF;
  opacity: 1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.table-custom th{ width: 30%; background: #eee }


/*Arzon Barua 7/31/2017*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 70%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 20%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.control-label {
    font-weight: 600 !important;
    font-size: 14px;
}

.radio-inline {
    font-size: 14px !important;
}
/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Removes leftover margin */
}
/* Remove controls from Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.select2-selection__rendered{
    font-size: 14px !important;
}
.single-label{
  font-weight: 400 !important;
    font-size: 14px !important;
}

.image-container img {
    margin: 10px 0px;;
    width: 100%;
    height: 150px;
    border-radius: 3px;
    padding:8px;
    border: 1px solid #0A67B2;
    float:left;
}

.close_circle{
    background: #ac2925;
    position: absolute;
    display: inline-block;
    right: 8px;
    left: auto;
    top: -1px;
    color: white;
    opacity: 1;
    /*border-radius: 100%;*/
    /*padding: 4px;*/
}

.images:hover{
    background: #0961A8;
}

/*.margin-top-30{*/
    /*display: block;*/
    /*margin: auto;*/
    /*margin-top: 30px !important;*/
/*}*/


legend{
    padding-top: 20px !important;
}

.row_head {
    background: #60a7d4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

#upload_file {
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;

}
.stepwizard-step-edit{
    width: 25% !important;
}
.images_1{
    height: 195px !important;
}

#p_budget select{
    margin-bottom: 12px;
}

#featured .item-title{
    width: 100%;
}