.logo_image{
	background:url(/images/logo_istella.png) no-repeat center
}
.float_left,.float-left{
	float:left;
}
.float_right,.float-right{
  float:right;
}
.no-margin{
  margin: 0;
}
.no-padding{
  padding: 0;
  box-shadow:none;
}
.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.row_null{
	text-align: center;
}
.add_city{
    width: 80px;
}
.btn-inline{
    display:inline;
    margin-left: 10px;
}
.city_select{
    width: calc(100% - 80px);
}
.cities_list{
    margin: 4px auto 26px;
    border: 1px dashed #ccc;
    display: none;
    padding: 10px 0;
    padding-right: 20px;
}
.cities_list_wrapper{
    margin-top: 10px;
    clear:left;
}
.cities_list_title{
    display: none;
}
.btn-add-city{
    width: 42px;
    height: 40px;
        width: 40px;
    height: 40px;
    margin-left: 30px;
}
.btn-remove{
    background-color: #dd191d;
    color:white;
    border-color: white;
    float:right;
}
.btn-remove-city{
    width: 35px;
    height: 100%;
}
.cities_list ul li{
    height: 32px;
}
.search_term_box{
    margin: 56px auto 15px;
}
.search_term_box input{
    padding-left: 4px;
}
.paging_bar{
    margin-left: 20px;
}
.paging_bar_button{
    width: 28px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fece16;
    padding: 1px;
    margin-left: 10px;
    color: white;
    border: 1px solid #ccc;
    cursor:pointer;
}
.paging_bar_button.selected{
    color: #fece16;
    background: white;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
        pointer-events: auto;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #4ac6f7;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

 /*checkbox*/

.checkbox-inline{
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0.75rem !important;
}

/*.checkbox-inline+checkbox-inline{
  margin-left: 0rem !important;
}*/

.checkbox-inline input{
  width: 100%;
    height: 38px;
  position: relative !important;

  /*hide the radio button*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    /*opacity: 0;*/
  cursor: pointer;

  padding-left: 0px !important;
  margin: 0px !important;
}

.checkbox-inline input:after:hover{
  background-color: #fbc600 !important;
  border: 1px solid #f7f7f9;
}

.checkbox-inline input:after{
  content: attr(data-button-label);
  font-family: "bariol_boldbold", sans-serif;
  background-color: #f7f7f9;
  display: block;
  color: #666;
  position: relative;
  border-radius: .3rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.6rem;
  top:0px;
  left: 0px;
  width: 100%;
  height: 38px;
}
.checkbox-inline.disabled,.checkbox-inline.disabled input{
  pointer-events: none;
}
.checkbox-inline.disabled input:after {
     pointer-events: none;
    content: attr(data-button-label);
    font-family: "bariol_boldbold", sans-serif;
    background-color: #aaa;
    display: block;
    color: #333;
    position: relative;
    border-radius: .3rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.6rem;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 38px;
}

.checkbox-inline input:checked:after{
  background-color: #fbc600;
  border: 1px solid #f7f7f9;
}
red{
  color:red;
}
.btn-success-2{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.btn-success-2:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.card-header h3{
  text-align: center;
}