.logo p {
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: #465162;
    margin-left: 10px;
    margin-top: 14px;
}

.logo img {
    max-width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    section .content-body > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.thumb-info .thumb-info-title {
    font-size: 14px;
    text-transform: none;
    bottom: 3%;
}

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
    border-radius: 4px !important;
}

td.vcenter {
    vertical-align: middle !important;
}

.operationTableColumn {
    width: 160px;
    text-align: center;
}

.operationTableWideColumn {
    width: 245px;
    text-align: center;
}

.asyncSwitchColumn {
    width: 130px;
}

.filter-label {
    padding: 10px 15px;
}

.panel {
    border: 1px solid #ecedf0;
}

.panel-actions .btn-toolbar a {
    width: inherit !important;
    height: inherit !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

    .panel-actions .btn-toolbar a.btn-primary:hover {
        color: #fff !important;
    }

.btn-new {
    margin-bottom: 20px;
}

.btn-cancel {
    color: #333 !important;
    /*background-color: #ecedf0 !important;*/
    border-color: #ecedf0 !important;
}

    .btn-cancel:hover {
        color: #333 !important;
        border-color: #adadad !important;
    }

.btn-close {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

    .btn-close:hover {
        color: #333 !important;
        border-color: #adadad !important;
    }

@media screen and (max-width: 1200px) {
    .btn-toolbar {
        padding: 0 10px 10px 0;
    }

    .operationTableColumn {
        width: 120px;
        min-width: 120px;
    }

    .operationTableWideColumn {
        width: 160px;
        min-width: 160px;
    }
}

html .wizard-progress-sm, html.dark .wizard-progress-sm {
    margin: 0 auto 30px;
    width: 50%;
}

html .wizard-steps {
    height: 53px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.font-weight-bold {
    font-weight: bold;
}

.bootstrap-tagsinput .tag {
    font-size: 11px !important;
    font-weight: 600 !important;
}

.alert-filter {
    margin-top: 20px;
}

.popover {
    font-family: inherit;
}

.popover-title {
    color: #000;
}

.datetimepicker {
    padding:0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.help-block {
    color: #999999 !important;
    font-size: 12px !important;
}

/* jquery datatables modifications */
div.dataTables_paginate {
    float: none !important;
}

.dataTables_paginate .pagination {
    display: inline-block !important;
    margin: 20px 0 !important;
}


.poaContainer {
    margin-bottom: 15px;
}

.fancytree-container {
    outline: none !important;
}

.sortable-table-row:hover {
    cursor: move;
}

/* input-group-addon - select */
.input-group-addon.select-right {
    min-width: 120px;
    border: none;
    text-align: left;
    padding: 0;
}

    .input-group-addon.select-right .select2-container--bootstrap .select2-selection {
        border-radius: 0 4px 4px 0;
        border-left: none;
    }

.input-group-btn.select-left .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.input-group.select-left .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #fdfdfd;
    border: 1px solid #fdfdfd;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-sm {
    padding: 10px;
}

/* Variations */
.bs-callout-danger {
    border-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }


.visibleOnHover {
    display: none;
}

    .visibleOnHover:hover {
        display: inline-block;
    }

.referenceTableCell:hover > a {
    display: inline-block;
}

.selectFilterColumnHeader {
    padding: 2px !important;
    width: 130px !important;
    max-width: 130px !important;
}

    .selectFilterColumnHeader > select {
        min-width: 110px;
        padding: 1px;
    }

.isInternationalColumn {
    padding: 15px !important;
    font-size: 14px;
}

.editButton {
    min-width: 69px !important;
}

.alert-inline-block {
    display: inline-block;
}

.alert-blockquote {
    margin: 0;
    padding: 5px 10px;
}

.btn-group-xs li {
    font-size: 12px;
}

.margin-right-5 {
    margin-right: 5px;
}
.margin-2 {
    margin: 2px;
}

.label-checkbox {
    margin-top: 2px;
    margin-bottom: 0;
}

.help-block {
    color: #999999 !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.multi-select2-btn{
    height:100%;
}
