﻿/*overrides from template (for now, keeping the template as it is*/
.header-inline-logo 
{
    height:50px;
    margin-top:-5px;
}

.login-footer{

    margin-top:130px;
}

.block-title .button-group
{
    float:right;
    margin-top:2px;
    margin-right:5px;
    margin-bottom:2px;
}

.avatar {
    max-width: 67px;
    max-height: 67px;
}

.avatarDisplay
{
    max-height:160px;
    max-width:160px;
    border-radius:50%;
}

.toaster {
    left: 50%;
    transform: translate(-50%, 0);
}

.rcrop-wrapper img{
    max-width:100%;
    max-height:25%;
}

.table thead > tr > th {
    padding-top: 8px;
    padding-bottom: 8px;
}

.avatar-cell {
    text-align: center;
}

.title-icon{
    margin-right:10px;
}

@media screen and (min-width: 768px) {
    .break-when-small {
        display: none;
    }
}


.mini-avatar {
    max-height: 30px;
    max-width: 30px;
}

.header-section h2 i {
    font-size: 56px;
    float: right;
    margin: 2px 0 0 10px;
    color: #eaedf1;
    margin: 0 0 0 10px;
    line-height: 32px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control-static {
    min-height: 32px;
}

.dataTables_wrapper > div.row {
    padding-left: 8px;
    padding-right: 8px;
}

.dropzone-form {
    margin-bottom: 15px;
    background-color: #f9f9f9;
    position: relative;
    border: 2px dashed #e2e2e2;
    padding: 10px;
    min-height: 160px;
    text-align: center;
    vertical-align: middle;
}

.btn-group {
    white-space: nowrap;
}

    .btn-group > .btn {
        float: none;
    }

.profile-img-link {
    margin-top: -20px;
}

.article-header {
    text-align: center;
    max-height: 300px;
}

.image-gallery a {
}

    .image-gallery a img {
        max-height: 300px;
        max-width: 300px;
        display: inline;
    }

.snippet-image {
    width: 100%;
    top: -50%;
    position: relative;
}

.snippet-header {
    position: relative;
    height: 200px;
    overflow-y: hidden;
}