body *, body *:focus{
    outline: 0!important;
}

.no_background{
    background: none;
}

.search_modal{}

.search_modal .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-shadow: none!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.search_modal  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    right: -17px;
    top: -13px;
    position: absolute;
}
.search_modal  .form-control {
    display: block;
    width: 100%;
    height: 57px;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #7c7272;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_modal .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 17px 20px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.af-message-success{}
.ms2-message-success{
    background-color: #7e2e2e!important;
}
