﻿body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    /*min-width:800px !important;*/
}

.wb-autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 2147483647;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.wb-autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .wb-autocomplete-suggestion b {
        font-weight: bold;
    }

    .wb-autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

.articles {
    min-height: 90vh;
}

.col-md-3 {
    margin-top: 30px;
}

.jumbotron {
    line-height: 1.6;
}

.container-fluid {
    /*background-color : #030303;*/
}

.DescriptionSection {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    /*background-color:#fff;*/
    margin-top: -10px;
    border-radius: 0;
    border-style: none;
}

.contact {
    margin-top: 20px;
    box-shadow: 0px 0px 2px 2px #F5F5DC;
}

.contactImage {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header {
    background-color: #b61d82;
    height: 18vh;
}

article {
    background-color: #030303;
    margin-top: -20px;
    padding: 20px;
}

h1 {
    padding: 20px;
    color: #fff;
}

.NameLabel {
    float: right;
    position: relative;
    color: #b61d82;
    font-weight: bold;
    padding-left: 13px;
}

.ContactCTA {
    font-weight: bold;
}

#BigImage p {
    position: absolute;
    display: block;
    border-radius: 20px;
    width: 80%;
    background-color: #fff;
    bottom: 0;
    left: 10%;
    padding-top: 5px;
    height: 35px;
    color: #b3050f;
    font-size: 1.2em;
    border: 1px solid #444;
    box-shadow: 0px 0px 5px #444;
}

#BigImage {
    position: relative;
}

    #BigImage img {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-shadow: 0px 0px 3px 3px #eee;
    }

#Desc {
    background-color: #ebebeb;
}

.NameTag {
    margin-bottom: 50px;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    margin-top: -18px;
}

    .NameTag h3 {
        text-transform: uppercase;
        padding: 15px;
    }

.AgeLabel {
    color: #b61d82;
    float: left;
    direction: rtl;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0;
}

.ContactCTA {
}

    .ContactCTA img, .StatusImage {
        width: 0.5em;
    }

.StatusImage {
    float: left;
    margin-right: 5px;
}


.modal-header {
    position: relative;
    min-height: 70px !important;
}

.NameStatus span {
    padding-top: 5px;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.extension {
    border-style: none;
    margin-top: 15px;
    background-color: transparent;
    color: #444;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 3px 0px;
}

.contactImage img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.btn-success {
    background-color: #eee !important;
    color: #b61d82 !important;
    border-color: #666;
}

    .btn-success:hover {
        background-color: #eee;
        color: #b61d82;
    }

    .btn-success:active {
        background-color: #eee;
        color: #b61d82;
    }

    .btn-success:focus {
        background-color: #eee;
        color: #b61d82;
    }

    .btn-success:visited {
        background-color: #eee;
        color: #b61d82;
    }

article {
    background-color: #b61d82 !important;
}

html, body {
    background: #b61d82;
}

@media screen and (max-width : 480px) {
}

.NameLabel:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 15px;
}

.NameLabel.online:after {
    background-color: #6CCC00;
}

.NameLabel.ofline:after {
    background-color: red;
}

.call {
    color: #eee;
    background-color: #b61d82;
    border: 1px solid #b61d82;
    border-radius: 15px;
    padding: 2px 7px;
    font-size: 14px;
    line-height: 1.3;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

    .call i {
        font-size: 14px;
    }

.modal-dialog .call {
    margin: 0px 0px 5px 0px;
    display: inline-block;
}

.call:hover, .call:focus, .call:visited {
    color: #eee;
    background-color: #b61d82;
    text-decoration: none;
}

.NameStatus span {
    display: inline-block;
}

h4.modal-title {
    text-align: right;
}

.carousel-inner > .item {
    text-align: center;
}

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        margin: auto;
    }

.swipe-more {
    position: relative;
    width: 126px;
    float: right;
    color: white;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .swipe-more .bg {
        background: black;
        width: 100px;
        height: 20px;
        right: 0;
        opacity: 0.6;
        position: absolute;
        border-radius: 6px;
        z-index: 2;
    }

    .swipe-more span {
        color: white;
        z-index: 2;
        position: absolute;
        width: 100%;
        /*right: 0;*/
        font-size: 12px;
        text-align: right;
        line-height: 20px;
        padding-right: 5px;
        display: table;
    }

.gallery {
    position: relative;
}

.numeric {
    font-size: 12px;
}

em {
    font-size: 12px;
}

.contactdet {
    font-size: 13px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
}

.textDetails {
    padding: 1rem;
}

@media (max-device-width:480px) {
    .agent {
        padding: 0;
    }
}

.modal-dialog .modal-title {
    text-align: center;
    line-height: normal;
}

    .modal-dialog .modal-title b {
        width: 100%;
        display: block;
    }

        .modal-dialog .modal-title b span {
            display: inline;
        }

.modal-dialog h4.modal-title:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 9px;
    background: #6CCC00;
}

.modal-header .close {
    margin-top: 13px;
}

    .modal-header .close .glyphicon {
        right: 4px;
    }

.extension .numeric {
    font-size: 14px;
}

.ui-mobile-rendering > * {
    visibility: visible;
}

.jumbotron {
    margin-bottom: 10px;
}

span.agentName {
    font-size: 20px;
    font-weight: bold;
}

span.agentAge {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
