﻿.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1010;
    padding-left: 64px;
    overflow: auto;
}

.tagdanger {
    display:none;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a94442;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.tagnormal {
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #757575;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}


.overlay .inline-block {
    display: inline-block;
}

.overlay .overlay-brand {
    margin-left: 7px;
}

.overlay > div {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
}

.overlay .has-results {
    overflow: visible;
}

.overlay .overlay-search {
    font-weight: 700;
    font-size: 77px;
    height: 100px;
    letter-spacing: -1.925px;
    line-height: 100px;
    width: 100%;
    padding-left: 0 !important;
}

.overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 5px;
}

.no-border {
    border: none !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.hide {
    display: none !important;
}

.thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px;
}

.thumbnail-wrapper.circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.inline {
    display: inline-block !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.thumbnail-wrapper {
    display: inline-block;
    overflow: hidden;
    float: left;
}

.text-white {
    color: #fff !important;
}

.bg-success {
    background-color: #10cfbd !important;
}
