.padding {
  padding-top: 100px
}
.paddingimage {
  padding-top: -15px
}
.padding1 {
  padding-top: 30px
}
.div_padding {
  padding-right: 0px;
  padding-left: 15px;
  font-size : 12px;
}
.b_color {
  background-color: #dab8b8;
}
.this_dash {
    background-color: #1c1a71;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.font_dash{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: white;
}
.banner-style{
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}
.control-label, .chosen-single, .active-result, .chosen-search{
  font-size : 12px !important;
}

.semi-full-width {
    width: 50% !important;
}

.btn-gray {
	background-color: #adadad;
}


/* No wrap texts */
.text-nowrap {
  white-space: nowrap;
}

