﻿/*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: 3px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.block-title .button-group-sm {
    margin-top: 5px;
    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);
    width: 500px !important;
}

    .toaster .message, .toaster .title {
        font-size: 2em;
    }

.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;
    }
}

.logoDisplay {
    max-height: 80px;
}

.spaced-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group-group .form-group {
    margin-bottom: 6px;
}

.check-box {
    height: 100%;
    vertical-align: middle;
}

    .check-box .form-control {
        height: 2em;
        width: 2em;
    }

.row.button-links {
    margin-bottom: 30px;
}

.btn-xs {
    line-height: 1 !important;
}

.block-title .btn {
    padding: 8px !important;
    margin: 3px !important;
}

.dataTables_wrapper > div {
    border: none !important;
    background: none !important;
}

.btn-group-xs .btn {
    margin-right: 8px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.editted-icon {
    margin: 15px 0px 0px -20px;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white !important;
}


.incidents .form-control-static,
.incidents .control-label {
    font-size: 16px;
}

.form-control-static {
    width: 100%;
}

.incidents input[type="checkbox"] {
    margin-top: 10px;
    width: 18px;
    height: 18px;
}


.btn-default {
    border: 1px solid #ccc !important;
}
