.inline-block {
    display: inline-block;
}

.guest .content-wrapper, .guest .main-footer {
    margin-left: 0px;
}

.dd {
    width: 100% !important;
}

#invoices td:first-child, #invoices th:first-child {
    min-width: 0;
}

#invoices.dataTable thead > tr > th {
    padding-right: 8px;
}

.divider-table {
    background-color: #b8c7ce !important;
}

.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}

@media (max-width: 700px) {
    .dataTable td {
        display: block;
        width: 100%;
    }

    .dataTable thead, .dataTable tfoot {
        display: none;
    }
}

#gallery-sortable {
    list-style-type: none;
}

#gallery-sortable img {
    max-height: 100%;
}

#gallery-sortable .well {
    height: 160px;
}

#gallery-sortable .well input {
    margin-top: 8px;
}

#gallery-sortable a {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.width-100 {
    width: 100px;
}

.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.select2-container .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
    height: auto !important;
}

.select2 {
    width: 100% !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}
.dd-handle{
    font-size: 0px;
}