
.ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left !important;
}

.mt-checkbox > span:after {
    left: 3px;
}

.fileinput .thumbnail {
    display: block;
}

.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: -150px;
}

.category img {
    max-width: 150px;
    max-height: 150px;
    display: block;
}

.note .mt-radio, .note .mt-checkbox {
    margin-bottom: 0;
}

.portlet-body > .form-group {
    margin-bottom: 0;
}

    .portlet-body > .form-group > .mt-checkbox,
    .portlet-body > .form-group > .mt-radio {
        display: block;
    }

        .portlet-body > .form-group > .mt-checkbox:last-of-type,
        .portlet-body > .form-group > .mt-radio:last-of-type {
            margin-bottom: 0;
        }

.modal-content {
    border: 0;
}

/*Loader*/
.page-content {
    position: relative;
}

.loader {
    position: fixed;
    width: 99%;
    height: calc(100% - 20px);
    background: rgba(153, 153, 153, .5);
    text-align: center;
    padding: 200px 0;
    top: 0;
    z-index: 10;
}

    .loader.main-loader {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(153, 153, 153, .5);
        text-align: center;
        padding: 200px 0;
        top: 0;
        z-index: 10000;
    }

        .loader.main-loader svg {
            /*max-width: 100%;*/
            width: 25em;
            fill: none;
            stroke: #222;
            stroke-linecap: round;
            stroke-width: 8%;
            /*width: 99%;*/
            height: calc(100% - 20px);
            /*margin: 100px 0;*/
        }
/**/

.fileinput .thumbnail {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.img-actions {
    display: inline-block;
    margin-left: 20px;
}

.label-img {
    display: inline-block;
}

.breadcrumb.border {
    border: 1px solid #808080;
    padding: 0 10px;
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
}

.no-export .dt-buttons {
    display: none;
}

.details > p span {
    color: #337ab7;
    display: block;
    margin-bottom: 10px;
}

.details p.cat {
    margin-bottom: 10px;
}

.details .breadcrumb {
    margin: 0;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

    .details .breadcrumb h6 {
        margin: 0;
        padding: 0;
    }

input {
    text-align: left !important;
}

.tt-hint {
    left: auto;
    left: 0 !important;
}

.no-new .portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: -100px;
}

input.form-control.code.tt-input.tt-hint {
    display: none;
}

.tt-input {
    color: #555;
}

.tt-hint {
    display: none;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.bootstrap-tagsinput .tag {
    display: inline-block;
}

#pendingReservationsTable tbody tr td:nth-child(9) {
    font-weight: bold;
}

.gl {
    border: 1px solid #e7ecf1;
    border-top: none;
    padding: 3px
}

    .gl label {
        margin-right: 15px;
    }
