.main-search-form {
    float:left;
    margin-top: 5px;
    display: inline-block  !important;
    width: calc(100% - 250px);
}

.main-search-form .input-group {
    width: calc(100% - 225px);
    margin: 3px 10px;
}

.main-search-form .input-group input[type="text"] {
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #d2d6de;
}

.main-search-form .input-group .input-group-btn {
    width: 38px;
}

.box-profile .btn {
    margin-bottom: 5px;
}

.profile-online {
    font-size:0.7em;
}

.search-card-time {
    font-size: 11px;
}

.logo-small {
    width: 40px;
}

.no-float {
    float: none;
}

.person-icon {
    font-size: 2em;
    float: none;
    vertical-align: middle;
}

.search-result-profile {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
}

ul.profile-props li:first-child {
    border-top: 0;
}

.direct-chat-msg {
    margin-bottom: 0;
}

.img-sex-male {
    border: 2px solid #3c8dbc;
    padding: 1px;
}

.img-sex-female {
    border: 2px solid hotpink;
    padding: 1px;
}

.img-sex-unknown {
}

.direct-chat-msg ul.list-group {
    margin-bottom: 0;
}

.photo-container {
    float: left;
    text-align: center;
    border: 1px solid #efefef;
    padding: 2px;
}

.photo-container .caption {
    width: 160px;
    overflow: scroll;
}

.photo-container__controls {
    margin-top: 2px;
}

.photo-small {
    width: 160px;
    height: 160px;
}

.photo-type-edit-form .form-group {
    border: 1px solid #aaaaaa;
    margin-bottom: 0;
}

.photo-type-edit-form select {
    border: 0;
    width: 66%;
    padding: 2px 0 4px 0;
    background: #ffffff;
}

.photo-type-edit-form button {
    width: 32%;
    position: relative;
    top: -1px;
}

.photo-mark-as-deleted-form {
    display: inline-block;
}

.logs-container {
    background-color: #ecf0f5;
    padding-top: 10px;
}

.moderationField {
    background-color: #e2c4ff;
}

.moderationPhoto {
    border: 2px solid #e2c4ff;
}

.cursor-hand {
    cursor: pointer;
}

.video-dialog {
    width: 380px;
    height: 240px;
}

.profile-verified {
    background-color: #a4dfa1;
    border: 2px solid green;
}
.verified-title {
    font-size:120%;
    color: #070;
}

a {
    color: #7d3cbd;
}

.content-wrapper, .right-side {
    background-color: #f2edf5;
}

.box.box-primary {
    border-top-color: #7d3cbd;
}

.btn-primary {
    background-color: #8300b3;
    border-color: #74009e;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #74009e;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #7d3cbd;
}

#episodes .content textarea {
    padding-right: 60px;
}
#episodes .content .input-group {
    width: 100%;
}
#episodes .content button[name^="submit"] {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
#episodes pre {
    margin-bottom: 0;
    background-color: cornsilk;
}
#episodes .pre-scrollable {
    white-space: pre-wrap;
}

.loading-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url(https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif) no-repeat center center;
    z-index: 2000;
}

.photo-blur-container img {
    filter: blur(7px);
}

.edit-photo-type-button {
    margin-top: 3px;
    margin-bottom: 3px;
}

.dataTable .archived {
    color: grey;
}
.dataTable .archived td {
    background-color: #f0f0f0;
}

textarea.setting-input {
    font: 0.8em "Courier New", sans-serif;
    padding: 3px;
    resize: vertical;
    overflow-y: scroll;
}
